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

Commit 52698a91 authored by Stevie Kideckel's avatar Stevie Kideckel Committed by Android (Google) Code Review
Browse files

Merge "Add clipToOutline to the background views in people tile layouts" into sc-dev

parents 6f383b1b 3f6d42cf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -22,7 +22,8 @@

    <LinearLayout
        android:background="@drawable/people_space_tile_view_card"
        android:id="@+id/item"
        android:clipToOutline="true"
        android:id="@android:id/background"
        android:orientation="horizontal"
        android:gravity="center"
        android:layout_gravity="top"
+2 −1
Original line number Diff line number Diff line
@@ -22,7 +22,8 @@

    <LinearLayout
        android:background="@drawable/people_space_tile_view_card"
        android:id="@+id/item"
        android:clipToOutline="true"
        android:id="@android:id/background"
        android:orientation="horizontal"
        android:gravity="center"
        android:layout_gravity="center"
+2 −1
Original line number Diff line number Diff line
@@ -21,7 +21,8 @@
    android:orientation="vertical">
    <LinearLayout
        android:background="@drawable/people_space_tile_view_card"
        android:id="@+id/item"
        android:clipToOutline="true"
        android:id="@android:id/background"
        android:orientation="vertical"
        android:padding="4dp"
        android:layout_marginBottom="2dp"
+2 −1
Original line number Diff line number Diff line
@@ -14,9 +14,10 @@
  ~ limitations under the License.
  -->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/item"
    android:id="@android:id/background"
    android:theme="@android:style/Theme.DeviceDefault.DayNight"
    android:background="@drawable/people_tile_empty_background"
    android:clipToOutline="true"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

+2 −1
Original line number Diff line number Diff line
@@ -14,8 +14,9 @@
  ~ limitations under the License.
  -->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/item"
    android:id="@android:id/background"
    android:background="@drawable/people_space_tile_view_card"
    android:clipToOutline="true"
    android:theme="@android:style/Theme.DeviceDefault.DayNight"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
Loading