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

ic_view_column_black_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: d90aaf8e341bba2797910eea870d0f299a9a4405 (plain)
1
2
3
4
5
6
7
8
9
10
<vector android:autoMirrored="true"
    android:height="24dp"
    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="M10,18h5L15,5h-5v13zM4,18h5L9,5L4,5v13zM16,5v13h5L21,5h-5z" />
</vector>