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

<android.support.v7.widget.RecyclerView
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/cache_ttl_recycler_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />