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

Commit 43a81197 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fix bug 3501766 - Make the action bar "up" visual more prominent" into honeycomb-mr1

parents 4ed072f9 8fca37ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -385,7 +385,7 @@ public class ActionBarView extends ViewGroup {

            if ((flagsChanged & 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) {
+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