New status image for "no internet"
This commit is contained in:
1
TODO
1
TODO
@ -14,7 +14,6 @@
|
||||
- Change navbar first-open mechanics to match Android design docs
|
||||
- Pull out internal I2P web browser, or disable it
|
||||
- What will this require elsewhere?
|
||||
- New status image for "no internet"
|
||||
- Add link from Log Activity to Logging settings
|
||||
|
||||
# Short-term
|
||||
|
8238
art/routerled/routerlogo_4.svg
Normal file
8238
art/routerled/routerlogo_4.svg
Normal file
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 248 KiB |
BIN
res/drawable/routerlogo_4.png
Normal file
BIN
res/drawable/routerlogo_4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
@ -232,7 +232,7 @@ public class MainFragment extends I2PFragmentBase {
|
||||
} else if ("ACTIVE".equals(newState)) {
|
||||
lightImage.setImageResource(R.drawable.routerlogo_3);
|
||||
} else if ("WAITING".equals(newState)) {
|
||||
lightImage.setImageResource(R.drawable.routerlogo_0);
|
||||
lightImage.setImageResource(R.drawable.routerlogo_4);
|
||||
} // Ignore unknown states.
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user