| OLD | NEW |
| 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 Loading... |
| 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> |
| 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 Loading... |
| 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> |
| OLD | NEW |