summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorStephen Bird <sbird@cyngn.com>2016-02-11 13:44:38 -0800
committerStephen Bird <sbird@cyngn.com>2016-04-08 10:18:48 -0700
commite7fcd2317fd93ced3d6ade56ef6db66ba2528073 (patch)
treebd2259b4f7f6b9ecfc4f1480ecaf503f4e8114a5 /AndroidManifest.xml
parentf788030bd5986b7177490522d1e6ff426defa3f8 (diff)
downloadandroid_packages_apps_Dialer-e7fcd2317fd93ced3d6ade56ef6db66ba2528073.tar.gz
android_packages_apps_Dialer-e7fcd2317fd93ced3d6ade56ef6db66ba2528073.tar.bz2
android_packages_apps_Dialer-e7fcd2317fd93ced3d6ade56ef6db66ba2528073.zip
Add Credits Bar in Regular search
Since we now have a spinner in the main dialer search we need to be able to tell the user if they have any credits. Ticket: CD-381 Change-Id: I540ceeed32cad31a05ff120f83ae5dac5e4bcb81
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 aaf91bb14..48eae66fa 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -89,7 +89,7 @@
android:clearTaskOnLaunch="true"
android:icon="@mipmap/ic_launcher_phone"
android:enabled="@*android:bool/config_voice_capable"
- android:windowSoftInputMode="stateAlwaysHidden|adjustNothing">
+ android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.DIAL" />
<category android:name="android.intent.category.DEFAULT" />