diff options
author | Daniel Lehmann <lehmannd@google.com> | 2010-10-08 15:57:25 -0700 |
---|---|---|
committer | Daniel Lehmann <lehmannd@google.com> | 2010-10-08 15:57:25 -0700 |
commit | 857f326fb3dfcd7e36118de2cf56c9537d36146a (patch) | |
tree | 693df46fad8a9ef231eaf1fe367faa2e3ab06fdd /res | |
parent | 1332868ddb427a39d377b31d02d78baab3332d54 (diff) | |
download | packages_apps_Contacts-857f326fb3dfcd7e36118de2cf56c9537d36146a.tar.gz packages_apps_Contacts-857f326fb3dfcd7e36118de2cf56c9537d36146a.tar.bz2 packages_apps_Contacts-857f326fb3dfcd7e36118de2cf56c9537d36146a.zip |
Turn the Aizy into a scrollbar again, similar to the old FastScroll
Change-Id: I8818554940eba9cc16b9f9ec0c4687a16db76101
Diffstat (limited to 'res')
-rw-r--r-- | res/drawable-hdpi/temp_aizy_bottom.png (renamed from res/drawable-hdpi/aizy_bottom.png) | bin | 3467 -> 3467 bytes | |||
-rw-r--r-- | res/drawable-mdpi/temp_aizy_bottom.png (renamed from res/drawable-mdpi/aizy_bottom.png) | bin | 3467 -> 3467 bytes | |||
-rw-r--r-- | res/drawable-mdpi/temp_aizy_knob.png | bin | 0 -> 1171 bytes | |||
-rw-r--r-- | res/layout/aizy_popup_window.xml | 2 | ||||
-rw-r--r-- | res/values-xlarge/colors.xml | 6 | ||||
-rw-r--r-- | res/values/colors.xml | 5 | ||||
-rw-r--r-- | res/values/strings.xml | 10 |
7 files changed, 2 insertions, 21 deletions
diff --git a/res/drawable-hdpi/aizy_bottom.png b/res/drawable-hdpi/temp_aizy_bottom.png Binary files differindex 1f3d332a6..1f3d332a6 100644 --- a/res/drawable-hdpi/aizy_bottom.png +++ b/res/drawable-hdpi/temp_aizy_bottom.png diff --git a/res/drawable-mdpi/aizy_bottom.png b/res/drawable-mdpi/temp_aizy_bottom.png Binary files differindex 1f3d332a6..1f3d332a6 100644 --- a/res/drawable-mdpi/aizy_bottom.png +++ b/res/drawable-mdpi/temp_aizy_bottom.png diff --git a/res/drawable-mdpi/temp_aizy_knob.png b/res/drawable-mdpi/temp_aizy_knob.png Binary files differnew file mode 100644 index 000000000..daa82424c --- /dev/null +++ b/res/drawable-mdpi/temp_aizy_knob.png diff --git a/res/layout/aizy_popup_window.xml b/res/layout/aizy_popup_window.xml index 801b4810e..5e83766f3 100644 --- a/res/layout/aizy_popup_window.xml +++ b/res/layout/aizy_popup_window.xml @@ -18,7 +18,7 @@ android:orientation="vertical" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:background="@drawable/aizy_bottom" + android:background="@drawable/temp_aizy_bottom" > <TextView diff --git a/res/values-xlarge/colors.xml b/res/values-xlarge/colors.xml index 4eaa94143..0f8f8de56 100644 --- a/res/values-xlarge/colors.xml +++ b/res/values-xlarge/colors.xml @@ -16,12 +16,6 @@ <resources> - <!-- Color used in the Aizy visual scroll control for empty section --> - <color name="aizy_empty_section">#ffcccccc</color> - - <!-- Color used in the Aizy visual scroll control for non-empty sections --> - <color name="aizy_non_empty_section">#ff9490a0</color> - <!-- Color used for the letter in the A-Z section header --> <color name="section_header_text_color">#ff000000</color> diff --git a/res/values/colors.xml b/res/values/colors.xml index 9da6a61a2..cea35730b 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -27,10 +27,7 @@ <color name="translucent_search_background">#cc000000</color> <!-- Color used in the Aizy visual scroll control for empty section --> - <color name="aizy_empty_section">#ff666666</color> - - <!-- Color used in the Aizy visual scroll control for non-empty sections --> - <color name="aizy_non_empty_section">#ffcccccc</color> + <color name="aizy_line_color">#ff689afe</color> <!-- Color used for the letter in the A-Z section header --> <color name="section_header_text_color">#ff999999</color> diff --git a/res/values/strings.xml b/res/values/strings.xml index a15619ad0..47bb0a17c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1308,16 +1308,6 @@ <!-- The button next to the message about multiple contact aggregation suggestions in Contact editor. [CHAR LIMIT=12]--> <string name="aggregation_suggestion_view_button">View</string> - <!-- Primary alphabet of this language. Each of these characters always has its own section in - the visual scroll control next to the contact list. These letters must be uppercase. - While there is no hard limit on the number of characters, there should not be more than - 40. If the language requires more, this string should instead be empty so that the - visual scroll control adapts to the contents. - This text must only contain letters that can appear as sections, otherwise they would - only be empty. - Translations require extensive QA! --> - <string name="visualScrollerAlphabet">A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;W;X;Y;Z</string> - <!-- The menu item (or button) that creates a local copy of a corporate contact. [CHAR LIMIT=40]--> <string name="menu_copyContact">Copy to my contacts</string> |