UnifiedNlp/res/layout/pluginselection.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

27 lines
967 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">
<org.microg.nlp.ui.DynamicListView
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<Button
android:id="@android:id/button1"
android:layout_width="wrap_content"
android:layout_height="?android:listPreferredItemHeight"
android:layout_gravity="center"
android:paddingRight="20dp"
android:drawableLeft="@drawable/ic_action_add"
android:drawablePadding="8dp"
android:gravity="center_vertical"
android:textAppearance="?android:textAppearanceMedium"
android:textStyle="bold"
android:textAllCaps="true"
android:text="@string/add_backend" />
</LinearLayout>