Files
arcanechat-android/res/drawable/button_bg_gray.xml
T
2021-10-11 03:42:12 -04:00

7 lines
293 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- TODO - Consolidate using attr if we move away from API 19 -->
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<solid android:color="@color/gray_primary_lite"/>
<corners android:radius="8dp"/>
</shape>