comparison res/layout/act_help.xml @ 255:67f9a819157e

help shows full version info
author Carl Byington <carl@five-ten-sg.com>
date Mon, 14 Jul 2014 13:02:34 -0700
parents 5517cca2bd81
children 29a431920007
comparison
equal deleted inserted replaced
254:5517cca2bd81 255:67f9a819157e
32 android:layout_height="wrap_content" 32 android:layout_height="wrap_content"
33 android:gravity="center_horizontal" 33 android:gravity="center_horizontal"
34 > 34 >
35 35
36 <TextView 36 <TextView
37 android:id="@+id/msg_version" 37 android:id="@string/msg_version"
38 android:layout_width="fill_parent" 38 android:layout_width="fill_parent"
39 android:layout_height="wrap_content" 39 android:layout_height="wrap_content"
40 android:text="" 40 android:text=""
41 android:paddingTop="2dip" 41 android:paddingTop="2dip"
42 android:textAppearance="?android:attr/textAppearanceSmall" 42 android:textAppearance="?android:attr/textAppearanceSmall"