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
|
@ -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.
|
||||
|
||||
|
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 10 KiB |
|
@ -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"
|
||||
|
|