diff options
author | goblin911 <[email protected]> | 2013-08-25 07:52:49 +0800 |
---|---|---|
committer | goblin911 <[email protected]> | 2013-08-25 07:52:49 +0800 |
commit | 1c89054353cc6b1ff8e5849561d548b9648946d1 (patch) | |
tree | 8459f2269079f7065524f3f057c231d68791b874 /client/activity-demo/Piztor/res/layout | |
parent | 0f3318eba61d5c2975ed844659995e8f1ec2b1a9 (diff) |
new project!
Diffstat (limited to 'client/activity-demo/Piztor/res/layout')
-rw-r--r-- | client/activity-demo/Piztor/res/layout/activity_main.xml | 44 | ||||
-rw-r--r-- | client/activity-demo/Piztor/res/layout/activity_running.xml | 14 |
2 files changed, 0 insertions, 58 deletions
diff --git a/client/activity-demo/Piztor/res/layout/activity_main.xml b/client/activity-demo/Piztor/res/layout/activity_main.xml deleted file mode 100644 index 075a1f6..0000000 --- a/client/activity-demo/Piztor/res/layout/activity_main.xml +++ /dev/null @@ -1,44 +0,0 @@ -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools" - - android:orientation="vertical" - android:layout_width="fill_parent" - android:layout_height="fill_parent" - > - - <EditText - android:id="@+id/username" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:ems="10" - android:inputType="textPersonName" > - - <requestFocus /> - </EditText> - - <EditText - android:id="@+id/password" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:ems="10" - android:inputType="textPassword" /> - - <Button - android:id="@+id/login" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="login" /> - - <EditText - android:id="@+id/ip" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:ems="10" /> - - <EditText - android:id="@+id/port" - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:ems="10" /> - -</LinearLayout> diff --git a/client/activity-demo/Piztor/res/layout/activity_running.xml b/client/activity-demo/Piztor/res/layout/activity_running.xml deleted file mode 100644 index f52531a..0000000 --- a/client/activity-demo/Piztor/res/layout/activity_running.xml +++ /dev/null @@ -1,14 +0,0 @@ -<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools" - - android:orientation="vertical" - android:layout_width="fill_parent" - android:layout_height="fill_parent" - > - - <com.example.piztor.MyView - android:id="@+id/view" - android:layout_width="wrap_content" - android:layout_height="wrap_content" /> - -</LinearLayout>
\ No newline at end of file |