Add mock settings pages to terminal app
This commit adds three settings pages to the terminal app:
1. Disk Resize
2. Port Forwarding
3. Recovery
To enable the adaptive layout for mobile and large screen devices for
these settings pages, this commit introduces activity embedding layout.
Bug: 364149286
Test: install on tangorpro and komodo
Change-Id: Iccbd1578b0d729e7e295d0533e4db54c6fd1d815
diff --git a/android/TerminalApp/res/values/dimens.xml b/android/TerminalApp/res/values/dimens.xml
new file mode 100644
index 0000000..e6ed461
--- /dev/null
+++ b/android/TerminalApp/res/values/dimens.xml
@@ -0,0 +1,3 @@
+<resources>
+ <dimen name="activity_split_ratio">0.3</dimen>
+</resources>
\ No newline at end of file