mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
10 lines
419 B
XML
10 lines
419 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:bottom="2dp" android:top="2dp" android:right="2dp" android:left="2dp">
|
|
<shape
|
|
android:shape="oval">
|
|
<solid android:color="@color/owncloud_blue_accent"/>
|
|
<size android:width="8dp" android:height="8dp" />
|
|
</shape>
|
|
</item>
|
|
</layer-list>
|