Skip to content
Snippets Groups Projects
Commit 799eb941 authored by Luboš Horáček's avatar Luboš Horáček
Browse files

Red star tablexia icons for builds

parent b937ce2a
No related merge requests found
android/assets/desktop_icon.png

22.6 KiB

android/ic_launcher-web.png

50.2 KiB | W: | H:

android/ic_launcher-web.png

21.6 KiB | W: | H:

android/ic_launcher-web.png
android/ic_launcher-web.png
android/ic_launcher-web.png
android/ic_launcher-web.png
  • 2-up
  • Swipe
  • Onion skin
android/res/drawable-hdpi/ic_launcher.png

7.48 KiB | W: | H:

android/res/drawable-hdpi/ic_launcher.png

7.7 KiB | W: | H:

android/res/drawable-hdpi/ic_launcher.png
android/res/drawable-hdpi/ic_launcher.png
android/res/drawable-hdpi/ic_launcher.png
android/res/drawable-hdpi/ic_launcher.png
  • 2-up
  • Swipe
  • Onion skin
android/res/drawable-mdpi/ic_launcher.png

3.69 KiB | W: | H:

android/res/drawable-mdpi/ic_launcher.png

3.85 KiB | W: | H:

android/res/drawable-mdpi/ic_launcher.png
android/res/drawable-mdpi/ic_launcher.png
android/res/drawable-mdpi/ic_launcher.png
android/res/drawable-mdpi/ic_launcher.png
  • 2-up
  • Swipe
  • Onion skin
android/res/drawable-xhdpi/ic_launcher.png

12.2 KiB | W: | H:

android/res/drawable-xhdpi/ic_launcher.png

11.5 KiB | W: | H:

android/res/drawable-xhdpi/ic_launcher.png
android/res/drawable-xhdpi/ic_launcher.png
android/res/drawable-xhdpi/ic_launcher.png
android/res/drawable-xhdpi/ic_launcher.png
  • 2-up
  • Swipe
  • Onion skin
android/res/drawable-xxhdpi/ic_launcher.png

24.2 KiB | W: | H:

android/res/drawable-xxhdpi/ic_launcher.png

22.6 KiB | W: | H:

android/res/drawable-xxhdpi/ic_launcher.png
android/res/drawable-xxhdpi/ic_launcher.png
android/res/drawable-xxhdpi/ic_launcher.png
android/res/drawable-xxhdpi/ic_launcher.png
  • 2-up
  • Swipe
  • Onion skin
package cz.nic.tablexia.desktop;
import com.badlogic.gdx.Files;
import com.badlogic.gdx.backends.lwjgl.LwjglApplication;
import com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration;
import com.jcabi.manifests.Manifests;
......@@ -12,17 +13,20 @@ public class DesktopLauncher {
public static final String BUILD_VARIANT_MANIFEST_ATTRIBUTE = "Build-Type";
public static void main (String[] arg) {
public static void main(String[] arg) {
String buildType = null;
if (Manifests.exists(BUILD_VARIANT_MANIFEST_ATTRIBUTE)) {
buildType = Manifests.read(BUILD_VARIANT_MANIFEST_ATTRIBUTE);
}
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
config.resizable = true;
config.width = 1280;
config.height = 800;
new LwjglApplication(new Tablexia(buildType, Locale.getDefault()), config);
}
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
config.resizable = true;
config.width = 1280;
config.height = 800;
config.addIcon("desktop_icon.png", Files.FileType.Internal);
new LwjglApplication(new Tablexia(buildType, Locale.getDefault()), config);
}
}
ios/data/Icon-72.png

4.33 KiB | W: | H:

ios/data/Icon-72.png

7.08 KiB | W: | H:

ios/data/Icon-72.png
ios/data/Icon-72.png
ios/data/Icon-72.png
ios/data/Icon-72.png
  • 2-up
  • Swipe
  • Onion skin
ios/data/Icon-72@2x.png

6.08 KiB | W: | H:

ios/data/Icon-72@2x.png

21.6 KiB | W: | H:

ios/data/Icon-72@2x.png
ios/data/Icon-72@2x.png
ios/data/Icon-72@2x.png
ios/data/Icon-72@2x.png
  • 2-up
  • Swipe
  • Onion skin
ios/data/Icon.png

3.93 KiB | W: | H:

ios/data/Icon.png

4.83 KiB | W: | H:

ios/data/Icon.png
ios/data/Icon.png
ios/data/Icon.png
ios/data/Icon.png
  • 2-up
  • Swipe
  • Onion skin
ios/data/Icon@2x.png

5.55 KiB | W: | H:

ios/data/Icon@2x.png

14.9 KiB | W: | H:

ios/data/Icon@2x.png
ios/data/Icon@2x.png
ios/data/Icon@2x.png
ios/data/Icon@2x.png
  • 2-up
  • Swipe
  • Onion skin
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment