diff --git a/res/color-night-v31/all_apps_tabs_background.xml b/res/color-night-v31/all_apps_tabs_background.xml deleted file mode 100644 index b396f3377e..0000000000 --- a/res/color-night-v31/all_apps_tabs_background.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - \ No newline at end of file diff --git a/res/color-night/all_apps_tabs_background.xml b/res/color-night/all_apps_tabs_background.xml deleted file mode 100644 index c0c1621d17..0000000000 --- a/res/color-night/all_apps_tabs_background.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - \ No newline at end of file diff --git a/res/drawable/all_apps_tabs_background.xml b/res/drawable/all_apps_tabs_background.xml index 4e953152d0..bf7ee8c20c 100644 --- a/res/drawable/all_apps_tabs_background.xml +++ b/res/drawable/all_apps_tabs_background.xml @@ -13,13 +13,27 @@ See the License for the specific language governing permissions and limitations under the License. --> - + + android:id="@+id/unselected" + android:state_selected="false"> + + + + + + + + + + + - + - \ No newline at end of file + \ No newline at end of file diff --git a/res/layout/all_apps_personal_work_tabs.xml b/res/layout/all_apps_personal_work_tabs.xml index cfaa261034..11143fb3e1 100644 --- a/res/layout/all_apps_personal_work_tabs.xml +++ b/res/layout/all_apps_personal_work_tabs.xml @@ -14,12 +14,12 @@ ~ limitations under the License. --> - @@ -27,19 +27,25 @@ android:id="@+id/tab_personal" android:layout_width="0dp" android:layout_height="match_parent" + android:layout_marginEnd="@dimen/all_apps_tabs_button_horizontal_padding" + android:layout_marginVertical="@dimen/all_apps_tabs_vertical_padding" android:layout_weight="1" - android:background="@drawable/personal_work_tabs_ripple" + android:background="@drawable/all_apps_tabs_background" android:text="@string/all_apps_personal_tab" android:textColor="@color/all_apps_tab_text" - android:textSize="14sp" /> + android:textSize="14sp" + style="?android:attr/borderlessButtonStyle" />