/documentation/RockLockTutorial/RockLock_04/res/layout/textlayer.xml
XML | 19 lines | 15 code | 4 blank | 0 comment | 0 complexity | b9f5bceb9aea836c7ae1c276510f65f3 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:padding="10dip" android:text="" /> 9 10 <TextView android:id="@+id/statusText" android:layout_width="fill_parent" 11 android:textStyle="bold" android:textSize="35dip" android:gravity="center" 12 android:layout_height="wrap_content" android:padding="10dip" android:text="@string/app_name" /> 13 14 <TextView android:id="@+id/infoText" android:layout_width="fill_parent" 15 android:textStyle="bold" android:textSize="25dip" android:gravity="center" 16 android:layout_height="wrap_content" android:padding="10dip" 17 android:text="@string/the_lock_that_rocks" /> 18 19</LinearLayout>