Skip to content

Commit e8417e0

Browse files
committed
update
1 parent 1bc991b commit e8417e0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • de.vogella.android.soundpool/res/layout

de.vogella.android.soundpool/res/layout/main.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
android:orientation="vertical" android:layout_width="fill_parent"
44
android:layout_height="fill_parent">
5-
<TextView android:text="Click on the screen to start playing" android:id="@+id/textView1"
6-
android:layout_width="fill_parent" android:layout_height="fill_parent"></TextView>
7-
5+
<TextView android:text="Click on the screen to start playing"
6+
android:id="@+id/textView1" android:layout_width="fill_parent"
7+
android:layout_height="fill_parent"></TextView>
88
</LinearLayout>

0 commit comments

Comments
 (0)