mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 06:51:55 +03:00
13 lines
453 B
XML
13 lines
453 B
XML
<!--?xml version="1.0" encoding="utf-8"? -->
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<gradient android:endColor="#8dc73f" android:centerColor="#d4d4d4"
|
|
android:startColor="#d4d4d4">
|
|
<stroke android:width="1dp" color="#8dc73f">
|
|
<corners android:radius="5dp">
|
|
<padding android:left="7dp" android:top="7dp" android:right="7dp"
|
|
android:bottom="7dp">
|
|
</padding>
|
|
</corners>
|
|
</stroke>
|
|
</gradient>
|
|
</shape>
|