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

Commit 4542cb6d authored by Josep del Río's avatar Josep del Río Committed by Android (Google) Code Review
Browse files

Merge "Show shapes for nav buttons in debug view" into main

parents d89fdce7 e57b78e5
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -313,7 +313,7 @@ public class FocusEventDebugView extends RelativeLayout {
            case KeyEvent.KEYCODE_FORWARD_DEL:
                return "\u2326";
            case KeyEvent.KEYCODE_ESCAPE:
                return "ESC";
                return "esc";
            case KeyEvent.KEYCODE_DPAD_UP:
                return "\u2191";
            case KeyEvent.KEYCODE_DPAD_DOWN:
@@ -330,6 +330,14 @@ public class FocusEventDebugView extends RelativeLayout {
                return "\u2198";
            case KeyEvent.KEYCODE_DPAD_DOWN_LEFT:
                return "\u2199";
            case KeyEvent.KEYCODE_MEDIA_PLAY_PAUSE:
                return "\u23ef";
            case KeyEvent.KEYCODE_HOME:
                return "\u25ef";
            case KeyEvent.KEYCODE_BACK:
                return "\u25c1";
            case KeyEvent.KEYCODE_RECENT_APPS:
                return "\u25a1";
            default:
                break;
        }