Translucent Statusbar Fixes; Sticked About to bottom

This commit is contained in:
mmk2410 2015-03-31 23:17:08 +02:00
parent f3b6d15d71
commit 6f32e71d29
3 changed files with 88 additions and 2 deletions

View file

@ -56,12 +56,12 @@ public class MainActivity extends MaterialNavigationDrawer {
this.addSection(normalMorse);
this.addDivisor();
this.addSection(writtenMorseList);
this.addDivisor();
this.addSection(about);
this.addBottomSection(about);
//set drawer image
this.setDrawerHeaderImage(this.getResources().getDrawable(R.drawable.feature_graphics));
allowArrowAnimation(); //Drawer Arrow rotations
this.disableLearningPattern(); //Doesn't open the drawer always when the app starts
setBackPattern(MaterialNavigationDrawer.BACKPATTERN_BACK_TO_FIRST);
}
public void normalMorseEncode(View view){