mirror of
https://gitlab.com/openlp/android.git
synced 2024-10-31 16:54:41 +00:00
Fix icon
This commit is contained in:
parent
632e655c96
commit
d4e195bfbe
@ -153,7 +153,7 @@ public class NavigationDrawerFragment extends Fragment {
|
|||||||
|
|
||||||
HashMap<String, String> hm5 = new HashMap<String, String>();
|
HashMap<String, String> hm5 = new HashMap<String, String>();
|
||||||
hm5.put("title", getString(R.string.action_search));
|
hm5.put("title", getString(R.string.action_search));
|
||||||
hm5.put("icon", Integer.toString(R.drawable.ic_ondemand_video_black));
|
hm5.put("icon", Integer.toString(R.drawable.ic_search_black));
|
||||||
aList.add(hm5);
|
aList.add(hm5);
|
||||||
|
|
||||||
// Keys used in Hashmap
|
// Keys used in Hashmap
|
||||||
|
BIN
app/src/main/res/drawable-hdpi/ic_search_black.png
Normal file
BIN
app/src/main/res/drawable-hdpi/ic_search_black.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 684 B |
BIN
app/src/main/res/drawable-mdpi/ic_search_black.png
Normal file
BIN
app/src/main/res/drawable-mdpi/ic_search_black.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 464 B |
BIN
app/src/main/res/drawable-xhdpi/ic_search_black.png
Normal file
BIN
app/src/main/res/drawable-xhdpi/ic_search_black.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 868 B |
BIN
app/src/main/res/drawable-xxhdpi/ic_search_black.png
Normal file
BIN
app/src/main/res/drawable-xxhdpi/ic_search_black.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in New Issue
Block a user