diff options
Diffstat (limited to 'core/res')
28 files changed, 61 insertions, 92 deletions
diff --git a/core/res/res/layout-sw600dp/keyguard.xml b/core/res/res/layout-sw600dp/keyguard.xml index af0390d..f8f482d 100644 --- a/core/res/res/layout-sw600dp/keyguard.xml +++ b/core/res/res/layout-sw600dp/keyguard.xml @@ -26,13 +26,13 @@ android:orientation="vertical" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:background="@color/keyguard_background_color"> + android:background="#ff000000"> <TextView android:id="@+id/label" android:textSize="16sp" android:textStyle="bold" - android:textColor="@color/keyguard_label_text_color" + android:textColor="#FFFFFFFF" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/keyguard_label_text" /> diff --git a/core/res/res/layout-xlarge/activity_list.xml b/core/res/res/layout-xlarge/activity_list.xml index 9e59915..bf46af8 100644 --- a/core/res/res/layout-xlarge/activity_list.xml +++ b/core/res/res/layout-xlarge/activity_list.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2009 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -58,7 +58,7 @@ <View android:id="@+id/titleDivider" android:layout_width="match_parent" android:layout_height="2dip" - android:background="@color/activity_list_divider_color" /> + android:background="@android:color/holo_blue_light" /> <!-- If the client uses a customTitle, it will be added here. --> </LinearLayout> diff --git a/core/res/res/layout/alert_dialog_holo.xml b/core/res/res/layout/alert_dialog_holo.xml index d4da2ed..34cb21d 100644 --- a/core/res/res/layout/alert_dialog_holo.xml +++ b/core/res/res/layout/alert_dialog_holo.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- /* -** Copyright 2015, The Android Open Source Project +** Copyright 2010, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. @@ -34,7 +34,7 @@ android:layout_width="match_parent" android:layout_height="2dip" android:visibility="gone" - android:background="@color/dialog_divider_color" /> + android:background="@android:color/holo_blue_light" /> <LinearLayout android:id="@+id/title_template" android:layout_width="match_parent" android:layout_height="wrap_content" @@ -60,7 +60,7 @@ android:layout_width="match_parent" android:layout_height="2dip" android:visibility="gone" - android:background="@color/dialog_divider_color" /> + android:background="@android:color/holo_blue_light" /> <!-- If the client uses a customTitle, it will be added here. --> </LinearLayout> diff --git a/core/res/res/layout/alert_dialog_micro.xml b/core/res/res/layout/alert_dialog_micro.xml index c380b25..abdbd16 100644 --- a/core/res/res/layout/alert_dialog_micro.xml +++ b/core/res/res/layout/alert_dialog_micro.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - ~ Copyright (C) 2015 The Android Open Source Project + ~ Copyright (C) 2014 The Android Open Source Project ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ android:id="@+id/parentPanel" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@color/alert_dialog_micro_background_color" + android:background="@android:color/white" android:layout_gravity="center" android:orientation="vertical"> @@ -32,7 +32,7 @@ android:layout_width="match_parent" android:layout_height="2dip" android:visibility="gone" - android:background="@color/dialog_divider_color" /> + android:background="@android:color/holo_blue_light" /> <LinearLayout android:id="@+id/title_template" android:layout_width="match_parent" android:layout_height="wrap_content" @@ -58,7 +58,7 @@ android:layout_width="match_parent" android:layout_height="2dip" android:visibility="gone" - android:background="@color/dialog_divider_color" /> + android:background="@android:color/holo_blue_light" /> <!-- If the client uses a customTitle, it will be added here. --> </LinearLayout> diff --git a/core/res/res/layout/app_permission_item_money.xml b/core/res/res/layout/app_permission_item_money.xml index a507d01..2056285 100644 --- a/core/res/res/layout/app_permission_item_money.xml +++ b/core/res/res/layout/app_permission_item_money.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2012 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -64,7 +64,7 @@ android:id="@+id/perm_money_label" android:textAppearance="?android:attr/textAppearanceSmall" android:textSize="16sp" - android:textColor="@color/perms_costs_money_text_color" + android:textColor="@color/perms_costs_money" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_toEndOf="@id/perm_money_icon" diff --git a/core/res/res/layout/browser_link_context_header.xml b/core/res/res/layout/browser_link_context_header.xml index 8bb9a0c..fef01b3 100644 --- a/core/res/res/layout/browser_link_context_header.xml +++ b/core/res/res/layout/browser_link_context_header.xml @@ -17,7 +17,7 @@ <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/title" android:textAppearance="?android:attr/textAppearanceLarge" - android:textColor="@color/browser_link_header_text_color" + android:textColor="@color/white" android:layout_width="wrap_content" android:layout_height="wrap_content" android:maxLines="2" diff --git a/core/res/res/layout/character_picker_button.xml b/core/res/res/layout/character_picker_button.xml index 17da092..b74e620 100644 --- a/core/res/res/layout/character_picker_button.xml +++ b/core/res/res/layout/character_picker_button.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2008 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,6 +21,6 @@ android:focusable="false" android:textAppearance="?android:attr/textAppearanceLarge" android:background="@drawable/btn_keyboard_key_trans" - android:textColor="@color/character_picker_button_text_color" + android:textColor="#FFFFFFFF" /> diff --git a/core/res/res/layout/choose_account_type.xml b/core/res/res/layout/choose_account_type.xml index 3f710b8..87d1dde 100644 --- a/core/res/res/layout/choose_account_type.xml +++ b/core/res/res/layout/choose_account_type.xml @@ -2,7 +2,7 @@ <!-- /* //device/apps/common/assets/res/layout/list_content.xml ** -** Copyright 2015, The Android Open Source Project +** Copyright 2011, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ <View android:layout_height="3dip" android:layout_width="match_parent" - android:background="@color/choose_account_type_background_color"/> + android:background="#323232"/> <ListView android:id="@android:id/list" android:layout_width="match_parent" diff --git a/core/res/res/layout/dialog_custom_title_holo.xml b/core/res/res/layout/dialog_custom_title_holo.xml index 3994fc8..f8a2bf7 100644 --- a/core/res/res/layout/dialog_custom_title_holo.xml +++ b/core/res/res/layout/dialog_custom_title_holo.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2011 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ This is a custom layout for a dialog. <View android:id="@+id/titleDivider" android:layout_width="match_parent" android:layout_height="2dip" - android:background="@color/dialog_divider_color" /> + android:background="@android:color/holo_blue_light" /> <FrameLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" diff --git a/core/res/res/layout/dialog_title_holo.xml b/core/res/res/layout/dialog_title_holo.xml index f722a1b..0a692ee 100644 --- a/core/res/res/layout/dialog_title_holo.xml +++ b/core/res/res/layout/dialog_title_holo.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- /* -** Copyright 2015, The Android Open Source Project +** Copyright 2011, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. @@ -33,7 +33,7 @@ enabled. <View android:id="@+id/titleDivider" android:layout_width="match_parent" android:layout_height="2dip" - android:background="@color/dialog_divider_color" /> + android:background="@android:color/holo_blue_light" /> <FrameLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_weight="1" diff --git a/core/res/res/layout/dialog_title_icons_holo.xml b/core/res/res/layout/dialog_title_icons_holo.xml index 2b26312..e3d771c 100644 --- a/core/res/res/layout/dialog_title_icons_holo.xml +++ b/core/res/res/layout/dialog_title_icons_holo.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2011 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -51,7 +51,7 @@ enabled. <View android:id="@+id/titleDivider" android:layout_width="match_parent" android:layout_height="1dip" - android:background="@color/dialog_divider_color" /> + android:background="@android:color/holo_blue_light" /> <FrameLayout android:layout_width="match_parent" android:layout_height="wrap_content" diff --git a/core/res/res/layout/keyguard.xml b/core/res/res/layout/keyguard.xml index 7ba6029..f8f482d 100644 --- a/core/res/res/layout/keyguard.xml +++ b/core/res/res/layout/keyguard.xml @@ -2,7 +2,7 @@ <!-- /* //device/apps/common/res/layout/keyguard.xml ** -** Copyright 2015, The Android Open Source Project +** Copyright 2007, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. @@ -26,13 +26,13 @@ android:orientation="vertical" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:background="@color/keyguard_background_color"> + android:background="#ff000000"> <TextView android:id="@+id/label" android:textSize="16sp" android:textStyle="bold" - android:textColor="@color/keyguard_label_text_color" + android:textColor="#FFFFFFFF" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/keyguard_label_text" /> diff --git a/core/res/res/layout/media_controller.xml b/core/res/res/layout/media_controller.xml index c6507d3..24c2866 100644 --- a/core/res/res/layout/media_controller.xml +++ b/core/res/res/layout/media_controller.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2007 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@color/media_controller_background_color" + android:background="#CC000000" android:orientation="vertical" android:layoutDirection="ltr"> diff --git a/core/res/res/layout/notification_material_action_tombstone.xml b/core/res/res/layout/notification_material_action_tombstone.xml index 44f15dc..976448b 100644 --- a/core/res/res/layout/notification_material_action_tombstone.xml +++ b/core/res/res/layout/notification_material_action_tombstone.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- - ~ Copyright (C) 2015 The Android Open Source Project + ~ Copyright (C) 2014 The Android Open Source Project ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ android:gravity="start|center_vertical" android:drawablePadding="8dp" android:paddingStart="8dp" - android:textColor="@color/notification_action_tombstone_text_color" + android:textColor="#555555" android:textSize="@dimen/notification_text_size" android:singleLine="true" android:ellipsize="end" diff --git a/core/res/res/layout/preference_category_material.xml b/core/res/res/layout/preference_category_material.xml index 9f313eb..456b252 100644 --- a/core/res/res/layout/preference_category_material.xml +++ b/core/res/res/layout/preference_category_material.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2014 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ android:layout_height="wrap_content" android:layout_marginBottom="16dip" android:textAppearance="@style/TextAppearance.Material.Body2" - android:textColor="@color/preference_category_text_color" + android:textColor="?android:attr/colorAccent" android:paddingStart="?attr/listPreferredItemPaddingStart" android:paddingEnd="?attr/listPreferredItemPaddingEnd" android:paddingTop="16dip" /> diff --git a/core/res/res/layout/recent_apps_dialog.xml b/core/res/res/layout/recent_apps_dialog.xml index 0e5bf6a..e3492f6 100644 --- a/core/res/res/layout/recent_apps_dialog.xml +++ b/core/res/res/layout/recent_apps_dialog.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- /* -** Copyright 2015, The Android Open Source Project +** Copyright 2008, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. @@ -32,7 +32,7 @@ android:layout_height="40dip" android:gravity="center" android:textAppearance="?android:attr/textAppearanceSmall" - android:textColor="@color/recent_apps_dialog_text_color" + android:textColor="#80FFFFFF" android:textStyle="bold" android:singleLine="true" android:text="@android:string/recent_tasks_title" /> diff --git a/core/res/res/layout/recent_apps_icon.xml b/core/res/res/layout/recent_apps_icon.xml index 74bb723..f73aec3 100644 --- a/core/res/res/layout/recent_apps_icon.xml +++ b/core/res/res/layout/recent_apps_icon.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- /* -** Copyright 2015, The Android Open Source Project +** Copyright 2008, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ android:layout_height="wrap_content" android:layout_marginTop="3dip" android:layout_marginBottom="3dip" - android:textColor="@color/recent_apps_text_color" + android:textColor="@color/bright_foreground_dark" android:paddingTop="5dip" android:paddingBottom="2dip" diff --git a/core/res/res/layout/remote_views_adapter_default_loading_view.xml b/core/res/res/layout/remote_views_adapter_default_loading_view.xml index 7268e2c..864e435 100644 --- a/core/res/res/layout/remote_views_adapter_default_loading_view.xml +++ b/core/res/res/layout/remote_views_adapter_default_loading_view.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2010 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -23,9 +23,9 @@ android:gravity="center_horizontal|center_vertical" android:text="@string/loading" - android:textColor="@color/loading_view_text_color" + android:textColor="#60FFFFFF" android:textSize="18sp" - android:shadowColor="@color/loading_view_text_shadow_color" + android:shadowColor="#FF000000" android:shadowDx="0.0" android:shadowDy="1.0" android:shadowRadius="1.0" /> diff --git a/core/res/res/layout/restrictions_pin_setup.xml b/core/res/res/layout/restrictions_pin_setup.xml index 7478baf..03ed696 100644 --- a/core/res/res/layout/restrictions_pin_setup.xml +++ b/core/res/res/layout/restrictions_pin_setup.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2013 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -70,7 +70,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/restr_pin_error_doesnt_match" - android:textColor="@color/pin_error_message_text_color" /> + android:textColor="#FFFF0000" /> </LinearLayout> diff --git a/core/res/res/layout/simple_dropdown_item_2line.xml b/core/res/res/layout/simple_dropdown_item_2line.xml index 04f22fa..c7093b4 100644 --- a/core/res/res/layout/simple_dropdown_item_2line.xml +++ b/core/res/res/layout/simple_dropdown_item_2line.xml @@ -2,7 +2,7 @@ <!-- /* //device/apps/common/assets/res/any/layout/simple_spinner_item.xml ** -** Copyright 2015, The Android Open Source Project +** Copyright 2008, The Android Open Source Project ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. @@ -46,7 +46,7 @@ android:id="@android:id/text2" style="?android:attr/dropDownItemStyle" android:textAppearance="?android:attr/textAppearanceSmallPopupMenu" - android:textColor="@color/dropdown_item_2line_text_color" + android:textColor="#323232" android:singleLine="true" android:layout_width="match_parent" android:layout_height="wrap_content" diff --git a/core/res/res/layout/status_bar_latest_event_content.xml b/core/res/res/layout/status_bar_latest_event_content.xml index d68bc68..9444164 100644 --- a/core/res/res/layout/status_bar_latest_event_content.xml +++ b/core/res/res/layout/status_bar_latest_event_content.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2012 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ android:id="@+id/status_bar_latest_event_content" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@color/status_bar_latest_event_content_bg_color" + android:background="#FFFF00FF" > <include layout="@layout/notification_template_material_base" android:layout_width="match_parent" diff --git a/core/res/res/layout/subscription_item_layout.xml b/core/res/res/layout/subscription_item_layout.xml index cca0d98..aa835f4 100755 --- a/core/res/res/layout/subscription_item_layout.xml +++ b/core/res/res/layout/subscription_item_layout.xml @@ -2,7 +2,7 @@ <!-- /* ** -** Copyright (C) 2015 MediaTek Inc. +** Copyright (C) 2014 MediaTek Inc. ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. @@ -40,7 +40,7 @@ android:layout_alignParentBottom="true" android:textSize="12sp" android:singleLine="true" - android:textColor="@color/subscription_item_short_number_color" + android:textColor="@android:color/white" android:includeFontPadding="false"/> </RelativeLayout> <RelativeLayout @@ -66,4 +66,4 @@ android:textAppearance="?android:attr/textAppearanceSmall" android:textColor="?android:attr/textColorSecondary"/> </RelativeLayout> -</LinearLayout> +</LinearLayout>
\ No newline at end of file diff --git a/core/res/res/layout/text_edit_action_popup_text.xml b/core/res/res/layout/text_edit_action_popup_text.xml index 1f288f1..16bf30e 100644 --- a/core/res/res/layout/text_edit_action_popup_text.xml +++ b/core/res/res/layout/text_edit_action_popup_text.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2011 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ android:paddingBottom="8dip" android:gravity="center" android:textAppearance="?android:attr/textAppearanceSmallInverse" - android:textColor="@color/edit_action_popup_text_color" + android:textColor="@android:color/black" android:textAllCaps="true" android:textStyle="bold" /> diff --git a/core/res/res/layout/text_edit_paste_window.xml b/core/res/res/layout/text_edit_paste_window.xml index 7b0c5f3..3b8dbf2 100644 --- a/core/res/res/layout/text_edit_paste_window.xml +++ b/core/res/res/layout/text_edit_paste_window.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2010 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ android:drawablePadding="8dip" android:gravity="center" android:textAppearance="?android:attr/textAppearanceMediumInverse" - android:textColor="@color/edit_paste_window_text_color" + android:textColor="@android:color/black" android:background="@android:drawable/text_edit_paste_window" android:text="@android:string/paste" android:layout_marginBottom="12dip" diff --git a/core/res/res/layout/text_edit_side_paste_window.xml b/core/res/res/layout/text_edit_side_paste_window.xml index 67e9dd6..c947a19 100644 --- a/core/res/res/layout/text_edit_side_paste_window.xml +++ b/core/res/res/layout/text_edit_side_paste_window.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2010 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ android:drawablePadding="8dip" android:gravity="center" android:textAppearance="?android:attr/textAppearanceMediumInverse" - android:textColor="@color/edit_side_paste_window_text_oolor" + android:textColor="@android:color/black" android:background="@android:drawable/text_edit_side_paste_window" android:text="@android:string/paste" android:layout_marginBottom="12dip" diff --git a/core/res/res/layout/typing_filter.xml b/core/res/res/layout/typing_filter.xml index af0d6e6..d8d0a40 100644 --- a/core/res/res/layout/typing_filter.xml +++ b/core/res/res/layout/typing_filter.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2006 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -16,8 +16,8 @@ <EditText xmlns:android="http://schemas.android.com/apk/res/android" android:textSize="36dp" - android:textColor="@color/typing_filter_text_color" - android:background="@color/typing_filter_background_color" + android:textColor="#99FFFFFF" + android:background="#BB000000" android:minWidth="240dip" android:maxWidth="240dip" android:padding="10dip" diff --git a/core/res/res/layout/web_text_view_dropdown.xml b/core/res/res/layout/web_text_view_dropdown.xml index e802794..1a6e9eb 100644 --- a/core/res/res/layout/web_text_view_dropdown.xml +++ b/core/res/res/layout/web_text_view_dropdown.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- -Copyright 2015, The Android Open Source Project +Copyright 2010, The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -19,8 +19,8 @@ limitations under the License. android:id="@android:id/text1" style="?android:attr/dropDownItemStyle" android:textAppearance="?android:attr/textAppearanceSearchResultTitle" - android:textColor="@color/web_view_dropdown_text_color" - android:background="@color/web_view_dropdown_background_color" + android:textColor="#ff000000" + android:background="#ffffffff" android:singleLine="true" android:layout_width="match_parent" android:layout_height="wrap_content" diff --git a/core/res/res/values/cm_colors.xml b/core/res/res/values/cm_colors.xml index 83b07d2..8e7e5c5 100644 --- a/core/res/res/values/cm_colors.xml +++ b/core/res/res/values/cm_colors.xml @@ -1,36 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <!-- Exposed Hard coded colors --> - <color name="edit_side_paste_window_text_oolor">@android:color/black</color> - <color name="edit_paste_window_text_color">@android:color/black</color> - <color name="edit_action_popup_text_color">@android:color/black</color> - <color name="subscription_item_short_number_color">@android:color/white</color> - <color name="dropdown_item_2line_text_color">#323232</color> - <color name="web_view_dropdown_text_color">#ff000000</color> - <color name="web_view_dropdown_background_color">#ffffffff</color> - <color name="pin_error_message_text_color">#FFFF0000</color> - <color name="preference_category_text_color">?android:attr/colorAccent</color> - <color name="perms_costs_money_text_color">@color/perms_costs_money</color> - <color name="recent_apps_text_color">@color/bright_foreground_dark</color> - <color name="recent_apps_dialog_text_color">#80FFFFFF</color> - <color name="loading_view_text_color">#60FFFFFF</color> - <color name="loading_view_text_shadow_color">#FF000000</color> - <color name="notification_action_tombstone_text_color">#555555</color> - <color name="browser_link_header_text_color">@color/white</color> - <color name="character_picker_button_text_color">#FFFFFFFF</color> - <color name="activity_list_divider_color">@android:color/holo_blue_light</color> - <color name="dialog_divider_color">@android:color/holo_blue_light</color> - <color name="keyguard_label_text_color">#FFFFFFFF</color> - <color name="keyguard_background_color">#FF000000</color> - <color name="typing_filter_text_color">#99FFFFFF</color> - <color name="typing_filter_background_color">#BB000000</color> - <color name="status_bar_latest_event_content_bg_color">#FFFF00FF</color> - <color name="media_controller_background_color">#CC000000</color> - <color name="choose_account_type_background_color">#323232</color> - <color name="alert_dialog_micro_background_color">@android:color/white</color> - <color name="lockscreen_middle_button_tint_color">#666666</color> - <color name="play_button_image_tint_color">#000000</color> - <color name="play_button_text_color">#000000</color> <color name="immersive_cling_bg_color">#ff009688</color> <color name="immersive_cling_text_color">@color/primary_text_default_material_light</color> <color name="immersive_cling_button_text_color">@android:color/white</color> |