Merge "Update TabLayout background to align the latest spec" into tm-dev
This commit is contained in:
@@ -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,8 +31,10 @@
|
||||
|
||||
<item android:id="@android:id/background">
|
||||
<inset
|
||||
android:insetLeft="4dp"
|
||||
android:insetRight="4dp">
|
||||
android:insetTop="6dp"
|
||||
android:insetBottom="6dp"
|
||||
android:insetLeft="4dp"
|
||||
android:insetRight="4dp">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/settingslib_colorSurface" />
|
||||
<corners android:radius="12dp" />
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user