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-xxxhdpi/images/icon_sysbar_back.png | Bin 0 -> 1245 bytes res-xxxhdpi/images/icon_sysbar_back_highlight.png | Bin 0 -> 8323 bytes res-xxxhdpi/images/icon_sysbar_home.png | Bin 0 -> 1445 bytes res-xxxhdpi/images/icon_sysbar_home_highlight.png | Bin 0 -> 8905 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 res-xxxhdpi/images/icon_sysbar_back.png create mode 100644 res-xxxhdpi/images/icon_sysbar_back_highlight.png create mode 100644 res-xxxhdpi/images/icon_sysbar_home.png create mode 100644 res-xxxhdpi/images/icon_sysbar_home_highlight.png (limited to 'res-xxxhdpi') diff --git a/res-xxxhdpi/images/icon_sysbar_back.png b/res-xxxhdpi/images/icon_sysbar_back.png new file mode 100644 index 0000000..f630553 Binary files /dev/null and b/res-xxxhdpi/images/icon_sysbar_back.png differ diff --git a/res-xxxhdpi/images/icon_sysbar_back_highlight.png b/res-xxxhdpi/images/icon_sysbar_back_highlight.png new file mode 100644 index 0000000..9211093 Binary files /dev/null and b/res-xxxhdpi/images/icon_sysbar_back_highlight.png differ diff --git a/res-xxxhdpi/images/icon_sysbar_home.png b/res-xxxhdpi/images/icon_sysbar_home.png new file mode 100644 index 0000000..9ee96ce Binary files /dev/null and b/res-xxxhdpi/images/icon_sysbar_home.png differ diff --git a/res-xxxhdpi/images/icon_sysbar_home_highlight.png b/res-xxxhdpi/images/icon_sysbar_home_highlight.png new file mode 100644 index 0000000..d63ecb0 Binary files /dev/null and b/res-xxxhdpi/images/icon_sysbar_home_highlight.png differ -- cgit v1.1