Switched positions of settings and about items in the navigation drawer.
This commit is contained in:
parent
b3012d6e74
commit
f65a82c7f1
2 changed files with 4 additions and 4 deletions
|
|
@ -90,7 +90,7 @@ public class NavigationDrawerItemAdapter extends RecyclerView.Adapter<Navigation
|
|||
|
||||
holder.title.setText(item.title);
|
||||
holder.icon.setImageResource(item.imageRes);
|
||||
holder.divider.setVisibility(position == NavigationDrawerFragment.ABOUT_INDEX ?
|
||||
holder.divider.setVisibility(position == NavigationDrawerFragment.SETTINGS_INDEX ?
|
||||
View.VISIBLE : View.GONE);
|
||||
|
||||
final boolean selected = position == currentChecked;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue