summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-09-10 16:59:23 -0700
committerJohn Hoford <hoford@google.com>2013-09-10 16:59:23 -0700
commit3759b2d6670df1e645f630d18b2387c458fdfcc1 (patch)
tree066904b15733919487d5df1515460ae900bdc413 /res
parentfddcb482a89e6c30f74f0c8cf7d9d1e6e31a5789 (diff)
downloadandroid_packages_apps_Gallery2-3759b2d6670df1e645f630d18b2387c458fdfcc1.tar.gz
android_packages_apps_Gallery2-3759b2d6670df1e645f630d18b2387c458fdfcc1.tar.bz2
android_packages_apps_Gallery2-3759b2d6670df1e645f630d18b2387c458fdfcc1.zip
fix startup crash
bug:10673620 Change-Id: If1a8aad0c2258702fe4fc7048b4e82eea302169c
Diffstat (limited to 'res')
-rw-r--r--res/layout/filtershow_splashscreen.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/res/layout/filtershow_splashscreen.xml b/res/layout/filtershow_splashscreen.xml
new file mode 100644
index 000000000..06958cab2
--- /dev/null
+++ b/res/layout/filtershow_splashscreen.xml
@@ -0,0 +1,33 @@
+<?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.
+-->
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:orientation="vertical"
+ android:gravity="center_horizontal|center_vertical"
+ android:padding="10dip">
+
+<ProgressBar android:id="@+id/progress_bar"
+ android:layout_alignParentRight="true"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:gravity="center_vertical"
+ android:visibility="visible"
+ android:paddingBottom="144dp" />
+
+</LinearLayout>