Merge "Modifying screenshot button visibility" am: 3e6c445003
am: a3410d3947
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/1461822 Change-Id: I0b7112b04e15b3ae417ff0ec6b3b9c0bee7e0080
This commit is contained in:
commit
8848ba2497
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue