Antoine POPINEAU
4 years ago
7 changed files with 32 additions and 5 deletions
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:shape="rectangle"> |
||||
|
||||
<corners android:radius="3dp" /> |
||||
<solid android:color="@color/ripple" /> |
||||
<padding android:top="4dp" android:left="8dp" android:right="8dp" android:bottom="4dp" /> |
||||
|
||||
</shape> |
Loading…
Reference in new issue