File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 66
77 <uses-sdk
88 android : minSdkVersion =" 18"
9- android : targetSdkVersion =" 19 " />
9+ android : targetSdkVersion =" 20 " />
1010
1111 <application
1212 android : allowBackup =" true"
1515 android : theme =" @style/AppTheme" >
1616 <activity
1717 android : name =" edu.cmu.rwsefe.vowl.MainActivity"
18- android : label = " @string/app_name " >
18+ android : configChanges = " keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize " >
1919 <intent-filter >
2020 <action android : name =" android.intent.action.MAIN" />
21-
2221 <category android : name =" android.intent.category.LAUNCHER" />
2322 </intent-filter >
2423 </activity >
2524 <activity
26- android : name =" edu.cmu.rwsefe.vowl.LevelSelectActivity"
27- android : label =" @string/title_activity_level_select" >
25+ android : name =" edu.cmu.rwsefe.vowl.LevelSelectActivity" >
2826 </activity >
2927 <activity
3028 android : name =" edu.cmu.rwsefe.vowl.CanvasActivity" >
Original file line number Diff line number Diff line change @@ -30,5 +30,8 @@ public void onClick(View v) {
3030 ft2 .hide (this );
3131 ft2 .show (this );
3232 ft2 .commit ();
33+
34+ // Remove click listener
35+ v .setOnClickListener (null );
3336 }
3437}
You can’t perform that action at this time.
0 commit comments