commit | 3e83e8ee6575b1db8cf76fc0a399d209d64c17d1 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Thu Jun 13 14:29:12 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jun 13 14:29:12 2019 +0000 |
tree | 98a56e0f8c94c81ebfa3bf7ea3c4eb8a91a61eef | |
parent | fb5526ce138abaab426bdb9f0a06dfbdcb7531a8 [diff] | |
parent | d3ed5dbe972a1e15df1c8b709800a72ace847451 [diff] |
Merge "Set channel dialog switches to 48dp height" into qt-dev
diff --git a/packages/SystemUI/res/layout/notif_half_shelf.xml b/packages/SystemUI/res/layout/notif_half_shelf.xml index a563bb5..26c8872 100644 --- a/packages/SystemUI/res/layout/notif_half_shelf.xml +++ b/packages/SystemUI/res/layout/notif_half_shelf.xml
@@ -69,7 +69,7 @@ <Switch android:id="@+id/toggle" - android:layout_height="wrap_content" + android:layout_height="48dp" android:layout_width="wrap_content" android:layout_gravity="center_vertical" android:padding="8dp" />
diff --git a/packages/SystemUI/res/layout/notif_half_shelf_row.xml b/packages/SystemUI/res/layout/notif_half_shelf_row.xml index 1b80455..b95d5e9 100644 --- a/packages/SystemUI/res/layout/notif_half_shelf_row.xml +++ b/packages/SystemUI/res/layout/notif_half_shelf_row.xml
@@ -71,7 +71,7 @@ <Switch android:id="@+id/toggle" - android:layout_height="wrap_content" + android:layout_height="48dp" android:layout_width="wrap_content" android:layout_gravity="center_vertical" android:padding="8dp"