designing all clickable objects
This commit is contained in:
parent
1c47c45ebe
commit
d2ec5b9d6a
11 changed files with 94 additions and 56 deletions
|
@ -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){
|
||||
|
|
Reference in a new issue