comparison res/layout/wiz_eula.xml @ 256:29a431920007

help shows full version info
author Carl Byington <carl@five-ten-sg.com>
date Mon, 14 Jul 2014 14:11:09 -0700
parents 0ce5cc452d02
children
comparison
equal deleted inserted replaced
255:67f9a819157e 256:29a431920007
63 android:text="@string/copyright_location" 63 android:text="@string/copyright_location"
64 android:textAppearance="?android:attr/textAppearanceMedium" 64 android:textAppearance="?android:attr/textAppearanceMedium"
65 /> 65 />
66 66
67 <TextView 67 <TextView
68 android:id="@+id/app_version"
69 android:layout_width="fill_parent" 68 android:layout_width="fill_parent"
70 android:layout_height="wrap_content" 69 android:layout_height="wrap_content"
71 android:paddingTop="10dip" 70 android:paddingTop="10dip"
72 android:text="" 71 android:text="@string/msg_version"
73 android:textAppearance="?android:attr/textAppearanceMedium" 72 android:textAppearance="?android:attr/textAppearanceMedium"
74 /> 73 />
75 74
76 </LinearLayout> 75 </LinearLayout>
77 76