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:
parent
7c02ae2d3b
commit
ed4851cefb
|
@ -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,
|
||||
|
|
|
@ -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>
|
|
@ -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>
|
Loading…
Reference in New Issue