/documentation/RockLockTutorial/RockLock_02/res/layout/textlayer.xml
XML | 16 lines | 14 code | 2 blank | 0 comment | 0 complexity | e3c3d22e0f2f85e3d89e42a2c3fe9613 MD5 | raw file
1<?xml version="1.0" encoding="utf-8"?> 2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:orientation="vertical" android:layout_width="fill_parent" 4 android:layout_height="fill_parent"> 5 6 <TextView android:id="@+id/dateText" android:layout_width="fill_parent" 7 android:textStyle="bold" android:textSize="16dip" android:layout_height="wrap_content" 8 android:text="" /> 9 <TextView android:id="@+id/statusText" android:layout_width="fill_parent" 10 android:gravity="center" android:textStyle="bold" 11 android:textSize="25dip" android:layout_height="wrap_content" android:text="@string/app_name" /> 12 <TextView android:id="@+id/infoText" android:layout_width="fill_parent" 13 android:textStyle="bold" android:textSize="20dip" android:gravity="center" 14 android:layout_height="wrap_content" android:text="@string/the_lock_that_rocks" /> 15 16</LinearLayout>