summaryrefslogtreecommitdiffstats
path: root/res/layout-sw800dp/table.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-sw800dp/table.xml')
-rw-r--r--res/layout-sw800dp/table.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/layout-sw800dp/table.xml b/res/layout-sw800dp/table.xml
index e063cd5..c40ee48 100644
--- a/res/layout-sw800dp/table.xml
+++ b/res/layout-sw800dp/table.xml
@@ -23,6 +23,15 @@
android:layout_width="match_parent"
android:layout_height="match_parent" >
+ <View
+ android:id="@+id/scrim"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:background="@+drawable/table"
+ android:alpha="0"
+ android:visibility="gone"
+ />
+
<FrameLayout
android:id="@+id/stageleft"
android:layout_width="match_parent"