Minor UI tweaks

This commit is contained in:
nielsandriesse
2020-09-10 08:45:20 +10:00
parent 3507b0f472
commit 4192e5f7e8
10 changed files with 45 additions and 4 deletions

View File

@@ -14,7 +14,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?colorPrimary"
android:elevation="1dp"
app:contentInsetStart="0dp">
<LinearLayout
@@ -65,6 +64,12 @@
</RelativeLayout>
<View
android:layout_width="match_parent"
android:layout_height="1px"
android:background="?android:dividerHorizontal"
android:elevation="1dp" />
<org.thoughtcrime.securesms.loki.views.SeedReminderView
android:id="@+id/seedReminderView"
android:layout_width="match_parent"