Show all transports on the dashboard

and indicate which transports are currently available.
The icons have been chosen from the official material icons and might be
replaced later with icons that better represent the given transport.

Please note that I used vector drawables which will be automatically
converted at build time to raster graphics.

Closes #96
This commit is contained in:
Torsten Grote
2015-12-16 18:49:57 -02:00
parent 2d28dcada2
commit 264285ecf7
7 changed files with 198 additions and 6 deletions

View File

@@ -117,9 +117,9 @@
<string name="offline">Offline</string>
<string name="send">Send</string>
<string name="data_transports">Data Transports</string>
<string name="transport_tor">Internet via Tor</string>
<string name="transport_tor">Internet</string>
<string name="transport_bt">Bluetooth</string>
<string name="transport_lan">Local Area Network</string>
<string name="transport_lan">Wi-Fi</string>
<!-- Dialogs -->
<string name="dialog_title_lost_password">Lost password</string>