summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2010-08-15 17:28:36 -0700
committerDianne Hackborn <hackbod@google.com>2010-08-15 17:29:07 -0700
commitff3673c7f477b1d78e64a8bc28754552dcdc8826 (patch)
tree89465df36b08fb800f7097902ab68efecad203f1 /res
parentbe5994d20152c7194aac79eb8152240655fd3373 (diff)
downloadpackages_apps_Settings-ff3673c7f477b1d78e64a8bc28754552dcdc8826.zip
packages_apps_Settings-ff3673c7f477b1d78e64a8bc28754552dcdc8826.tar.gz
packages_apps_Settings-ff3673c7f477b1d78e64a8bc28754552dcdc8826.tar.bz2
Make running services initial update async.
Also fix the value show for an app's awake time. Change-Id: I801681d3a1d47a6bb1f3fb8cc5b0ef009201146f
Diffstat (limited to 'res')
-rwxr-xr-xres/layout/manage_applications.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/layout/manage_applications.xml b/res/layout/manage_applications.xml
index c398f5e..758e476 100755
--- a/res/layout/manage_applications.xml
+++ b/res/layout/manage_applications.xml
@@ -38,4 +38,23 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
+ <LinearLayout android:id="@+id/loading_container"
+ android:orientation="vertical"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:visibility="gone"
+ android:gravity="center">
+
+ <ProgressBar style="?android:attr/progressBarStyleLarge"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content" />
+ <TextView android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:text="@string/settings_safetylegal_activity_loading"
+ android:paddingTop="4dip"
+ android:singleLine="true" />
+
+ </LinearLayout>
+
</FrameLayout> \ No newline at end of file