Skip to content

Commit

Permalink
removed hard coded string
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kuester committed Sep 11, 2010
1 parent 77d869c commit d3631e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/layout/main.xml
Expand Up @@ -9,7 +9,7 @@
android:id="@+id/hello"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Hello, Verizon Conference"
android:text="Hello, Conference"
/>

<ImageView android:id="@+id/ImageView01" android:layout_width="fill_parent" android:layout_height="wrap_content" android:src="@drawable/icon"></ImageView>
Expand Down

0 comments on commit d3631e0

Please sign in to comment.