Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 139cd948 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix all apps tab font." into ub-launcher3-qt-dev

parents 0edbac11 fbd77f68
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -47,7 +47,8 @@
            android:layout_height="@dimen/all_apps_header_tab_height"
            android:layout_marginLeft="@dimen/all_apps_tabs_side_padding"
            android:layout_marginRight="@dimen/all_apps_tabs_side_padding"
            android:orientation="horizontal">
            android:orientation="horizontal"
            style="@style/TextHeadline">

            <Button
                android:id="@+id/tab_personal"
@@ -55,7 +56,6 @@
                android:layout_height="match_parent"
                android:layout_weight="1"
                android:background="?android:attr/selectableItemBackground"
                android:fontFamily="sans-serif-medium"
                android:text="@string/all_apps_personal_tab"
                android:textAllCaps="true"
                android:textColor="@color/all_apps_tab_text"
@@ -67,7 +67,6 @@
                android:layout_height="match_parent"
                android:layout_weight="1"
                android:background="?android:attr/selectableItemBackground"
                android:fontFamily="sans-serif-medium"
                android:text="@string/all_apps_work_tab"
                android:textAllCaps="true"
                android:textColor="@color/all_apps_tab_text"