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

Commit a4402f4d authored by Julia Reynolds's avatar Julia Reynolds Committed by Android (Google) Code Review
Browse files

Merge "Update background colors for convo tiles" into sc-dev

parents 91ffe299 283b516c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,5 +14,5 @@
  ~ limitations under the License.
  -->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="?android:attr/colorBackgroundFloating" />
    <solid android:color="@color/people_tile_background" />
</shape>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -15,6 +15,6 @@
  ~ limitations under the License.
  -->
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
    <solid android:color="?android:attr/colorBackground" />
    <solid android:color="@color/people_tile_background" />
    <corners android:radius="@dimen/people_space_image_radius" />
</shape>
+1 −1
Original line number Diff line number Diff line
@@ -15,6 +15,6 @@
  -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
       android:shape="oval">
    <solid android:color="?android:attr/colorBackground" />
    <solid android:color="@color/people_tile_background" />
    <stroke android:width="2dp" android:color="?android:attr/colorAccent" />
</shape>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -15,5 +15,5 @@
  -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval">
    <solid android:color="?android:attr/colorBackground" />
    <solid android:color="@color/people_tile_background" />
</shape>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -14,6 +14,6 @@
  ~ limitations under the License.
  -->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="?android:attr/colorBackground" />
    <solid android:color="@color/people_tile_background" />
    <corners android:radius="@dimen/people_space_widget_radius" />
</shape>
 No newline at end of file
Loading