Remove of hello world TextView

This commit is contained in:
Ricardo Carrillo Cruz 2013-04-09 20:02:47 +02:00
parent 147ca8773f
commit 7bc742c61a
1 changed files with 0 additions and 5 deletions

View File

@ -8,9 +8,4 @@
android:paddingTop="@dimen/activity_vertical_margin"
tools:context=".LoginActivity" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello_world" />
</RelativeLayout>