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

Commit 283b516c authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Update background colors for convo tiles

Test: manual inspection in lgiht/dark modes
Fixes: 190418702
Change-Id: I6ab75541bd017b78c8b8a92e07cb80a594d31091
parent a50b0352
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