mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-31 21:20:59 -04:00
bdcc6e52e6
- Changed empty library string - Added empty view for Categories
9 lines
411 B
XML
9 lines
411 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="128dp"
|
|
android:height="128dp"
|
|
android:viewportWidth="24.0"
|
|
android:viewportHeight="24.0">
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M11,13.5V21.5H3V13.5H11M12,2L17.5,11H6.5L12,2M17.5,13C20,13 22,15 22,17.5C22,20 20,22 17.5,22C15,22 13,20 13,17.5C13,15 15,13 17.5,13Z" />
|
|
</vector>
|