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

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

     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/. -->
     6 <resources>
     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     -->
    13     <!-- TabWidget --> 
    14     <style name="TabWidget">
    15         <item name="android:layout_width">300dip</item>
    16         <item name="android:layout_height">48dip</item>
    17     </style>
    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>
    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>
    33 </resources>

mercurial