Quellcode durchsuchen

remove unused files from res/

Pavol Rusnak vor 12 Jahren
Ursprung
Commit
7429cf4a96
2 geänderte Dateien mit 0 neuen und 17 gelöschten Zeilen
  1. 0 13
      res/layout/main.xml
  2. 0 4
      res/values/strings.xml

+ 0 - 13
res/layout/main.xml

@@ -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>
-

+ 0 - 4
res/values/strings.xml

@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <string name="app_name">SDL App</string>
-</resources>