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

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