summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-06-11 21:26:02 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-06-10 21:38:43 +0000
commitfb522b6798517e98341f2eeba4ef67d10d09b64e (patch)
tree9ff256d0957ff74d4083603a253e4380d1d8bafe
parentc2362db2de86813da50fe327f41ce3ee927207ef (diff)
parenteb05811a5f2d12375cee2ab681cea5fcc2aa2ff0 (diff)
downloadframeworks_base-fb522b6798517e98341f2eeba4ef67d10d09b64e.zip
frameworks_base-fb522b6798517e98341f2eeba4ef67d10d09b64e.tar.gz
frameworks_base-fb522b6798517e98341f2eeba4ef67d10d09b64e.tar.bz2
Merge "Fix Material Preference Framework layout" into lmp-preview-dev
-rw-r--r--core/res/res/layout/preference_material.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/preference_material.xml b/core/res/res/layout/preference_material.xml
index a4fe73d..a959913 100644
--- a/core/res/res/layout/preference_material.xml
+++ b/core/res/res/layout/preference_material.xml
@@ -31,7 +31,7 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:minWidth="58dip"
- android:gravity="left|center_vertical"
+ android:gravity="start|center_vertical"
android:orientation="horizontal">
<ImageView
android:id="@+android:id/icon"