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

* res/drawable-ldpi/about.png, res/drawable-ldpi/save.png,
	res/drawable-ldpi/delete.png, res/drawable-ldpi/config.png,
	res/layout/list_view_layout.xml: changes in the themes.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9020 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-11-06 16:54:05 +00:00
parent 5b68461c5b
commit 833966ef9c
6 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2013-11-06 Miguel de Dios <miguel.dedios@artica.es>
* res/drawable-ldpi/about.png, res/drawable-ldpi/save.png,
res/drawable-ldpi/delete.png, res/drawable-ldpi/config.png,
res/layout/list_view_layout.xml: changes in the themes.
2013-11-06 Miguel de Dios <miguel.dedios@artica.es>
* res/layout/item_list_event_extended.xml: changes in the themes.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 764 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 646 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -34,7 +34,8 @@
android:layout_height="wrap_content"
android:layout_weight="0"
android:padding="0dp"
android:src="@drawable/refrest_icon" />
android:src="@drawable/icon_refresh"
android:background="@null" />
<LinearLayout
android:layout_width="2px"
@ -63,7 +64,9 @@
android:layout_height="wrap_content"
android:layout_weight="0"
android:padding="0dp"
android:src="@drawable/filter_icon" />
android:src="@drawable/icon_filter"
android:background="@null"
/>
</LinearLayout>
<LinearLayout