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:
@@ -23,8 +23,8 @@
|
|||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/icon"
|
android:id="@+id/icon"
|
||||||
android:layout_width="@dimen/app_icon_size"
|
android:layout_width="48dp"
|
||||||
android:layout_height="@dimen/app_icon_size"
|
android:layout_height="48dp"
|
||||||
android:layout_gravity="center"/>
|
android:layout_gravity="center"/>
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
|
Reference in New Issue
Block a user