From 76edd6c448c55c4f9bcf37509ec372149c966993 Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 25 Dec 2015 13:38:31 +0100 Subject: first commit --- .../apptheme_scrubber_control_disabled_holo.png | Bin 0 -> 883 bytes .../apptheme_scrubber_control_focused_holo.png | Bin 0 -> 1096 bytes .../apptheme_scrubber_control_normal_holo.png | Bin 0 -> 1342 bytes .../apptheme_scrubber_control_pressed_holo.png | Bin 0 -> 1669 bytes .../app/src/main/res/drawable-hdpi/ic_launcher.png | Bin 0 -> 128 bytes .../apptheme_scrubber_control_disabled_holo.png | Bin 0 -> 128 bytes .../apptheme_scrubber_control_focused_holo.png | Bin 0 -> 128 bytes .../apptheme_scrubber_control_normal_holo.png | Bin 0 -> 800 bytes .../apptheme_scrubber_control_pressed_holo.png | Bin 0 -> 947 bytes .../app/src/main/res/drawable-mdpi/ic_launcher.png | Bin 0 -> 1980 bytes .../apptheme_scrubber_control_disabled_holo.png | Bin 0 -> 128 bytes .../apptheme_scrubber_control_focused_holo.png | Bin 0 -> 1363 bytes .../apptheme_scrubber_control_normal_holo.png | Bin 0 -> 1593 bytes .../apptheme_scrubber_control_pressed_holo.png | Bin 0 -> 128 bytes .../src/main/res/drawable-xhdpi/ic_launcher.png | Bin 0 -> 128 bytes .../apptheme_scrubber_control_disabled_holo.png | Bin 0 -> 1415 bytes .../apptheme_scrubber_control_focused_holo.png | Bin 0 -> 1793 bytes .../apptheme_scrubber_control_normal_holo.png | Bin 0 -> 2390 bytes .../apptheme_scrubber_control_pressed_holo.png | Bin 0 -> 2609 bytes .../src/main/res/drawable-xxhdpi/ic_launcher.png | Bin 0 -> 8496 bytes ...ptheme_scrubber_control_selector_holo_light.xml | Bin 0 -> 128 bytes ...eme_scrubber_progress_horizontal_holo_light.xml | 28 +++++++++++++++++++++ AndroidClient/app/src/main/res/layout/main.xml | Bin 0 -> 128 bytes AndroidClient/app/src/main/res/values/strings.xml | 3 +++ AndroidClient/app/src/main/res/values/styles.xml | 7 ++++++ 25 files changed, 38 insertions(+) create mode 100755 AndroidClient/app/src/main/res/drawable-hdpi/apptheme_scrubber_control_disabled_holo.png create mode 100755 AndroidClient/app/src/main/res/drawable-hdpi/apptheme_scrubber_control_focused_holo.png create mode 100755 AndroidClient/app/src/main/res/drawable-hdpi/apptheme_scrubber_control_normal_holo.png create mode 100755 AndroidClient/app/src/main/res/drawable-hdpi/apptheme_scrubber_control_pressed_holo.png create mode 100644 AndroidClient/app/src/main/res/drawable-hdpi/ic_launcher.png create mode 100755 AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_disabled_holo.png create mode 100755 AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_focused_holo.png create mode 100755 AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_normal_holo.png create mode 100755 AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_pressed_holo.png create mode 100644 AndroidClient/app/src/main/res/drawable-mdpi/ic_launcher.png create mode 100755 AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_disabled_holo.png create mode 100755 AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_focused_holo.png create mode 100755 AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_normal_holo.png create mode 100755 AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_pressed_holo.png create mode 100644 AndroidClient/app/src/main/res/drawable-xhdpi/ic_launcher.png create mode 100755 AndroidClient/app/src/main/res/drawable-xxhdpi/apptheme_scrubber_control_disabled_holo.png create mode 100755 AndroidClient/app/src/main/res/drawable-xxhdpi/apptheme_scrubber_control_focused_holo.png create mode 100755 AndroidClient/app/src/main/res/drawable-xxhdpi/apptheme_scrubber_control_normal_holo.png create mode 100755 AndroidClient/app/src/main/res/drawable-xxhdpi/apptheme_scrubber_control_pressed_holo.png create mode 100644 AndroidClient/app/src/main/res/drawable-xxhdpi/ic_launcher.png create mode 100755 AndroidClient/app/src/main/res/drawable/apptheme_scrubber_control_selector_holo_light.xml create mode 100755 AndroidClient/app/src/main/res/drawable/apptheme_scrubber_progress_horizontal_holo_light.xml create mode 100644 AndroidClient/app/src/main/res/layout/main.xml create mode 100644 AndroidClient/app/src/main/res/values/strings.xml create mode 100644 AndroidClient/app/src/main/res/values/styles.xml (limited to 'AndroidClient/app/src/main/res') diff --git a/AndroidClient/app/src/main/res/drawable-hdpi/apptheme_scrubber_control_disabled_holo.png b/AndroidClient/app/src/main/res/drawable-hdpi/apptheme_scrubber_control_disabled_holo.png new file mode 100755 index 0000000..a1acbb5 Binary files /dev/null and b/AndroidClient/app/src/main/res/drawable-hdpi/apptheme_scrubber_control_disabled_holo.png differ diff --git a/AndroidClient/app/src/main/res/drawable-hdpi/apptheme_scrubber_control_focused_holo.png b/AndroidClient/app/src/main/res/drawable-hdpi/apptheme_scrubber_control_focused_holo.png new file mode 100755 index 0000000..1b75394 Binary files /dev/null and b/AndroidClient/app/src/main/res/drawable-hdpi/apptheme_scrubber_control_focused_holo.png differ diff --git a/AndroidClient/app/src/main/res/drawable-hdpi/apptheme_scrubber_control_normal_holo.png b/AndroidClient/app/src/main/res/drawable-hdpi/apptheme_scrubber_control_normal_holo.png new file mode 100755 index 0000000..4900d70 Binary files /dev/null and b/AndroidClient/app/src/main/res/drawable-hdpi/apptheme_scrubber_control_normal_holo.png differ diff --git a/AndroidClient/app/src/main/res/drawable-hdpi/apptheme_scrubber_control_pressed_holo.png b/AndroidClient/app/src/main/res/drawable-hdpi/apptheme_scrubber_control_pressed_holo.png new file mode 100755 index 0000000..7469c47 Binary files /dev/null and b/AndroidClient/app/src/main/res/drawable-hdpi/apptheme_scrubber_control_pressed_holo.png differ diff --git a/AndroidClient/app/src/main/res/drawable-hdpi/ic_launcher.png b/AndroidClient/app/src/main/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 0000000..00bc047 Binary files /dev/null and b/AndroidClient/app/src/main/res/drawable-hdpi/ic_launcher.png differ diff --git a/AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_disabled_holo.png b/AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_disabled_holo.png new file mode 100755 index 0000000..00bc047 Binary files /dev/null and b/AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_disabled_holo.png differ diff --git a/AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_focused_holo.png b/AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_focused_holo.png new file mode 100755 index 0000000..00bc047 Binary files /dev/null and b/AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_focused_holo.png differ diff --git a/AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_normal_holo.png b/AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_normal_holo.png new file mode 100755 index 0000000..31abfb5 Binary files /dev/null and b/AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_normal_holo.png differ diff --git a/AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_pressed_holo.png b/AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_pressed_holo.png new file mode 100755 index 0000000..a296f4c Binary files /dev/null and b/AndroidClient/app/src/main/res/drawable-mdpi/apptheme_scrubber_control_pressed_holo.png differ diff --git a/AndroidClient/app/src/main/res/drawable-mdpi/ic_launcher.png b/AndroidClient/app/src/main/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 0000000..2067e78 Binary files /dev/null and b/AndroidClient/app/src/main/res/drawable-mdpi/ic_launcher.png differ diff --git a/AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_disabled_holo.png b/AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_disabled_holo.png new file mode 100755 index 0000000..00bc047 Binary files /dev/null and b/AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_disabled_holo.png differ diff --git a/AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_focused_holo.png b/AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_focused_holo.png new file mode 100755 index 0000000..2f38b65 Binary files /dev/null and b/AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_focused_holo.png differ diff --git a/AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_normal_holo.png b/AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_normal_holo.png new file mode 100755 index 0000000..af951cb Binary files /dev/null and b/AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_normal_holo.png differ diff --git a/AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_pressed_holo.png b/AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_pressed_holo.png new file mode 100755 index 0000000..00bc047 Binary files /dev/null and b/AndroidClient/app/src/main/res/drawable-xhdpi/apptheme_scrubber_control_pressed_holo.png differ diff --git a/AndroidClient/app/src/main/res/drawable-xhdpi/ic_launcher.png b/AndroidClient/app/src/main/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 0000000..00bc047 Binary files /dev/null and b/AndroidClient/app/src/main/res/drawable-xhdpi/ic_launcher.png differ diff --git a/AndroidClient/app/src/main/res/drawable-xxhdpi/apptheme_scrubber_control_disabled_holo.png b/AndroidClient/app/src/main/res/drawable-xxhdpi/apptheme_scrubber_control_disabled_holo.png new file mode 100755 index 0000000..a64250e Binary files /dev/null and b/AndroidClient/app/src/main/res/drawable-xxhdpi/apptheme_scrubber_control_disabled_holo.png differ diff --git a/AndroidClient/app/src/main/res/drawable-xxhdpi/apptheme_scrubber_control_focused_holo.png b/AndroidClient/app/src/main/res/drawable-xxhdpi/apptheme_scrubber_control_focused_holo.png new file mode 100755 index 0000000..6a80a0e Binary files /dev/null and b/AndroidClient/app/src/main/res/drawable-xxhdpi/apptheme_scrubber_control_focused_holo.png differ diff --git a/AndroidClient/app/src/main/res/drawable-xxhdpi/apptheme_scrubber_control_normal_holo.png b/AndroidClient/app/src/main/res/drawable-xxhdpi/apptheme_scrubber_control_normal_holo.png new file mode 100755 index 0000000..715ca84 Binary files /dev/null and b/AndroidClient/app/src/main/res/drawable-xxhdpi/apptheme_scrubber_control_normal_holo.png differ diff --git a/AndroidClient/app/src/main/res/drawable-xxhdpi/apptheme_scrubber_control_pressed_holo.png b/AndroidClient/app/src/main/res/drawable-xxhdpi/apptheme_scrubber_control_pressed_holo.png new file mode 100755 index 0000000..185e67c Binary files /dev/null and b/AndroidClient/app/src/main/res/drawable-xxhdpi/apptheme_scrubber_control_pressed_holo.png differ diff --git a/AndroidClient/app/src/main/res/drawable-xxhdpi/ic_launcher.png b/AndroidClient/app/src/main/res/drawable-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..2332309 Binary files /dev/null and b/AndroidClient/app/src/main/res/drawable-xxhdpi/ic_launcher.png differ diff --git a/AndroidClient/app/src/main/res/drawable/apptheme_scrubber_control_selector_holo_light.xml b/AndroidClient/app/src/main/res/drawable/apptheme_scrubber_control_selector_holo_light.xml new file mode 100755 index 0000000..00bc047 Binary files /dev/null and b/AndroidClient/app/src/main/res/drawable/apptheme_scrubber_control_selector_holo_light.xml differ diff --git a/AndroidClient/app/src/main/res/drawable/apptheme_scrubber_progress_horizontal_holo_light.xml b/AndroidClient/app/src/main/res/drawable/apptheme_scrubber_progress_horizontal_holo_light.xml new file mode 100755 index 0000000..9535874 --- /dev/null +++ b/AndroidClient/app/src/main/res/drawable/apptheme_scrubber_progress_horizontal_holo_light.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + diff --git a/AndroidClient/app/src/main/res/layout/main.xml b/AndroidClient/app/src/main/res/layout/main.xml new file mode 100644 index 0000000..00bc047 Binary files /dev/null and b/AndroidClient/app/src/main/res/layout/main.xml differ diff --git a/AndroidClient/app/src/main/res/values/strings.xml b/AndroidClient/app/src/main/res/values/strings.xml new file mode 100644 index 0000000..0727d11 --- /dev/null +++ b/AndroidClient/app/src/main/res/values/strings.xml @@ -0,0 +1,3 @@ + + Snowman + diff --git a/AndroidClient/app/src/main/res/values/styles.xml b/AndroidClient/app/src/main/res/values/styles.xml new file mode 100644 index 0000000..69a8ed9 --- /dev/null +++ b/AndroidClient/app/src/main/res/values/styles.xml @@ -0,0 +1,7 @@ + + + + + + -- cgit v1.3.1