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

* res/layout/item_list_event_extended.xml, res/layout/main.xml,
	res/layout/options.xml, res/drawable/button_pressed.9.png,
	res/drawable/pandora_button.xml, res/drawable/button_normal.9.png:
	changes in the themes.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9024 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-11-06 19:02:17 +00:00
parent c4e97a674d
commit c944f2a92a
7 changed files with 29 additions and 4 deletions

View File

@ -1,3 +1,10 @@
2013-11-06 Miguel de Dios <miguel.dedios@artica.es>
* res/layout/item_list_event_extended.xml, res/layout/main.xml,
res/layout/options.xml, res/drawable/button_pressed.9.png,
res/drawable/pandora_button.xml, res/drawable/button_normal.9.png:
changes in the themes.
2013-11-06 Miguel de Dios <miguel.dedios@artica.es>
* res/drawable-ldpi/delete_pressed.png,

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 B

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/button_normal"
android:state_enabled="false"/>
<item android:drawable="@drawable/button_pressed"
android:state_enabled="true" android:state_pressed="true"/>
<item android:drawable="@drawable/button_pressed"
android:state_enabled="true" android:state_focused="true"/>
<item android:drawable="@drawable/button_normal"
android:state_enabled="true"/>
</selector>

View File

@ -144,7 +144,8 @@
android:id="@+id/validate_button_extended"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/validate_event_button_str" />
android:text="@string/validate_event_button_str"
android:background="@drawable/pandora_button" />
<TextView
android:id="@+id/validate_event_label"
@ -157,7 +158,8 @@
android:id="@+id/create_incident_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/create_incident" />
android:text="@string/create_incident"
android:background="@drawable/pandora_button" />
</TableRow>
</TableLayout>

View File

@ -116,7 +116,8 @@
android:id="@+id/button_set_as_filter_watcher"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/set_as_filter_watcher_button_str" />
android:text="@string/set_as_filter_watcher_button_str"
android:background="@drawable/pandora_button" />
<LinearLayout
android:layout_width="fill_parent"

View File

@ -309,7 +309,8 @@
android:id="@+id/sound_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0" />
android:layout_weight="0"
android:background="@drawable/pandora_button" />
</LinearLayout>
</LinearLayout>
@ -326,6 +327,7 @@
android:layout_gravity="center"
android:layout_marginLeft="5dp"
android:layout_marginRight="5dp"
android:background="@drawable/pandora_button"
android:text="@string/update_button_str" />
</LinearLayout>
</LinearLayout>