Merge "Clear dialpad when x is pressed" into klp-dev
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 542ddd9..82734b6 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -120,7 +120,7 @@
<activity android:name="com.android.dialer.calllog.CallLogActivity"
android:label="@string/call_log_activity_title"
- android:theme="@style/CallLogActivityTheme"
+ android:theme="@style/DialtactsThemeWithActionBarOverlay"
android:screenOrientation="portrait"
android:icon="@mipmap/ic_launcher_phone">
<intent-filter>
@@ -133,7 +133,7 @@
<activity android:name="com.android.dialer.list.AllContactsActivity"
android:label="@string/show_all_contacts_title"
- android:theme="@style/DialtactsTheme"
+ android:theme="@style/DialtactsThemeWithActionBarOverlay"
android:screenOrientation="portrait">
</activity>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index e7dd9f9..9b99244 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -72,7 +72,7 @@
<item name="android:textColorPrimary">#FFFFFF</item>
</style>
- <style name="CallLogActivityTheme" parent="DialtactsTheme">
+ <style name="DialtactsThemeWithActionBarOverlay" parent="DialtactsTheme">
<item name="android:windowActionBarOverlay">true</item>
</style>