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

ic_arrow_back_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: 17d6150d8780b288fa6aaf2d3fb58bf86a2c6dde (plain)
1
2
3
4
5
<vector android:autoMirrored="true" android:height="24dp"
    android:tint="@color/accent" android:viewportHeight="24.0"
    android:viewportWidth="24.0" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
    <path android:fillColor="@color/accent" android:pathData="M20,11H7.83l5.59,-5.59L12,4l-8,8 8,8 1.41,-1.41L7.83,13H20v-2z"/>
</vector>