Revision d9a49dde
Added by Leszek Koltunski over 2 years ago
src/main/java/org/distorted/bandaged/BandagedPlayScreen.java | ||
---|---|---|
39 | 39 |
|
40 | 40 |
public class BandagedPlayScreen |
41 | 41 |
{ |
42 |
public static final int[] DEPTHS = new int[] {3,20,50,100,200,500,1000};
|
|
42 |
public static final int[] DEPTHS = new int[] {20,50,100,200,500,1000}; |
|
43 | 43 |
public static final int ANIMATION_ON = 0; |
44 | 44 |
public static final int ANIMATION_OFF = 1; |
45 | 45 |
|
src/main/java/org/distorted/dialogs/RubikDialogBandagedSettings.java | ||
---|---|---|
68 | 68 |
|
69 | 69 |
private void configureView(FragmentActivity act, View view, float textSize, int scraPos, int animPos) |
70 | 70 |
{ |
71 |
TextView text1 = view.findViewById(R.id.bandaged_text_scramble);
|
|
71 |
TextView text1 = view.findViewById(R.id.bandaged_text_depth);
|
|
72 | 72 |
text1.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize); |
73 | 73 |
TextView text2 = view.findViewById(R.id.bandaged_text_animation); |
74 | 74 |
text2.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize); |
src/main/res/layout/dialog_settings.xml | ||
---|---|---|
25 | 25 |
android:orientation="horizontal"> |
26 | 26 |
|
27 | 27 |
<TextView |
28 |
android:id="@+id/bandaged_text_scramble"
|
|
28 |
android:id="@+id/bandaged_text_depth"
|
|
29 | 29 |
android:layout_width="0dp" |
30 | 30 |
android:layout_height="wrap_content" |
31 | 31 |
android:layout_weight="0.5" |
32 | 32 |
android:gravity="start" |
33 | 33 |
android:textSize="24sp" |
34 |
android:text="@string/scramble"
|
|
34 |
android:text="@string/depth"
|
|
35 | 35 |
android:layout_marginLeft="10dp" |
36 | 36 |
android:layout_marginRight="10dp"/> |
37 | 37 |
|
src/main/res/values-de/strings.xml | ||
---|---|---|
41 | 41 |
<string name="save_object_really">Möchten Sie diesen Cube speichern?</string> |
42 | 42 |
<string name="delete_object">Löschen</string> |
43 | 43 |
<string name="delete_object_really">Möchten Sie diesen Cube löschen?</string> |
44 |
<string name="settings">Einstellungen</string> |
|
44 |
<string name="settings">Scramble-Einstellungen</string> |
|
45 |
<string name="depth">Tiefe</string> |
|
45 | 46 |
<string name="animation">Animation</string> |
46 | 47 |
|
47 | 48 |
<string name="scores">Highscores</string> |
src/main/res/values-es/strings.xml | ||
---|---|---|
41 | 41 |
<string name="save_object_really">¿Quieres guardar este Cubo?</string> |
42 | 42 |
<string name="delete_object">Borrar</string> |
43 | 43 |
<string name="delete_object_really">¿Quieres borrar este Cubo?</string> |
44 |
<string name="settings">Ajustes</string> |
|
44 |
<string name="settings">Ajustes del revuelto</string> |
|
45 |
<string name="depth">Profundidad</string> |
|
45 | 46 |
<string name="animation">Animación</string> |
46 | 47 |
|
47 | 48 |
<string name="scores">Leaderboard</string> |
src/main/res/values-fr/strings.xml | ||
---|---|---|
41 | 41 |
<string name="save_object_really">Voulez-vous enregistrer ce Cube?</string> |
42 | 42 |
<string name="delete_object">Supprimer</string> |
43 | 43 |
<string name="delete_object_really">Voulez-vous supprimer ce Cube?</string> |
44 |
<string name="settings">Réglages</string> |
|
44 |
<string name="settings">Paramètres de brouillage</string> |
|
45 |
<string name="depth">Profondeur</string> |
|
45 | 46 |
<string name="animation">Animation</string> |
46 | 47 |
|
47 | 48 |
<string name="scores">Meilleurs scores</string> |
src/main/res/values-ja/strings.xml | ||
---|---|---|
41 | 41 |
<string name="save_object_really">このキューブを保存しますか?</string> |
42 | 42 |
<string name="delete_object">消す</string> |
43 | 43 |
<string name="delete_object_really">このキューブを削除しますか?</string> |
44 |
<string name="settings">設定</string> |
|
44 |
<string name="settings">スクランブルの設定</string> |
|
45 |
<string name="depth">深さ</string> |
|
45 | 46 |
<string name="animation">効果</string> |
46 | 47 |
|
47 | 48 |
<string name="scores">ハイスコア</string> |
src/main/res/values-ko/strings.xml | ||
---|---|---|
41 | 41 |
<string name="save_object_really">이 큐브를 저장하시겠습니까?</string> |
42 | 42 |
<string name="delete_object">삭제</string> |
43 | 43 |
<string name="delete_object_really">이 큐브를 삭제하시겠습니까?</string> |
44 |
<string name="settings">설정</string> |
|
44 |
<string name="settings">스크램블 설정</string> |
|
45 |
<string name="depth">깊이</string> |
|
45 | 46 |
<string name="animation">효과</string> |
46 | 47 |
|
47 | 48 |
<string name="scores">고득점</string> |
src/main/res/values-pl/strings.xml | ||
---|---|---|
41 | 41 |
<string name="save_object_really">Chcesz zapisać tą kostkę?</string> |
42 | 42 |
<string name="delete_object">Usuń</string> |
43 | 43 |
<string name="delete_object_really">Chcesz usunąć tą kostkę?</string> |
44 |
<string name="settings">Ustawienia</string> |
|
44 |
<string name="settings">Ustawienia Mieszania</string> |
|
45 |
<string name="depth">Głębokość</string> |
|
45 | 46 |
<string name="animation">Animacja</string> |
46 | 47 |
|
47 | 48 |
<string name="scores">Lista najlepszych</string> |
src/main/res/values-ru/strings.xml | ||
---|---|---|
41 | 41 |
<string name="save_object_really">Вы хотите сохранить этот куб?</string> |
42 | 42 |
<string name="delete_object">Удалить</string> |
43 | 43 |
<string name="delete_object_really">Вы хотите удалить этот куб?</string> |
44 |
<string name="settings">Настройки</string> |
|
44 |
<string name="settings">Настройки скрэмбла</string> |
|
45 |
<string name="depth">Глубина</string> |
|
45 | 46 |
<string name="animation">Эффект</string> |
46 | 47 |
|
47 | 48 |
<string name="scores">Высокие баллы</string> |
src/main/res/values-zh-rCN/strings.xml | ||
---|---|---|
41 | 41 |
<string name="save_object_really">你想保存这个多维数据集吗?</string> |
42 | 42 |
<string name="delete_object">删除</string> |
43 | 43 |
<string name="delete_object_really">你想删除这个立方体吗?</string> |
44 |
<string name="settings">设置</string> |
|
44 |
<string name="settings">乱码设置</string> |
|
45 |
<string name="depth">深度</string> |
|
45 | 46 |
<string name="animation">动画</string> |
46 | 47 |
|
47 | 48 |
<string name="scores">高分</string> |
src/main/res/values-zh-rTW/strings.xml | ||
---|---|---|
41 | 41 |
<string name="save_object_really">你想保存這個多維數據集嗎?</string> |
42 | 42 |
<string name="delete_object">刪除</string> |
43 | 43 |
<string name="delete_object_really">是否要刪除此多維數據集?</string> |
44 |
<string name="settings">設置</string> |
|
44 |
<string name="settings">加擾設置</string> |
|
45 |
<string name="depth">深度</string> |
|
45 | 46 |
<string name="animation">動畫</string> |
46 | 47 |
|
47 | 48 |
<string name="scores">高分</string> |
src/main/res/values/strings.xml | ||
---|---|---|
42 | 42 |
<string name="save_object_really">Do you want to save this Cube?</string> |
43 | 43 |
<string name="delete_object">Delete</string> |
44 | 44 |
<string name="delete_object_really">Do you want to delete this Cube?</string> |
45 |
<string name="settings">Settings</string> |
|
45 |
<string name="settings">Scramble Settings</string> |
|
46 |
<string name="depth">Depth</string> |
|
46 | 47 |
<string name="animation">Animation</string> |
47 | 48 |
|
48 | 49 |
<string name="scores">High Scores</string> |
Also available in: Unified diff
Improve the bandaged scramble settings dialog.