diff --git a/app/android/res/values/strings.xml b/app/android/res/values/strings.xml
index 48220259..92b302ae 100644
--- a/app/android/res/values/strings.xml
+++ b/app/android/res/values/strings.xml
@@ -620,8 +620,10 @@
- "0.2 m"
- "0.1 m"
- "0.05 m"
- - "0.025 m"
- - "0.01 m"
+ - "0.025"
+ - "0.02"
+ - "0.015"
+ - "0.01"
- "Disabled"
@@ -633,6 +635,8 @@
- "0.1"
- "0.05"
- "0.025"
+ - "0.02"
+ - "0.015"
- "0.01"
- "-1"
@@ -648,7 +652,9 @@
- "0.2 m"
- "0.1 m"
- "0.05 m"
+ - "0.025 m"
- "0.02 m"
+ - "0.015 m"
- "0.01 m"
@@ -656,7 +662,9 @@
- "0.2"
- "0.1"
- "0.05"
+ - "0.025"
- "0.02"
+ - "0.015"
- "0.01"
diff --git a/app/android/src/com/introlab/rtabmap/RTABMapActivity.java b/app/android/src/com/introlab/rtabmap/RTABMapActivity.java
index c1117dd2..0593ccda 100644
--- a/app/android/src/com/introlab/rtabmap/RTABMapActivity.java
+++ b/app/android/src/com/introlab/rtabmap/RTABMapActivity.java
@@ -1598,7 +1598,7 @@ public class RTABMapActivity extends Activity implements OnClickListener {
return String.format("%d00 000", i);
}
});
- aNumberPicker.setValue(1);
+ aNumberPicker.setValue(2);
// Fix to correctly show value on first render
try {