session-android/res/drawable/profile_picture_view_medium_background.xml

11 lines
371 B
XML
Raw Normal View History

2019-12-17 15:24:42 +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" />
2019-12-17 15:24:42 +00:00
<corners android:radius="23dp" />
2020-09-09 03:57:22 +00:00
<stroke android:width="@dimen/profile_picture_border_thickness" android:color="@color/profile_picture_border" />
2019-12-17 15:24:42 +00:00
</shape>