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 | |
parent | 0f3318eba61d5c2975ed844659995e8f1ec2b1a9 (diff) |
new project!
Diffstat (limited to 'client/activity-demo/Piztor/res')
20 files changed, 0 insertions, 152 deletions
diff --git a/client/activity-demo/Piztor/res/drawable-hdpi/data.jpg b/client/activity-demo/Piztor/res/drawable-hdpi/data.jpg Binary files differdeleted file mode 100644 index f549ec7..0000000 --- a/client/activity-demo/Piztor/res/drawable-hdpi/data.jpg +++ /dev/null diff --git a/client/activity-demo/Piztor/res/drawable-hdpi/ic_launcher.png b/client/activity-demo/Piztor/res/drawable-hdpi/ic_launcher.png Binary files differdeleted file mode 100644 index 288b665..0000000 --- a/client/activity-demo/Piztor/res/drawable-hdpi/ic_launcher.png +++ /dev/null diff --git a/client/activity-demo/Piztor/res/drawable-ldpi/data.jpg b/client/activity-demo/Piztor/res/drawable-ldpi/data.jpg Binary files differdeleted file mode 100644 index f549ec7..0000000 --- a/client/activity-demo/Piztor/res/drawable-ldpi/data.jpg +++ /dev/null diff --git a/client/activity-demo/Piztor/res/drawable-mdpi/data.jpg b/client/activity-demo/Piztor/res/drawable-mdpi/data.jpg Binary files differdeleted file mode 100644 index f549ec7..0000000 --- a/client/activity-demo/Piztor/res/drawable-mdpi/data.jpg +++ /dev/null diff --git a/client/activity-demo/Piztor/res/drawable-mdpi/ic_launcher.png b/client/activity-demo/Piztor/res/drawable-mdpi/ic_launcher.png Binary files differdeleted file mode 100644 index 6ae570b..0000000 --- a/client/activity-demo/Piztor/res/drawable-mdpi/ic_launcher.png +++ /dev/null diff --git a/client/activity-demo/Piztor/res/drawable-xhdpi/data.jpg b/client/activity-demo/Piztor/res/drawable-xhdpi/data.jpg Binary files differdeleted file mode 100644 index f549ec7..0000000 --- a/client/activity-demo/Piztor/res/drawable-xhdpi/data.jpg +++ /dev/null diff --git a/client/activity-demo/Piztor/res/drawable-xhdpi/ic_launcher.png b/client/activity-demo/Piztor/res/drawable-xhdpi/ic_launcher.png Binary files differdeleted file mode 100644 index d4fb7cd..0000000 --- a/client/activity-demo/Piztor/res/drawable-xhdpi/ic_launcher.png +++ /dev/null diff --git a/client/activity-demo/Piztor/res/drawable-xxhdpi/data.jpg b/client/activity-demo/Piztor/res/drawable-xxhdpi/data.jpg Binary files differdeleted file mode 100644 index f549ec7..0000000 --- a/client/activity-demo/Piztor/res/drawable-xxhdpi/data.jpg +++ /dev/null diff --git a/client/activity-demo/Piztor/res/drawable-xxhdpi/ic_launcher.png b/client/activity-demo/Piztor/res/drawable-xxhdpi/ic_launcher.png Binary files differdeleted file mode 100644 index 85a6081..0000000 --- a/client/activity-demo/Piztor/res/drawable-xxhdpi/ic_launcher.png +++ /dev/null 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 diff --git a/client/activity-demo/Piztor/res/menu/main.xml b/client/activity-demo/Piztor/res/menu/main.xml deleted file mode 100644 index c002028..0000000 --- a/client/activity-demo/Piztor/res/menu/main.xml +++ /dev/null @@ -1,9 +0,0 @@ -<menu xmlns:android="http://schemas.android.com/apk/res/android" > - - <item - android:id="@+id/action_settings" - android:orderInCategory="100" - android:showAsAction="never" - android:title="@string/action_settings"/> - -</menu> diff --git a/client/activity-demo/Piztor/res/menu/running.xml b/client/activity-demo/Piztor/res/menu/running.xml deleted file mode 100644 index c002028..0000000 --- a/client/activity-demo/Piztor/res/menu/running.xml +++ /dev/null @@ -1,9 +0,0 @@ -<menu xmlns:android="http://schemas.android.com/apk/res/android" > - - <item - android:id="@+id/action_settings" - android:orderInCategory="100" - android:showAsAction="never" - android:title="@string/action_settings"/> - -</menu> diff --git a/client/activity-demo/Piztor/res/values-sw600dp/dimens.xml b/client/activity-demo/Piztor/res/values-sw600dp/dimens.xml deleted file mode 100644 index 44f01db..0000000 --- a/client/activity-demo/Piztor/res/values-sw600dp/dimens.xml +++ /dev/null @@ -1,8 +0,0 @@ -<resources> - - <!-- - Customize dimensions originally defined in res/values/dimens.xml (such as - screen margins) for sw600dp devices (e.g. 7" tablets) here. - --> - -</resources> diff --git a/client/activity-demo/Piztor/res/values-sw720dp-land/dimens.xml b/client/activity-demo/Piztor/res/values-sw720dp-land/dimens.xml deleted file mode 100644 index 61e3fa8..0000000 --- a/client/activity-demo/Piztor/res/values-sw720dp-land/dimens.xml +++ /dev/null @@ -1,9 +0,0 @@ -<resources> - - <!-- - Customize dimensions originally defined in res/values/dimens.xml (such as - screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here. - --> - <dimen name="activity_horizontal_margin">128dp</dimen> - -</resources> diff --git a/client/activity-demo/Piztor/res/values-v11/styles.xml b/client/activity-demo/Piztor/res/values-v11/styles.xml deleted file mode 100644 index 3c02242..0000000 --- a/client/activity-demo/Piztor/res/values-v11/styles.xml +++ /dev/null @@ -1,11 +0,0 @@ -<resources> - - <!-- - Base application theme for API 11+. This theme completely replaces - AppBaseTheme from res/values/styles.xml on API 11+ devices. - --> - <style name="AppBaseTheme" parent="android:Theme.Holo.Light"> - <!-- API 11 theme customizations can go here. --> - </style> - -</resources> diff --git a/client/activity-demo/Piztor/res/values-v14/styles.xml b/client/activity-demo/Piztor/res/values-v14/styles.xml deleted file mode 100644 index a91fd03..0000000 --- a/client/activity-demo/Piztor/res/values-v14/styles.xml +++ /dev/null @@ -1,12 +0,0 @@ -<resources> - - <!-- - Base application theme for API 14+. This theme completely replaces - AppBaseTheme from BOTH res/values/styles.xml and - res/values-v11/styles.xml on API 14+ devices. - --> - <style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar"> - <!-- API 14 theme customizations can go here. --> - </style> - -</resources> diff --git a/client/activity-demo/Piztor/res/values/dimens.xml b/client/activity-demo/Piztor/res/values/dimens.xml deleted file mode 100644 index 55c1e59..0000000 --- a/client/activity-demo/Piztor/res/values/dimens.xml +++ /dev/null @@ -1,7 +0,0 @@ -<resources> - - <!-- Default screen margins, per the Android Design guidelines. --> - <dimen name="activity_horizontal_margin">16dp</dimen> - <dimen name="activity_vertical_margin">16dp</dimen> - -</resources> diff --git a/client/activity-demo/Piztor/res/values/strings.xml b/client/activity-demo/Piztor/res/values/strings.xml deleted file mode 100644 index e837025..0000000 --- a/client/activity-demo/Piztor/res/values/strings.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - - <string name="app_name">Piztor</string> - <string name="action_settings">Settings</string> - <string name="hello_world">Hello world!</string> - <string name="title_activity_running">Running</string> - -</resources> diff --git a/client/activity-demo/Piztor/res/values/styles.xml b/client/activity-demo/Piztor/res/values/styles.xml deleted file mode 100644 index 6ce89c7..0000000 --- a/client/activity-demo/Piztor/res/values/styles.xml +++ /dev/null @@ -1,20 +0,0 @@ -<resources> - - <!-- - Base application theme, dependent on API level. This theme is replaced - by AppBaseTheme from res/values-vXX/styles.xml on newer devices. - --> - <style name="AppBaseTheme" parent="android:Theme.Light"> - <!-- - Theme customizations available in newer API levels can go in - res/values-vXX/styles.xml, while customizations related to - backward-compatibility can go here. - --> - </style> - - <!-- Application theme. --> - <style name="AppTheme" parent="AppBaseTheme"> - <!-- All customizations that are NOT specific to a particular API-level can go here. --> - </style> - -</resources> |