aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/log_display_fragment.xml
blob: 442e72d09df8e7ae2171fbbd6b762b65d86a7678 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical" android:layout_width="match_parent"
    android:layout_height="match_parent">

    <ListView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:id="@+id/log_text" />
</LinearLayout>