Revision a0aff1b4
Added by Leszek Koltunski over 2 years ago
| src/main/java/org/distorted/dialogs/RubikDialogAbout.java | ||
|---|---|---|
| 35 | 35 |
private static final String WHATS_NEW = |
| 36 | 36 |
"1. 6-color Dino solver.\n" + |
| 37 | 37 |
"2. 4-color Dino solver.\n" + |
| 38 |
"3. Pyraminx Diamond solver."; |
|
| 38 |
"3. Pyraminx Diamond solver.\n" + |
|
| 39 |
"4. Minor adjustments to UI and bugfixes."; |
|
| 39 | 40 |
|
| 40 | 41 |
private static final String WHATS_COMING = |
| 41 |
"1. 3x3x2 Cuboid solver, then algorithmic solvers.\n" + |
|
| 42 |
"2. Support for adjustable stickers.\n" + |
|
| 43 |
"3. In-game currency (stars)\n" + |
|
| 44 |
"4. More objects (Penrose Cubes, higher-order Jings, Ghost Cubes, more Mirrors, more Mixups)\n" + |
|
| 45 |
"5. Creator of bandaged Pyraminxes."; |
|
| 42 |
"1. iOS version.\n" + |
|
| 43 |
"2. 3x3x2 Cuboid solver, then algorithmic solvers.\n" + |
|
| 44 |
"3. Support for adjustable stickers.\n" + |
|
| 45 |
"4. In-game currency (stars)\n" + |
|
| 46 |
"5. More objects:\n - Penrose Cubes\n - higher-order Jings\n - Ghost Cubes\n - more Mirrors\n - more Mixups\n - Coin Tetrahedron\n" + |
|
| 47 |
"6. Creator of bandaged Pyraminxes."; |
|
| 46 | 48 |
|
| 47 | 49 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
| 48 | 50 |
|
| src/main/java/org/distorted/screens/RubikScreenPlay.java | ||
|---|---|---|
| 59 | 59 |
public class RubikScreenPlay extends RubikScreenBase implements RubikNetwork.Updatee |
| 60 | 60 |
{
|
| 61 | 61 |
private static final float MENU_BUTTON_HEIGHT = 0.068f; |
| 62 |
private static final float MENU_TEXT_SIZE = 0.027f;
|
|
| 62 |
private static final float MENU_TEXT_SIZE = 0.024f;
|
|
| 63 | 63 |
private static final float MENU_MARGIN = 0.008f; |
| 64 | 64 |
private static final float MENU_WIDTH = 0.650f; |
| 65 | 65 |
private static final float LEVEL_BUTTON_HEIGHT = 0.089f; |
| src/main/res/layout/dialog_about.xml | ||
|---|---|---|
| 9 | 9 |
android:id="@+id/about_share_layout" |
| 10 | 10 |
android:layout_width="fill_parent" |
| 11 | 11 |
android:layout_height="0dp" |
| 12 |
android:layout_weight="0.1" |
|
| 12 |
android:layout_weight="0.12"
|
|
| 13 | 13 |
android:gravity="center|fill_horizontal" |
| 14 | 14 |
android:layout_marginLeft="10dp" |
| 15 | 15 |
android:layout_marginRight="10dp" |
| ... | ... | |
| 50 | 50 |
android:id="@+id/about_email_layout" |
| 51 | 51 |
android:layout_width="fill_parent" |
| 52 | 52 |
android:layout_height="0dp" |
| 53 |
android:layout_weight="0.1" |
|
| 53 |
android:layout_weight="0.12"
|
|
| 54 | 54 |
android:gravity="center|fill_horizontal" |
| 55 | 55 |
android:layout_marginLeft="10dp" |
| 56 | 56 |
android:layout_marginRight="10dp" |
| ... | ... | |
| 102 | 102 |
android:id="@+id/about_new_layout" |
| 103 | 103 |
android:layout_width="fill_parent" |
| 104 | 104 |
android:layout_height="0dp" |
| 105 |
android:layout_weight="0.3"
|
|
| 105 |
android:layout_weight="0.26"
|
|
| 106 | 106 |
android:gravity="center|fill_horizontal" |
| 107 | 107 |
android:layout_marginLeft="10dp" |
| 108 | 108 |
android:layout_marginRight="10dp" |
| ... | ... | |
| 147 | 147 |
android:id="@+id/about_coming_layout" |
| 148 | 148 |
android:layout_width="fill_parent" |
| 149 | 149 |
android:layout_height="0dp" |
| 150 |
android:layout_weight="0.4"
|
|
| 150 |
android:layout_weight="0.5"
|
|
| 151 | 151 |
android:gravity="center|fill_horizontal" |
| 152 | 152 |
android:layout_marginLeft="10dp" |
| 153 | 153 |
android:layout_marginRight="10dp" |
Also available in: Unified diff
About Dialog