Converted all icon drawables to vector.

Removed Android-Iconics library.
This commit is contained in:
NoodleMage
2016-03-08 00:35:28 +01:00
parent bcbd541d48
commit 8b45df37d2
244 changed files with 381 additions and 41 deletions
+3 -3
View File
@@ -75,7 +75,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:id="@+id/lock_orientation"
android:src="@drawable/ic_screen_rotation"
android:src="@drawable/ic_screen_rotation_white_24dp"
android:layout_gravity="center_vertical"
android:background="?android:selectableItemBackground" />
@@ -102,7 +102,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:id="@+id/reader_selector"
android:src="@drawable/ic_view_carousel"
android:src="@drawable/ic_view_carousel_white_24dp"
android:layout_gravity="center_vertical"
android:background="?android:selectableItemBackground" />
@@ -111,7 +111,7 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:id="@+id/reader_extra_settings"
android:src="@drawable/ic_more_vert"
android:src="@drawable/ic_more_vert_white_24dp"
android:layout_gravity="center_vertical"
android:background="?android:selectableItemBackground" />