Merge "Modifying screenshot button visibility"

This commit is contained in:
Treehugger Robot 2021-04-19 02:58:56 +00:00 committed by Gerrit Code Review
commit 3e6c445003
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,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"