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