Small cleanup

This commit is contained in:
Benoit Marty 2021-04-09 17:05:09 +02:00
parent 37226a1641
commit 38b49916e2

View file

@ -39,7 +39,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="8dp" android:layout_marginStart="8dp"
android:textSize="16sp" android:textSize="16sp"
tools:text="@string/verification_emoji_wrench" /> tools:text="@string/verification_emoji_spanner" />
<TextView <TextView
android:id="@+id/sas_emoji_text_id" android:id="@+id/sas_emoji_text_id"
@ -47,7 +47,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="8dp" android:layout_marginStart="8dp"
android:textSize="12sp" android:textSize="12sp"
tools:text="verification_emoji_wrench" /> tools:text="verification_emoji_spanner" />
</LinearLayout> </LinearLayout>