Fixed dark theme issue

This commit is contained in:
Sylvain Berfini 2024-02-28 13:47:04 +01:00
parent d61f94c42e
commit 01c69b9396
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
<size android:width="44dp" android:height="44dp" />
<solid android:color="@color/gray_main2_200"/>
</shape>

View file

@ -167,7 +167,7 @@
</style>
<style name="avatar_imageview">
<item name="android:padding">1dp</item> <!-- half the size of the border @dimen/avatar_trust_border_width -->
<item name="android:background">@drawable/shape_circle_light_blue_background</item>
<item name="android:background">@drawable/shape_circle_contact_avatar_background</item>
<item name="android:adjustViewBounds">true</item>
<item name="android:scaleType">centerCrop</item>
<item name="shapeAppearanceOverlay">@style/rounded</item>