Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8fca37ce authored by Adam Powell's avatar Adam Powell
Browse files

Fix bug 3501766 - Make the action bar "up" visual more prominent

Change-Id: Id4b104dd6ca1df662479ab54f045e119585f990f
parent d452dbc2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -385,7 +385,7 @@ public class ActionBarView extends ViewGroup {


            if ((flagsChanged & ActionBar.DISPLAY_HOME_AS_UP) != 0) {
            if ((flagsChanged & ActionBar.DISPLAY_HOME_AS_UP) != 0) {
                mHomeAsUpView.setVisibility((options & ActionBar.DISPLAY_HOME_AS_UP) != 0
                mHomeAsUpView.setVisibility((options & ActionBar.DISPLAY_HOME_AS_UP) != 0
                        ? VISIBLE : INVISIBLE);
                        ? VISIBLE : GONE);
            }
            }


            if ((flagsChanged & ActionBar.DISPLAY_USE_LOGO) != 0) {
            if ((flagsChanged & ActionBar.DISPLAY_USE_LOGO) != 0) {
+420 B (938 B)
Loading image diff...
+451 B (975 B)
Loading image diff...
+226 B (709 B)
Loading image diff...
+240 B (728 B)
Loading image diff...
Loading