mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-09-15 08:20:18 +03:00
Remove gaps between visibility options in edit profile activity
This commit is contained in:
parent
2c302901c1
commit
db0868baaf
1 changed files with 4 additions and 4 deletions
|
@ -339,7 +339,7 @@
|
|||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/visibility_public"
|
||||
style="@style/Widget.Material3.Button.OutlinedButton.Icon"
|
||||
style="@style/Fedilab.OutlinedButton"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/v_public"
|
||||
|
@ -348,7 +348,7 @@
|
|||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/visibility_unlisted"
|
||||
style="@style/Widget.Material3.Button.OutlinedButton.Icon"
|
||||
style="@style/Fedilab.OutlinedButton"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="0dp"
|
||||
|
@ -358,7 +358,7 @@
|
|||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/visibility_private"
|
||||
style="@style/Widget.Material3.Button.OutlinedButton.Icon"
|
||||
style="@style/Fedilab.OutlinedButton"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/v_private"
|
||||
|
@ -367,7 +367,7 @@
|
|||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/visibility_direct"
|
||||
style="@style/Widget.Material3.Button.OutlinedButton.Icon"
|
||||
style="@style/Fedilab.OutlinedButton"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/v_direct"
|
||||
|
|
Loading…
Reference in a new issue