layout changes to manual drive

This commit is contained in:
root
2018-06-15 17:03:38 +02:00
parent b66adac25a
commit 141f39bcd4
3 changed files with 184 additions and 37 deletions

View File

@@ -150,10 +150,10 @@ public class DisplayMessageActivity extends AppCompatActivity {
TextView textView10 = findViewById(R.id.textView10);
textView10.setText(new Boolean(booleanArray[0]).toString());
TextView textView11 = findViewById(R.id.textView11);
TextView textView11 = findViewById(R.id.h2_textview);
textView11.setText(new Boolean(booleanArray[1]).toString());
TextView textView12 = findViewById(R.id.textView12);
TextView textView12 = findViewById(R.id.h1_textview);
textView12.setText(new Boolean(booleanArray[2]).toString());
TextView textView13 = findViewById(R.id.textView13);