We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc991b commit e8417e0Copy full SHA for e8417e0
1 file changed
de.vogella.android.soundpool/res/layout/main.xml
@@ -2,7 +2,7 @@
2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
android:orientation="vertical" android:layout_width="fill_parent"
4
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
-
+ <TextView android:text="Click on the screen to start playing"
+ android:id="@+id/textView1" android:layout_width="fill_parent"
+ android:layout_height="fill_parent"></TextView>
8
</LinearLayout>
0 commit comments