Revision 943471aa
Added by Leszek Koltunski about 3 years ago
build.gradle | ||
---|---|---|
15 | 15 |
applicationId "org.distorted.magic" |
16 | 16 |
minSdkVersion 21 |
17 | 17 |
targetSdkVersion 30 |
18 |
versionCode 42
|
|
19 |
versionName "1.9.0"
|
|
18 |
versionCode 43
|
|
19 |
versionName "1.9.1"
|
|
20 | 20 |
} |
21 | 21 |
|
22 | 22 |
buildTypes { |
src/main/java/org/distorted/tutorials/TutorialActivity.java | ||
---|---|---|
50 | 50 |
{ |
51 | 51 |
private static final String URL = "https://www.youtube.com/embed/"; |
52 | 52 |
|
53 |
public static final float BAR_RATIO = 0.15f;
|
|
53 |
public static final float BAR_RATIO = 0.17f;
|
|
54 | 54 |
public static final float DIALOG_BUTTON_SIZE = 0.06f; |
55 | 55 |
public static final float MENU_BIG_TEXT_SIZE = 0.05f; |
56 | 56 |
|
Also available in: Unified diff
Correct order of the tutorials.