Fix icons size in "Add DND Schedule" dialog

(An alternative option is to use app_icon_size and let the row grow with a padding/margin... but the icons were humongous, so having a fixed size looks better).

Fixes: 231677100
Test: Manually on phone & tablet
Change-Id: Icea9c1a5af47e66ee35685686fbd927d04adae0c
This commit is contained in:
Matías Hernández
2023-03-13 12:29:35 +01:00
parent 850993d166
commit 32f8c390c0

View File

@@ -23,8 +23,8 @@
<ImageView
android:id="@+id/icon"
android:layout_width="@dimen/app_icon_size"
android:layout_height="@dimen/app_icon_size"
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_gravity="center"/>
<RelativeLayout