diff options
| author | Brian Attwell <brianattwell@google.com> | 2014-07-15 00:22:01 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-07-14 22:50:50 +0000 |
| commit | 2b21994ffff138aee43b119fed569bee37eed020 (patch) | |
| tree | f2ccc631e68feec05054099b14e5dc3ee875e4aa /res/values | |
| parent | 914f56efb034de18257ce298b893e8329d92b2d5 (diff) | |
| parent | 5d998c1fd572b1d9976f85b06dee7411b3f2184c (diff) | |
| download | android_packages_apps_ContactsCommon-2b21994ffff138aee43b119fed569bee37eed020.tar.gz android_packages_apps_ContactsCommon-2b21994ffff138aee43b119fed569bee37eed020.tar.bz2 android_packages_apps_ContactsCommon-2b21994ffff138aee43b119fed569bee37eed020.zip | |
Merge "Remove Contacts specific tab code from common" into lmp-dev
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/colors.xml | 4 | ||||
| -rw-r--r-- | res/values/dimens.xml | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index ec9cc87d..968e5e63 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -75,10 +75,6 @@ <color name="letter_tile_font_color">#ffffff</color> - <color name="tab_default_color">@color/actionbar_background_color</color> - <color name="tab_pressed_color">#0097a8</color> - <color name="tab_selected_color">#0097a8</color> - <!-- Background color of action bars. Ensure this stays in sync with packages/Telephony actionbar_background_color. --> <color name="actionbar_background_color">#0fc6dc</color> diff --git a/res/values/dimens.xml b/res/values/dimens.xml index 4d81b812..2013e859 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -113,7 +113,6 @@ <!-- Height of the selection indicator of a tab. --> <dimen name="tab_selected_underline_height">2dp</dimen> - <dimen name="tab_selected_underline_height_negative">-2dp</dimen> <!-- Size of text in tabs. --> <dimen name="tab_text_size">14sp</dimen> |
