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

Commit 1933f9ef authored by Samuel Fufa's avatar Samuel Fufa
Browse files

Disable all caps on work/personal tabs

Bug: 147133205
Test: Manual
Change-Id: I69ca488f0c0d796c726156db5becdb09e3ceee3f
parent 4e7a48f2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@
                android:layout_weight="1"
                android:background="?android:attr/selectableItemBackground"
                android:text="@string/all_apps_personal_tab"
                android:textAllCaps="true"
                android:textColor="@color/all_apps_tab_text"
                android:textSize="14sp" />

@@ -68,7 +67,6 @@
                android:layout_weight="1"
                android:background="?android:attr/selectableItemBackground"
                android:text="@string/all_apps_work_tab"
                android:textAllCaps="true"
                android:textColor="@color/all_apps_tab_text"
                android:textSize="14sp" />
        </com.android.launcher3.allapps.PersonalWorkSlidingTabStrip>