Small new user improvements (#1143)

- Changed empty library string
- Added empty view for Categories
This commit is contained in:
Bram van de Kerkhof
2018-01-01 14:57:20 +01:00
committed by GitHub
parent 0eae817aa6
commit bdcc6e52e6
8 changed files with 33 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
<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>