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-xhdpi/images/icon_sysbar_back.png | Bin 0 -> 946 bytes res-xhdpi/images/icon_sysbar_back_highlight.png | Bin 0 -> 3481 bytes res-xhdpi/images/icon_sysbar_home.png | Bin 0 -> 1150 bytes res-xhdpi/images/icon_sysbar_home_highlight.png | Bin 0 -> 3788 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 res-xhdpi/images/icon_sysbar_back.png create mode 100644 res-xhdpi/images/icon_sysbar_back_highlight.png create mode 100644 res-xhdpi/images/icon_sysbar_home.png create mode 100644 res-xhdpi/images/icon_sysbar_home_highlight.png (limited to 'res-xhdpi') diff --git a/res-xhdpi/images/icon_sysbar_back.png b/res-xhdpi/images/icon_sysbar_back.png new file mode 100644 index 0000000..415715e Binary files /dev/null and b/res-xhdpi/images/icon_sysbar_back.png differ diff --git a/res-xhdpi/images/icon_sysbar_back_highlight.png b/res-xhdpi/images/icon_sysbar_back_highlight.png new file mode 100644 index 0000000..237af6a Binary files /dev/null and b/res-xhdpi/images/icon_sysbar_back_highlight.png differ diff --git a/res-xhdpi/images/icon_sysbar_home.png b/res-xhdpi/images/icon_sysbar_home.png new file mode 100644 index 0000000..425c0dc Binary files /dev/null and b/res-xhdpi/images/icon_sysbar_home.png differ diff --git a/res-xhdpi/images/icon_sysbar_home_highlight.png b/res-xhdpi/images/icon_sysbar_home_highlight.png new file mode 100644 index 0000000..f7b6ce3 Binary files /dev/null and b/res-xhdpi/images/icon_sysbar_home_highlight.png differ -- cgit v1.1