2019-06-03 23:25:05 +02:00
|
|
|
<shape
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="rectangle">
|
|
|
|
|
|
|
|
<corners android:radius="2dp" />
|
|
|
|
<solid
|
2020-08-20 18:21:55 +02:00
|
|
|
android:color="?attr/iconsColor"/>
|
2019-06-03 23:25:05 +02:00
|
|
|
<padding
|
|
|
|
android:bottom="2dp"
|
|
|
|
android:left="5dp"
|
|
|
|
android:right="5dp"
|
|
|
|
android:top="2dp" />
|
|
|
|
|
2020-08-20 18:21:55 +02:00
|
|
|
</shape>
|