summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0d97654)
raw | patch | inline | side by side (parent: 0d97654)
author | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Thu, 16 Dec 2021 17:50:11 +0000 (20:50 +0300) | ||
committer | DeaDDooMER <deaddoomer@deadsoftware.ru> | |
Thu, 16 Dec 2021 17:50:11 +0000 (20:50 +0300) |
android/res/layout/main.xml | [deleted file] | patch | blob | history |
diff --git a/android/res/layout/main.xml b/android/res/layout/main.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- >
-<TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="Hello World, SDLActivity"
- />
-</LinearLayout>
-