Merge "Remove overview share to match spec" into ub-launcher3-rvc-dev am: 06fcfe1f5f

Change-Id: I53c28941881b083d7a7312377a280bc4ea1f8d55
This commit is contained in:
TreeHugger Robot 2020-05-29 00:56:33 +00:00 committed by Automerger Merge Worker
commit b14c703579
2 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@
style="@style/OverviewActionButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableTop="@drawable/ic_screenshot"
android:drawableStart="@drawable/ic_screenshot"
android:text="@string/action_screenshot"
android:theme="@style/ThemeControlHighlightWorkspaceColor" />
@ -52,7 +52,7 @@
style="@style/OverviewActionButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawableTop="@drawable/ic_share"
android:drawableStart="@drawable/ic_share"
android:text="@string/action_share"
android:theme="@style/ThemeControlHighlightWorkspaceColor"
android:visibility="gone" />

View File

@ -82,7 +82,7 @@
<item name="android:textColor">@color/overview_button</item>
<item name="android:drawableTint">@color/overview_button</item>
<item name="android:tint">?attr/workspaceTextColor</item>
<item name="android:drawablePadding">4dp</item>
<item name="android:drawablePadding">8dp</item>
<item name="android:textAllCaps">false</item>
</style>
</resources>