Add test build files

This commit is contained in:
mittorn
2015-07-26 23:26:07 +07:00
parent e87ac3da81
commit 5b30cf5bc2
12 changed files with 104 additions and 4 deletions

View File

@@ -71,12 +71,17 @@ public class TouchControlsSettings {
}
*/
Button add_rem_button = (Button)dialog.findViewById(R.id.add_remove_button);
if(quakeIf != null)
{
add_rem_button.setOnClickListener(new OnClickListener() {
@Override
public void onClick(View v) {
TouchControlsEditing.show(activity);
}
});
}
else
add_rem_button.setEnabled(false);
alphaSeek.setProgress(alpha);
fwdSeek.setProgress(fwdSens);