mobile/android/base/resources/values-xlarge-v11/styles.xml

branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
equal deleted inserted replaced
-1:000000000000 0:230a15f18cf2
1 <?xml version="1.0" encoding="utf-8"?>
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
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5
6 <resources>
7
8 <!--
9 Only overriden styles for Honeycomb/Ice cream sandwich XLARGE tablets are specified here.
10 Please refer to values/styles.xml for default styles.
11 -->
12
13 <!-- TabWidget -->
14 <style name="TabWidget">
15 <item name="android:layout_width">300dip</item>
16 <item name="android:layout_height">48dip</item>
17 </style>
18
19 <style name="Widget.Home.HistoryListView">
20 <item name="android:paddingLeft">32dp</item>
21 <item name="android:paddingRight">32dp</item>
22 <item name="android:paddingTop">30dp</item>
23 <item name="android:scrollbarStyle">outsideOverlay</item>
24 <item name="topDivider">true</item>
25 </style>
26
27 <style name="Widget.Home.HistoryTabWidget">
28 <item name="android:showDividers">beginning|middle|end</item>
29 <item name="android:dividerPadding">0dp</item>
30 <item name="android:paddingTop">30dp</item>
31 </style>
32
33 </resources>

mercurial