2012-09-13 Miguel de Dios <miguel.dedios@artica.es>

* res/drawable-ldpi/criticity_0.png,
	res/drawable-ldpi/criticity_1.png,
	res/drawable-ldpi/criticity_2.png,res/drawable-ldpi/criticity_3.png,
	res/drawable-ldpi/criticity_4.png,
	res/drawable-ldpi/criticity_default.png,
	res/drawable-ldpi/pandorafms_logo.png: update the images thanks a
	Carla Andres.
	
	* res/layout/info.xml: fixed the layout to show the app icon.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6967 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2012-09-13 10:30:06 +00:00
parent f449967c24
commit 581bcb800e
9 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
2012-09-13 Miguel de Dios <miguel.dedios@artica.es>
* res/drawable-ldpi/criticity_0.png,
res/drawable-ldpi/criticity_1.png,
res/drawable-ldpi/criticity_2.png,res/drawable-ldpi/criticity_3.png,
res/drawable-ldpi/criticity_4.png,
res/drawable-ldpi/criticity_default.png,
res/drawable-ldpi/pandorafms_logo.png: update the images thanks a
Carla Andres.
* res/layout/info.xml: fixed the layout to show the app icon.
2012-09-08 Santiago Munín <burning1@gmail.com>
* res/values/strings.xml: Fixed some entries.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -26,7 +26,7 @@
android:contentDescription="@string/pandorafms_logo_description"
android:id="@+id/img_logo_about"
android:layout_width="wrap_content"
android:layout_height="0dp"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:padding="5dp"
android:src="@drawable/pandorafms_logo"