diff --git a/mobile/src/com/cradle/iitc_mobile/IITC_Mobile.java b/mobile/src/com/cradle/iitc_mobile/IITC_Mobile.java index 9206bd3c..449d8ea0 100644 --- a/mobile/src/com/cradle/iitc_mobile/IITC_Mobile.java +++ b/mobile/src/com/cradle/iitc_mobile/IITC_Mobile.java @@ -241,6 +241,8 @@ public class IITC_Mobile extends Activity { attrs.flags ^= WindowManager.LayoutParams.FLAG_FULLSCREEN; this.getWindow().setAttributes(attrs); this.fullscreen_mode = true; + // show a little toast for the user + Toast.makeText(this, "Press back button to exit fullscreen", Toast.LENGTH_SHORT).show(); return true; // get the users current location and focus it on map case R.id.locate: