mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-07 09:44:59 -05:00
26 lines
695 B
XML
26 lines
695 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<LinearLayout
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
android:layout_width="fill_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:orientation="vertical"
|
||
|
android:padding="10dp">
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="fill_parent"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:id="@+id/lblTitle"
|
||
|
android:gravity="center"
|
||
|
/>
|
||
|
|
||
|
<TextView
|
||
|
android:layout_width="0dp"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:id="@+id/lblSubTitle"
|
||
|
android:gravity="center"
|
||
|
/>
|
||
|
|
||
|
|
||
|
|
||
|
</LinearLayout>
|