mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed dark theme issue
This commit is contained in:
parent
d61f94c42e
commit
01c69b9396
2 changed files with 6 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue