diff options
Diffstat (limited to 'templates/layout.template')
-rw-r--r-- | templates/layout.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/layout.template b/templates/layout.template index f5e367c..7d62fbb 100644 --- a/templates/layout.template +++ b/templates/layout.template @@ -4,9 +4,9 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" > -<TextView - android:layout_width="fill_parent" - android:layout_height="wrap_content" +<TextView + android:layout_width="fill_parent" + android:layout_height="wrap_content" android:text="Hello World, ACTIVITY_ENTRY_NAME" /> </LinearLayout> |