summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/item_hidden_app.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/res/layout/item_hidden_app.xml b/res/layout/item_hidden_app.xml
index 34fad9831..d40f04e27 100644
--- a/res/layout/item_hidden_app.xml
+++ b/res/layout/item_hidden_app.xml
@@ -26,21 +26,25 @@
<ImageView
android:id="@+id/item_protected_app_switch"
- android:layout_width="24dp"
- android:layout_height="24dp"
+ android:layout_width="40dp"
+ android:layout_height="40dp"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:layout_marginEnd="56dp"
+ android:padding="8dp"
+ android:background="?android:attr/selectableItemBackgroundBorderless"
android:clickable="true"
android:focusable="true" />
<ImageView
android:id="@+id/item_hidden_app_switch"
- android:layout_width="24dp"
- android:layout_height="24dp"
+ android:layout_width="40dp"
+ android:layout_height="40dp"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true"
android:layout_marginEnd="16dp"
+ android:padding="8dp"
+ android:background="?android:attr/selectableItemBackgroundBorderless"
android:clickable="true"
android:focusable="true" />