summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorYoshiaki Naka <yoshiaki.naka@sony.com>2019-02-21 17:13:38 +0900
committerJack Yu <jackyu@google.com>2019-10-28 22:07:11 +0000
commitc1efd35ac402a57d9a3c0c17e67737af30429c8e (patch)
treef47ae5eaf6eb26eb9afc3115bb8ef52eb78dc6b7 /AndroidManifest.xml
parent7667af5220177cbce1df9c564365f5479517ccc1 (diff)
downloadStk-c1efd35ac402a57d9a3c0c17e67737af30429c8e.tar.gz
Improve the UI layout of the input screen
TextInputLayout should be introduced to have a modern user interface design. The helper text and the maximum length of the response are moved under the edit box. Bug: 128890104 Test: Confirmed the expected behavior in manual test cases. Change-Id: If281bd7c914469270b60d8b49d43cf46b2d77742
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2695f51..c49ff86 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -83,7 +83,7 @@
<activity android:name="StkInputActivity"
android:label="@string/app_name"
android:icon="@drawable/ic_launcher_sim_toolkit"
- android:theme="@android:style/Theme.DeviceDefault.DayNight"
+ android:theme="@style/Theme.AppCompat.DayNight.NoActionBar"
android:configChanges="orientation|locale|screenSize|keyboardHidden"
android:exported="false"
android:autoRemoveFromRecents="true"