Revision dbddd5c5
Added by Leszek Koltunski over 4 years ago
src/main/res/layout/dialog_about.xml | ||
---|---|---|
38 | 38 |
android:id="@+id/about_section2" |
39 | 39 |
android:layout_width="match_parent" |
40 | 40 |
android:layout_height="fill_parent" |
41 |
android:layout_weight="0.40" |
|
42 |
android:layout_marginTop="10dp" |
|
43 |
android:layout_marginLeft="10dp" |
|
44 |
android:layout_marginRight="10dp" |
|
45 |
android:layout_marginBottom="10dp" |
|
46 |
android:text="@string/credits2"/> |
|
47 |
|
|
48 |
<TextView |
|
49 |
android:id="@+id/about_section3" |
|
50 |
android:layout_width="match_parent" |
|
51 |
android:layout_height="fill_parent" |
|
41 | 52 |
android:layout_weight="0.60" |
42 | 53 |
android:layout_marginBottom="10dp" |
43 | 54 |
android:layout_marginTop="10dp" |
44 | 55 |
android:layout_marginLeft="10dp" |
45 | 56 |
android:layout_marginRight="10dp" |
46 |
android:text="@string/credits2"/>
|
|
57 |
android:text="@string/credits3"/>
|
|
47 | 58 |
|
48 | 59 |
</LinearLayout> |
49 | 60 |
|
src/main/res/values/strings.xml | ||
---|---|---|
37 | 37 |
<string name="downloading">Downloading…</string> |
38 | 38 |
<string name="submitting">Submitting…</string> |
39 | 39 |
<string name="credits1">Open Source app developed using the Distorted graphics library. Licensed under <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">GPL version 2</a> or - at your option - any later version.</string> |
40 |
<string name="credits2">Download code, take a look at tutorials, learn how to add your own graphics effect, learn how to code your own object, contribute a Pretty Pattern, implement your own solver, or report a bug: \n\n<a href="https://distorted.org/redmine/projects/magic-cube/wiki">Distorted.org</a></string> |
|
40 |
<string name="credits2">Pretty Patterns by Werner Randelshofer. See <a href="http://www.randelshofer.ch">http://www.randelshofer.ch</a></string> |
|
41 |
<string name="credits3">Download code, take a look at tutorials, learn how to add your own graphics effect, learn how to code your own object, contribute a Pretty Pattern, implement your own solver, or report a bug: \n\n<a href="https://distorted.org/redmine/projects/magic-cube/wiki">Distorted.org</a></string> |
|
41 | 42 |
|
42 | 43 |
<string name="solver_generic_error1">Solver for this object and size not implemented yet!</string> |
43 | 44 |
|
Also available in: Unified diff
Give credit to Werner Randelshofer.