Skip to content

Commit 34f9c71

Browse files
author
Arnav Gupta
committed
black icons don't look good on dark gray background
1 parent bc4ce6f commit 34f9c71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

App/src/main/java/in/ac/dtu/subtlenews/NavigationDrawerFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ public View getView(int pos, View convertView, ViewGroup parent) {
315315
TextView navigationTitle = (TextView) rowView.findViewById(R.id.title_navigation);
316316

317317
navigationTitle.setText(mCategoryMap[pos]);
318-
navigationTitle.setTextColor(Color.WHITE);
318+
//navigationTitle.setTextColor(Color.WHITE);
319319
navigationIcon.setBackgroundResource(R.drawable.ic_launcher);
320320

321321
String s = mCategoryMap[pos].toString();

App/src/main/res/values/color.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<color name="drawer_background">#303030</color>
4-
<color name="drawer_list_divider">#404040</color>
3+
<color name="drawer_background">#fdfdfd</color>
4+
<color name="drawer_list_divider">#afafaf</color>
55
</resources>

0 commit comments

Comments
 (0)