summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorBobby Georgescu <georgescu@google.com>2013-04-11 15:34:00 -0700
committerBobby Georgescu <georgescu@google.com>2013-04-11 15:48:57 -0700
commit36f8d9d27dc128544491909fa25aec798f1251bb (patch)
tree36a26aca33fd8b8c85700fd1aa67b645e36de5b5 /res/layout
parentffb2729c834f1ec85b1bdf5f4f5c4e2203d9031e (diff)
downloadandroid_packages_apps_Snap-36f8d9d27dc128544491909fa25aec798f1251bb.tar.gz
android_packages_apps_Snap-36f8d9d27dc128544491909fa25aec798f1251bb.tar.bz2
android_packages_apps_Snap-36f8d9d27dc128544491909fa25aec798f1251bb.zip
Show loading indicator in full-screen importer view
Bug: 8599282 Change-Id: I568d5077e8e5450da49cd4d75df39973b84d081f
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/ingest_fullsize.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/res/layout/ingest_fullsize.xml b/res/layout/ingest_fullsize.xml
index ab88bd712..fad596c72 100644
--- a/res/layout/ingest_fullsize.xml
+++ b/res/layout/ingest_fullsize.xml
@@ -17,12 +17,19 @@
android:layout_width="match_parent"
android:layout_height="match_parent" >
+ <ProgressBar
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_centerHorizontal="true"
+ android:layout_centerVertical="true"
+ android:progress="1"
+ android:indeterminate="true"
+ android:indeterminateOnly="true" />
+
<com.android.gallery3d.ingest.ui.MtpImageView
android:id="@+id/ingest_fullsize_image"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:layout_centerHorizontal="true"
- android:layout_centerVertical="true"
android:scaleType="matrix" />
<CheckBox