diff options
author | Amith Yamasani <yamasani@google.com> | 2011-05-27 14:53:12 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-05-27 14:53:12 -0700 |
commit | be6cb943db338e528915ccb6900c1c0afb3af117 (patch) | |
tree | 1d92477d2d119bebe7422a13ffa3a83f9e5e5a79 | |
parent | b667422cfdaf73d693bf79ce6186e082b68862b8 (diff) | |
parent | 9ef2713f2862ca13822a35e316555dda3e264352 (diff) | |
download | packages_apps_settings-be6cb943db338e528915ccb6900c1c0afb3af117.zip packages_apps_settings-be6cb943db338e528915ccb6900c1c0afb3af117.tar.gz packages_apps_settings-be6cb943db338e528915ccb6900c1c0afb3af117.tar.bz2 |
am 9ef2713f: am 1f7014a2: Merge "Reduce padding to the left of progress category to match framework changes." into honeycomb-mr2
* commit '9ef2713f2862ca13822a35e316555dda3e264352':
Reduce padding to the left of progress category to match framework changes.
-rw-r--r-- | res/layout/preference_progress_category.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/preference_progress_category.xml b/res/layout/preference_progress_category.xml index 5956296..af411ee 100644 --- a/res/layout/preference_progress_category.xml +++ b/res/layout/preference_progress_category.xml @@ -25,7 +25,7 @@ <TextView style="?android:attr/listSeparatorTextViewStyle" android:background="@null" - android:paddingLeft="32dip" + android:paddingLeft="16dip" android:id="@+android:id/title" android:layout_width="0dp" android:layout_height="wrap_content" |