mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-13 07:44:11 +01:00
Fix issue on app crashing on android 6
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
0a2d8db32b
commit
93e47f5075
@ -1,4 +1,5 @@
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<layer-list xmlns:tools="http://schemas.android.com/tools"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="oval">
|
||||
<solid android:color="@color/colorPrimary" />
|
||||
@ -15,6 +16,7 @@
|
||||
android:scaleWidth="50%"
|
||||
android:level="1"
|
||||
android:scaleHeight="50%"
|
||||
android:scaleGravity="center" />
|
||||
android:scaleGravity="center"
|
||||
tools:ignore="UnusedAttribute" />
|
||||
</item>
|
||||
</layer-list>
|
Loading…
Reference in New Issue
Block a user