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

* res/layout/main.xml, res/layout/list_view_layout.xml,
	res/drawable/refresh_icon_button.xml,
	res/drawable/filter_icon_button.xml,
	res/drawable-ldpi/icon_refresh_pressed.png,
	res/drawable-ldpi/refrest_icon.png,
	res/drawable-ldpi/filter_icon.png,
	res/drawable-ldpi/icon_filter_pressed.png,
	res/drawable-ldpi/pandorafms_logo.png: changes in the themes.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9021 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-11-06 18:10:22 +00:00
parent 5b227d3630
commit d0ff17942f
10 changed files with 44 additions and 9 deletions

View File

@ -1,3 +1,14 @@
2013-11-06 Miguel de Dios <miguel.dedios@artica.es>
* res/layout/main.xml, res/layout/list_view_layout.xml,
res/drawable/refresh_icon_button.xml,
res/drawable/filter_icon_button.xml,
res/drawable-ldpi/icon_refresh_pressed.png,
res/drawable-ldpi/refrest_icon.png,
res/drawable-ldpi/filter_icon.png,
res/drawable-ldpi/icon_filter_pressed.png,
res/drawable-ldpi/pandorafms_logo.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/about.png, res/drawable-ldpi/save.png, * res/drawable-ldpi/about.png, res/drawable-ldpi/save.png,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 633 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 843 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/icon_filter"
android:state_enabled="false"/>
<item android:drawable="@drawable/icon_filter_pressed"
android:state_enabled="true" android:state_pressed="true"/>
<item android:drawable="@drawable/icon_filter_pressed"
android:state_enabled="true" android:state_focused="true"/>
<item android:drawable="@drawable/icon_filter"
android:state_enabled="true"/>
</selector>

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/icon_refresh"
android:state_enabled="false"/>
<item android:drawable="@drawable/icon_refresh_pressed"
android:state_enabled="true" android:state_pressed="true"/>
<item android:drawable="@drawable/icon_refresh_pressed"
android:state_enabled="true" android:state_focused="true"/>
<item android:drawable="@drawable/icon_refresh"
android:state_enabled="true"/>
</selector>

View File

@ -34,8 +34,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="0" android:layout_weight="0"
android:padding="0dp" android:padding="0dp"
android:src="@drawable/icon_refresh" android:background="@drawable/refresh_icon_button" />
android:background="@null" />
<LinearLayout <LinearLayout
android:layout_width="2px" android:layout_width="2px"
@ -44,10 +43,9 @@
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="fill_parent"
android:layout_weight="1" android:layout_weight="1"
android:gravity="center" android:gravity="center"
android:padding="10dp"
android:text="EVENT VIEWER" android:text="EVENT VIEWER"
android:textColor="#ffffff" android:textColor="#ffffff"
android:textSize="20dp" android:textSize="20dp"
@ -64,7 +62,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="0" android:layout_weight="0"
android:padding="0dp" android:padding="0dp"
android:src="@drawable/icon_filter" android:src="@drawable/filter_icon_button"
android:background="@null" android:background="@null"
/> />
</LinearLayout> </LinearLayout>

View File

@ -33,7 +33,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="0" android:layout_weight="0"
android:padding="0dp" android:padding="0dp"
android:src="@drawable/refrest_icon" /> android:background="@drawable/refresh_icon_button" />
<LinearLayout <LinearLayout
android:layout_width="2px" android:layout_width="2px"
@ -42,10 +42,9 @@
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="fill_parent"
android:layout_weight="1" android:layout_weight="1"
android:gravity="center" android:gravity="center"
android:padding="10dp"
android:text="EVENT VIEWER" android:text="EVENT VIEWER"
android:textColor="#ffffff" android:textColor="#ffffff"
android:textSize="20dp" android:textSize="20dp"
@ -62,7 +61,8 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="0" android:layout_weight="0"
android:padding="0dp" android:padding="0dp"
android:src="@drawable/filter_icon" /> android:background="@null"
android:src="@drawable/icon_filter_pressed" />
</LinearLayout> </LinearLayout>
<LinearLayout <LinearLayout
android:layout_width="fill_parent" android:layout_width="fill_parent"