Add proper padding and outline to invite sheet.

fork-5.53.8
Alex Hart 2022-06-08 16:30:55 -03:00
rodzic 4779096ac5
commit a7380b33c7
2 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -5,5 +5,5 @@
<stroke
android:width="1.5dp"
android:color="@color/signal_colorOutline" />
android:color="@color/signal_colorOutline_38" />
</shape>

Wyświetl plik

@ -3,7 +3,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="32dp"
tools:theme="@style/Theme.Signal.RoundedBottomSheet.Light">
<ImageView
@ -85,7 +86,6 @@
<com.google.android.material.switchmaterial.SwitchMaterial
android:id="@+id/group_link_enable_and_share_approve_new_members_switch"
style="@style/Widget.Material3.CompoundButton.Switch"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"