DEADSOFTWARE

android: remove unneeded layout
authorDeaDDooMER <deaddoomer@deadsoftware.ru>
Thu, 16 Dec 2021 17:50:11 +0000 (20:50 +0300)
committerDeaDDooMER <deaddoomer@deadsoftware.ru>
Thu, 16 Dec 2021 17:50:11 +0000 (20:50 +0300)
android/res/layout/main.xml [deleted file]

diff --git a/android/res/layout/main.xml b/android/res/layout/main.xml
deleted file mode 100644 (file)
index 123c4b6..0000000
+++ /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>
-