session-android/res/drawable/unimportant_outline_button_medium_background.xml
Niels Andriesse 9776420135 WIP
2020-01-14 16:05:31 +11:00

11 lines
322 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/transparent" />
<corners android:radius="22dp" />
<stroke android:width="@dimen/border_thickness" android:color="@color/text" />
</shape>