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

circle_grey600_36dp.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: 2f6dc64750a1bbe658f94833cdb1dd3807d68eca (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="#757575"/>

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