2013-12-13 Miguel de Dios <miguel.dedios@artica.es>

* src/pandorafms/pandorafmsandroidconsole/ConnectionCustomToast.java:
	cleaned source code style.
	
	* res/drawable-ldpi/pandorafms_logo.png: update the icon.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9220 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-12-13 09:18:41 +00:00
parent e3b9d4e77f
commit fd21f6b1b6
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2013-12-13 Miguel de Dios <miguel.dedios@artica.es>
* src/pandorafms/pandorafmsandroidconsole/ConnectionCustomToast.java:
cleaned source code style.
* res/drawable-ldpi/pandorafms_logo.png: update the icon.
2013-12-12 Miguel de Dios <miguel.dedios@artica.es>
* res/drawable-ldpi/refresh.png, res/drawable-ldpi/config.png,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -47,7 +47,7 @@ public class ConnectionCustomToast extends Activity {
}
@Override
public void onWindowFocusChanged(boolean hasFocus){
public void onWindowFocusChanged(boolean hasFocus) {
loadAnimation.start();
}
}