summaryrefslogtreecommitdiffstats
path: root/res/layout/system_shortcut_icon_only.xml
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2017-04-13 08:20:03 -0700
committerTony Wickham <twickham@google.com>2017-04-13 12:24:42 -0700
commitc66c3e2ba4876c9d383c1d7deddeee474f1c4859 (patch)
tree5aa7687a74a3c50de30a976541849e3d3e42806b /res/layout/system_shortcut_icon_only.xml
parent98978d67f3f3911bafabf60444adf5e5dda4455c (diff)
downloadandroid_packages_apps_Trebuchet-c66c3e2ba4876c9d383c1d7deddeee474f1c4859.tar.gz
android_packages_apps_Trebuchet-c66c3e2ba4876c9d383c1d7deddeee474f1c4859.tar.bz2
android_packages_apps_Trebuchet-c66c3e2ba4876c9d383c1d7deddeee474f1c4859.zip
Fix build - move system shortcut icon colors to theme
Change-Id: Iae248e5fdd57310adeb898305deee4c0eaee5318
Diffstat (limited to 'res/layout/system_shortcut_icon_only.xml')
-rw-r--r--res/layout/system_shortcut_icon_only.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/system_shortcut_icon_only.xml b/res/layout/system_shortcut_icon_only.xml
index 313c69c69..2b58b92ee 100644
--- a/res/layout/system_shortcut_icon_only.xml
+++ b/res/layout/system_shortcut_icon_only.xml
@@ -16,6 +16,7 @@
<ImageView
xmlns:android="http://schemas.android.com/apk/res/android"
+ android:theme="@style/IconOnlySystemShortcut"
android:layout_width="@dimen/system_shortcut_header_icon_touch_size"
android:layout_height="@dimen/system_shortcut_header_icon_touch_size"
android:background="?android:attr/selectableItemBackgroundBorderless"