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

ic_baseline_menu_24.xml « drawable « res « main « src « app - github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be2baed8af058ca27ba8898708d2bab12f8b7a02 (plain)
1
2
3
4
5
<vector android:autoMirrored="true" android:height="24dp"
    android:tint="#757575" android:viewportHeight="24"
    android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
    <path android:fillColor="@android:color/white" android:pathData="M3,18h18v-2L3,16v2zM3,13h18v-2L3,11v2zM3,6v2h18L21,6L3,6z"/>
</vector>