aprsdroid/res/layout/aboutview.xml

62 wiersze
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content"
android:layout_width="fill_parent" >
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:textSize="20sp"
android:text="@string/build_version"
android:layout_marginBottom="7sp"
/>
<TextView
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:autoLink="web"
android:text="@string/ad_copyright"
android:layout_marginBottom="7sp" />
<TextView
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:autoLink="web"
android:text="@string/ad_gpl"
android:layout_marginBottom="10sp" />
<TextView
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:textStyle="bold"
android:text="@string/ad_thanks" />
<TextView
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:text="@string/ad_thanks_0" />
<TextView
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:text="@string/ad_thanks_1" />
<TextView
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:text="@string/ad_thanks_2" />
<TextView
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:text="@string/ad_thanks_3" />
<TextView
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:text="@string/ad_thanks_4" />
<TextView
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:autoLink="web"
android:text="@string/ad_thanks_5" />
<TextView
android:layout_width="fill_parent" android:layout_height="wrap_content"
android:textStyle="bold"
android:text="@string/ad_trans" />
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:autoLink="web"
android:text="@string/translator_credits"
/>
</LinearLayout>
</ScrollView>