ultrasonic-app-subsonic-and.../ultrasonic/src/main/res/layout/help.xml

48 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:a="http://schemas.android.com/apk/res/android"
a:layout_width="fill_parent"
a:layout_height="fill_parent">
<TextView
a:id="@+id/help_title"
a:layout_width="match_parent"
a:layout_height="wrap_content"
a:gravity="center"
a:padding="18dp"
a:text="@string/common.appname"
a:textSize="25sp" />
<TextView
a:id="@+id/help_text"
a:layout_width="match_parent"
a:layout_height="wrap_content"
a:layout_below="@+id/help_title"
a:layout_marginTop="0dp"
a:padding="20dp"
a:textSize="16sp"
a:text="@string/about.text"
/>
<Button
a:id="@+id/help_webpage"
a:layout_width="match_parent"
a:layout_height="wrap_content"
a:layout_above="@+id/help_report"
a:layout_marginLeft="10dp"
a:layout_marginRight="10dp"
a:text="@string/about.webpage"
/>
<Button
a:id="@+id/help_report"
a:layout_width="match_parent"
a:layout_height="wrap_content"
a:layout_alignParentBottom="true"
a:layout_marginLeft="10dp"
a:layout_marginRight="10dp"
a:layout_marginBottom="20dp"
a:text="@string/about.report"
/>
</RelativeLayout>