session-android/res/drawable/profile_picture_view_large_background.xml

11 lines
355 B
XML
Raw Normal View History

2020-01-06 03:26:52 +00:00
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
2020-09-09 03:57:22 +00:00
<solid android:color="@color/profile_picture_background" />
2020-01-06 03:26:52 +00:00
<corners android:radius="38dp" />
<stroke android:width="@dimen/profile_picture_border_thickness" android:color="@color/border" />
</shape>