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

Commit 81f4fdc1 authored by Adam Powell's avatar Adam Powell Committed by Android Git Automerger
Browse files

am 6fd61629: am 43a81197: Merge "Fix bug 3501766 - Make the action bar "up"...

am 6fd61629: am 43a81197: Merge "Fix bug 3501766 - Make the action bar "up" visual more prominent" into honeycomb-mr1

* commit '6fd61629':
  Fix bug 3501766 - Make the action bar "up" visual more prominent
parents 6f3489ca 6fd61629
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