From 6c20b00105e405823aa3ec12479e52cc30c0df9c Mon Sep 17 00:00:00 2001 From: Tom Marshall Date: Mon, 15 Feb 2016 15:36:06 -0800 Subject: recovery: Implement sysbar Add a system bar (navigation bar) similar to the main Android system with back and home buttons. This makes it easier for users to figure out how to go back on devices that lack hardware buttons, and also provides a quick way to get back to the main menu. Note only buttons that do not have a hardware equivalent are shown, in order to prevent redundancy and confusion. Change-Id: I7538749978837571a8c250c3c8e54ac127b39d84 --- res-xxhdpi/images/icon_sysbar_back.png | Bin 0 -> 1450 bytes res-xxhdpi/images/icon_sysbar_back_highlight.png | Bin 0 -> 4942 bytes res-xxhdpi/images/icon_sysbar_home.png | Bin 0 -> 1759 bytes res-xxhdpi/images/icon_sysbar_home_highlight.png | Bin 0 -> 5398 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 res-xxhdpi/images/icon_sysbar_back.png create mode 100644 res-xxhdpi/images/icon_sysbar_back_highlight.png create mode 100644 res-xxhdpi/images/icon_sysbar_home.png create mode 100644 res-xxhdpi/images/icon_sysbar_home_highlight.png (limited to 'res-xxhdpi') diff --git a/res-xxhdpi/images/icon_sysbar_back.png b/res-xxhdpi/images/icon_sysbar_back.png new file mode 100644 index 0000000..0b2e866 Binary files /dev/null and b/res-xxhdpi/images/icon_sysbar_back.png differ diff --git a/res-xxhdpi/images/icon_sysbar_back_highlight.png b/res-xxhdpi/images/icon_sysbar_back_highlight.png new file mode 100644 index 0000000..03cb8a1 Binary files /dev/null and b/res-xxhdpi/images/icon_sysbar_back_highlight.png differ diff --git a/res-xxhdpi/images/icon_sysbar_home.png b/res-xxhdpi/images/icon_sysbar_home.png new file mode 100644 index 0000000..7348841 Binary files /dev/null and b/res-xxhdpi/images/icon_sysbar_home.png differ diff --git a/res-xxhdpi/images/icon_sysbar_home_highlight.png b/res-xxhdpi/images/icon_sysbar_home_highlight.png new file mode 100644 index 0000000..a981495 Binary files /dev/null and b/res-xxhdpi/images/icon_sysbar_home_highlight.png differ -- cgit v1.1