mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
11 lines
No EOL
359 B
XML
11 lines
No EOL
359 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
|
|
<solid android:color="@color/destructive" />
|
|
|
|
<corners android:radius="@dimen/dialog_button_corner_radius" />
|
|
|
|
<stroke android:width="@dimen/border_thickness" android:color="@color/destructive" />
|
|
</shape> |