summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2013-10-28 11:45:51 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-28 11:45:51 -0700
commit72e1e639206eccac20a9459f0029ec57640d7e0e (patch)
tree2a45c7d14f759b39ad00a927aa181ba1f1526231 /res
parent24e0f4d7801e114bf95b194839b6f7ffb9f76cd6 (diff)
parent0a64e00e88514ae07c3514e19126c166dda0ca82 (diff)
downloadandroid_packages_apps_Snap-72e1e639206eccac20a9459f0029ec57640d7e0e.tar.gz
android_packages_apps_Snap-72e1e639206eccac20a9459f0029ec57640d7e0e.tar.bz2
android_packages_apps_Snap-72e1e639206eccac20a9459f0029ec57640d7e0e.zip
am 0a64e00e: Merge "gcam: Add placeholder image." into gb-ub-photos-carlsbad
* commit '0a64e00e88514ae07c3514e19126c166dda0ca82': gcam: Add placeholder image.
Diffstat (limited to 'res')
-rw-r--r--res/layout/placeholder_progressbar.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/res/layout/placeholder_progressbar.xml b/res/layout/placeholder_progressbar.xml
new file mode 100644
index 000000000..45eadfbe0
--- /dev/null
+++ b/res/layout/placeholder_progressbar.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2013 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<ProgressBar xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/placeholder_progress"
+ style="@android:style/Widget.Holo.ProgressBar.Large"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="bottom|center_horizontal"
+ android:paddingBottom="58dp"
+ android:visibility="visible"
+ android:indeterminate="true"
+ android:indeterminateOnly="true"
+ android:background="@null"/>
+