mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-18 22:30:33 +01:00
Update padding sizes of update items.
This commit is contained in:
committed by
Greyson Parrelli
parent
3c2ccef9a8
commit
c47adb7482
@@ -7,8 +7,8 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:focusable="true"
|
||||
android:paddingStart="32dp"
|
||||
android:paddingEnd="32dp">
|
||||
android:paddingStart="24dp"
|
||||
android:paddingEnd="24dp">
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/conversation_update_background"
|
||||
@@ -30,6 +30,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="0dp"
|
||||
android:paddingVertical="6dp"
|
||||
android:textSize="13sp"
|
||||
android:background="@drawable/rounded_rectangle_38"
|
||||
android:paddingHorizontal="16dp"
|
||||
android:textColor="@color/signal_colorOnSurfaceVariant"
|
||||
|
||||
Reference in New Issue
Block a user