Welcome to mirror list, hosted at ThFree Co, Russian Federation.

circle_8dp.xml « drawable « res « main « src « app - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8f641b82b53e1d7ea9d3686797d0f4f7078527f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<shape
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval">

    <solid
        android:color="#ff757575"/>

    <size
        android:width="8dp"
        android:height="8dp"/>
</shape>