summaryrefslogtreecommitdiffstats
path: root/res/layout/ingest_fullsize.xml
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
commit0683fe0a1c913d6cc48a127bf6a1486422d1b040 (patch)
treead63d00eb1450bc828d4e446adf3f90ebfb90dfa /res/layout/ingest_fullsize.xml
parent34a50f0c3db6890e857abc68f5b9280f95c14d2e (diff)
downloadandroid_packages_apps_Gallery2-0683fe0a1c913d6cc48a127bf6a1486422d1b040.tar.gz
android_packages_apps_Gallery2-0683fe0a1c913d6cc48a127bf6a1486422d1b040.tar.bz2
android_packages_apps_Gallery2-0683fe0a1c913d6cc48a127bf6a1486422d1b040.zip
Show loading indicator in full-screen importer view
Bug: 8599282 Change-Id: I568d5077e8e5450da49cd4d75df39973b84d081f
Diffstat (limited to 'res/layout/ingest_fullsize.xml')
-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