diff options
author | Yorke Lee <yorkelee@google.com> | 2014-03-27 19:12:44 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-27 19:12:44 +0000 |
commit | c5366f4d00c1ea3ae450eb45eb8a0e787475c766 (patch) | |
tree | eeda0d452a777fe9601857e8bc5f1c64295c16a4 | |
parent | da602a829d0a1325aa23132705b7c1f564f09bcd (diff) | |
parent | b82d5c2b414bd78a7e032bda09931c1f247ee056 (diff) |
am b82d5c2b: am 00c8771d: DO NOT MERGE Fix broken copy-paste dialog
* commit 'b82d5c2b414bd78a7e032bda09931c1f247ee056':
DO NOT MERGE Fix broken copy-paste dialog
-rw-r--r-- | res/values/styles.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 0413df4b9..3921a5d69 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -86,7 +86,12 @@ <!-- A "hidden" action bar style. Used when loading the launcher activity so that the default actionbar is effectively hidden. --> <style name="DialtactsHiddenActionBarStyle" parent="DialtactsActionBarStyle"> - <item name="android:height">0dp</item> + <item name="android:background">@color/background_dialer_light</item> + <item name="android:titleTextStyle">@style/DialtactsHiddenActionBarTextStyle</item> + </style> + + <style name="DialtactsHiddenActionBarTextStyle" parent="@android:style/TextAppearance"> + <item name="android:textColor">@color/background_dialer_light</item> </style> <!-- Action bar overflow menu icon. --> |