summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2013-10-17 15:41:44 -0700
committerRuben Brunk <rubenbrunk@google.com>2013-10-28 11:13:40 -0700
commit7cfcafdf8f4a439c8fa87b612616fe409979e8a4 (patch)
tree57e306c62dcc4d57c14562fd4c9bc287e4da85d9 /res/layout
parentd053a5b2aa8cd9cb09bd40962b305ef34e7d404b (diff)
downloadandroid_packages_apps_Snap-7cfcafdf8f4a439c8fa87b612616fe409979e8a4.tar.gz
android_packages_apps_Snap-7cfcafdf8f4a439c8fa87b612616fe409979e8a4.tar.bz2
android_packages_apps_Snap-7cfcafdf8f4a439c8fa87b612616fe409979e8a4.zip
gcam: Add placeholder image.
Bug: 11050749 Change-Id: I374c5919d6da0609fccd21c09775fa91894d5a24
Diffstat (limited to 'res/layout')
-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"/>
+