Replace icon
This commit is contained in:
parent
3a99f49053
commit
add321b341
4 changed files with 2 additions and 2 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 4.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 4.1 KiB |
|
@ -316,7 +316,7 @@ public class SettingsActivity extends PreferenceActivity implements OnPreference
|
||||||
//getResources().getAssets().getLocales();
|
//getResources().getAssets().getLocales();
|
||||||
entrieValues = new String[] { "",
|
entrieValues = new String[] { "",
|
||||||
"en", "cs", "nl", "fr","ka","de",
|
"en", "cs", "nl", "fr","ka","de",
|
||||||
"hu", "it", "jp", "ko", "lv","mr",
|
"hu", "it", "ja", "ko", "lv","mr",
|
||||||
"no", "pl", "pt", "ro","ru", "sk",
|
"no", "pl", "pt", "ro","ru", "sk",
|
||||||
"es","vi" };
|
"es","vi" };
|
||||||
entries = new String[] { getString(R.string.system_locale),
|
entries = new String[] { getString(R.string.system_locale),
|
||||||
|
|
|
@ -69,7 +69,7 @@ public class OsmandExtraSettings extends OsmandPlugin {
|
||||||
textSize.setStateChangeListener(new Runnable() {
|
textSize.setStateChangeListener(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
final Float[] floatValues = new Float[] {0.6f, 0.8f, 1.0f, 1.2f, 1.5f};
|
final Float[] floatValues = new Float[] {0.6f, 0.8f, 1.0f, 1.2f, 1.5f, 1.75f, 2f};
|
||||||
String[] entries = new String[floatValues.length];
|
String[] entries = new String[floatValues.length];
|
||||||
for (int i = 0; i < floatValues.length; i++) {
|
for (int i = 0; i < floatValues.length; i++) {
|
||||||
entries[i] = (int) (floatValues[i] * 100) +" %";
|
entries[i] = (int) (floatValues[i] * 100) +" %";
|
||||||
|
|
Loading…
Reference in a new issue