Revision 7d1ba3d2
Added by Leszek Koltunski over 1 year ago
src/main/java/org/distorted/dialogs/RubikDialogAbout.java | ||
---|---|---|
39 | 39 |
"4. Correct the Masterball (before it was nearly impossible to be solved)"; |
40 | 40 |
|
41 | 41 |
private static final String WHATS_COMING = |
42 |
"1. iOS version.\n" +
|
|
43 |
"2. 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 - Ancient Coin Cube\n" +
|
|
47 |
"6. Creator of bandaged Pyraminxes.";
|
|
42 |
"1. Creator of bandaged Pyraminxes [in progress now].\n" +
|
|
43 |
"2. iOS version.\n" +
|
|
44 |
"3. Algorithmic solvers.\n" +
|
|
45 |
"4. Support for adjustable stickers.\n" +
|
|
46 |
"5. In-game currency (stars)\n" +
|
|
47 |
"6. More objects:\n - Tins Cube\n - Ancient Coin Cube\n - higher-order Jings\n - Ghost Cubes\n - more Mirrors\n - more Mixups\n";
|
|
48 | 48 |
|
49 | 49 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
50 | 50 |
|
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="0.26"
|
|
105 |
android:layout_weight="0.31"
|
|
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.5" |
|
150 |
android:layout_weight="0.45"
|
|
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.