From 753401aa471d2fb87ab937c2b02b182ebc215c3a Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Wed, 11 Nov 2009 17:53:53 -0800 Subject: Fix 2209086: add drawables for SlidingTab states in PhoneApp. Update string file for new SlidingTab sound states. Tweak "animation" to be 250ms based on conversation with ui guys. Some minor performance tweaks to SlidingTab. --- core/res/res/drawable/jog_tab_bar_left_answer.xml | 28 ++++++++++++++++++++++ .../res/res/drawable/jog_tab_bar_right_decline.xml | 28 ++++++++++++++++++++++ core/res/res/drawable/jog_tab_left_answer.xml | 28 ++++++++++++++++++++++ core/res/res/drawable/jog_tab_right_decline.xml | 28 ++++++++++++++++++++++ core/res/res/values/strings.xml | 6 +++-- 5 files changed, 116 insertions(+), 2 deletions(-) create mode 100644 core/res/res/drawable/jog_tab_bar_left_answer.xml create mode 100644 core/res/res/drawable/jog_tab_bar_right_decline.xml create mode 100644 core/res/res/drawable/jog_tab_left_answer.xml create mode 100644 core/res/res/drawable/jog_tab_right_decline.xml (limited to 'core/res') diff --git a/core/res/res/drawable/jog_tab_bar_left_answer.xml b/core/res/res/drawable/jog_tab_bar_left_answer.xml new file mode 100644 index 0000000..b1d7c31 --- /dev/null +++ b/core/res/res/drawable/jog_tab_bar_left_answer.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + diff --git a/core/res/res/drawable/jog_tab_bar_right_decline.xml b/core/res/res/drawable/jog_tab_bar_right_decline.xml new file mode 100644 index 0000000..ae82aba --- /dev/null +++ b/core/res/res/drawable/jog_tab_bar_right_decline.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + diff --git a/core/res/res/drawable/jog_tab_left_answer.xml b/core/res/res/drawable/jog_tab_left_answer.xml new file mode 100644 index 0000000..18ec7fa --- /dev/null +++ b/core/res/res/drawable/jog_tab_left_answer.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + diff --git a/core/res/res/drawable/jog_tab_right_decline.xml b/core/res/res/drawable/jog_tab_right_decline.xml new file mode 100644 index 0000000..a3bca5e --- /dev/null +++ b/core/res/res/drawable/jog_tab_right_decline.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index d1ae571..1394341 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1436,8 +1436,10 @@ Checking... Unlock - - Sound + + Sound on + + Sound off "%-l%P" -- cgit v1.1