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

This commit is contained in:
Samuel Fufa
2021-06-14 22:33:13 +00:00
committed by Android (Google) Code Review
+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>