summaryrefslogtreecommitdiffstats
path: root/res/layout/preference_widget_shortcut.xml
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-07-24 15:46:35 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2014-07-24 15:46:35 -0700
commite20e169bbe634540de18391f268d2933bc24670a (patch)
tree74a93031e79248ec8856044017e2c3471cf8ce78 /res/layout/preference_widget_shortcut.xml
parente3ff4d8e92a19473c622c1d46b30c63bf2d001d0 (diff)
downloadpackages_apps_Settings-e20e169bbe634540de18391f268d2933bc24670a.zip
packages_apps_Settings-e20e169bbe634540de18391f268d2933bc24670a.tar.gz
packages_apps_Settings-e20e169bbe634540de18391f268d2933bc24670a.tar.bz2
More fixes for QuickLaunchSettings
- use DialogWhenLarge on tabletUI - update layouts for following Material theme Change-Id: If7aa153168eae9d2e72c50e4ae38bcd2fa6bb4bd
Diffstat (limited to 'res/layout/preference_widget_shortcut.xml')
-rw-r--r--res/layout/preference_widget_shortcut.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/res/layout/preference_widget_shortcut.xml b/res/layout/preference_widget_shortcut.xml
index 1a885a2..81ccaa1 100644
--- a/res/layout/preference_widget_shortcut.xml
+++ b/res/layout/preference_widget_shortcut.xml
@@ -16,10 +16,8 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/shortcut"
- android:layout_width="40dip"
- android:layout_height="40dip"
- android:layout_marginEnd="4sp"
- android:layout_gravity="center_vertical"
- android:background="#555555"
+ android:layout_width="48dip"
+ android:layout_height="48dip"
android:gravity="center"
+ android:background="@*android:drawable/btn_default_material"
android:textAppearance="?android:attr/textAppearanceLarge" />