summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/values/themes.xml2
-rw-r--r--src/com/android/car/dialer/TelecomActivity.java3
2 files changed, 1 insertions, 4 deletions
diff --git a/res/values/themes.xml b/res/values/themes.xml
index 4681aa24..d09bffb0 100644
--- a/res/values/themes.xml
+++ b/res/values/themes.xml
@@ -20,7 +20,7 @@ limitations under the License.
<item name="android:colorPrimary">@android:color/transparent</item>
<item name="android:colorPrimaryDark">@color/phone_status_bar_theme</item>
<item name="android:textColorPrimary">@android:color/black</item>
- <item name="drawerClosedHeaderColor">@color/car_title2</item>
+ <item name="drawerHeaderColor">@color/car_title2</item>
<item name="drawerBackgroundColor">@color/phone_theme</item>
</style>
diff --git a/src/com/android/car/dialer/TelecomActivity.java b/src/com/android/car/dialer/TelecomActivity.java
index 0608990b..5ec54938 100644
--- a/src/com/android/car/dialer/TelecomActivity.java
+++ b/src/com/android/car/dialer/TelecomActivity.java
@@ -82,9 +82,6 @@ public class TelecomActivity extends CarDrawerActivity implements CallListener {
super.onCreate(savedInstanceState);
setToolbarElevation(0f);
- // Set toolbar to be click through so that the search icon can be clicked.
- setToolbarClickThrough(true);
-
if (vdebug()) {
Log.d(TAG, "onCreate");
}