diff options
author | Teddy <[email protected]> | 2013-08-25 20:54:18 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2013-08-25 20:54:18 +0800 |
commit | 69a0eecd6a831127d04970c4c1b5749c641b8e5e (patch) | |
tree | 913847bb7de0ec79ced41b2bb79ed9ed1698df6b /misc/client/Piztor/res/layout | |
parent | 951907736830aadaebf8088433401b6d752e1cec (diff) |
removed obsolete dir
Diffstat (limited to 'misc/client/Piztor/res/layout')
-rw-r--r-- | misc/client/Piztor/res/layout/activity_init.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/misc/client/Piztor/res/layout/activity_init.xml b/misc/client/Piztor/res/layout/activity_init.xml deleted file mode 100644 index 43e6253..0000000 --- a/misc/client/Piztor/res/layout/activity_init.xml +++ /dev/null @@ -1,16 +0,0 @@ -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:paddingBottom="@dimen/activity_vertical_margin" - android:paddingLeft="@dimen/activity_horizontal_margin" - android:paddingRight="@dimen/activity_horizontal_margin" - android:paddingTop="@dimen/activity_vertical_margin" - tools:context=".InitAct" > - - <TextView - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="@string/hello_world" /> - -</RelativeLayout> |