diff options
Diffstat (limited to 'packages/SystemUI/res/layout/global_screenshot.xml')
-rw-r--r-- | packages/SystemUI/res/layout/global_screenshot.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/global_screenshot.xml b/packages/SystemUI/res/layout/global_screenshot.xml index 6d70135..d416af9 100644 --- a/packages/SystemUI/res/layout/global_screenshot.xml +++ b/packages/SystemUI/res/layout/global_screenshot.xml @@ -26,11 +26,16 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" - android:background="@drawable/global_screenshot_background" + android:background="@drawable/screenshot_panel" android:visibility="gone"> <ImageView android:id="@+id/global_screenshot" android:layout_width="wrap_content" android:layout_height="wrap_content" android:adjustViewBounds="true" /> </FrameLayout> + <ImageView android:id="@+id/global_screenshot_flash" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:background="#FFFFFFFF" + android:visibility="gone" /> </FrameLayout> |