
- Use new "bump" design - Base off fundamental RV primitives over custom item calculations - Make possible to use by non-home views
11 lines
No EOL
346 B
XML
11 lines
No EOL
346 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle"
|
|
android:tint="?attr/colorSecondary">
|
|
|
|
<corners android:radius="16dp" />
|
|
<size
|
|
android:width="56dp"
|
|
android:height="56dp" />
|
|
<solid android:color="@android:color/white" />
|
|
</shape> |