2010-08-17 21:49:34 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-07-02 01:57:15 +05:30
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2015-01-13 23:15:13 +01:00
|
|
|
android:layout_width="match_parent"
|
2015-07-02 01:57:15 +05:30
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:orientation="vertical">
|
2015-01-13 23:15:13 +01:00
|
|
|
|
|
|
|
|
<include
|
2015-02-03 16:05:18 +01:00
|
|
|
android:id="@+id/toolbar_include"
|
2015-02-03 14:28:54 +01:00
|
|
|
layout="@layout/toolbar_standalone" />
|
2010-08-17 21:49:34 +00:00
|
|
|
|
2015-07-02 01:57:15 +05:30
|
|
|
<TextView
|
|
|
|
|
android:layout_marginLeft="6sp"
|
|
|
|
|
android:layout_marginRight="6sp"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
|
|
android:text="@string/label_keyservers_title"/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginLeft="6sp"
|
|
|
|
|
android:layout_marginRight="6sp"
|
|
|
|
|
android:layout_marginBottom="6sp"
|
|
|
|
|
android:textAppearance="?android:attr/textAppearanceSmall"
|
|
|
|
|
android:text="@string/label_keyserver_settings_hint"/>
|
|
|
|
|
|
|
|
|
|
<View
|
|
|
|
|
style="@style/Divider"/>
|
|
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
|
android:id="@+id/keyserver_settings_fragment_container"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:orientation="vertical" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|