From 9c09323b87fd122305bc4dbe162d159b39c948fd Mon Sep 17 00:00:00 2001 From: Nancy Chen Date: Wed, 10 Sep 2014 16:08:21 -0700 Subject: Set default action bar elevation for dialer. Currently the action bar elevation is only applied to the main android activity, we want this elevation everywhere, in particular for the Settings action bar. Bug: 17420792 Change-Id: Ia80ac4debfbfa771364b74a2002c2db4d0b3b685 --- res/values/styles.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'res') diff --git a/res/values/styles.xml b/res/values/styles.xml index 74a5231f9..1fe8aec99 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -123,6 +123,7 @@ @color/actionbar_background_color @style/DialtactsActionBarTitleText @dimen/action_bar_height + @dimen/action_bar_elevation @android:color/transparent -- cgit v1.2.3