diff options
Diffstat (limited to 'client/Piztor/res')
-rw-r--r-- | client/Piztor/res/drawable-hdpi/ic_launcher.png | bin | 7658 -> 0 bytes | |||
-rw-r--r-- | client/Piztor/res/drawable-mdpi/ic_launcher.png | bin | 3777 -> 0 bytes | |||
-rw-r--r-- | client/Piztor/res/drawable-xhdpi/ic_launcher.png | bin | 12516 -> 0 bytes | |||
-rw-r--r-- | client/Piztor/res/drawable-xxhdpi/ic_launcher.png | bin | 24777 -> 0 bytes | |||
-rw-r--r-- | client/Piztor/res/layout/activity_init.xml | 16 | ||||
-rw-r--r-- | client/Piztor/res/menu/init.xml | 9 | ||||
-rw-r--r-- | client/Piztor/res/menu/main.xml | 9 | ||||
-rw-r--r-- | client/Piztor/res/values-sw600dp/dimens.xml | 8 | ||||
-rw-r--r-- | client/Piztor/res/values-sw720dp-land/dimens.xml | 9 | ||||
-rw-r--r-- | client/Piztor/res/values-v11/styles.xml | 11 | ||||
-rw-r--r-- | client/Piztor/res/values-v14/styles.xml | 12 | ||||
-rw-r--r-- | client/Piztor/res/values/dimens.xml | 7 | ||||
-rw-r--r-- | client/Piztor/res/values/strings.xml | 9 | ||||
-rw-r--r-- | client/Piztor/res/values/styles.xml | 20 |
14 files changed, 0 insertions, 110 deletions
diff --git a/client/Piztor/res/drawable-hdpi/ic_launcher.png b/client/Piztor/res/drawable-hdpi/ic_launcher.png Binary files differdeleted file mode 100644 index 288b665..0000000 --- a/client/Piztor/res/drawable-hdpi/ic_launcher.png +++ /dev/null diff --git a/client/Piztor/res/drawable-mdpi/ic_launcher.png b/client/Piztor/res/drawable-mdpi/ic_launcher.png Binary files differdeleted file mode 100644 index 6ae570b..0000000 --- a/client/Piztor/res/drawable-mdpi/ic_launcher.png +++ /dev/null diff --git a/client/Piztor/res/drawable-xhdpi/ic_launcher.png b/client/Piztor/res/drawable-xhdpi/ic_launcher.png Binary files differdeleted file mode 100644 index d4fb7cd..0000000 --- a/client/Piztor/res/drawable-xhdpi/ic_launcher.png +++ /dev/null diff --git a/client/Piztor/res/drawable-xxhdpi/ic_launcher.png b/client/Piztor/res/drawable-xxhdpi/ic_launcher.png Binary files differdeleted file mode 100644 index 85a6081..0000000 --- a/client/Piztor/res/drawable-xxhdpi/ic_launcher.png +++ /dev/null diff --git a/client/Piztor/res/layout/activity_init.xml b/client/Piztor/res/layout/activity_init.xml deleted file mode 100644 index 43e6253..0000000 --- a/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> diff --git a/client/Piztor/res/menu/init.xml b/client/Piztor/res/menu/init.xml deleted file mode 100644 index c002028..0000000 --- a/client/Piztor/res/menu/init.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/Piztor/res/menu/main.xml b/client/Piztor/res/menu/main.xml deleted file mode 100644 index c002028..0000000 --- a/client/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/Piztor/res/values-sw600dp/dimens.xml b/client/Piztor/res/values-sw600dp/dimens.xml deleted file mode 100644 index 44f01db..0000000 --- a/client/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/Piztor/res/values-sw720dp-land/dimens.xml b/client/Piztor/res/values-sw720dp-land/dimens.xml deleted file mode 100644 index 61e3fa8..0000000 --- a/client/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/Piztor/res/values-v11/styles.xml b/client/Piztor/res/values-v11/styles.xml deleted file mode 100644 index 3c02242..0000000 --- a/client/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/Piztor/res/values-v14/styles.xml b/client/Piztor/res/values-v14/styles.xml deleted file mode 100644 index a91fd03..0000000 --- a/client/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/Piztor/res/values/dimens.xml b/client/Piztor/res/values/dimens.xml deleted file mode 100644 index 55c1e59..0000000 --- a/client/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/Piztor/res/values/strings.xml b/client/Piztor/res/values/strings.xml deleted file mode 100644 index 8e76dc0..0000000 --- a/client/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_init">InitAct</string> - -</resources> diff --git a/client/Piztor/res/values/styles.xml b/client/Piztor/res/values/styles.xml deleted file mode 100644 index 6ce89c7..0000000 --- a/client/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> |