summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-07-06 14:32:18 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-07-06 14:32:18 -0700
commitd2882fa1790a976d939f29a5e39e5e7d1bc677f2 (patch)
tree03d5c4b487831eb93fa0497fd3c543e4b2d0d817
parent991eec03a73f8803d0f8c80b418480ea25293cfb (diff)
parent7ac6f3dac04203aa4da86a17967a9aea5a9624bf (diff)
downloadframeworks_base-d2882fa1790a976d939f29a5e39e5e7d1bc677f2.zip
frameworks_base-d2882fa1790a976d939f29a5e39e5e7d1bc677f2.tar.gz
frameworks_base-d2882fa1790a976d939f29a5e39e5e7d1bc677f2.tar.bz2
Merge change 6282 into donut
* changes: Fixes #1963214. ProgressDialog was using the wrong indeterminate progress asset.
-rw-r--r--core/res/res/layout/progress_dialog.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/layout/progress_dialog.xml b/core/res/res/layout/progress_dialog.xml
index 2d7afd6..8f66451 100644
--- a/core/res/res/layout/progress_dialog.xml
+++ b/core/res/res/layout/progress_dialog.xml
@@ -33,6 +33,7 @@
android:paddingBottom="10dip">
<ProgressBar android:id="@android:id/progress"
+ style="@android:style/Widget.ProgressBar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:max="10000"