Modifying screenshot button visibility

Just like "Share" button, we are modifying Screenshot button visibility to gone.

Bug: 168754258
Change-Id: Ie92552c931857eed5d11af130af5a79923ee72e8
This commit is contained in:
mtk20437 2020-10-12 21:07:56 +05:30 committed by Denis Hsu
parent 3c4b9d5283
commit 02fc23c993
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@
android:layout_height="wrap_content"
android:drawableStart="@drawable/ic_screenshot"
android:text="@string/action_screenshot"
android:theme="@style/ThemeControlHighlightWorkspaceColor" />
android:theme="@style/ThemeControlHighlightWorkspaceColor"
android:visibility="gone" />
<Space
android:layout_width="0dp"