designing all clickable objects

This commit is contained in:
mmk2410 2015-02-15 17:58:56 +01:00
parent 1c47c45ebe
commit d2ec5b9d6a
11 changed files with 94 additions and 56 deletions

View file

@ -35,6 +35,22 @@ public class MainActivity extends MaterialNavigationDrawer {
this.disableLearningPattern(); //Doesn't open the drawer always when the app starts
}
public void normalMorseEncode(View view){
}
public void normalMorseDecode(View view){
}
public void writtenMorseEncode(View view){
}
public void writtenMorseDecode(View view){
}
//called when clicking on the version entry in the about fragment
//opens the app page (de.marcelkapfer.morseconverter)
public void versionEntry(View view){