kopia lustrzana https://github.com/ryukoposting/Signal-Android
Add proper padding and outline to invite sheet.
rodzic
4779096ac5
commit
a7380b33c7
|
@ -5,5 +5,5 @@
|
||||||
|
|
||||||
<stroke
|
<stroke
|
||||||
android:width="1.5dp"
|
android:width="1.5dp"
|
||||||
android:color="@color/signal_colorOutline" />
|
android:color="@color/signal_colorOutline_38" />
|
||||||
</shape>
|
</shape>
|
|
@ -3,7 +3,8 @@
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="match_parent"
|
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">
|
tools:theme="@style/Theme.Signal.RoundedBottomSheet.Light">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
@ -85,7 +86,6 @@
|
||||||
|
|
||||||
<com.google.android.material.switchmaterial.SwitchMaterial
|
<com.google.android.material.switchmaterial.SwitchMaterial
|
||||||
android:id="@+id/group_link_enable_and_share_approve_new_members_switch"
|
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_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
|
|
Ładowanie…
Reference in New Issue