blob: 47a4aee3cf598eb51814defabfb3c5121be6ad79 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<fragment
android:id="@+id/accountselector"
android:name="cx.ring.fragments.MenuFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:layout="@layout/frag_menu_header" />
</LinearLayout>