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:
parent
c4e97a674d
commit
c944f2a92a
|
@ -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>
|
2013-11-06 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* res/drawable-ldpi/delete_pressed.png,
|
* 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 |
|
@ -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>
|
|
@ -144,7 +144,8 @@
|
||||||
android:id="@+id/validate_button_extended"
|
android:id="@+id/validate_button_extended"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="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
|
<TextView
|
||||||
android:id="@+id/validate_event_label"
|
android:id="@+id/validate_event_label"
|
||||||
|
@ -157,7 +158,8 @@
|
||||||
android:id="@+id/create_incident_button"
|
android:id="@+id/create_incident_button"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/create_incident" />
|
android:text="@string/create_incident"
|
||||||
|
android:background="@drawable/pandora_button" />
|
||||||
</TableRow>
|
</TableRow>
|
||||||
|
|
||||||
</TableLayout>
|
</TableLayout>
|
||||||
|
|
|
@ -116,7 +116,8 @@
|
||||||
android:id="@+id/button_set_as_filter_watcher"
|
android:id="@+id/button_set_as_filter_watcher"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
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
|
<LinearLayout
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
|
|
|
@ -309,7 +309,8 @@
|
||||||
android:id="@+id/sound_button"
|
android:id="@+id/sound_button"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="0" />
|
android:layout_weight="0"
|
||||||
|
android:background="@drawable/pandora_button" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
@ -326,6 +327,7 @@
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
android:layout_marginLeft="5dp"
|
android:layout_marginLeft="5dp"
|
||||||
android:layout_marginRight="5dp"
|
android:layout_marginRight="5dp"
|
||||||
|
android:background="@drawable/pandora_button"
|
||||||
android:text="@string/update_button_str" />
|
android:text="@string/update_button_str" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
Loading…
Reference in New Issue