Replace icon

This commit is contained in:
Victor Shcherb 2012-09-29 18:35:20 +02:00
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

View file

@ -316,7 +316,7 @@ public class SettingsActivity extends PreferenceActivity implements OnPreference
//getResources().getAssets().getLocales();
entrieValues = new String[] { "",
"en", "cs", "nl", "fr","ka","de",
"hu", "it", "jp", "ko", "lv","mr",
"hu", "it", "ja", "ko", "lv","mr",
"no", "pl", "pt", "ro","ru", "sk",
"es","vi" };
entries = new String[] { getString(R.string.system_locale),

View file

@ -69,7 +69,7 @@ public class OsmandExtraSettings extends OsmandPlugin {
textSize.setStateChangeListener(new Runnable() {
@Override
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];
for (int i = 0; i < floatValues.length; i++) {
entries[i] = (int) (floatValues[i] * 100) +" %";