mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-01 06:03:18 +01:00
7 lines
269 B
XML
7 lines
269 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<corners android:radius="1000dp" />
|
|
<solid android:color="@color/core_grey_05" />
|
|
<stroke android:color="@color/white" android:width="1dp" />
|
|
</shape>
|