summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/activity_preferences.xml
blob: bd37a3ce82bf92aea1209a0a4bc5f8d3a4373298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:transitionName="SETTINGS_REVEAL"
    android:fitsSystemWindows="true"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <FrameLayout
        android:id="@+id/preferences_container"
        android:background="?android:colorBackground"
        android:fitsSystemWindows="true"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_alignParentLeft="true"
        android:layout_alignParentStart="true"
        android:layout_alignParentBottom="true"
        android:layout_below="@+id/toolbar">
    </FrameLayout>

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

</RelativeLayout>