Hintergrundfarben

This commit is contained in:
Akki 2015-11-05 22:26:22 +01:00
parent 6b6153de06
commit 0b627cf2d6
12 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"> <shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#80FFFFFF"/> <solid android:color="#e0ffffff"/>
<stroke android:width="1dip" android:color="#B1BCBE" /> <stroke android:width="1dip" android:color="#B1BCBE" />
<corners android:radius="3dip"/> <corners android:radius="3dip"/>
<padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" /> <padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" />

View File

@ -19,7 +19,7 @@
<color name="list_row_end_color">#e0ffffff</color> <color name="list_row_end_color">#e0ffffff</color>
<color name="list_row_hover_end_color">#80ebeef0</color> <color name="list_row_hover_end_color">#80ebeef0</color>
<color name="list_row_hover_start_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="newstitle">#FFFFFFFF</color>
<color name="titleshadow">#ff000000</color> <color name="titleshadow">#ff000000</color>
<color name="year">#888888</color> <color name="year">#888888</color>

Binary file not shown.

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"> <shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#80FFFFFF"/> <solid android:color="#e0ffffff"/>
<stroke android:width="1dip" android:color="#B1BCBE" /> <stroke android:width="1dip" android:color="#B1BCBE" />
<corners android:radius="3dip"/> <corners android:radius="3dip"/>
<padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" /> <padding android:left="0dip" android:top="0dip" android:right="0dip" android:bottom="0dip" />

View File

@ -7,7 +7,7 @@
<color name="titleshadow">#ff000000</color> <color name="titleshadow">#ff000000</color>
<color name="year">#888888</color> <color name="year">#888888</color>
<color name="list_divider">#d9d9d9</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_end_color">#e0ffffff</color>
<color name="list_row_hover_start_color">#80ebeef0</color> <color name="list_row_hover_start_color">#80ebeef0</color>
<color name="list_row_hover_end_color">#80ebeef0</color> <color name="list_row_hover_end_color">#80ebeef0</color>