mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-02-25 16:01:52 -05:00
19 lines
767 B
XML
19 lines
767 B
XML
![]() |
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:orientation="vertical"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:padding="8dp"
|
||
|
android:layout_height="wrap_content">
|
||
|
<TextView
|
||
|
android:id="@android:id/text1"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:textAppearance="?android:attr/textAppearanceMedium"/>
|
||
|
<TextView
|
||
|
android:id="@android:id/text2"
|
||
|
android:layout_width="wrap_content"
|
||
|
android:layout_height="wrap_content"
|
||
|
android:textAppearance="?android:attr/textAppearanceSmall"/>
|
||
|
|
||
|
</LinearLayout>
|