summaryrefslogtreecommitdiffstats
path: root/res/layout/system_shortcut.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/system_shortcut.xml')
-rw-r--r--res/layout/system_shortcut.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/layout/system_shortcut.xml b/res/layout/system_shortcut.xml
index dae9b5e72..bf849aa2d 100644
--- a/res/layout/system_shortcut.xml
+++ b/res/layout/system_shortcut.xml
@@ -26,12 +26,14 @@
android:background="?android:attr/selectableItemBackground"
android:gravity="start|center_vertical"
android:textAlignment="viewStart"
- android:paddingStart="@dimen/bg_popup_item_height"
+ android:paddingStart="@dimen/deep_shortcuts_text_padding_start"
android:paddingEnd="@dimen/popup_padding_end"
android:textSize="14sp"
+ android:textColor="?android:attr/textColorPrimary"
android:fontFamily="sans-serif"
launcher:iconDisplay="shortcut_popup"
- launcher:layoutHorizontal="true" />
+ launcher:layoutHorizontal="true"
+ android:focusable="false" />
<View
android:id="@+id/icon"