summaryrefslogtreecommitdiffstats
path: root/Android/res
diff options
context:
space:
mode:
Diffstat (limited to 'Android/res')
-rw-r--r--Android/res/drawable-hdpi/ic_launcher.pngbin12967 -> 0 bytes
-rw-r--r--Android/res/drawable-ldpi/ic_launcher.pngbin5942 -> 0 bytes
-rw-r--r--Android/res/drawable-mdpi/ic_launcher.pngbin7989 -> 0 bytes
-rw-r--r--Android/res/drawable-xhdpi/ic_launcher.pngbin18851 -> 0 bytes
-rw-r--r--Android/res/layout/list_item.xml7
-rw-r--r--Android/res/layout/main.xml61
-rw-r--r--Android/res/values-pl/strings.xml13
-rw-r--r--Android/res/values/strings.xml13
8 files changed, 0 insertions, 94 deletions
diff --git a/Android/res/drawable-hdpi/ic_launcher.png b/Android/res/drawable-hdpi/ic_launcher.png
deleted file mode 100644
index d8a74a2d8..000000000
--- a/Android/res/drawable-hdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/Android/res/drawable-ldpi/ic_launcher.png b/Android/res/drawable-ldpi/ic_launcher.png
deleted file mode 100644
index 5fa7251f8..000000000
--- a/Android/res/drawable-ldpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/Android/res/drawable-mdpi/ic_launcher.png b/Android/res/drawable-mdpi/ic_launcher.png
deleted file mode 100644
index 0e3af7c05..000000000
--- a/Android/res/drawable-mdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/Android/res/drawable-xhdpi/ic_launcher.png b/Android/res/drawable-xhdpi/ic_launcher.png
deleted file mode 100644
index 60b19df2d..000000000
--- a/Android/res/drawable-xhdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/Android/res/layout/list_item.xml b/Android/res/layout/list_item.xml
deleted file mode 100644
index e77da47db..000000000
--- a/Android/res/layout/list_item.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<TextView xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
-
-
-</TextView> \ No newline at end of file
diff --git a/Android/res/layout/main.xml b/Android/res/layout/main.xml
deleted file mode 100644
index 4ff238d80..000000000
--- a/Android/res/layout/main.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:gravity="center_horizontal"
- android:orientation="vertical" >
-
- <TextView
- android:id="@+id/textView2"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/app_name"
- android:textAppearance="?android:attr/textAppearanceLarge" />
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
-
- <Button
- android:id="@+id/stop_server"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:enabled="true"
- android:text="@string/stop" />
-
- <Button
- android:id="@+id/start_server"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="@string/start" />
-
- <Button
- android:id="@+id/configure_server"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="@string/configure" />
-
- </LinearLayout>
-
- <TextView
- android:id="@+id/server_status_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/mcserver_is_not_running"
- android:textAppearance="?android:attr/textAppearanceMedium" />
-
- <TextView
- android:id="@+id/ip_address"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/your_ip" />
- <ListView
- android:id="@+id/listView1"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
- </ListView>
-
-</LinearLayout> \ No newline at end of file
diff --git a/Android/res/values-pl/strings.xml b/Android/res/values-pl/strings.xml
deleted file mode 100644
index 74c8044d8..000000000
--- a/Android/res/values-pl/strings.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-
- <string name="hello">Hello World, MCServerActivity!</string>
- <string name="app_name">MCServer</string>
- <string name="start">Start</string>
- <string name="stop">Stop</string>
- <string name="mcserver_is_running">MCServer jest włączony</string>
- <string name="mcserver_is_not_running">MCServer jest wyłączony</string>
- <string name="your_ip">Twoje IP …</string>
- <string name="configure">Ustawienia</string>
-
-</resources>
diff --git a/Android/res/values/strings.xml b/Android/res/values/strings.xml
deleted file mode 100644
index 9eb81d653..000000000
--- a/Android/res/values/strings.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-
- <string name="hello">Hello World, MCServerActivity!</string>
- <string name="app_name">MCServer</string>
- <string name="start">Start</string>
- <string name="stop">Stop</string>
- <string name="mcserver_is_running">MCServer is running</string>
- <string name="mcserver_is_not_running">MCServer is not running</string>
- <string name="your_ip">Your IP …</string>
- <string name="configure">Configure</string>
-
-</resources> \ No newline at end of file