Some UI change to the terminal app
* remove copy ip address action as the ip is static
* remove the stop vm action as it can be done by killing the terminal
app task
* add icon for the settings action (downloaded from
fonts.google.com/icon)
* Use widgets from Material Design Components (MDC)
Bug: N/A
Test: N/A
Change-Id: I6266326c041ec80f10d0ab9fd840727c88e0414d
diff --git a/android/TerminalApp/res/values/strings.xml b/android/TerminalApp/res/values/strings.xml
index 6ae5b7b..7af9761 100644
--- a/android/TerminalApp/res/values/strings.xml
+++ b/android/TerminalApp/res/values/strings.xml
@@ -20,6 +20,9 @@
<!-- Application name of this terminal app shown in the launcher. This app provides computer terminal to connect to virtual machine. [CHAR LIMIT=16] -->
<string name="app_name">Terminal</string>
+ <!-- Action bar icon name for the settings view CHAR LIMIT=none] -->
+ <string name="action_settings">Settings</string>
+
<!-- Toast message to notify that preparing terminal to start [CHAR LIMIT=none] -->
<string name="vm_creation_message">Preparing terminal</string>
<!-- Toast message to notify that terminal is stopping [CHAR LIMIT=none] -->