Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
michael@0 | 1 | <?xml version="1.0" encoding="utf-8"?> |
michael@0 | 2 | <!-- This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 3 | - License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 4 | - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
michael@0 | 5 | |
michael@0 | 6 | <resources> |
michael@0 | 7 | |
michael@0 | 8 | <style name="UrlBar.ImageButton.Forward"> |
michael@0 | 9 | <item name="android:contentDescription">@string/forward</item> |
michael@0 | 10 | <item name="android:layout_width">45dip</item> |
michael@0 | 11 | <item name="android:layout_height">38dip</item> |
michael@0 | 12 | <item name="android:paddingLeft">10dp</item> |
michael@0 | 13 | <item name="android:paddingTop">7dp</item> |
michael@0 | 14 | <item name="android:paddingBottom">7dp</item> |
michael@0 | 15 | <item name="android:layout_gravity">center_vertical</item> |
michael@0 | 16 | <item name="android:layout_centerVertical">true</item> |
michael@0 | 17 | <item name="android:src">@drawable/ic_menu_forward</item> |
michael@0 | 18 | <item name="android:background">@drawable/url_bar_nav_button</item> |
michael@0 | 19 | <!-- Start with the button hidden --> |
michael@0 | 20 | <item name="android:alpha">0</item> |
michael@0 | 21 | <item name="android:layout_marginLeft">@dimen/forward_default_offset</item> |
michael@0 | 22 | </style> |
michael@0 | 23 | |
michael@0 | 24 | <style name="UrlBar.Button.Container"> |
michael@0 | 25 | <item name="android:layout_marginTop">6dp</item> |
michael@0 | 26 | <item name="android:layout_marginBottom">6dp</item> |
michael@0 | 27 | <!-- Start with forward hidden --> |
michael@0 | 28 | <item name="android:orientation">horizontal</item> |
michael@0 | 29 | </style> |
michael@0 | 30 | |
michael@0 | 31 | <style name="TabsList" parent="TabsListBase"> |
michael@0 | 32 | <item name="android:orientation">horizontal</item> |
michael@0 | 33 | </style> |
michael@0 | 34 | |
michael@0 | 35 | <style name="TabsItem"> |
michael@0 | 36 | <item name="android:nextFocusDown">@+id/close</item> |
michael@0 | 37 | </style> |
michael@0 | 38 | |
michael@0 | 39 | <style name="TabsItemClose"> |
michael@0 | 40 | <item name="android:nextFocusUp">@+id/info</item> |
michael@0 | 41 | </style> |
michael@0 | 42 | |
michael@0 | 43 | <style name="Toast"> |
michael@0 | 44 | <item name="android:layout_width">300dp</item> |
michael@0 | 45 | <item name="android:layout_height">wrap_content</item> |
michael@0 | 46 | <item name="android:layout_centerHorizontal">true</item> |
michael@0 | 47 | |
michael@0 | 48 | <!-- Copied from root Toast style. Margin-left/right were removed since they |
michael@0 | 49 | large tablets are never going to be 300dp wide. --> |
michael@0 | 50 | <item name="android:layout_alignParentBottom">true</item> |
michael@0 | 51 | <item name="android:layout_marginBottom">64dp</item> |
michael@0 | 52 | <item name="android:orientation">horizontal</item> |
michael@0 | 53 | <item name="android:background">@drawable/toast</item> |
michael@0 | 54 | <item name="android:clickable">true</item> |
michael@0 | 55 | <item name="android:showDividers">middle</item> |
michael@0 | 56 | <item name="android:dividerPadding">16dp</item> |
michael@0 | 57 | |
michael@0 | 58 | <item name="android:paddingTop">0dp</item> |
michael@0 | 59 | <item name="android:paddingBottom">0dp</item> |
michael@0 | 60 | <item name="android:paddingLeft">0dp</item> |
michael@0 | 61 | <item name="android:paddingRight">0dp</item> |
michael@0 | 62 | </style> |
michael@0 | 63 | |
michael@0 | 64 | <style name="Widget.MenuItemActionBar"> |
michael@0 | 65 | <item name="android:layout_width">@dimen/browser_toolbar_height</item> |
michael@0 | 66 | <item name="android:layout_height">@dimen/browser_toolbar_height</item> |
michael@0 | 67 | <item name="android:padding">@dimen/browser_toolbar_button_padding</item> |
michael@0 | 68 | <item name="android:background">@drawable/action_bar_button</item> |
michael@0 | 69 | <item name="android:scaleType">fitCenter</item> |
michael@0 | 70 | </style> |
michael@0 | 71 | |
michael@0 | 72 | <style name="Widget.BookmarksListView" parent="Widget.HomeListView"> |
michael@0 | 73 | <item name="android:paddingTop">30dp</item> |
michael@0 | 74 | <item name="android:paddingLeft">32dp</item> |
michael@0 | 75 | <item name="android:paddingRight">32dp</item> |
michael@0 | 76 | <item name="android:scrollbarStyle">outsideOverlay</item> |
michael@0 | 77 | <item name="topDivider">true</item> |
michael@0 | 78 | </style> |
michael@0 | 79 | |
michael@0 | 80 | <style name="Widget.TopSitesGridView" parent="Widget.GridView"> |
michael@0 | 81 | <item name="android:paddingLeft">5dp</item> |
michael@0 | 82 | <item name="android:paddingRight">5dp</item> |
michael@0 | 83 | <item name="android:paddingBottom">30dp</item> |
michael@0 | 84 | <item name="android:horizontalSpacing">10dp</item> |
michael@0 | 85 | <item name="android:verticalSpacing">10dp</item> |
michael@0 | 86 | </style> |
michael@0 | 87 | |
michael@0 | 88 | <style name="Widget.TopSitesListView" parent="Widget.BookmarksListView"> |
michael@0 | 89 | <item name="topDivider">false</item> |
michael@0 | 90 | </style> |
michael@0 | 91 | |
michael@0 | 92 | <style name="Widget.ReadingListView" parent="Widget.BookmarksListView"/> |
michael@0 | 93 | |
michael@0 | 94 | <style name="Widget.Home.HistoryPanelTitle" parent="Widget.Home.HistoryTabIndicator"> |
michael@0 | 95 | <item name="android:layout_marginLeft">32dp</item> |
michael@0 | 96 | <item name="android:layout_marginRight">32dp</item> |
michael@0 | 97 | </style> |
michael@0 | 98 | |
michael@0 | 99 | <style name="Widget.Home.HistoryListView"> |
michael@0 | 100 | <item name="android:paddingLeft">32dp</item> |
michael@0 | 101 | <item name="android:paddingRight">32dp</item> |
michael@0 | 102 | <item name="android:scrollbarStyle">outsideOverlay</item> |
michael@0 | 103 | </style> |
michael@0 | 104 | |
michael@0 | 105 | <style name="Widget.HomeBanner"> |
michael@0 | 106 | <item name="android:paddingLeft">32dp</item> |
michael@0 | 107 | <item name="android:paddingRight">32dp</item> |
michael@0 | 108 | </style> |
michael@0 | 109 | |
michael@0 | 110 | </resources> |