Hintergrundfarbe
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 7.6 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 18 KiB |
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#e0FFFFFF"/>
|
||||
<solid android:color="#e0ffffff"/>
|
||||
<stroke android:width="1dip" android:color="#B1BCBE" />
|
||||
<corners android:radius="3dip"/>
|
||||
<padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" />
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
<color name="list_row_end_color">#e0ffffff</color>
|
||||
<color name="list_row_hover_end_color">#80ebeef0</color>
|
||||
<color name="list_row_hover_start_color">#80ebeef0</color>
|
||||
<color name="list_row_start_color">#00ffffff</color>
|
||||
<color name="list_row_start_color">#e0ffffff</color>
|
||||
<color name="newstitle">#FFFFFFFF</color>
|
||||
<color name="titleshadow">#ff000000</color>
|
||||
<color name="year">#888888</color>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 7.8 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 19 KiB |
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#e0FFFFFF"/>
|
||||
<solid android:color="#e0ffffff"/>
|
||||
<stroke android:width="1dip" android:color="#B1BCBE" />
|
||||
<corners android:radius="3dip"/>
|
||||
<padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" />
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
<color name="titleshadow">#ff000000</color>
|
||||
<color name="year">#888888</color>
|
||||
<color name="list_divider">#d9d9d9</color>
|
||||
<color name="list_row_start_color">#00ffffff</color>
|
||||
<color name="list_row_start_color">#e0ffffff</color>
|
||||
<color name="list_row_end_color">#e0ffffff</color>
|
||||
<color name="list_row_hover_start_color">#80ebeef0</color>
|
||||
<color name="list_row_hover_end_color">#80ebeef0</color>
|
||||
|
||||