dhagz
dhagz
The texts are not center aligned. Here are my updates to your PR. In `Utils.java#drawXMultiLineText()` * Change `paint.setTextAlign(Paint.Align.LEFT);` to `paint.setTextAlign(Paint.Align.CENTER);` * Change `drawOffsetX += x;` to `drawOffsetX += x +...
Any news on this issue?
Try modifying SimpleLocationManager#getCurrentLocation() and add this: http://stackoverflow.com/questions/15997079/getlastknownlocation-always-return-null-after-i-re-install-the-apk-file-via-ecli
Yes, I get the rotation of the phone whether 0, 90, 180, or 270. So, if it's on landscape I switched the values of the accelerometer's x and y.