summaryrefslogtreecommitdiffstats
path: root/res/layout/dialog_picker.xml
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2012-05-22 21:26:36 -0700
committerChih-Chung Chang <chihchung@google.com>2012-05-22 21:57:55 -0700
commitedada7ca2b7c70c5459cbe488c1a16cc186f2bf0 (patch)
tree0a6222015196d727e836038ecbcca0516714adaf /res/layout/dialog_picker.xml
parent5c64aba0315281a67894b7d772e128e0bb6bea01 (diff)
downloadandroid_packages_apps_Gallery2-edada7ca2b7c70c5459cbe488c1a16cc186f2bf0.tar.gz
android_packages_apps_Gallery2-edada7ca2b7c70c5459cbe488c1a16cc186f2bf0.tar.bz2
android_packages_apps_Gallery2-edada7ca2b7c70c5459cbe488c1a16cc186f2bf0.zip
Put a black View in front of SurfaceView.
This prevents SurfaceView from being transparent before the first draw. Bug: 6507478 Change-Id: I2170f23d4c9844bfc3854d6120f5e72cc0d591ca
Diffstat (limited to 'res/layout/dialog_picker.xml')
-rw-r--r--res/layout/dialog_picker.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/dialog_picker.xml b/res/layout/dialog_picker.xml
index ba3f500f1..4a625a10b 100644
--- a/res/layout/dialog_picker.xml
+++ b/res/layout/dialog_picker.xml
@@ -18,8 +18,7 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
- <com.android.gallery3d.ui.GLRootView
- android:id="@+id/gl_root_view"
+ <include layout="@layout/gl_root_group"
android:layout_weight="1"
android:layout_height="0dp"
android:layout_width="match_parent"/>