/[zanavi_public1]/navit/navit/android/src/com/zoffcc/applications/zanavi/NavitAndroidOverlay.java
ZANavi

Diff of /navit/navit/android/src/com/zoffcc/applications/zanavi/NavitAndroidOverlay.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 50 Revision 51
893 893
894 draw_bubble_first = false; 894 draw_bubble_first = false;
895 } 895 }
896 } 896 }
897 897
898 if (Navit.DEBUG_LUX_VALUE)
899 {
900 // ------- DEBUG --------------
901 // ------- DEBUG --------------
902 // ------- DEBUG --------------
903 Paint paint_lux = new Paint(0);
904 paint_lux.setAntiAlias(true);
905 paint_lux.setColor(Color.BLUE);
906 paint_lux.setAlpha(240);
907 paint_lux.setStrokeWidth(6);
908 paint_lux.setTextSize(NavitGraphics.dp_to_px(60));
909 c.drawText(" " + Navit.debug_cur_lux_value, (int)((float)NavitGraphics.mCanvasWidth / 2.5f), (int) ((float) NavitGraphics.mCanvasHeight / 2.0f), paint_lux);
910 // ------- DEBUG --------------
911 // ------- DEBUG --------------
912 // ------- DEBUG --------------
913 }
914
898 if (Navit.p.PREF_item_dump) 915 if (Navit.p.PREF_item_dump)
899 { 916 {
900 if (!Navit.debug_item_dump.equals("")) 917 if (!Navit.debug_item_dump.equals(""))
901 { 918 {
902 Paint paint = new Paint(0); 919 Paint paint = new Paint(0);

Legend:
Removed from v.50  
changed lines
  Added in v.51

   
Visit the ZANavi Wiki