2013-11-07 Miguel de Dios <miguel.dedios@artica.es>

* res/drawable/round_event_item_grey.xml,
	res/drawable/round_event_item_blue.xml: added two lost colors,
	thanks Carla ;) .




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9028 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-11-07 10:55:47 +00:00
parent cd754bc627
commit f130a8efdc
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2013-11-07 Miguel de Dios <miguel.dedios@artica.es>
* res/drawable/round_event_item_grey.xml,
res/drawable/round_event_item_blue.xml: added two lost colors,
thanks Carla ;) .
2013-11-07 Miguel de Dios <miguel.dedios@artica.es>
* res/values-ja/strings.xml, res/values/strings.xml,

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#ffffff"/>
<solid android:color="#4CA8E0"/>
<stroke android:width="3dip" android:color="#242424" />
<corners android:radius="5dip"/>
</shape>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#ffffff"/>
<solid android:color="#999999"/>
<stroke android:width="3dip" android:color="#242424" />
<corners android:radius="5dip"/>
</shape>