6 lines
No EOL
293 B
XML
6 lines
No EOL
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/core_grey_05"/>
|
|
<corners android:radius="8dp"/>
|
|
</shape> |