1
0
Fork 0

Fixes #433: Corrects URL text field color (#437)

master
Sawyer Blatz 2019-02-11 14:24:51 -08:00 committed by GitHub
parent 5dcf4e5a5f
commit 8347c82030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -11,5 +11,5 @@
android:layout_width="wrap_content"
android:layout_height="40dp"
android:layout_gravity="center_vertical"
android:background="?attr/toolbarWrapperBackground"/>
android:background="?attr/browserUrlBarBackground"/>
</FrameLayout>

View File

@ -28,6 +28,7 @@
<attr name="pillWrapperBackground" format="reference"/>
<!-- Browser fragment -->
<attr name="browserUrlBarBackground" format="reference"/>
<attr name="browserToolbarBackground" format="reference"/>
<attr name="browserToolbarIcons" format="reference"/>
<attr name="browserToolbarHomeIcon" format="reference"/>

View File

@ -31,6 +31,7 @@
<item name="awesomeBarDescriptionTextColor">@color/awesome_bar_description_color</item>
<!-- Browser fragment colors -->
<item name="browserUrlBarBackground">@drawable/home_search_background_dark</item>
<item name="browserToolbarBackground">@color/off_white</item>
<item name="browserToolbarIcons">@color/icons</item>
<item name="browserToolbarHomeIcon">@drawable/ic_home</item>
@ -47,7 +48,7 @@
<item name="android:colorPrimary">@color/private_browsing_primary</item>
<!-- Style the navigation bar -->
<item name="android:navigationBarColor">@color/private_browsing_bottom_gradient</item>
<item name="android:navigationBarColor">@color/private_browsing_top_gradient</item>
<!-- Home fragment colors -->
<item name="homeBackgroundTopGradient">@color/private_browsing_top_gradient</item>
@ -68,7 +69,8 @@
<item name="awesomeBarDescriptionTextColor">@color/photonGrey40</item>
<!-- Browser fragment colors -->
<item name="browserToolbarBackground">@color/private_browsing_bottom_gradient</item>
<item name="browserUrlBarBackground">@drawable/home_search_background_private_dark</item>
<item name="browserToolbarBackground">@color/private_browsing_top_gradient</item>
<item name="browserToolbarIcons">@color/off_white</item>
<item name="browserToolbarHomeIcon">@drawable/ic_home_white</item>
</style>