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 | <!-- |
michael@0 | 9 | Only overriden styles for Honeycomb/Ice cream sandwich XLARGE tablets are specified here. |
michael@0 | 10 | Please refer to values/styles.xml for default styles. |
michael@0 | 11 | --> |
michael@0 | 12 | |
michael@0 | 13 | <!-- TabWidget --> |
michael@0 | 14 | <style name="TabWidget"> |
michael@0 | 15 | <item name="android:layout_width">300dip</item> |
michael@0 | 16 | <item name="android:layout_height">48dip</item> |
michael@0 | 17 | </style> |
michael@0 | 18 | |
michael@0 | 19 | <style name="Widget.Home.HistoryListView"> |
michael@0 | 20 | <item name="android:paddingLeft">32dp</item> |
michael@0 | 21 | <item name="android:paddingRight">32dp</item> |
michael@0 | 22 | <item name="android:paddingTop">30dp</item> |
michael@0 | 23 | <item name="android:scrollbarStyle">outsideOverlay</item> |
michael@0 | 24 | <item name="topDivider">true</item> |
michael@0 | 25 | </style> |
michael@0 | 26 | |
michael@0 | 27 | <style name="Widget.Home.HistoryTabWidget"> |
michael@0 | 28 | <item name="android:showDividers">beginning|middle|end</item> |
michael@0 | 29 | <item name="android:dividerPadding">0dp</item> |
michael@0 | 30 | <item name="android:paddingTop">30dp</item> |
michael@0 | 31 | </style> |
michael@0 | 32 | |
michael@0 | 33 | </resources> |