aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/preference_toolbar_activity.xml
blob: 0d608fde250678a6c823de0f437a4786793591f7 (plain)
1
2
3
4
5
6
7
8
9
10
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <include
        android:id="@+id/toolbar"
        layout="@layout/toolbar_standalone" />

</LinearLayout>