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

Commit d4100294 authored by Edgar Wang's avatar Edgar Wang
Browse files

Update TabLayout background to align the latest spec

Bug: 226554352
Test: visual
Change-Id: Ibe54586033332e8d793fb1d6bd5cc858bd03ac4b
parent 883190cd
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@
        android:color="?android:colorControlHighlight">
    <item android:id="@android:id/mask">
        <inset
            android:insetTop="6dp"
            android:insetBottom="6dp"
            android:insetLeft="4dp"
            android:insetRight="4dp">
            <shape android:shape="rectangle">
@@ -29,6 +31,8 @@

    <item android:id="@android:id/background">
        <inset
            android:insetTop="6dp"
            android:insetBottom="6dp"
            android:insetLeft="4dp"
            android:insetRight="4dp">
            <shape android:shape="rectangle">
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@
     limitations under the License.
-->
<inset xmlns:android="http://schemas.android.com/apk/res/android"
       android:insetTop="6dp"
       android:insetBottom="6dp"
       android:insetLeft="4dp"
       android:insetRight="4dp">
    <shape android:shape="rectangle">