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 | <!-- Theme level attributes --> |
michael@0 | 9 | <declare-styleable name="GeckoTheme"> |
michael@0 | 10 | |
michael@0 | 11 | <!-- Style for GeckoMenu ListView --> |
michael@0 | 12 | <attr name="geckoMenuListViewStyle" format="reference"/> |
michael@0 | 13 | |
michael@0 | 14 | <!-- Style for MenuItemActionBar --> |
michael@0 | 15 | <attr name="menuItemActionBarStyle" format="reference"/> |
michael@0 | 16 | |
michael@0 | 17 | <!-- Style for MenuItemActionBar --> |
michael@0 | 18 | <attr name="menuItemActionModeStyle" format="reference"/> |
michael@0 | 19 | |
michael@0 | 20 | <!-- Style for MenuItemActionView --> |
michael@0 | 21 | <attr name="menuItemActionViewStyle" format="reference"/> |
michael@0 | 22 | |
michael@0 | 23 | <!-- Style for MenuItemDefault --> |
michael@0 | 24 | <attr name="menuItemDefaultStyle" format="reference"/> |
michael@0 | 25 | |
michael@0 | 26 | <!-- Style for MenuItemActionBar when shown in SecondaryActionBar --> |
michael@0 | 27 | <attr name="menuItemSecondaryActionBarStyle" format="reference"/> |
michael@0 | 28 | |
michael@0 | 29 | <!-- Style for MenuItemActionView's ShareActionButton --> |
michael@0 | 30 | <attr name="menuItemShareActionButtonStyle" format="reference"/> |
michael@0 | 31 | |
michael@0 | 32 | <!-- Default style for the BookmarksListView --> |
michael@0 | 33 | <attr name="bookmarksListViewStyle" format="reference" /> |
michael@0 | 34 | |
michael@0 | 35 | <!-- Default style for the TopSitesGridItemView --> |
michael@0 | 36 | <attr name="topSitesGridItemViewStyle" format="reference" /> |
michael@0 | 37 | |
michael@0 | 38 | <!-- Style for the PanelGridView --> |
michael@0 | 39 | <attr name="panelGridViewStyle" format="reference" /> |
michael@0 | 40 | |
michael@0 | 41 | <!-- Default style for the TopSitesGridView --> |
michael@0 | 42 | <attr name="topSitesGridViewStyle" format="reference" /> |
michael@0 | 43 | |
michael@0 | 44 | <!-- Default style for the TopSitesThumbnailView --> |
michael@0 | 45 | <attr name="topSitesThumbnailViewStyle" format="reference" /> |
michael@0 | 46 | |
michael@0 | 47 | <!-- Default style for the HomeListView --> |
michael@0 | 48 | <attr name="homeListViewStyle" format="reference" /> |
michael@0 | 49 | |
michael@0 | 50 | </declare-styleable> |
michael@0 | 51 | |
michael@0 | 52 | <!-- DoorHangers --> |
michael@0 | 53 | <declare-styleable name="DoorHanger"> |
michael@0 | 54 | <attr name="arrowPopupWidth" format="dimension"> |
michael@0 | 55 | <enum name="fill_parent" value="-1" /> |
michael@0 | 56 | <enum name="match_parent" value="-1" /> |
michael@0 | 57 | <enum name="wrap_content" value="-2" /> |
michael@0 | 58 | </attr> |
michael@0 | 59 | </declare-styleable> |
michael@0 | 60 | |
michael@0 | 61 | <declare-styleable name="MenuItem"> |
michael@0 | 62 | <attr name="android:id"/> |
michael@0 | 63 | <attr name="android:orderInCategory"/> |
michael@0 | 64 | <attr name="android:title"/> |
michael@0 | 65 | <attr name="android:icon"/> |
michael@0 | 66 | <attr name="android:checkable"/> |
michael@0 | 67 | <attr name="android:checked"/> |
michael@0 | 68 | <attr name="android:visible"/> |
michael@0 | 69 | <attr name="android:enabled"/> |
michael@0 | 70 | <attr name="android:showAsAction"/> |
michael@0 | 71 | </declare-styleable> |
michael@0 | 72 | |
michael@0 | 73 | <declare-styleable name="MenuItemDefault"> |
michael@0 | 74 | <attr name="state_more" format="boolean"/> |
michael@0 | 75 | </declare-styleable> |
michael@0 | 76 | |
michael@0 | 77 | <declare-styleable name="TabThumbnailWrapper"> |
michael@0 | 78 | <attr name="state_recording" format="boolean"/> |
michael@0 | 79 | </declare-styleable> |
michael@0 | 80 | |
michael@0 | 81 | <declare-styleable name="FlowLayout"> |
michael@0 | 82 | <attr name="spacing" format="dimension"/> |
michael@0 | 83 | </declare-styleable> |
michael@0 | 84 | |
michael@0 | 85 | <declare-styleable name="MultiChoicePreference"> |
michael@0 | 86 | <attr name="entries" format="string"/> |
michael@0 | 87 | <attr name="entryKeys" format="string"/> |
michael@0 | 88 | <attr name="initialValues" format="string"/> |
michael@0 | 89 | </declare-styleable> |
michael@0 | 90 | |
michael@0 | 91 | <declare-styleable name="BrowserToolbarCurve"> |
michael@0 | 92 | <attr name="curveTowards"> |
michael@0 | 93 | <flag name="none" value="0x00" /> |
michael@0 | 94 | <flag name="left" value="0x01" /> |
michael@0 | 95 | <flag name="right" value ="0x02" /> |
michael@0 | 96 | </attr> |
michael@0 | 97 | </declare-styleable> |
michael@0 | 98 | |
michael@0 | 99 | <declare-styleable name="TabsTray"> |
michael@0 | 100 | <attr name="tabs"> |
michael@0 | 101 | <flag name="tabs_normal" value="0x00" /> |
michael@0 | 102 | <flag name="tabs_private" value ="0x01" /> |
michael@0 | 103 | </attr> |
michael@0 | 104 | </declare-styleable> |
michael@0 | 105 | |
michael@0 | 106 | <declare-styleable name="TextSelectionHandle"> |
michael@0 | 107 | <attr name="handleType"> |
michael@0 | 108 | <flag name="start" value="0x01" /> |
michael@0 | 109 | <flag name="middle" value="0x02" /> |
michael@0 | 110 | <flag name="end" value="0x03" /> |
michael@0 | 111 | </attr> |
michael@0 | 112 | </declare-styleable> |
michael@0 | 113 | |
michael@0 | 114 | <declare-styleable name="PrivateBrowsing"> |
michael@0 | 115 | <attr name="state_private" format="boolean"/> |
michael@0 | 116 | </declare-styleable> |
michael@0 | 117 | |
michael@0 | 118 | <declare-styleable name="LightweightTheme"> |
michael@0 | 119 | <attr name="state_light" format="boolean"/> |
michael@0 | 120 | <attr name="state_dark" format="boolean"/> |
michael@0 | 121 | <attr name="autoUpdateTheme" format="boolean"/> |
michael@0 | 122 | </declare-styleable> |
michael@0 | 123 | |
michael@0 | 124 | <declare-styleable name="TwoWayView"> |
michael@0 | 125 | <!-- Imported from View --> |
michael@0 | 126 | <attr name="android:id"/> |
michael@0 | 127 | <attr name="android:tag"/> |
michael@0 | 128 | <attr name="android:scrollX"/> |
michael@0 | 129 | <attr name="android:scrollY"/> |
michael@0 | 130 | <attr name="android:background"/> |
michael@0 | 131 | <attr name="android:padding"/> |
michael@0 | 132 | <attr name="android:paddingLeft"/> |
michael@0 | 133 | <attr name="android:paddingTop"/> |
michael@0 | 134 | <attr name="android:paddingRight"/> |
michael@0 | 135 | <attr name="android:paddingBottom"/> |
michael@0 | 136 | <attr name="android:paddingStart"/> |
michael@0 | 137 | <attr name="android:paddingEnd"/> |
michael@0 | 138 | <attr name="android:focusable"/> |
michael@0 | 139 | <attr name="android:focusableInTouchMode"/> |
michael@0 | 140 | <attr name="android:visibility"/> |
michael@0 | 141 | <attr name="android:fitsSystemWindows"/> |
michael@0 | 142 | <attr name="android:scrollbars"/> |
michael@0 | 143 | <attr name="android:scrollbarStyle"/> |
michael@0 | 144 | <attr name="android:isScrollContainer"/> |
michael@0 | 145 | <attr name="android:fadeScrollbars"/> |
michael@0 | 146 | <attr name="android:scrollbarFadeDuration"/> |
michael@0 | 147 | <attr name="android:scrollbarDefaultDelayBeforeFade"/> |
michael@0 | 148 | <attr name="android:scrollbarSize"/> |
michael@0 | 149 | <attr name="android:scrollbarThumbHorizontal"/> |
michael@0 | 150 | <attr name="android:scrollbarThumbVertical"/> |
michael@0 | 151 | <attr name="android:scrollbarTrackHorizontal"/> |
michael@0 | 152 | <attr name="android:scrollbarTrackVertical"/> |
michael@0 | 153 | <attr name="android:scrollbarAlwaysDrawHorizontalTrack"/> |
michael@0 | 154 | <attr name="android:scrollbarAlwaysDrawVerticalTrack"/> |
michael@0 | 155 | <attr name="android:fadingEdge"/> |
michael@0 | 156 | <attr name="android:requiresFadingEdge"/> |
michael@0 | 157 | <attr name="android:fadingEdgeLength"/> |
michael@0 | 158 | <attr name="android:nextFocusLeft"/> |
michael@0 | 159 | <attr name="android:nextFocusRight"/> |
michael@0 | 160 | <attr name="android:nextFocusUp"/> |
michael@0 | 161 | <attr name="android:nextFocusDown"/> |
michael@0 | 162 | <attr name="android:nextFocusForward"/> |
michael@0 | 163 | <attr name="android:clickable"/> |
michael@0 | 164 | <attr name="android:longClickable"/> |
michael@0 | 165 | <attr name="android:saveEnabled"/> |
michael@0 | 166 | <attr name="android:filterTouchesWhenObscured"/> |
michael@0 | 167 | <attr name="android:drawingCacheQuality"/> |
michael@0 | 168 | <attr name="android:keepScreenOn"/> |
michael@0 | 169 | <attr name="android:duplicateParentState"/> |
michael@0 | 170 | <attr name="android:minHeight"/> |
michael@0 | 171 | <attr name="android:minWidth"/> |
michael@0 | 172 | <attr name="android:soundEffectsEnabled"/> |
michael@0 | 173 | <attr name="android:hapticFeedbackEnabled"/> |
michael@0 | 174 | <attr name="android:contentDescription"/> |
michael@0 | 175 | <attr name="android:onClick"/> |
michael@0 | 176 | <attr name="android:overScrollMode"/> |
michael@0 | 177 | <attr name="android:alpha"/> |
michael@0 | 178 | <attr name="android:translationX"/> |
michael@0 | 179 | <attr name="android:translationY"/> |
michael@0 | 180 | <attr name="android:transformPivotX"/> |
michael@0 | 181 | <attr name="android:transformPivotY"/> |
michael@0 | 182 | <attr name="android:rotation"/> |
michael@0 | 183 | <attr name="android:rotationX"/> |
michael@0 | 184 | <attr name="android:rotationY"/> |
michael@0 | 185 | <attr name="android:scaleX"/> |
michael@0 | 186 | <attr name="android:scaleY"/> |
michael@0 | 187 | <attr name="android:verticalScrollbarPosition"/> |
michael@0 | 188 | <attr name="android:layerType"/> |
michael@0 | 189 | <attr name="android:layoutDirection"/> |
michael@0 | 190 | <attr name="android:textDirection"/> |
michael@0 | 191 | <attr name="android:textAlignment"/> |
michael@0 | 192 | |
michael@0 | 193 | <!-- Imported from Android --> |
michael@0 | 194 | <attr name="android:orientation"/> |
michael@0 | 195 | |
michael@0 | 196 | <!-- Imported from AbsListView --> |
michael@0 | 197 | <attr name="android:choiceMode"/> |
michael@0 | 198 | <attr name="android:drawSelectorOnTop"/> |
michael@0 | 199 | <attr name="android:listSelector"/> |
michael@0 | 200 | </declare-styleable> |
michael@0 | 201 | |
michael@0 | 202 | <declare-styleable name="HomeListView"> |
michael@0 | 203 | <!-- Draws a divider on top of the list, if true. Defaults to false. --> |
michael@0 | 204 | <attr name="topDivider" format="boolean"/> |
michael@0 | 205 | </declare-styleable> |
michael@0 | 206 | |
michael@0 | 207 | <declare-styleable name="HomePagerTabStrip"> |
michael@0 | 208 | <attr name="tabIndicatorColor" format="color"/> |
michael@0 | 209 | </declare-styleable> |
michael@0 | 210 | |
michael@0 | 211 | <declare-styleable name="FadedTextView"> |
michael@0 | 212 | <attr name="fadeWidth" format="dimension"/> |
michael@0 | 213 | </declare-styleable> |
michael@0 | 214 | |
michael@0 | 215 | <declare-styleable name="BookmarkFolderView"> |
michael@0 | 216 | <attr name="state_open" format="boolean"/> |
michael@0 | 217 | </declare-styleable> |
michael@0 | 218 | |
michael@0 | 219 | <declare-styleable name="GeckoView"> |
michael@0 | 220 | <attr name="url" format="string"/> |
michael@0 | 221 | <attr name="doinit" format="boolean"/> |
michael@0 | 222 | </declare-styleable> |
michael@0 | 223 | |
michael@0 | 224 | <declare-styleable name="IconTabWidget"> |
michael@0 | 225 | <attr name="android:layout"/> |
michael@0 | 226 | |
michael@0 | 227 | <!-- Sets the tab's content type. Defaults to icon. --> |
michael@0 | 228 | <attr name="display"> |
michael@0 | 229 | <enum name="icon" value="0x00" /> |
michael@0 | 230 | <enum name="text" value="0x01" /> |
michael@0 | 231 | </attr> |
michael@0 | 232 | </declare-styleable> |
michael@0 | 233 | |
michael@0 | 234 | <declare-styleable name="TopSitesGridView"> |
michael@0 | 235 | <attr name="android:horizontalSpacing"/> |
michael@0 | 236 | <attr name="android:verticalSpacing"/> |
michael@0 | 237 | </declare-styleable> |
michael@0 | 238 | |
michael@0 | 239 | <declare-styleable name="TabMenuStrip"> |
michael@0 | 240 | <attr name="strip" format="reference"/> |
michael@0 | 241 | </declare-styleable> |
michael@0 | 242 | |
michael@0 | 243 | <declare-styleable name="EllipsisTextView"> |
michael@0 | 244 | <attr name="ellipsizeAtLine" format="integer"/> |
michael@0 | 245 | </declare-styleable> |
michael@0 | 246 | |
michael@0 | 247 | </resources> |
michael@0 | 248 |