Fix remaining UI issues

This commit is contained in:
Niels Andriesse
2019-07-22 14:05:51 +10:00
parent 1da6f20f18
commit a767c84f74
4 changed files with 18 additions and 6 deletions

View File

@@ -6,7 +6,6 @@
android:layout_height="match_parent"
android:layout_marginStart="32dp"
android:layout_marginEnd="32dp"
android:background="@color/white"
android:orientation="vertical">
<org.thoughtcrime.securesms.components.LabeledEditText
@@ -14,7 +13,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="32dp"
app:labeledEditText_background="@color/white"
app:labeledEditText_label="@string/activity_new_conversation_public_key_edit_text_label"/>
<TextView