am 2c22a510
: More hi-res assets, and darken background color to donut level.
Merge commit '2c22a51072fd71e3a50df9c26f9078bd62c90cd3' into eclair-plus-aosp * commit '2c22a51072fd71e3a50df9c26f9078bd62c90cd3': More hi-res assets, and darken background color to donut level.
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 170 B |
Before Width: | Height: | Size: 268 B After Width: | Height: | Size: 116 B |
Before Width: | Height: | Size: 287 B After Width: | Height: | Size: 120 B |
Before Width: | Height: | Size: 285 B After Width: | Height: | Size: 118 B |
Before Width: | Height: | Size: 289 B After Width: | Height: | Size: 120 B |
Before Width: | Height: | Size: 109 B After Width: | Height: | Size: 116 B |
Before Width: | Height: | Size: 120 B After Width: | Height: | Size: 120 B |
BIN
core/res/res/drawable-hdpi/divider_vertical_dark.9.png
Normal file
After Width: | Height: | Size: 118 B |
Before Width: | Height: | Size: 120 B After Width: | Height: | Size: 120 B |
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 174 B |
BIN
core/res/res/drawable-mdpi/divider_vertical_bright_opaque.9.png
Normal file
After Width: | Height: | Size: 120 B |
Before Width: | Height: | Size: 121 B After Width: | Height: | Size: 121 B |
BIN
core/res/res/drawable-mdpi/divider_vertical_dark_opaque.9.png
Normal file
After Width: | Height: | Size: 120 B |
@ -18,8 +18,8 @@
|
||||
android:layout_width="0dip"
|
||||
android:layout_height="64dip"
|
||||
android:layout_weight="1"
|
||||
android:layout_marginLeft="-4px"
|
||||
android:layout_marginRight="-4px"
|
||||
android:layout_marginLeft="-3dip"
|
||||
android:layout_marginRight="-3dip"
|
||||
android:orientation="vertical"
|
||||
android:background="@android:drawable/tab_indicator">
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
-->
|
||||
<resources>
|
||||
<drawable name="screen_background_light">#ffffffff</drawable>
|
||||
<drawable name="screen_background_dark">#ff202020</drawable>
|
||||
<drawable name="screen_background_dark">#ff1a1a1a</drawable>
|
||||
<drawable name="status_bar_closed_default_background">#ff000000</drawable>
|
||||
<drawable name="status_bar_opened_default_background">#ff000000</drawable>
|
||||
<drawable name="search_bar_default_color">#ff000000</drawable>
|
||||
@ -36,7 +36,7 @@
|
||||
<color name="white">#ffffffff</color>
|
||||
<color name="black">#ff000000</color>
|
||||
<color name="transparent">#00000000</color>
|
||||
<color name="background_dark">#ff202020</color>
|
||||
<color name="background_dark">#ff1a1a1a</color>
|
||||
<color name="bright_foreground_dark">#ffffffff</color>
|
||||
<color name="bright_foreground_dark_disabled">#80ffffff</color>
|
||||
<color name="bright_foreground_dark_inverse">#ff000000</color>
|
||||
|