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
|
@ -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.
|
||||
|
|
Before Width: | Height: | Size: 764 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 646 B After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
@ -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
|
||||
|
|