Add some animated icons to bottom nav
This commit is contained in:
12
app/src/main/res/drawable/ic_bookshelf_normal.xml
Normal file
12
app/src/main/res/drawable/ic_bookshelf_normal.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<vector
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:autoMirrored="true"
|
||||
android:tint="#000000"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M9 3V18H12V3H9M12 5L16 18L19 17L15 4L12 5M5 5V18H8V5H5M3 19V21H21V19H3Z" />
|
||||
</vector>
|
||||
Reference in New Issue
Block a user