Move entry divider logic to EntryListView

This patch makes EntryListView responsible for providing the divider between
entries, instead of setting a margin on every entry like we do now. It also
fixes a couple of miscellaneous issues, like use of the old package name.
This commit is contained in:
Alexander Bakker 2019-06-06 00:00:26 +02:00
parent eb29be587f
commit 02c9a0cb1c
18 changed files with 84 additions and 38 deletions

View file

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:background="?attr/background"
android:layout_height="match_parent">
android:layout_height="match_parent"
tools:context="com.beemdevelopment.aegis.ui.EditEntryActivity">
<LinearLayout
android:layout_width="match_parent"