UnifiedNlp/res/layout/location_backend_config_activity.xml
mar-v-in 68833c0cef Add some UI around it
make use of android-support-v4 and android-support-v7-appcompat
2014-12-25 20:25:03 +01:00

12 lines
456 B
XML

<?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">
<include layout="@layout/toolbar" />
<fragment android:name="org.microg.nlp.ui.LocationBackendConfigFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>