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:
parent
e3b9d4e77f
commit
fd21f6b1b6
|
@ -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 |
|
@ -47,7 +47,7 @@ public class ConnectionCustomToast extends Activity {
|
|||
}
|
||||
|
||||
@Override
|
||||
public void onWindowFocusChanged(boolean hasFocus){
|
||||
public void onWindowFocusChanged(boolean hasFocus) {
|
||||
loadAnimation.start();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue