Tweak paddings for apps filter in app info screen

Since we enlarge touch target size for settings spinner widget,
we need to tweak paddings of apps filters here.

Test: visual
Bug: 131060416
Change-Id: Ic6cc4f5d480f1fc34fdbecd86f82b324f9e75964
This commit is contained in:
tmfang
2019-04-24 16:52:00 +08:00
parent d464f67e31
commit ca46ea6914

View File

@@ -26,8 +26,8 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_centerHorizontal="true" android:layout_centerHorizontal="true"
android:layout_marginTop="24dp" android:layout_marginTop="16dp"
android:layout_marginBottom="16dp"/> android:layout_marginBottom="8dp"/>
<ImageView <ImageView
android:id="@+id/filter_settings" android:id="@+id/filter_settings"