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

Commit 9b7c98ce authored by Edgar Wang's avatar Edgar Wang Committed by Android (Google) Code Review
Browse files

Merge "Update TabLayout background to align the latest spec" into tm-dev

parents c25a868c d4100294
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">