Merge "[Build Blocking] Fix conflicting resource IDs for work tab" into sc-dev am: b8cec440cc

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14969650

Change-Id: I1d6376d52f570e72ae32ef2e498c8d925273d954
This commit is contained in:
Samuel Fufa
2021-06-15 01:03:28 +00:00
committed by Automerger Merge Worker
+1 -1
View File
@@ -24,7 +24,7 @@
<item>
<shape android:shape="rectangle">
<corners android:radius="@dimen/work_fab_radius" />
<solid android:color="@color/all_apps_tab_bg" />
<solid android:color="@color/all_apps_tab_background_selected" />
<padding android:left="@dimen/work_fab_radius" android:right="@dimen/work_fab_radius" />
</shape>
</item>