summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-09-27 21:28:11 -0700
committerMichael Jurka <mikejurka@google.com>2011-09-27 21:28:11 -0700
commit54335ecf8828d8e9a38f497f4f44e3b0cb2e3d1f (patch)
treec702fa63b6cb5970df1842f190da8a624afced7b /res/layout
parentcd61d139479709f0e2fa7a8c37109906d871d876 (diff)
downloadandroid_packages_apps_Trebuchet-54335ecf8828d8e9a38f497f4f44e3b0cb2e3d1f.tar.gz
android_packages_apps_Trebuchet-54335ecf8828d8e9a38f497f4f44e3b0cb2e3d1f.tar.bz2
android_packages_apps_Trebuchet-54335ecf8828d8e9a38f497f4f44e3b0cb2e3d1f.zip
Fix bug: All Apps progress bar wasn't centered
Change-Id: I28647e9c77364e1761e6be19f4940dc5bc836423
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/apps_customize_progressbar.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/apps_customize_progressbar.xml b/res/layout/apps_customize_progressbar.xml
index d790f214d..6a8010f0a 100644
--- a/res/layout/apps_customize_progressbar.xml
+++ b/res/layout/apps_customize_progressbar.xml
@@ -20,5 +20,4 @@
android:id="@+id/apps_customize_progress_bar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_marginRight="5dp" />
+ android:layout_gravity="center" />