summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/drawer_account.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/drawer_account.xml')
-rw-r--r--app/src/main/res/layout/drawer_account.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/drawer_account.xml b/app/src/main/res/layout/drawer_account.xml
index 61caa37a5..e2d33830f 100644
--- a/app/src/main/res/layout/drawer_account.xml
+++ b/app/src/main/res/layout/drawer_account.xml
@@ -143,15 +143,15 @@
<com.google.android.material.button.MaterialButton
android:id="@+id/block"
- style="@style/Widget.Material3.Button.OutlinedButton"
+ style="@style/Widget.Material3.Button"
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_marginStart="24dp"
- android:layout_marginTop="6dp"
+ android:layout_marginTop="4dp"
android:padding="0dp"
+ app:icon="@drawable/ic_baseline_block_24"
app:iconGravity="textStart"
app:iconPadding="0dp"
- app:icon="@drawable/ic_baseline_block_24"
app:layout_constraintStart_toEndOf="@id/mute_group"
app:layout_constraintTop_toBottomOf="@id/bio" />