mobile/android/base/resources/layout/site_setting_title.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 <!-- This Source Code Form is subject to the terms of the Mozilla Public
     2    - License, v. 2.0. If a copy of the MPL was not distributed with this
     3    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     5 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     6               android:layout_width="fill_parent"
     7               android:layout_height="wrap_content"
     8               android:layout_weight="1"
     9               android:orientation="vertical"
    10               android:gravity="center_vertical">
    12     <TextView android:id="@+id/title"
    13               style="@style/GeckoDialogTitle"
    14               android:layout_width="fill_parent" 
    15               android:layout_height="wrap_content"
    16               android:paddingTop="6dip"
    17               android:paddingBottom="0dip"
    18               android:paddingLeft="10dip"
    19               android:paddingRight="10dip"/>
    21     <TextView android:id="@+id/host"
    22               style="@style/GeckoDialogTitle.SubTitle"
    23               android:layout_width="fill_parent"
    24               android:layout_height="wrap_content"
    25               android:paddingTop="2dip"
    26               android:paddingBottom="6dip"
    27               android:paddingLeft="10dip"
    28               android:paddingRight="10dip"
    29               android:textSize="14sp"/>
    31 </LinearLayout>

mercurial