Bug 1403132 - Orange color when tapping Get started button. r?jwu draft
authorNevin Chen(:nechen) <cnevinchen@gmail.com>
Fri, 06 Oct 2017 14:00:51 +0800
changeset 675901 b158f495f21dced753c839c62e78b32341348f01
parent 675205 dedd9a48da6982467b8b4b635eec59521168ec19
child 734757 6b5e5a1b64a2e9754c0d033d975114a10c481428
push id83294
push userbmo:cnevinchen@gmail.com
push dateFri, 06 Oct 2017 06:28:08 +0000
reviewersjwu
bugs1403132
milestone58.0a1
Bug 1403132 - Orange color when tapping Get started button. r?jwu MozReview-Commit-ID: BffcsiT1wrF
mobile/android/app/src/main/res/drawable/remote_tabs_setup_button_background.xml
mobile/android/app/src/photon/res/values/colors.xml
--- a/mobile/android/app/src/main/res/drawable/remote_tabs_setup_button_background.xml
+++ b/mobile/android/app/src/main/res/drawable/remote_tabs_setup_button_background.xml
@@ -1,17 +1,17 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- This Source Code Form is subject to the terms of the Mozilla Public
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 
 <selector xmlns:android="http://schemas.android.com/apk/res/android">
     <item android:state_pressed="true">
         <shape android:shape="rectangle">
-            <solid android:color="@color/remote_tabs_setup_button_background_hit"/>
+            <solid android:color="@color/ob_press"/>
             <corners android:radius="@dimen/standard_corner_radius"/>
         </shape>
     </item>
 
     <item>
         <shape android:shape="rectangle">
             <solid android:color="@color/action_accent"/>
             <corners android:radius="@dimen/standard_corner_radius"/>
--- a/mobile/android/app/src/photon/res/values/colors.xml
+++ b/mobile/android/app/src/photon/res/values/colors.xml
@@ -235,19 +235,16 @@
     <color name="url_bar_certificate_owner">@color/photon_url_bar_certificate_owner</color>
     <color name="url_bar_certificate_owner_private">@color/photon_url_bar_certificate_owner_private</color>
     <color name="url_bar_shadow">#12000000</color>
 
     <color name="panel_image_item_background">#D1D9E1</color>
     <color name="panel_icon_item_title_background">#32000000</color>
     <color name="panel_tab_text_normal">#FFBFBFBF</color>
 
-    <!-- Remote tabs setup -->
-    <color name="remote_tabs_setup_button_background_hit">#D95300</color>
-
     <!-- Button toast colors. -->
     <color name="toast_background">#DD222222</color>
     <color name="toast_button_background">#00000000</color>
     <color name="toast_button_pressed">#DD2C3136</color>
     <color name="toast_button_text">#FFFFFFFF</color>
 
     <!-- Tab History colors. -->
     <color name="tab_history_timeline_separator">#D7D9DB</color>