summaryrefslogtreecommitdiffstats
path: root/res/layout/table.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/table.xml')
-rw-r--r--res/layout/table.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/layout/table.xml b/res/layout/table.xml
index 7cdb51a..10622f5 100644
--- a/res/layout/table.xml
+++ b/res/layout/table.xml
@@ -26,6 +26,15 @@
android:background="@+drawable/table"
android:focusable="true" >
+ <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"