Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: mobile/android/base/resources/values/styles.xml

Issue 29341301: Issue 3113 - Controls in Find in Page UI are white on near-white and look missing (Closed)
Patch Set: Created May 12, 2016, 9:13 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this 3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5 5
6 <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tool s="http://schemas.android.com/tools"> 6 <resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tool s="http://schemas.android.com/tools">
7 7
8 <!-- 8 <!--
9 Base application styles. This could be overridden in other res/values-XX X/themes.xml. 9 Base application styles. This could be overridden in other res/values-XX X/themes.xml.
10 --> 10 -->
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 578
579 <!-- TabWidget --> 579 <!-- TabWidget -->
580 <style name="TabWidget"> 580 <style name="TabWidget">
581 <item name="android:layout_width">wrap_content</item> 581 <item name="android:layout_width">wrap_content</item>
582 <item name="android:layout_height">40dip</item> 582 <item name="android:layout_height">40dip</item>
583 <item name="android:layout_weight">1.0</item> 583 <item name="android:layout_weight">1.0</item>
584 </style> 584 </style>
585 585
586 <!-- Find bar --> 586 <!-- Find bar -->
587 <style name="FindBar"> 587 <style name="FindBar">
588 <item name="android:background">@color/text_and_tabs_tray_grey</item> 588 <item name="android:background">@color/background_tabs</item>
René Jeschke 2016/05/30 09:09:59 Our style guide says that icons are #444444 and ba
589 <item name="android:paddingLeft">3dip</item> 589 <item name="android:paddingLeft">3dip</item>
590 <item name="android:paddingRight">3dip</item> 590 <item name="android:paddingRight">3dip</item>
591 <item name="android:paddingTop">6dip</item> 591 <item name="android:paddingTop">6dip</item>
592 <item name="android:paddingBottom">6dip</item> 592 <item name="android:paddingBottom">6dip</item>
593 </style> 593 </style>
594 594
595 <!-- Find bar - Image Button --> 595 <!-- Find bar - Image Button -->
596 <style name="FindBar.ImageButton"> 596 <style name="FindBar.ImageButton">
597 <item name="android:layout_width">wrap_content</item> 597 <item name="android:layout_width">wrap_content</item>
598 <item name="android:layout_height">wrap_content</item> 598 <item name="android:layout_height">wrap_content</item>
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 <item name="android:textSize">20sp</item> 838 <item name="android:textSize">20sp</item>
839 <item name="android:gravity">center</item> 839 <item name="android:gravity">center</item>
840 <item name="android:paddingTop">16dp</item> 840 <item name="android:paddingTop">16dp</item>
841 <item name="android:paddingBottom">16dp</item> 841 <item name="android:paddingBottom">16dp</item>
842 <item name="android:paddingLeft">8dp</item> 842 <item name="android:paddingLeft">8dp</item>
843 <item name="android:paddingRight">8dp</item> 843 <item name="android:paddingRight">8dp</item>
844 </style> 844 </style>
845 845
846 <style name="TabQueueActivity" parent="android:style/Theme.NoDisplay" /> 846 <style name="TabQueueActivity" parent="android:style/Theme.NoDisplay" />
847 </resources> 847 </resources>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld