add missing icons in bright theme

* missing white icons
* update attrs.xml and styles.xml
This commit is contained in:
kapodamy 2018-12-14 14:51:55 -03:00
parent 16844ce515
commit d604b66012
36 changed files with 35 additions and 17 deletions

View file

@ -237,7 +237,7 @@
android:focusable="true"
android:padding="5dp"
android:scaleType="fitXY"
android:src="@drawable/list"
android:src="@drawable/ic_list_white_24dp"
android:background="?attr/selectableItemBackground"
tools:ignore="ContentDescription,RtlHardcoded"/>