android: drop reference to not existing string

This commit is contained in:
Simon Fels 2016-06-23 17:28:27 +02:00
commit f4b2758347

View file

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