Transition of old icons to new ones (#589)
last set of updates and changes to the icons Add more icons WIP : transition of more icons Switch of icons to new icons for the whole app - WIP Co-authored-by: M M Arif <mmarif@swatian.com> Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/589 Reviewed-by: 6543 <6543@noreply.codeberg.org>
This commit is contained in:
@@ -193,7 +193,6 @@ public class MainActivity extends BaseActivity implements NavigationView.OnNavig
|
||||
final View hView = navigationView.getHeaderView(0);
|
||||
|
||||
ActionBarDrawerToggle toggle = new ActionBarDrawerToggle(this, drawer, toolbar, R.string.navigation_drawer_open, R.string.navigation_drawer_close);
|
||||
toggle.getDrawerArrowDrawable().setColor(getResources().getColor(R.color.darkGreen));
|
||||
|
||||
drawer.addDrawerListener(toggle);
|
||||
drawer.addDrawerListener(new DrawerLayout.DrawerListener() {
|
||||
@@ -294,6 +293,7 @@ public class MainActivity extends BaseActivity implements NavigationView.OnNavig
|
||||
});
|
||||
|
||||
toggle.syncState();
|
||||
toolbar.setNavigationIcon(R.drawable.ic_menu);
|
||||
|
||||
if(launchFragment != null) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user