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

Commit e2528570 authored by Edgar Wang's avatar Edgar Wang Committed by Automerger Merge Worker
Browse files

Merge "Update TabLayout background to align the latest spec" into tm-dev am: 9b7c98ce

parents 92c4d46f 9b7c98ce
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">