Recommendation item on explore screen (not finished)
This commit is contained in:
15
app/src/main/res/drawable/bg_rounded_square.xml
Normal file
15
app/src/main/res/drawable/bg_rounded_square.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<corners
|
||||
android:radius="4dp" />
|
||||
|
||||
<solid android:color="?colorSurface" />
|
||||
|
||||
<size
|
||||
android:width="12dp"
|
||||
android:height="12dp" />
|
||||
|
||||
</shape>
|
||||
Reference in New Issue
Block a user