habitica-android/Habitica/res/drawable/layout_rounded_bg_primary.xml
Phillip Thelen 1d2f3ab1bb Theming test
2019-05-17 13:57:29 +02:00

6 lines
No EOL
310 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="?colorPrimaryDark" />
<corners android:radius="@dimen/bar_radius"/>
<padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" />
</shape>