I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit ceaff935 authored by str4d's avatar str4d
Browse files

New status image for "no internet"

parent 255702b6
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
- Change navbar first-open mechanics to match Android design docs - Change navbar first-open mechanics to match Android design docs
- Pull out internal I2P web browser, or disable it - Pull out internal I2P web browser, or disable it
- What will this require elsewhere? - What will this require elsewhere?
- New status image for "no internet"
- Add link from Log Activity to Logging settings - Add link from Log Activity to Logging settings
# Short-term # Short-term
......
This diff is collapsed.
res/drawable/routerlogo_4.png

45.7 KiB

...@@ -232,7 +232,7 @@ public class MainFragment extends I2PFragmentBase { ...@@ -232,7 +232,7 @@ public class MainFragment extends I2PFragmentBase {
} else if ("ACTIVE".equals(newState)) { } else if ("ACTIVE".equals(newState)) {
lightImage.setImageResource(R.drawable.routerlogo_3); lightImage.setImageResource(R.drawable.routerlogo_3);
} else if ("WAITING".equals(newState)) { } else if ("WAITING".equals(newState)) {
lightImage.setImageResource(R.drawable.routerlogo_0); lightImage.setImageResource(R.drawable.routerlogo_4);
} // Ignore unknown states. } // Ignore unknown states.
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment