From a8ff9750831fcc276354ed80fad3b54316489383 Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Mon, 24 Feb 2014 11:57:57 -0800 Subject: UX Changes: Dialer actionbar, tabs and searchbox. See CL 423036 for the searchbox text changes. Bug: 13167901 Change-Id: I6806cb27c19f7f0ca55394d70134f0c30c93446b --- res/drawable/action_bar_tab.xml | 3 +- res/drawable/background_favorites_menu.xml | 2 +- res/drawable/call_history_actionbar_background.xml | 4 +-- res/drawable/tab_selected.xml | 20 +++++++++---- res/drawable/tab_selected_focused.xml | 27 +++++++++--------- res/drawable/tab_selected_pressed.xml | 21 ++++++++------ res/drawable/tab_unselected.xml | 33 ++++++++++++++++++++++ res/drawable/tab_unselected_focused.xml | 23 +++++++++------ res/drawable/tab_unselected_pressed.xml | 15 +++++++--- 9 files changed, 102 insertions(+), 46 deletions(-) create mode 100644 res/drawable/tab_unselected.xml (limited to 'res/drawable') diff --git a/res/drawable/action_bar_tab.xml b/res/drawable/action_bar_tab.xml index 35df0538f..3f31dbae1 100644 --- a/res/drawable/action_bar_tab.xml +++ b/res/drawable/action_bar_tab.xml @@ -16,11 +16,10 @@ --> - - + \ No newline at end of file diff --git a/res/drawable/background_favorites_menu.xml b/res/drawable/background_favorites_menu.xml index fc2669b10..60933fd5e 100644 --- a/res/drawable/background_favorites_menu.xml +++ b/res/drawable/background_favorites_menu.xml @@ -18,7 +18,7 @@ - + diff --git a/res/drawable/call_history_actionbar_background.xml b/res/drawable/call_history_actionbar_background.xml index f781f27b0..eabceac2b 100644 --- a/res/drawable/call_history_actionbar_background.xml +++ b/res/drawable/call_history_actionbar_background.xml @@ -16,10 +16,10 @@ - + - + diff --git a/res/drawable/tab_selected.xml b/res/drawable/tab_selected.xml index 25d76fc27..821f0473f 100644 --- a/res/drawable/tab_selected.xml +++ b/res/drawable/tab_selected.xml @@ -14,18 +14,26 @@ See the License for the specific language governing permissions and limitations under the License. --> - - + + + + + + + - + - + + - + - \ No newline at end of file diff --git a/res/drawable/tab_selected_focused.xml b/res/drawable/tab_selected_focused.xml index 8efd7b30e..7c0d35f83 100644 --- a/res/drawable/tab_selected_focused.xml +++ b/res/drawable/tab_selected_focused.xml @@ -14,32 +14,33 @@ See the License for the specific language governing permissions and limitations under the License. --> - - + - - + + - + + - + - + + - + - - + android:width="4dp" + android:color="#44ff0000" /> - \ No newline at end of file diff --git a/res/drawable/tab_selected_pressed.xml b/res/drawable/tab_selected_pressed.xml index a38344e04..32efb69c4 100644 --- a/res/drawable/tab_selected_pressed.xml +++ b/res/drawable/tab_selected_pressed.xml @@ -14,23 +14,26 @@ See the License for the specific language governing permissions and limitations under the License. --> - - + - - + + - + + - + - + + - + - \ No newline at end of file diff --git a/res/drawable/tab_unselected.xml b/res/drawable/tab_unselected.xml new file mode 100644 index 000000000..3eee4876e --- /dev/null +++ b/res/drawable/tab_unselected.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/tab_unselected_focused.xml b/res/drawable/tab_unselected_focused.xml index 2aceb63ef..c85473959 100644 --- a/res/drawable/tab_unselected_focused.xml +++ b/res/drawable/tab_unselected_focused.xml @@ -14,22 +14,27 @@ See the License for the specific language governing permissions and limitations under the License. --> - - - + + + + + + + + - + - - + android:width="4dp" + android:color="#44ff0000" /> - \ No newline at end of file diff --git a/res/drawable/tab_unselected_pressed.xml b/res/drawable/tab_unselected_pressed.xml index 2362b6581..5d2af321a 100644 --- a/res/drawable/tab_unselected_pressed.xml +++ b/res/drawable/tab_unselected_pressed.xml @@ -14,13 +14,20 @@ See the License for the specific language governing permissions and limitations under the License. --> - - + + + + + + + - + - \ No newline at end of file -- cgit v1.2.3