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

ic_add_white_24dp.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: 9605fb3c99eb29a4d450639faad3b844ad24d4dc (plain)
1
2
3
4
5
6
7
8
9
10
11
<vector android:autoMirrored="true"
    android:height="24dp"
    android:tint="#FFFFFF"
    android:viewportHeight="24.0"
    android:viewportWidth="24.0"
    android:width="24dp"
    xmlns:android="http://schemas.android.com/apk/res/android">
    <path
        android:fillColor="#FF000000"
        android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z" />
</vector>