aboutsummaryrefslogtreecommitdiffstats
path: root/tests/res/layout
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2012-05-06 09:29:22 +0200
committerBananeweizen <bananeweizen@gmx.de>2012-05-06 09:29:22 +0200
commitc5e42735b99baaebbc41e697ff716189821cd02c (patch)
treede2ccf5f2fd941846060a43194d7b2425ea334eb /tests/res/layout
parentf08a9d96915d1f8477b32f9c0b25372a518c5294 (diff)
downloadcgeo-c5e42735b99baaebbc41e697ff716189821cd02c.zip
cgeo-c5e42735b99baaebbc41e697ff716189821cd02c.tar.gz
cgeo-c5e42735b99baaebbc41e697ff716189821cd02c.tar.bz2
refactoring: remove waypoints activity
* replaced by popup meanwhile * rename remaining waypoint activity * rename some of the mostly untouched activities
Diffstat (limited to 'tests/res/layout')
-rw-r--r--tests/res/layout/main.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/res/layout/main.xml b/tests/res/layout/main.xml
deleted file mode 100644
index 3a5f117..0000000
--- a/tests/res/layout/main.xml
+++ /dev/null
@@ -1,12 +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="@string/hello"
- />
-</LinearLayout>