Moved to Android Studio.
This commit is contained in:
parent
7d5c926a27
commit
f3c2fcba14
47 changed files with 935 additions and 360 deletions
19
app/src/main/res/layout/about.xml
Normal file
19
app/src/main/res/layout/about.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?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"/>
|
||||
</LinearLayout>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue