diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/drawable-hdpi/ic_desktop_holo_dark.png | bin | 0 -> 867 bytes | |||
-rw-r--r-- | res/drawable-mdpi/ic_desktop_holo_dark.png | bin | 0 -> 595 bytes | |||
-rw-r--r-- | res/drawable-xhdpi/ic_desktop_holo_dark.png | bin | 0 -> 1099 bytes | |||
-rw-r--r-- | res/values-sw600dp/dimensions.xml | 4 | ||||
-rw-r--r-- | res/values/colors.xml | 3 | ||||
-rw-r--r-- | res/values/dimensions.xml | 4 |
6 files changed, 6 insertions, 5 deletions
diff --git a/res/drawable-hdpi/ic_desktop_holo_dark.png b/res/drawable-hdpi/ic_desktop_holo_dark.png Binary files differnew file mode 100644 index 0000000..76fbb85 --- /dev/null +++ b/res/drawable-hdpi/ic_desktop_holo_dark.png diff --git a/res/drawable-mdpi/ic_desktop_holo_dark.png b/res/drawable-mdpi/ic_desktop_holo_dark.png Binary files differnew file mode 100644 index 0000000..1bb8120 --- /dev/null +++ b/res/drawable-mdpi/ic_desktop_holo_dark.png diff --git a/res/drawable-xhdpi/ic_desktop_holo_dark.png b/res/drawable-xhdpi/ic_desktop_holo_dark.png Binary files differnew file mode 100644 index 0000000..1689e9d --- /dev/null +++ b/res/drawable-xhdpi/ic_desktop_holo_dark.png diff --git a/res/values-sw600dp/dimensions.xml b/res/values-sw600dp/dimensions.xml index ed75f60..a6797f0 100644 --- a/res/values-sw600dp/dimensions.xml +++ b/res/values-sw600dp/dimensions.xml @@ -25,8 +25,8 @@ <!-- For the combined Bookmarks History view --> <dimen name="combo_paddingTop">50dip</dimen> <dimen name="combo_horizontalSpacing">8dip</dimen> - <dimen name="qc_radius_start">50dip</dimen> - <dimen name="qc_radius_increment">70dip</dimen> + <dimen name="qc_radius_start">75dip</dimen> + <dimen name="qc_radius_increment">90dip</dimen> <dimen name="qc_slop">15dip</dimen> <dimen name="qc_touch_offset">15dip</dimen> <dimen name="qc_tab_title_height">30dip</dimen> diff --git a/res/values/colors.xml b/res/values/colors.xml index 78f4883..ffee48b 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -33,7 +33,8 @@ <color name="tabFocusHighlight">#FF99CC00</color> <color name="qcMenuBackground">#C0000000</color> <color name="qc_normal">#E02A96BC</color> - <color name="qc_selected">#F01A5B73</color> + <color name="qc_selected">#E0FF8800</color> + <color name="qc_sub">#F01A5B73</color> <color name="qc_tab_nr">#F033B5E5</color> <color name="tabViewTitleBackground">#D0000000</color> <color name="navtab_bg">#80606060</color> diff --git a/res/values/dimensions.xml b/res/values/dimensions.xml index d6ae6ba..5e3ec8b 100644 --- a/res/values/dimensions.xml +++ b/res/values/dimensions.xml @@ -27,8 +27,8 @@ <dimen name="widgetItemMinHeight">48dip</dimen> <dimen name="favicon_size">16dip</dimen> <dimen name="favicon_padded_size">20dip</dimen> - <dimen name="qc_radius_start">60dip</dimen> - <dimen name="qc_radius_increment">70dip</dimen> + <dimen name="qc_radius_start">65dip</dimen> + <dimen name="qc_radius_increment">80dip</dimen> <dimen name="qc_slop">10dip</dimen> <dimen name="qc_touch_offset">15dip</dimen> <dimen name="qc_tab_title_height">24dip</dimen> |