diff options
| author | Fabrice Di Meglio <fdimeglio@google.com> | 2014-06-11 21:26:02 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-06-10 21:38:43 +0000 |
| commit | fb522b6798517e98341f2eeba4ef67d10d09b64e (patch) | |
| tree | 9ff256d0957ff74d4083603a253e4380d1d8bafe | |
| parent | c2362db2de86813da50fe327f41ce3ee927207ef (diff) | |
| parent | eb05811a5f2d12375cee2ab681cea5fcc2aa2ff0 (diff) | |
| download | frameworks_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.xml | 2 |
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" |
