Initial import.
This commit is contained in:
parent
86a66c40d8
commit
f039aff931
13 changed files with 652 additions and 0 deletions
12
res/layout/about.xml
Normal file
12
res/layout/about.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent" android:layout_height="wrap_content"
|
||||
android:orientation="vertical" android:gravity="center">
|
||||
<TextView android:id="@+id/about_text_fld"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:layout_marginTop="20dip" android:gravity="center"
|
||||
android:autoLink="web|email" android:layout_marginBottom="20dip"
|
||||
android:layout_height="fill_parent" android:layout_width="fill_parent"
|
||||
android:text="@string/about_txt"></TextView>
|
||||
</LinearLayout>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue