Revision 0e6e004d
Added by Leszek Koltunski over 2 years ago
| src/main/java/org/distorted/dialogs/RubikDialogAbout.java | ||
|---|---|---|
| 33 | 33 |
public class RubikDialogAbout extends RubikDialogAbstract |
| 34 | 34 |
{
|
| 35 | 35 |
private static final String WHATS_NEW = |
| 36 |
"1. 2x2x2 Cube solver.\n" + |
|
| 37 |
"2. Skewb solver.\n" + |
|
| 38 |
"3. Jing Pyraminx solver.\n" + |
|
| 39 |
"4. Fixes for the Burr Cube & Camouflage Cube\n" + |
|
| 40 |
"5. Fix for an important crasher."; |
|
| 36 |
"1. 6-color Dino solver.\n" + |
|
| 37 |
"2. 4-color Dino solver.\n" + |
|
| 38 |
"3. Pyraminx Diamond solver."; |
|
| 41 | 39 |
|
| 42 | 40 |
private static final String WHATS_COMING = |
| 43 |
"1. More solvers (Dino, 2x3x3 Cuboid, Pyraminx Diamond).\n" +
|
|
| 41 |
"1. 3x3x2 Cuboid solver, then algorithmic solvers.\n" +
|
|
| 44 | 42 |
"2. Support for adjustable stickers.\n" + |
| 45 | 43 |
"3. In-game currency (stars)\n" + |
| 46 | 44 |
"4. More objects (Penrose Cubes, higher-order Jings, Ghost Cubes, more Mirrors, more Mixups)\n" + |
| src/main/res/layout/dialog_about.xml | ||
|---|---|---|
| 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="1"
|
|
| 105 |
android:layout_weight="0.7"
|
|
| 106 | 106 |
android:gravity="center|fill_horizontal" |
| 107 | 107 |
android:layout_marginLeft="10dp" |
| 108 | 108 |
android:layout_marginRight="10dp" |
Also available in: Unified diff
dialog about