diff options
Diffstat (limited to 'vdrmanager/app/build/intermediates/res/release')
580 files changed, 9169 insertions, 0 deletions
diff --git a/vdrmanager/app/build/intermediates/res/release/anim/abc_fade_in.xml b/vdrmanager/app/build/intermediates/res/release/anim/abc_fade_in.xml new file mode 100644 index 0000000..99530f4 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/anim/abc_fade_in.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<alpha xmlns:android="http://schemas.android.com/apk/res/android" + android:interpolator="@android:anim/decelerate_interpolator" + android:fromAlpha="0.0" android:toAlpha="1.0" + android:duration="@android:integer/config_mediumAnimTime" /><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/anim/abc_fade_in.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_fade_in.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/anim/abc_fade_out.xml b/vdrmanager/app/build/intermediates/res/release/anim/abc_fade_out.xml new file mode 100644 index 0000000..92d9366 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/anim/abc_fade_out.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<alpha xmlns:android="http://schemas.android.com/apk/res/android" + android:interpolator="@android:anim/decelerate_interpolator" + android:fromAlpha="1.0" android:toAlpha="0.0" + android:duration="@android:integer/config_mediumAnimTime" /><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/anim/abc_fade_out.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_fade_out.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/anim/abc_slide_in_bottom.xml b/vdrmanager/app/build/intermediates/res/release/anim/abc_slide_in_bottom.xml new file mode 100644 index 0000000..59a74c5 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/anim/abc_slide_in_bottom.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<translate xmlns:android="http://schemas.android.com/apk/res/android" + android:interpolator="@android:anim/decelerate_interpolator" + android:fromYDelta="50%p" android:toYDelta="0" + android:duration="@android:integer/config_mediumAnimTime"/> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/anim/abc_slide_in_bottom.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_in_bottom.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/anim/abc_slide_in_top.xml b/vdrmanager/app/build/intermediates/res/release/anim/abc_slide_in_top.xml new file mode 100644 index 0000000..5d7b465 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/anim/abc_slide_in_top.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<translate xmlns:android="http://schemas.android.com/apk/res/android" + android:interpolator="@android:anim/decelerate_interpolator" + android:fromYDelta="-50%p" android:toYDelta="0" + android:duration="@android:integer/config_mediumAnimTime"/><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/anim/abc_slide_in_top.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_in_top.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/anim/abc_slide_out_bottom.xml b/vdrmanager/app/build/intermediates/res/release/anim/abc_slide_out_bottom.xml new file mode 100644 index 0000000..90af70a --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/anim/abc_slide_out_bottom.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<translate xmlns:android="http://schemas.android.com/apk/res/android" + android:interpolator="@android:anim/accelerate_interpolator" + android:fromYDelta="0" android:toYDelta="50%p" + android:duration="@android:integer/config_mediumAnimTime"/><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/anim/abc_slide_out_bottom.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_out_bottom.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/anim/abc_slide_out_top.xml b/vdrmanager/app/build/intermediates/res/release/anim/abc_slide_out_top.xml new file mode 100644 index 0000000..f682816 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/anim/abc_slide_out_top.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<translate xmlns:android="http://schemas.android.com/apk/res/android" + android:interpolator="@android:anim/accelerate_interpolator" + android:fromYDelta="0" android:toYDelta="-50%p" + android:duration="@android:integer/config_mediumAnimTime"/><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/anim/abc_slide_out_top.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/anim/abc_slide_out_top.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/anim/slide_down_in.xml b/vdrmanager/app/build/intermediates/res/release/anim/slide_down_in.xml new file mode 100644 index 0000000..0f91917 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/anim/slide_down_in.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2007 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<set xmlns:android="http://schemas.android.com/apk/res/android"> + <translate android:fromYDelta="-100%p" android:toYDelta="0" android:duration="400"/> +</set> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/anim/slide_down_in.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/anim/slide_down_out.xml b/vdrmanager/app/build/intermediates/res/release/anim/slide_down_out.xml new file mode 100644 index 0000000..98d81ad --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/anim/slide_down_out.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2007 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<set xmlns:android="http://schemas.android.com/apk/res/android"> + <translate android:fromYDelta="0" android:toYDelta="100%p" android:duration="400"/> +</set> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/anim/slide_down_out.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/anim/slide_left_in.xml b/vdrmanager/app/build/intermediates/res/release/anim/slide_left_in.xml new file mode 100644 index 0000000..a1bed2e --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/anim/slide_left_in.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2008 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<set xmlns:android="http://schemas.android.com/apk/res/android"> + <translate android:fromXDelta="100%p" android:toXDelta="0" android:duration="400"/> +</set> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/anim/slide_left_in.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/anim/slide_left_out.xml b/vdrmanager/app/build/intermediates/res/release/anim/slide_left_out.xml new file mode 100644 index 0000000..df6453c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/anim/slide_left_out.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2008 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<set xmlns:android="http://schemas.android.com/apk/res/android"> + <translate android:fromXDelta="0" android:toXDelta="-100%p" android:duration="400"/> +</set> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/anim/slide_left_out.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/anim/slide_right_in.xml b/vdrmanager/app/build/intermediates/res/release/anim/slide_right_in.xml new file mode 100644 index 0000000..92dc4ea --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/anim/slide_right_in.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2008 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<set xmlns:android="http://schemas.android.com/apk/res/android"> + <translate android:fromXDelta="-100%p" android:toXDelta="0" android:duration="400"/> +</set> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/anim/slide_right_in.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/anim/slide_right_out.xml b/vdrmanager/app/build/intermediates/res/release/anim/slide_right_out.xml new file mode 100644 index 0000000..0f01159 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/anim/slide_right_out.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2008 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<set xmlns:android="http://schemas.android.com/apk/res/android"> + <translate android:fromXDelta="0" android:toXDelta="100%p" android:duration="400"/> +</set> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/anim/slide_right_out.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/anim/slide_up_in.xml b/vdrmanager/app/build/intermediates/res/release/anim/slide_up_in.xml new file mode 100644 index 0000000..9574737 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/anim/slide_up_in.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2007 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<set xmlns:android="http://schemas.android.com/apk/res/android"> + <translate android:fromYDelta="100%p" android:toYDelta="0" android:duration="400"/> +</set> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/anim/slide_up_in.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/anim/slide_up_out.xml b/vdrmanager/app/build/intermediates/res/release/anim/slide_up_out.xml new file mode 100644 index 0000000..15926af --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/anim/slide_up_out.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2007 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<set xmlns:android="http://schemas.android.com/apk/res/android"> + <translate android:fromYDelta="0" android:toYDelta="-100%p" android:duration="400"/> +</set> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/anim/slide_up_out.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/color/abc_search_url_text_holo.xml b/vdrmanager/app/build/intermediates/res/release/color/abc_search_url_text_holo.xml new file mode 100644 index 0000000..f6040ad --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/color/abc_search_url_text_holo.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_pressed="true" android:color="@color/abc_search_url_text_pressed"/> + <item android:state_selected="true" android:color="@color/abc_search_url_text_selected"/> + <item android:color="@color/abc_search_url_text_normal"/> <!-- not selected --> +</selector><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/color/abc_search_url_text_holo.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/color/abc_search_url_text_holo.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-finger/btn_circle.xml b/vdrmanager/app/build/intermediates/res/release/drawable-finger/btn_circle.xml new file mode 100644 index 0000000..a3dfdf3 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-finger/btn_circle.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2009 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_window_focused="false" android:state_enabled="true" + android:drawable="@drawable/btn_circle_normal" /> + <item android:state_window_focused="false" android:state_enabled="false" + android:drawable="@drawable/btn_circle_disable" /> + <item android:state_pressed="true" + android:drawable="@drawable/btn_circle_pressed" /> + <item android:state_focused="true" android:state_enabled="true" + android:drawable="@drawable/btn_circle_selected" /> + <item android:state_enabled="true" + android:drawable="@drawable/btn_circle_normal" /> + <item android:state_focused="true" + android:drawable="@drawable/btn_circle_disable_focused" /> + <item + android:drawable="@drawable/btn_circle_disable" /> +</selector> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/drawable-finger/btn_circle.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi-finger/btn_circle_disable.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi-finger/btn_circle_disable.png Binary files differnew file mode 100644 index 0000000..91fe6ec --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi-finger/btn_circle_disable.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi-finger/btn_circle_disable_focused.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi-finger/btn_circle_disable_focused.png Binary files differnew file mode 100644 index 0000000..c0573b4 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi-finger/btn_circle_disable_focused.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi-finger/btn_circle_normal.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi-finger/btn_circle_normal.png Binary files differnew file mode 100644 index 0000000..1cb8a2e --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi-finger/btn_circle_normal.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi-finger/btn_circle_pressed.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi-finger/btn_circle_pressed.png Binary files differnew file mode 100644 index 0000000..9df2f5d --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi-finger/btn_circle_pressed.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi-finger/btn_circle_selected.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi-finger/btn_circle_selected.png Binary files differnew file mode 100644 index 0000000..84b4c01 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi-finger/btn_circle_selected.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..f8c332c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png Binary files differnew file mode 100644 index 0000000..ae5cad8 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..db8b3f5 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png Binary files differnew file mode 100644 index 0000000..caa33b0 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..8a39540 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_share_pack_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_share_pack_holo_light.9.png Binary files differnew file mode 100644 index 0000000..624d96c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_share_pack_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_solid_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_solid_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..3153a20 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_solid_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_solid_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_solid_light_holo.9.png Binary files differnew file mode 100644 index 0000000..7f3cff0 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_solid_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..9b4bd7a --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png Binary files differnew file mode 100644 index 0000000..0a34385 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..9543db3 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png Binary files differnew file mode 100644 index 0000000..045a6bc --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_transparent_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_transparent_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..d886800 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_transparent_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_transparent_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_transparent_light_holo.9.png Binary files differnew file mode 100644 index 0000000..12d1e83 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ab_transparent_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..babf958 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png Binary files differnew file mode 100644 index 0000000..1b1526c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_cab_background_top_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_cab_background_top_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..c91d9f2 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_cab_background_top_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_cab_background_top_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_cab_background_top_holo_light.9.png Binary files differnew file mode 100644 index 0000000..a05b149 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_cab_background_top_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_ab_back_holo_dark.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_ab_back_holo_dark.png Binary files differnew file mode 100644 index 0000000..9deb8f0 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_ab_back_holo_dark.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_ab_back_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_ab_back_holo_light.png Binary files differnew file mode 100644 index 0000000..5b29b1c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_ab_back_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_cab_done_holo_dark.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_cab_done_holo_dark.png Binary files differnew file mode 100644 index 0000000..bd2d459 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_cab_done_holo_dark.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_cab_done_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_cab_done_holo_light.png Binary files differnew file mode 100644 index 0000000..c6c30a1 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_cab_done_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_clear_disabled.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_clear_disabled.png Binary files differnew file mode 100644 index 0000000..69838cc --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_clear_disabled.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_clear_normal.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_clear_normal.png Binary files differnew file mode 100644 index 0000000..59304cf --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_clear_normal.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png Binary files differnew file mode 100644 index 0000000..158e8b2 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_clear_search_api_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_clear_search_api_holo_light.png Binary files differnew file mode 100644 index 0000000..70644b5 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_clear_search_api_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png Binary files differnew file mode 100644 index 0000000..f3899bd --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_commit_search_api_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_commit_search_api_holo_light.png Binary files differnew file mode 100644 index 0000000..f215d67 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_commit_search_api_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_go.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_go.png Binary files differnew file mode 100644 index 0000000..ca50419 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_go.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_go_search_api_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_go_search_api_holo_light.png Binary files differnew file mode 100644 index 0000000..bd4a594 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_go_search_api_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png Binary files differnew file mode 100644 index 0000000..cb6ebda --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png Binary files differnew file mode 100644 index 0000000..48d4728 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_menu_share_holo_dark.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_menu_share_holo_dark.png Binary files differnew file mode 100644 index 0000000..f5c5130 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_menu_share_holo_dark.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_menu_share_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_menu_share_holo_light.png Binary files differnew file mode 100644 index 0000000..7c12c57 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_menu_share_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_search.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_search.png Binary files differnew file mode 100644 index 0000000..febde99 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_search.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_search_api_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_search_api_holo_light.png Binary files differnew file mode 100644 index 0000000..25921cd --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_search_api_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_voice_search.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_voice_search.png Binary files differnew file mode 100644 index 0000000..6ddeb38 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_voice_search.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_voice_search_api_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_voice_search_api_holo_light.png Binary files differnew file mode 100644 index 0000000..649263e --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_ic_voice_search_api_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_divider_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_divider_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..194d94e --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_divider_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_divider_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_divider_holo_light.9.png Binary files differnew file mode 100644 index 0000000..ddd74ef --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_divider_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_focused_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_focused_holo.9.png Binary files differnew file mode 100644 index 0000000..7ffeb1d --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_focused_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_longpressed_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_longpressed_holo.9.png Binary files differnew file mode 100644 index 0000000..658b694 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_longpressed_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_pressed_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_pressed_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..93f8edc --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_pressed_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_pressed_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_pressed_holo_light.9.png Binary files differnew file mode 100644 index 0000000..93f8edc --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_pressed_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..e66354d --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png Binary files differnew file mode 100644 index 0000000..dc1616c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..f1d3938 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png Binary files differnew file mode 100644 index 0000000..c943446 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..07a7510 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png Binary files differnew file mode 100644 index 0000000..a27070b --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..cf5f449 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png Binary files differnew file mode 100644 index 0000000..c618354 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..dc878a1 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png Binary files differnew file mode 100644 index 0000000..0088468 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..439d8cd --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png Binary files differnew file mode 100644 index 0000000..e69b11b --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..a82029a --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png Binary files differnew file mode 100644 index 0000000..bd07a4a --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_tab_selected_focused_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_tab_selected_focused_holo.9.png Binary files differnew file mode 100644 index 0000000..e59e87d --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_tab_selected_focused_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_tab_selected_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_tab_selected_holo.9.png Binary files differnew file mode 100644 index 0000000..53c7d3a --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_tab_selected_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_tab_selected_pressed_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_tab_selected_pressed_holo.9.png Binary files differnew file mode 100644 index 0000000..e95c45f --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_tab_selected_pressed_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png Binary files differnew file mode 100644 index 0000000..7ced71a --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..aa4ed72 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_default_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_default_holo_light.9.png Binary files differnew file mode 100644 index 0000000..ad6efce --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_default_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..1138906 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png Binary files differnew file mode 100644 index 0000000..9c498f6 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..be84fbd --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png Binary files differnew file mode 100644 index 0000000..a639dae --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..b74aac3 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png Binary files differnew file mode 100644 index 0000000..b74aac3 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/action_search.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/action_search.png Binary files differnew file mode 100644 index 0000000..f4d4eb3 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/action_search.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/btn_channels.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/btn_channels.png Binary files differnew file mode 100644 index 0000000..8ad2f3f --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/btn_channels.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/btn_epglist.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/btn_epglist.png Binary files differnew file mode 100644 index 0000000..3e18c91 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/btn_epglist.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/btn_recordings.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/btn_recordings.png Binary files differnew file mode 100644 index 0000000..b4f8540 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/btn_recordings.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/btn_remote.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/btn_remote.png Binary files differnew file mode 100644 index 0000000..25b6f89 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/btn_remote.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/btn_search.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/btn_search.png Binary files differnew file mode 100644 index 0000000..e10bd6d --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/btn_search.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/btn_timer.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/btn_timer.png Binary files differnew file mode 100644 index 0000000..3b4c6fc --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/btn_timer.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/btn_wakeup.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/btn_wakeup.png Binary files differnew file mode 100644 index 0000000..0ab8f25 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/btn_wakeup.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/drawer_shadow.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/drawer_shadow.9.png Binary files differnew file mode 100644 index 0000000..fdb7478 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/drawer_shadow.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_btn_round_minus.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_btn_round_minus.png Binary files differnew file mode 100644 index 0000000..22fbaf7 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_btn_round_minus.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_btn_round_plus.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_btn_round_plus.png Binary files differnew file mode 100644 index 0000000..bc61506 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_btn_round_plus.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_drawer.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_drawer.png Binary files differnew file mode 100644 index 0000000..6bea0e7 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_drawer.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_drive.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_drive.png Binary files differnew file mode 100644 index 0000000..836a0ed --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_drive.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_3d_globe.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_3d_globe.png Binary files differnew file mode 100644 index 0000000..fa09e36 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_3d_globe.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_filter.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_filter.png Binary files differnew file mode 100644 index 0000000..f688d49 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_filter.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_goto.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_goto.png Binary files differnew file mode 100644 index 0000000..9bd270a --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_goto.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_moreoverflow.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_moreoverflow.png Binary files differnew file mode 100644 index 0000000..9e7d918 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_moreoverflow.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_play_clip.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_play_clip.png Binary files differnew file mode 100644 index 0000000..6ce5629 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_play_clip.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_recent_history.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_recent_history.png Binary files differnew file mode 100644 index 0000000..f6a0568 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_recent_history.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_refresh.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_refresh.png Binary files differnew file mode 100644 index 0000000..9f30dc9 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_refresh.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_view.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_view.png Binary files differnew file mode 100644 index 0000000..c716856 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_menu_view.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_volume_small.png b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_volume_small.png Binary files differnew file mode 100644 index 0000000..e575133 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-hdpi/ic_volume_small.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi-finger/btn_circle_disable.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi-finger/btn_circle_disable.png Binary files differnew file mode 100644 index 0000000..44e7698 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi-finger/btn_circle_disable.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi-finger/btn_circle_disable_focused.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi-finger/btn_circle_disable_focused.png Binary files differnew file mode 100644 index 0000000..781ae05 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi-finger/btn_circle_disable_focused.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi-finger/btn_circle_normal.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi-finger/btn_circle_normal.png Binary files differnew file mode 100644 index 0000000..8126ba1 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi-finger/btn_circle_normal.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi-finger/btn_circle_pressed.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi-finger/btn_circle_pressed.png Binary files differnew file mode 100644 index 0000000..840a724 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi-finger/btn_circle_pressed.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi-finger/btn_circle_selected.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi-finger/btn_circle_selected.png Binary files differnew file mode 100644 index 0000000..86b5a81 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi-finger/btn_circle_selected.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..861d4aa --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png Binary files differnew file mode 100644 index 0000000..578982e --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..6682330 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png Binary files differnew file mode 100644 index 0000000..19001ca --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..46ecfb1 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_share_pack_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_share_pack_holo_light.9.png Binary files differnew file mode 100644 index 0000000..4b10709 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_share_pack_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_solid_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_solid_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..56c70a4 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_solid_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_solid_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_solid_light_holo.9.png Binary files differnew file mode 100644 index 0000000..391cdb1 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_solid_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..b8a5677 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png Binary files differnew file mode 100644 index 0000000..1bba0d4 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..efa65c5 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png Binary files differnew file mode 100644 index 0000000..068fbc3 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_transparent_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_transparent_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..0125a80 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_transparent_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_transparent_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_transparent_light_holo.9.png Binary files differnew file mode 100644 index 0000000..6a31081 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ab_transparent_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..23c6c45 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png Binary files differnew file mode 100644 index 0000000..44e66d8 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_cab_background_top_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_cab_background_top_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..a29c815 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_cab_background_top_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_cab_background_top_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_cab_background_top_holo_light.9.png Binary files differnew file mode 100644 index 0000000..806d0da --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_cab_background_top_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_ab_back_holo_dark.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_ab_back_holo_dark.png Binary files differnew file mode 100644 index 0000000..7290c5c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_ab_back_holo_dark.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_ab_back_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_ab_back_holo_light.png Binary files differnew file mode 100644 index 0000000..7d944d3 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_ab_back_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_cab_done_holo_dark.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_cab_done_holo_dark.png Binary files differnew file mode 100644 index 0000000..3382680 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_cab_done_holo_dark.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_cab_done_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_cab_done_holo_light.png Binary files differnew file mode 100644 index 0000000..f11b21f --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_cab_done_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_clear_disabled.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_clear_disabled.png Binary files differnew file mode 100644 index 0000000..d2ab340 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_clear_disabled.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_clear_normal.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_clear_normal.png Binary files differnew file mode 100644 index 0000000..d87cee0 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_clear_normal.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png Binary files differnew file mode 100644 index 0000000..37510ea --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_clear_search_api_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_clear_search_api_holo_light.png Binary files differnew file mode 100644 index 0000000..b5fbd1d --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_clear_search_api_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png Binary files differnew file mode 100644 index 0000000..4f7c3ff --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_commit_search_api_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_commit_search_api_holo_light.png Binary files differnew file mode 100644 index 0000000..6adeb92 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_commit_search_api_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_go.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_go.png Binary files differnew file mode 100644 index 0000000..9724d9b --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_go.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_go_search_api_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_go_search_api_holo_light.png Binary files differnew file mode 100644 index 0000000..7d2cc35 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_go_search_api_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png Binary files differnew file mode 100644 index 0000000..3b4e746 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png Binary files differnew file mode 100644 index 0000000..aa5ea4f --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_menu_share_holo_dark.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_menu_share_holo_dark.png Binary files differnew file mode 100644 index 0000000..00e499c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_menu_share_holo_dark.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_menu_share_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_menu_share_holo_light.png Binary files differnew file mode 100644 index 0000000..240d406 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_menu_share_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_search.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_search.png Binary files differnew file mode 100644 index 0000000..96e393c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_search.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_search_api_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_search_api_holo_light.png Binary files differnew file mode 100644 index 0000000..01c540d --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_search_api_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_voice_search.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_voice_search.png Binary files differnew file mode 100644 index 0000000..2acce22 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_voice_search.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_voice_search_api_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_voice_search_api_holo_light.png Binary files differnew file mode 100644 index 0000000..b65cd75 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_ic_voice_search_api_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_divider_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_divider_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..194d94e --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_divider_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_divider_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_divider_holo_light.9.png Binary files differnew file mode 100644 index 0000000..ddd74ef --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_divider_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_focused_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_focused_holo.9.png Binary files differnew file mode 100644 index 0000000..0678971 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_focused_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_longpressed_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_longpressed_holo.9.png Binary files differnew file mode 100644 index 0000000..9180502 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_longpressed_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_pressed_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_pressed_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..af75e36 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_pressed_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_pressed_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_pressed_holo_light.9.png Binary files differnew file mode 100644 index 0000000..af75e36 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_pressed_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..4a3adf3 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png Binary files differnew file mode 100644 index 0000000..b2b9f27 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..4a073b8 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png Binary files differnew file mode 100644 index 0000000..b610fbf --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..e77e652 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png Binary files differnew file mode 100644 index 0000000..05848d7 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..885eb3b --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png Binary files differnew file mode 100644 index 0000000..58a501a --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..4def541 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png Binary files differnew file mode 100644 index 0000000..29c7132 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..85fe6b2 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png Binary files differnew file mode 100644 index 0000000..8418cff --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..16f7f70 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png Binary files differnew file mode 100644 index 0000000..596c468 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_tab_selected_focused_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_tab_selected_focused_holo.9.png Binary files differnew file mode 100644 index 0000000..e48bfe0 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_tab_selected_focused_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_tab_selected_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_tab_selected_holo.9.png Binary files differnew file mode 100644 index 0000000..480102f --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_tab_selected_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_tab_selected_pressed_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_tab_selected_pressed_holo.9.png Binary files differnew file mode 100644 index 0000000..7d60392 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_tab_selected_pressed_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png Binary files differnew file mode 100644 index 0000000..b915b65 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..faf1a8e --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_default_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_default_holo_light.9.png Binary files differnew file mode 100644 index 0000000..4287636 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_default_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..44450da --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png Binary files differnew file mode 100644 index 0000000..45845bf --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..b903cae --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png Binary files differnew file mode 100644 index 0000000..b903cae --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..4fb2167 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png Binary files differnew file mode 100644 index 0000000..4fb2167 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/action_search.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/action_search.png Binary files differnew file mode 100644 index 0000000..fdf16bc --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/action_search.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/drawer_shadow.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/drawer_shadow.9.png Binary files differnew file mode 100644 index 0000000..dbafea9 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/drawer_shadow.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_btn_round_minus.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_btn_round_minus.png Binary files differnew file mode 100644 index 0000000..ac95d89 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_btn_round_minus.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_btn_round_plus.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_btn_round_plus.png Binary files differnew file mode 100644 index 0000000..de38538 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_btn_round_plus.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_drawer.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_drawer.png Binary files differnew file mode 100644 index 0000000..7edf012 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_drawer.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_drive.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_drive.png Binary files differnew file mode 100644 index 0000000..10fd452 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_drive.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_3d_globe.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_3d_globe.png Binary files differnew file mode 100644 index 0000000..48a17b1 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_3d_globe.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_filter.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_filter.png Binary files differnew file mode 100644 index 0000000..dddf04f --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_filter.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_goto.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_goto.png Binary files differnew file mode 100644 index 0000000..9d7c64c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_goto.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_moreoverflow.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_moreoverflow.png Binary files differnew file mode 100644 index 0000000..9e1d3ab --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_moreoverflow.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_play_clip.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_play_clip.png Binary files differnew file mode 100644 index 0000000..a0fcfaf --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_play_clip.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_recent_history.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_recent_history.png Binary files differnew file mode 100644 index 0000000..8c28f93 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_recent_history.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_refresh.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_refresh.png Binary files differnew file mode 100644 index 0000000..1d4b46a --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_refresh.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_video.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_video.png Binary files differnew file mode 100644 index 0000000..ebdd1f7 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_video.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_view.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_view.png Binary files differnew file mode 100644 index 0000000..f2dc8ac --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_menu_view.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_video_small.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_video_small.png Binary files differnew file mode 100644 index 0000000..398c1f9 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_video_small.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_volume_small.png b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_volume_small.png Binary files differnew file mode 100644 index 0000000..3eea0f0 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-mdpi/ic_volume_small.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..787dbd8 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png Binary files differnew file mode 100644 index 0000000..6b0982e --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..1e67218 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png Binary files differnew file mode 100644 index 0000000..f667b02 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..ea464b3 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png Binary files differnew file mode 100644 index 0000000..3b7d179 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_solid_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_solid_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..b7c0ceb --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_solid_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_solid_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_solid_light_holo.9.png Binary files differnew file mode 100644 index 0000000..6c68529 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_solid_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..9f2a275 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png Binary files differnew file mode 100644 index 0000000..e4bc569 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..4a4697d --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png Binary files differnew file mode 100644 index 0000000..7bf106c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..9fa6936 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_transparent_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_transparent_light_holo.9.png Binary files differnew file mode 100644 index 0000000..76b1ce7 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ab_transparent_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..a14e9c5 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png Binary files differnew file mode 100644 index 0000000..a1ccce5 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..148c198 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_cab_background_top_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_cab_background_top_holo_light.9.png Binary files differnew file mode 100644 index 0000000..1b355ea --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_cab_background_top_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_ab_back_holo_dark.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_ab_back_holo_dark.png Binary files differnew file mode 100644 index 0000000..bfc1c66 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_ab_back_holo_dark.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_ab_back_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_ab_back_holo_light.png Binary files differnew file mode 100644 index 0000000..87a5a42 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_ab_back_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_cab_done_holo_dark.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_cab_done_holo_dark.png Binary files differnew file mode 100644 index 0000000..fd5f416 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_cab_done_holo_dark.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_cab_done_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_cab_done_holo_light.png Binary files differnew file mode 100644 index 0000000..0ccab80 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_cab_done_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_clear_disabled.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_clear_disabled.png Binary files differnew file mode 100644 index 0000000..6cc02c5 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_clear_disabled.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_clear_normal.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_clear_normal.png Binary files differnew file mode 100644 index 0000000..b617200 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_clear_normal.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png Binary files differnew file mode 100644 index 0000000..3d2cf50 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png Binary files differnew file mode 100644 index 0000000..0efacf7 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png Binary files differnew file mode 100644 index 0000000..65fc078 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png Binary files differnew file mode 100644 index 0000000..81aa937 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_go.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_go.png Binary files differnew file mode 100644 index 0000000..b462079 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_go.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_go_search_api_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_go_search_api_holo_light.png Binary files differnew file mode 100644 index 0000000..7007b15 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_go_search_api_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png Binary files differnew file mode 100644 index 0000000..ef9792a --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png Binary files differnew file mode 100644 index 0000000..3f275ad --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_menu_share_holo_dark.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_menu_share_holo_dark.png Binary files differnew file mode 100644 index 0000000..4492c49 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_menu_share_holo_dark.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_menu_share_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_menu_share_holo_light.png Binary files differnew file mode 100644 index 0000000..a61854b --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_menu_share_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_search.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_search.png Binary files differnew file mode 100644 index 0000000..3d4d4e7 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_search.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_search_api_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_search_api_holo_light.png Binary files differnew file mode 100644 index 0000000..280ba8f --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_search_api_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_voice_search.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_voice_search.png Binary files differnew file mode 100644 index 0000000..ab8d0a9 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_voice_search.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png Binary files differnew file mode 100644 index 0000000..69f18b9 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_divider_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_divider_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..7ed9ee9 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_divider_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_divider_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_divider_holo_light.9.png Binary files differnew file mode 100644 index 0000000..ea395a3 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_divider_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_focused_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_focused_holo.9.png Binary files differnew file mode 100644 index 0000000..8965f3e --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_focused_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_longpressed_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_longpressed_holo.9.png Binary files differnew file mode 100644 index 0000000..d1bffd0 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_longpressed_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_pressed_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_pressed_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..1f8dcf1 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_pressed_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_pressed_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_pressed_holo_light.9.png Binary files differnew file mode 100644 index 0000000..1f8dcf1 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_pressed_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..d4678b5 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png Binary files differnew file mode 100644 index 0000000..5b84092 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..fc48fb3 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png Binary files differnew file mode 100644 index 0000000..7dcfeef --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..45d7edb --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png Binary files differnew file mode 100644 index 0000000..6229800 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..5b2e567 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png Binary files differnew file mode 100644 index 0000000..218c855 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..60957c3 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png Binary files differnew file mode 100644 index 0000000..1d7efe8 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..c9ba3dc --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png Binary files differnew file mode 100644 index 0000000..12bde5a --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..8767655 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png Binary files differnew file mode 100644 index 0000000..fc0d87b --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_tab_selected_focused_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_tab_selected_focused_holo.9.png Binary files differnew file mode 100644 index 0000000..ddd218f --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_tab_selected_focused_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_tab_selected_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_tab_selected_holo.9.png Binary files differnew file mode 100644 index 0000000..cd8a2ad --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_tab_selected_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png Binary files differnew file mode 100644 index 0000000..e1d9dc2 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png Binary files differnew file mode 100644 index 0000000..ba12729 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..40a3f42 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png Binary files differnew file mode 100644 index 0000000..6f501f2 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..cd86211 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png Binary files differnew file mode 100644 index 0000000..a02b01d --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..1107504 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png Binary files differnew file mode 100644 index 0000000..1107504 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..b9e1dc0 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png Binary files differnew file mode 100644 index 0000000..19580e1 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/action_search.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/action_search.png Binary files differnew file mode 100644 index 0000000..1169b79 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/action_search.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/drawer_shadow.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/drawer_shadow.9.png Binary files differnew file mode 100644 index 0000000..9832f72 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/drawer_shadow.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_drawer.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_drawer.png Binary files differnew file mode 100644 index 0000000..f0ce3be --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_drawer.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_drive.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_drive.png Binary files differnew file mode 100644 index 0000000..44b44cc --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_drive.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_3d_globe.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_3d_globe.png Binary files differnew file mode 100644 index 0000000..00ef22c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_3d_globe.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_filter.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_filter.png Binary files differnew file mode 100644 index 0000000..fea4101 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_filter.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_goto.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_goto.png Binary files differnew file mode 100644 index 0000000..4dc477d --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_goto.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_moreoverflow.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_moreoverflow.png Binary files differnew file mode 100644 index 0000000..b990dad --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_moreoverflow.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_play_clip.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_play_clip.png Binary files differnew file mode 100644 index 0000000..f57315a --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_play_clip.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_recent_history.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_recent_history.png Binary files differnew file mode 100644 index 0000000..838e274 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_recent_history.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_refresh.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_refresh.png Binary files differnew file mode 100644 index 0000000..844cdaf --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_refresh.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_view.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_view.png Binary files differnew file mode 100644 index 0000000..da4cb8a --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_menu_view.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_volume_small.png b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_volume_small.png Binary files differnew file mode 100644 index 0000000..34b62e9 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xhdpi/ic_volume_small.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_bottom_solid_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_bottom_solid_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..309c126 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_bottom_solid_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_bottom_solid_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_bottom_solid_light_holo.9.png Binary files differnew file mode 100644 index 0000000..c6a6dad --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_bottom_solid_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_bottom_transparent_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_bottom_transparent_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..cef6502 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_bottom_transparent_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_bottom_transparent_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_bottom_transparent_light_holo.9.png Binary files differnew file mode 100644 index 0000000..c665613 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_bottom_transparent_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_share_pack_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_share_pack_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..ac84fe3 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_share_pack_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_share_pack_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_share_pack_holo_light.9.png Binary files differnew file mode 100644 index 0000000..6b39059 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_share_pack_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_solid_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_solid_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..d7ad40d --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_solid_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_solid_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_solid_light_holo.9.png Binary files differnew file mode 100644 index 0000000..b9d0cda --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_solid_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_stacked_solid_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_stacked_solid_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..a370713 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_stacked_solid_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_stacked_solid_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_stacked_solid_light_holo.9.png Binary files differnew file mode 100644 index 0000000..fc12541 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_stacked_solid_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_stacked_transparent_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_stacked_transparent_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..075342b --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_stacked_transparent_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_stacked_transparent_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_stacked_transparent_light_holo.9.png Binary files differnew file mode 100644 index 0000000..879bb18 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_stacked_transparent_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_transparent_dark_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_transparent_dark_holo.9.png Binary files differnew file mode 100644 index 0000000..7876e52 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_transparent_dark_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_transparent_light_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_transparent_light_holo.9.png Binary files differnew file mode 100644 index 0000000..a4c79af --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ab_transparent_light_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_cab_background_bottom_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_cab_background_bottom_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..524ac92 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_cab_background_bottom_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_cab_background_bottom_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_cab_background_bottom_holo_light.9.png Binary files differnew file mode 100644 index 0000000..84235bc --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_cab_background_bottom_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_cab_background_top_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_cab_background_top_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..85593ae --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_cab_background_top_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_cab_background_top_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_cab_background_top_holo_light.9.png Binary files differnew file mode 100644 index 0000000..22c7c9a --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_cab_background_top_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_ab_back_holo_dark.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_ab_back_holo_dark.png Binary files differnew file mode 100644 index 0000000..22199d6 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_ab_back_holo_dark.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_ab_back_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_ab_back_holo_light.png Binary files differnew file mode 100644 index 0000000..b1ad6de --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_ab_back_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_cab_done_holo_dark.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_cab_done_holo_dark.png Binary files differnew file mode 100644 index 0000000..47636f2 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_cab_done_holo_dark.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_cab_done_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_cab_done_holo_light.png Binary files differnew file mode 100644 index 0000000..f833821 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_cab_done_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_clear_disabled.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_clear_disabled.png Binary files differnew file mode 100644 index 0000000..37983aa --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_clear_disabled.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_clear_normal.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_clear_normal.png Binary files differnew file mode 100644 index 0000000..b147a42 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_clear_normal.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_clear_search_api_disabled_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_clear_search_api_disabled_holo_light.png Binary files differnew file mode 100644 index 0000000..5fbe0b9 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_clear_search_api_disabled_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_clear_search_api_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_clear_search_api_holo_light.png Binary files differnew file mode 100644 index 0000000..9025dc7 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_clear_search_api_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_commit_search_api_holo_dark.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_commit_search_api_holo_dark.png Binary files differnew file mode 100644 index 0000000..dc441e0 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_commit_search_api_holo_dark.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_commit_search_api_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_commit_search_api_holo_light.png Binary files differnew file mode 100644 index 0000000..cf644ac --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_commit_search_api_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_go.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_go.png Binary files differnew file mode 100644 index 0000000..046c065 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_go.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_go_search_api_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_go_search_api_holo_light.png Binary files differnew file mode 100644 index 0000000..b3b6a24 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_go_search_api_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png Binary files differnew file mode 100644 index 0000000..5d1b873 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png Binary files differnew file mode 100644 index 0000000..a93336e --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_menu_share_holo_dark.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_menu_share_holo_dark.png Binary files differnew file mode 100644 index 0000000..3f0ea6f --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_menu_share_holo_dark.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_menu_share_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_menu_share_holo_light.png Binary files differnew file mode 100644 index 0000000..1a8e9e8 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_menu_share_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_search.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_search.png Binary files differnew file mode 100644 index 0000000..3d3a423 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_search.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_search_api_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_search_api_holo_light.png Binary files differnew file mode 100644 index 0000000..ae88a38 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_search_api_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_voice_search.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_voice_search.png Binary files differnew file mode 100644 index 0000000..2deec8e --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_voice_search.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_voice_search_api_holo_light.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_voice_search_api_holo_light.png Binary files differnew file mode 100644 index 0000000..3f84a1c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_ic_voice_search_api_holo_light.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_divider_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_divider_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..b83a847 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_divider_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_divider_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_divider_holo_light.9.png Binary files differnew file mode 100644 index 0000000..80ea535 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_divider_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_focused_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_focused_holo.9.png Binary files differnew file mode 100644 index 0000000..7c3097b --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_focused_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_longpressed_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_longpressed_holo.9.png Binary files differnew file mode 100644 index 0000000..83e741b --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_longpressed_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..50b84c7 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_pressed_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_pressed_holo_light.9.png Binary files differnew file mode 100644 index 0000000..50b84c7 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_pressed_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..b643f2f --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png Binary files differnew file mode 100644 index 0000000..ec17300 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_menu_dropdown_panel_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_menu_dropdown_panel_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..d60c0ab --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_menu_dropdown_panel_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_menu_dropdown_panel_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_menu_dropdown_panel_holo_light.9.png Binary files differnew file mode 100644 index 0000000..2d53133 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_menu_dropdown_panel_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_menu_hardkey_panel_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_menu_hardkey_panel_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..56c225e --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_menu_hardkey_panel_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_menu_hardkey_panel_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_menu_hardkey_panel_holo_light.9.png Binary files differnew file mode 100644 index 0000000..249d8c0 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_menu_hardkey_panel_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_default_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_default_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..fcf8e2e --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_default_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_default_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_default_holo_light.9.png Binary files differnew file mode 100644 index 0000000..30dcaf0 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_default_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_disabled_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_disabled_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..9ca210c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_disabled_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_disabled_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_disabled_holo_light.9.png Binary files differnew file mode 100644 index 0000000..2cb3945 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_disabled_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_focused_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_focused_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..4c7f33d --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_focused_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_focused_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_focused_holo_light.9.png Binary files differnew file mode 100644 index 0000000..b2b159c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_focused_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_pressed_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_pressed_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..63c0145 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_pressed_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_pressed_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_pressed_holo_light.9.png Binary files differnew file mode 100644 index 0000000..ce7b3fa --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_spinner_ab_pressed_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_tab_selected_focused_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_tab_selected_focused_holo.9.png Binary files differnew file mode 100644 index 0000000..0388f81 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_tab_selected_focused_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_tab_selected_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_tab_selected_holo.9.png Binary files differnew file mode 100644 index 0000000..2e9d965 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_tab_selected_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_tab_selected_pressed_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_tab_selected_pressed_holo.9.png Binary files differnew file mode 100644 index 0000000..97ffd07 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_tab_selected_pressed_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_tab_unselected_pressed_holo.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_tab_unselected_pressed_holo.9.png Binary files differnew file mode 100644 index 0000000..3582689 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_tab_unselected_pressed_holo.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_default_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_default_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..d60716f --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_default_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_default_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_default_holo_light.9.png Binary files differnew file mode 100644 index 0000000..e1cf041 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_default_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_right_default_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_right_default_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..42cf767 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_right_default_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_right_default_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_right_default_holo_light.9.png Binary files differnew file mode 100644 index 0000000..79a6114 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_right_default_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_right_selected_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_right_selected_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..5bcf2f3 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_right_selected_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_right_selected_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_right_selected_holo_light.9.png Binary files differnew file mode 100644 index 0000000..5bcf2f3 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_right_selected_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_selected_holo_dark.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_selected_holo_dark.9.png Binary files differnew file mode 100644 index 0000000..9cef919 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_selected_holo_dark.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_selected_holo_light.9.png b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_selected_holo_light.9.png Binary files differnew file mode 100644 index 0000000..9cef919 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable-xxhdpi/abc_textfield_search_selected_holo_light.9.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/abc_ic_clear.xml b/vdrmanager/app/build/intermediates/res/release/drawable/abc_ic_clear.xml new file mode 100644 index 0000000..dc2b4e0 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/abc_ic_clear.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_enabled="false" + android:drawable="@drawable/abc_ic_clear_disabled" /> + <item + android:drawable="@drawable/abc_ic_clear_normal" /> +</selector> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/drawable/abc_ic_clear.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_ic_clear.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/abc_ic_clear_holo_light.xml b/vdrmanager/app/build/intermediates/res/release/drawable/abc_ic_clear_holo_light.xml new file mode 100644 index 0000000..ca6ee95 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/abc_ic_clear_holo_light.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_enabled="false" + android:drawable="@drawable/abc_ic_clear_search_api_disabled_holo_light" /> + <item + android:drawable="@drawable/abc_ic_clear_search_api_holo_light" /> +</selector> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/drawable/abc_ic_clear_holo_light.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_ic_clear_holo_light.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/abc_item_background_holo_dark.xml b/vdrmanager/app/build/intermediates/res/release/drawable/abc_item_background_holo_dark.xml new file mode 100644 index 0000000..edaf655 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/abc_item_background_holo_dark.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2010 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + + <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. --> + <item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_disabled_holo_dark" /> + <item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/abc_list_selector_disabled_holo_dark" /> + <item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_background_transition_holo_dark" /> + <item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_background_transition_holo_dark" /> + <item android:state_focused="true" android:drawable="@drawable/abc_list_focused_holo" /> + <item android:drawable="@android:color/transparent" /> +</selector> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/drawable/abc_item_background_holo_dark.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_item_background_holo_dark.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/abc_item_background_holo_light.xml b/vdrmanager/app/build/intermediates/res/release/drawable/abc_item_background_holo_light.xml new file mode 100644 index 0000000..8b4e3a2 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/abc_item_background_holo_light.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2010 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + + <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. --> + <item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_disabled_holo_light" /> + <item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/abc_list_selector_disabled_holo_light" /> + <item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_background_transition_holo_light" /> + <item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_background_transition_holo_light" /> + <item android:state_focused="true" android:drawable="@drawable/abc_list_focused_holo" /> + <item android:drawable="@android:color/transparent" /> +</selector> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/drawable/abc_item_background_holo_light.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_item_background_holo_light.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/abc_list_selector_background_transition_holo_dark.xml b/vdrmanager/app/build/intermediates/res/release/drawable/abc_list_selector_background_transition_holo_dark.xml new file mode 100644 index 0000000..23a9837 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/abc_list_selector_background_transition_holo_dark.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2010 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<transition xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:drawable="@drawable/abc_list_pressed_holo_dark" /> + <item android:drawable="@drawable/abc_list_longpressed_holo" /> +</transition> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/drawable/abc_list_selector_background_transition_holo_dark.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_background_transition_holo_dark.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/abc_list_selector_background_transition_holo_light.xml b/vdrmanager/app/build/intermediates/res/release/drawable/abc_list_selector_background_transition_holo_light.xml new file mode 100644 index 0000000..a8de245 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/abc_list_selector_background_transition_holo_light.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2010 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<transition xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:drawable="@drawable/abc_list_pressed_holo_light" /> + <item android:drawable="@drawable/abc_list_longpressed_holo" /> +</transition> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/drawable/abc_list_selector_background_transition_holo_light.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_background_transition_holo_light.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/abc_list_selector_holo_dark.xml b/vdrmanager/app/build/intermediates/res/release/drawable/abc_list_selector_holo_dark.xml new file mode 100644 index 0000000..9563ef2 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/abc_list_selector_holo_dark.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2010 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + + <item android:state_window_focused="false" android:drawable="@android:color/transparent" /> + + <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. --> + <item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_disabled_holo_dark" /> + <item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/abc_list_selector_disabled_holo_dark" /> + <item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_background_transition_holo_dark" /> + <item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_background_transition_holo_dark" /> + <item android:state_focused="true" android:drawable="@drawable/abc_list_focused_holo" /> +</selector> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/drawable/abc_list_selector_holo_dark.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_holo_dark.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/abc_list_selector_holo_light.xml b/vdrmanager/app/build/intermediates/res/release/drawable/abc_list_selector_holo_light.xml new file mode 100644 index 0000000..56b3166 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/abc_list_selector_holo_light.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2010 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + + <item android:state_window_focused="false" android:drawable="@android:color/transparent" /> + + <!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. --> + <item android:state_focused="true" android:state_enabled="false" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_disabled_holo_light" /> + <item android:state_focused="true" android:state_enabled="false" android:drawable="@drawable/abc_list_selector_disabled_holo_light" /> + <item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_background_transition_holo_light" /> + <item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/abc_list_selector_background_transition_holo_light" /> + <item android:state_focused="true" android:drawable="@drawable/abc_list_focused_holo" /> + +</selector> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/drawable/abc_list_selector_holo_light.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_list_selector_holo_light.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/abc_search_dropdown_dark.xml b/vdrmanager/app/build/intermediates/res/release/drawable/abc_search_dropdown_dark.xml new file mode 100644 index 0000000..f1cc437 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/abc_search_dropdown_dark.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<shape xmlns:android="http://schemas.android.com/apk/res/android"> + <solid android:color="#F0A0A0A0"/> + <stroke android:width="2dp" color="#A00080FF"/> + <padding android:left="5dp" android:top="0dp" + android:right="5dp" android:bottom="1dp" /> +</shape> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/drawable/abc_search_dropdown_dark.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_search_dropdown_dark.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/abc_search_dropdown_light.xml b/vdrmanager/app/build/intermediates/res/release/drawable/abc_search_dropdown_light.xml new file mode 100644 index 0000000..a56ea8e --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/abc_search_dropdown_light.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<shape xmlns:android="http://schemas.android.com/apk/res/android"> + <solid android:color="#F0FFFFFF"/> + <stroke android:width="1dp" color="#A00080FF"/> + <padding android:left="5dp" android:top="0dp" + android:right="5dp" android:bottom="1dp" /> +</shape> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/drawable/abc_search_dropdown_light.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_search_dropdown_light.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/abc_spinner_ab_holo_dark.xml b/vdrmanager/app/build/intermediates/res/release/drawable/abc_spinner_ab_holo_dark.xml new file mode 100644 index 0000000..97241a8 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/abc_spinner_ab_holo_dark.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2011 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_enabled="false" + android:drawable="@drawable/abc_spinner_ab_disabled_holo_dark" /> + <item android:state_pressed="true" + android:drawable="@drawable/abc_spinner_ab_pressed_holo_dark" /> + <item android:state_pressed="false" android:state_focused="true" + android:drawable="@drawable/abc_spinner_ab_focused_holo_dark" /> + <item android:drawable="@drawable/abc_spinner_ab_default_holo_dark" /> +</selector> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/drawable/abc_spinner_ab_holo_dark.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_spinner_ab_holo_dark.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/abc_spinner_ab_holo_light.xml b/vdrmanager/app/build/intermediates/res/release/drawable/abc_spinner_ab_holo_light.xml new file mode 100644 index 0000000..cc285f6 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/abc_spinner_ab_holo_light.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2010 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_enabled="false" + android:drawable="@drawable/abc_spinner_ab_disabled_holo_light" /> + <item android:state_pressed="true" + android:drawable="@drawable/abc_spinner_ab_pressed_holo_light" /> + <item android:state_pressed="false" android:state_focused="true" + android:drawable="@drawable/abc_spinner_ab_focused_holo_light" /> + <item android:drawable="@drawable/abc_spinner_ab_default_holo_light" /> +</selector> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/drawable/abc_spinner_ab_holo_light.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_spinner_ab_holo_light.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/abc_tab_indicator_ab_holo.xml b/vdrmanager/app/build/intermediates/res/release/drawable/abc_tab_indicator_ab_holo.xml new file mode 100644 index 0000000..7441522 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/abc_tab_indicator_ab_holo.xml @@ -0,0 +1,35 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2011 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <!-- Non focused states --> + <item android:state_focused="false" android:state_selected="false" android:state_pressed="false" android:drawable="@android:color/transparent" /> + <item android:state_focused="false" android:state_selected="true" android:state_pressed="false" android:drawable="@drawable/abc_tab_selected_holo" /> + + <!-- Focused states --> + <item android:state_focused="true" android:state_selected="false" android:state_pressed="false" android:drawable="@drawable/abc_list_focused_holo" /> + <item android:state_focused="true" android:state_selected="true" android:state_pressed="false" android:drawable="@drawable/abc_tab_selected_focused_holo" /> + + <!-- Pressed --> + <!-- Non focused states --> + <item android:state_focused="false" android:state_selected="false" android:state_pressed="true" android:drawable="@drawable/abc_list_pressed_holo_dark" /> + <item android:state_focused="false" android:state_selected="true" android:state_pressed="true" android:drawable="@drawable/abc_tab_selected_pressed_holo" /> + + <!-- Focused states --> + <item android:state_focused="true" android:state_selected="false" android:state_pressed="true" android:drawable="@drawable/abc_tab_unselected_pressed_holo" /> + <item android:state_focused="true" android:state_selected="true" android:state_pressed="true" android:drawable="@drawable/abc_tab_selected_pressed_holo" /> +</selector> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/drawable/abc_tab_indicator_ab_holo.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_tab_indicator_ab_holo.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/abc_textfield_searchview_holo_dark.xml b/vdrmanager/app/build/intermediates/res/release/drawable/abc_textfield_searchview_holo_dark.xml new file mode 100644 index 0000000..fde0c72 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/abc_textfield_searchview_holo_dark.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_focused="true" + android:drawable="@drawable/abc_textfield_search_selected_holo_dark" /> + <item android:drawable="@drawable/abc_textfield_search_default_holo_dark" /> +</selector> + +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/drawable/abc_textfield_searchview_holo_dark.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_holo_dark.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/abc_textfield_searchview_holo_light.xml b/vdrmanager/app/build/intermediates/res/release/drawable/abc_textfield_searchview_holo_light.xml new file mode 100644 index 0000000..7766677 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/abc_textfield_searchview_holo_light.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_focused="true" + android:drawable="@drawable/abc_textfield_search_selected_holo_light" /> + <item android:drawable="@drawable/abc_textfield_search_default_holo_light" /> +</selector> + +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/drawable/abc_textfield_searchview_holo_light.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_holo_light.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/abc_textfield_searchview_right_holo_dark.xml b/vdrmanager/app/build/intermediates/res/release/drawable/abc_textfield_searchview_right_holo_dark.xml new file mode 100644 index 0000000..22e8fe3 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/abc_textfield_searchview_right_holo_dark.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_focused="true" + android:drawable="@drawable/abc_textfield_search_right_selected_holo_dark" /> + <item android:drawable="@drawable/abc_textfield_search_right_default_holo_dark" /> +</selector> + +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/drawable/abc_textfield_searchview_right_holo_dark.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_right_holo_dark.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/abc_textfield_searchview_right_holo_light.xml b/vdrmanager/app/build/intermediates/res/release/drawable/abc_textfield_searchview_right_holo_light.xml new file mode 100644 index 0000000..23172ce --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/abc_textfield_searchview_right_holo_light.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<selector xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:state_focused="true" + android:drawable="@drawable/abc_textfield_search_right_selected_holo_light" /> + <item android:drawable="@drawable/abc_textfield_search_right_default_holo_light" /> +</selector> + +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/drawable/abc_textfield_searchview_right_holo_light.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/drawable/abc_textfield_searchview_right_holo_light.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/app_logo.png b/vdrmanager/app/build/intermediates/res/release/drawable/app_logo.png Binary files differnew file mode 100644 index 0000000..250d201 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/app_logo.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/back.xml b/vdrmanager/app/build/intermediates/res/release/drawable/back.xml new file mode 100644 index 0000000..d674b57 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/back.xml @@ -0,0 +1,7 @@ +<shape xmlns:android="http://schemas.android.com/apk/res/android" + android:shape="rectangle" > + + <stroke + android:width="1px" + android:color="#5F5656" /> +</shape><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/drawable/back.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/btn_channels.png b/vdrmanager/app/build/intermediates/res/release/drawable/btn_channels.png Binary files differnew file mode 100644 index 0000000..66069a0 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/btn_channels.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/btn_clock.png b/vdrmanager/app/build/intermediates/res/release/drawable/btn_clock.png Binary files differnew file mode 100644 index 0000000..cc80d86 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/btn_clock.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/btn_epglist.jpg b/vdrmanager/app/build/intermediates/res/release/drawable/btn_epglist.jpg Binary files differnew file mode 100644 index 0000000..e5a6df5 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/btn_epglist.jpg diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/btn_recordings.png b/vdrmanager/app/build/intermediates/res/release/drawable/btn_recordings.png Binary files differnew file mode 100644 index 0000000..bf4d096 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/btn_recordings.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/btn_remote.png b/vdrmanager/app/build/intermediates/res/release/drawable/btn_remote.png Binary files differnew file mode 100644 index 0000000..04929cc --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/btn_remote.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/btn_search.png b/vdrmanager/app/build/intermediates/res/release/drawable/btn_search.png Binary files differnew file mode 100644 index 0000000..7957790 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/btn_search.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/btn_search_times.png b/vdrmanager/app/build/intermediates/res/release/drawable/btn_search_times.png Binary files differnew file mode 100644 index 0000000..7d42463 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/btn_search_times.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/btn_timer.png b/vdrmanager/app/build/intermediates/res/release/drawable/btn_timer.png Binary files differnew file mode 100644 index 0000000..4b0a443 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/btn_timer.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/btn_wakeup.png b/vdrmanager/app/build/intermediates/res/release/drawable/btn_wakeup.png Binary files differnew file mode 100644 index 0000000..6cf4b38 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/btn_wakeup.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/folder.png b/vdrmanager/app/build/intermediates/res/release/drawable/folder.png Binary files differnew file mode 100644 index 0000000..6161de3 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/folder.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/ic_btn_round_minus.png b/vdrmanager/app/build/intermediates/res/release/drawable/ic_btn_round_minus.png Binary files differnew file mode 100644 index 0000000..22fbaf7 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/ic_btn_round_minus.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/ic_btn_round_plus.png b/vdrmanager/app/build/intermediates/res/release/drawable/ic_btn_round_plus.png Binary files differnew file mode 100644 index 0000000..bc61506 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/ic_btn_round_plus.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/ic_drive.png b/vdrmanager/app/build/intermediates/res/release/drawable/ic_drive.png Binary files differnew file mode 100644 index 0000000..10fd452 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/ic_drive.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/ic_menu_3d_globe.png b/vdrmanager/app/build/intermediates/res/release/drawable/ic_menu_3d_globe.png Binary files differnew file mode 100644 index 0000000..48a17b1 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/ic_menu_3d_globe.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/ic_menu_back.png b/vdrmanager/app/build/intermediates/res/release/drawable/ic_menu_back.png Binary files differnew file mode 100644 index 0000000..75de3aa --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/ic_menu_back.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/ic_menu_filter.png b/vdrmanager/app/build/intermediates/res/release/drawable/ic_menu_filter.png Binary files differnew file mode 100644 index 0000000..f688d49 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/ic_menu_filter.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/ic_menu_forward.png b/vdrmanager/app/build/intermediates/res/release/drawable/ic_menu_forward.png Binary files differnew file mode 100644 index 0000000..0dcead7 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/ic_menu_forward.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/ic_menu_play_clip.png b/vdrmanager/app/build/intermediates/res/release/drawable/ic_menu_play_clip.png Binary files differnew file mode 100644 index 0000000..6ce5629 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/ic_menu_play_clip.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/ic_menu_refresh.png b/vdrmanager/app/build/intermediates/res/release/drawable/ic_menu_refresh.png Binary files differnew file mode 100644 index 0000000..e90c321 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/ic_menu_refresh.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/ic_menu_revert.png b/vdrmanager/app/build/intermediates/res/release/drawable/ic_menu_revert.png Binary files differnew file mode 100644 index 0000000..e7bd92a --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/ic_menu_revert.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/ic_video_small.png b/vdrmanager/app/build/intermediates/res/release/drawable/ic_video_small.png Binary files differnew file mode 100644 index 0000000..10563b8 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/ic_video_small.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/ic_volume_small.png b/vdrmanager/app/build/intermediates/res/release/drawable/ic_volume_small.png Binary files differnew file mode 100644 index 0000000..3eea0f0 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/ic_volume_small.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/icon.png b/vdrmanager/app/build/intermediates/res/release/drawable/icon.png Binary files differnew file mode 100644 index 0000000..9122f77 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/icon.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/imdb.png b/vdrmanager/app/build/intermediates/res/release/drawable/imdb.png Binary files differnew file mode 100644 index 0000000..16bce72 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/imdb.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/left.png b/vdrmanager/app/build/intermediates/res/release/drawable/left.png Binary files differnew file mode 100644 index 0000000..00fce27 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/left.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/line_gradient.xml b/vdrmanager/app/build/intermediates/res/release/drawable/line_gradient.xml new file mode 100644 index 0000000..0b9b25a --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/line_gradient.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape xmlns:android="http://schemas.android.com/apk/res/android" + android:shape="rectangle" > + + <gradient + android:angle="0" + android:centerColor="@color/white" + android:endColor="@color/black" + android:startColor="@color/black" + android:type="linear" + android:useLevel="false" /> + +</shape><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/drawable/line_gradient.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/newrecording.png b/vdrmanager/app/build/intermediates/res/release/drawable/newrecording.png Binary files differnew file mode 100644 index 0000000..a1ba443 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/newrecording.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/omdb.png b/vdrmanager/app/build/intermediates/res/release/drawable/omdb.png Binary files differnew file mode 100644 index 0000000..fc3cdcd --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/omdb.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/red_button.xml b/vdrmanager/app/build/intermediates/res/release/drawable/red_button.xml new file mode 100644 index 0000000..d21faab --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/red_button.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > + <corners + android:radius="14dp" + /> + <gradient + android:angle="45" + android:centerX="35%" + android:centerColor="#FF0000" + android:startColor="#FF0000" + android:endColor="#FF0000" + android:type="linear" + /> + <padding + android:left="0dp" + android:top="0dp" + android:right="0dp" + android:bottom="0dp" + /> + <size + android:width="158dp" + android:height="60dp" + /> + <stroke + android:width="3dp" + android:color="#FF0000" + /> +</shape> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/drawable/red_button.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/right.png b/vdrmanager/app/build/intermediates/res/release/drawable/right.png Binary files differnew file mode 100644 index 0000000..529e907 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/right.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/roundedbutton.xml b/vdrmanager/app/build/intermediates/res/release/drawable/roundedbutton.xml new file mode 100644 index 0000000..b50e3cc --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/roundedbutton.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape xmlns:android="http://schemas.android.com/apk/res/android" +android:shape="rectangle"> + + <corners android:bottomRightRadius="18dip" + android:bottomLeftRadius="18dip" + android:topRightRadius="18dip" + android:topLeftRadius="18dip"/> +</shape> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/drawable/roundedbutton.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/sad.png b/vdrmanager/app/build/intermediates/res/release/drawable/sad.png Binary files differnew file mode 100644 index 0000000..111e959 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/sad.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/schere.png b/vdrmanager/app/build/intermediates/res/release/drawable/schere.png Binary files differnew file mode 100644 index 0000000..b3d5c53 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/schere.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/timer.png b/vdrmanager/app/build/intermediates/res/release/drawable/timer.png Binary files differnew file mode 100644 index 0000000..3616b2c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/timer.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/timer_active.png b/vdrmanager/app/build/intermediates/res/release/drawable/timer_active.png Binary files differnew file mode 100644 index 0000000..4a7afc3 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/timer_active.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/timer_active_begin.png b/vdrmanager/app/build/intermediates/res/release/drawable/timer_active_begin.png Binary files differnew file mode 100644 index 0000000..f97de75 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/timer_active_begin.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/timer_active_conflict.png b/vdrmanager/app/build/intermediates/res/release/drawable/timer_active_conflict.png Binary files differnew file mode 100644 index 0000000..0ab08ee --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/timer_active_conflict.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/timer_active_end.png b/vdrmanager/app/build/intermediates/res/release/drawable/timer_active_end.png Binary files differnew file mode 100644 index 0000000..9a36e18 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/timer_active_end.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/timer_inactive.png b/vdrmanager/app/build/intermediates/res/release/drawable/timer_inactive.png Binary files differnew file mode 100644 index 0000000..875f7c4 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/timer_inactive.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/timer_inactive_begin.png b/vdrmanager/app/build/intermediates/res/release/drawable/timer_inactive_begin.png Binary files differnew file mode 100644 index 0000000..8c331c9 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/timer_inactive_begin.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/timer_inactive_end.png b/vdrmanager/app/build/intermediates/res/release/drawable/timer_inactive_end.png Binary files differnew file mode 100644 index 0000000..d181b9d --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/timer_inactive_end.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/timer_none.png b/vdrmanager/app/build/intermediates/res/release/drawable/timer_none.png Binary files differnew file mode 100644 index 0000000..b6b6252 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/timer_none.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/timer_recording.png b/vdrmanager/app/build/intermediates/res/release/drawable/timer_recording.png Binary files differnew file mode 100644 index 0000000..32d7c33 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/timer_recording.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/timer_recording_begin.png b/vdrmanager/app/build/intermediates/res/release/drawable/timer_recording_begin.png Binary files differnew file mode 100644 index 0000000..e6e850c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/timer_recording_begin.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/timer_recording_conflict.png b/vdrmanager/app/build/intermediates/res/release/drawable/timer_recording_conflict.png Binary files differnew file mode 100644 index 0000000..24c98f9 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/timer_recording_conflict.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/timer_recording_end.png b/vdrmanager/app/build/intermediates/res/release/drawable/timer_recording_end.png Binary files differnew file mode 100644 index 0000000..05f0175 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/timer_recording_end.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/timer_vps.png b/vdrmanager/app/build/intermediates/res/release/drawable/timer_vps.png Binary files differnew file mode 100644 index 0000000..b7fe3d6 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/timer_vps.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/tmdb.png b/vdrmanager/app/build/intermediates/res/release/drawable/tmdb.png Binary files differnew file mode 100644 index 0000000..96aadde --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/tmdb.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/tv.png b/vdrmanager/app/build/intermediates/res/release/drawable/tv.png Binary files differnew file mode 100644 index 0000000..c41937c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/tv.png diff --git a/vdrmanager/app/build/intermediates/res/release/drawable/vdr_logo.png b/vdrmanager/app/build/intermediates/res/release/drawable/vdr_logo.png Binary files differnew file mode 100644 index 0000000..c042357 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/drawable/vdr_logo.png diff --git a/vdrmanager/app/build/intermediates/res/release/layout-land/vdrmanager.xml b/vdrmanager/app/build/intermediates/res/release/layout-land/vdrmanager.xml new file mode 100644 index 0000000..f3617d4 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout-land/vdrmanager.xml @@ -0,0 +1,106 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:paddingTop="10dp" + android:paddingBottom="20dp" + android:orientation="vertical"> + + <!-- <ListView android:id="@+id/vdrmanager_menu" android:layout_width="fill_parent" + android:layout_height="wrap_content" android:layout_below="@id/main_logo"/> --> + + + <ImageView android:id="@+id/main_logo" android:layout_width="fill_parent" + android:clickable="true" + android:layout_height="80dip" android:src="@drawable/vdr_logo" android:padding="10dip" /> + + + <LinearLayout + android:layout_width="match_parent" + android:layout_height="0dip" + android:layout_weight="1" + android:orientation="horizontal"> + + <Button + android:id="@+id/action_menu_channels" + android:layout_width="0dip" + android:layout_height="wrap_content" + android:layout_weight="1" + android:background="@android:drawable/list_selector_background" + android:drawableTop="@drawable/btn_channels" + android:text="@string/action_menu_channels" + android:textColor="#FFF" /> + + <Button + android:id="@+id/action_menu_epg" + android:layout_width="0dip" + android:layout_height="wrap_content" + android:layout_weight="1" + android:background="@android:drawable/list_selector_background" + android:cacheColorHint="?android:attr/colorBackground" + android:drawableTop="@drawable/btn_epglist" + android:text="@string/action_menu_epg" + android:textColor="#FFF" /> + + + <Button + android:id="@+id/action_menu_recordings" + android:layout_width="0dip" + android:layout_height="wrap_content" + android:layout_weight="1" + android:background="@android:drawable/list_selector_background" + android:cacheColorHint="?android:attr/colorBackground" + android:drawableTop="@drawable/btn_recordings" + android:text="@string/action_menu_recordings" + android:textColor="#FFF" /> + + </LinearLayout> + + <LinearLayout + android:layout_width="match_parent" + android:layout_height="0dip" + android:layout_weight="1" + android:orientation="horizontal"> + + + <Button + android:id="@+id/action_menu_wakeup" + android:layout_width="0dip" + android:layout_height="wrap_content" + android:layout_weight="1" + android:background="@android:drawable/list_selector_background" + android:cacheColorHint="?android:attr/colorBackground" + android:drawableTop="@drawable/btn_wakeup" + + android:padding="5dip" + android:text="@string/action_menu_wakeup" + android:textColor="#FFF" /> + + <Button + android:id="@+id/action_menu_remote" + android:layout_width="0dip" + android:layout_height="wrap_content" + android:layout_weight="1" + android:background="@android:drawable/list_selector_background" + android:cacheColorHint="?android:attr/colorBackground" + android:drawableTop="@drawable/btn_remote" + android:padding="5dip" + android:text="@string/action_menu_remote" + android:textColor="#FFF" /> + + + <Button + android:id="@+id/action_menu_timers" + android:layout_width="0dip" + android:layout_height="wrap_content" + android:layout_weight="1" + android:background="@android:drawable/list_selector_background" + android:cacheColorHint="?android:attr/colorBackground" + android:drawableTop="@drawable/btn_timer" + android:text="@string/action_menu_timers" + android:textColor="#FFF" /> + + </LinearLayout> + + +</LinearLayout><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout-land/vdrmanager.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout-v11/abc_action_bar_decor.xml b/vdrmanager/app/build/intermediates/res/release/layout-v11/abc_action_bar_decor.xml new file mode 100644 index 0000000..bb9d448 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout-v11/abc_action_bar_decor.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<android.support.v7.internal.widget.NativeActionModeAwareLayout + xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/action_bar_root" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" + android:fitsSystemWindows="true"> + + <include layout="@layout/abc_action_bar_decor_include" /> + +</android.support.v7.internal.widget.NativeActionModeAwareLayout> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout-v11/abc_action_bar_decor.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v11/abc_action_bar_decor.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout-v11/abc_simple_decor.xml b/vdrmanager/app/build/intermediates/res/release/layout-v11/abc_simple_decor.xml new file mode 100644 index 0000000..ca34113 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout-v11/abc_simple_decor.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<android.support.v7.internal.widget.NativeActionModeAwareLayout + xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/action_bar_root" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical" + android:fitsSystemWindows="true"> + + <FrameLayout + android:id="@id/action_bar_activity_content" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:foreground="?android:attr/windowContentOverlay"/> + +</android.support.v7.internal.widget.NativeActionModeAwareLayout> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout-v11/abc_simple_decor.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v11/abc_simple_decor.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout-v14/abc_activity_chooser_view.xml b/vdrmanager/app/build/intermediates/res/release/layout-v14/abc_activity_chooser_view.xml new file mode 100644 index 0000000..986fec9 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout-v14/abc_activity_chooser_view.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2013, The Android Open Source Project +** +** Licensed under the Apache License, Version 2.0 (the "License"); +** you may not use this file except in compliance with the License. +** You may obtain a copy of the License at +** +** http://www.apache.org/licenses/LICENSE-2.0 +** +** Unless required by applicable law or agreed to in writing, software +** distributed under the License is distributed on an "AS IS" BASIS, +** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +** See the License for the specific language governing permissions and +** limitations under the License. +*/ +--> +<LinearLayout + xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/activity_chooser_view_content" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:layout_gravity="center" + style="?attr/activityChooserViewStyle"> + + <include layout="@layout/abc_activity_chooser_view_include" /> + +</LinearLayout><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout-v14/abc_activity_chooser_view.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout-v14/abc_activity_chooser_view.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_decor.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_decor.xml new file mode 100644 index 0000000..839f555 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_decor.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2012 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" + android:fitsSystemWindows="true"> + + <include layout="@layout/abc_action_bar_decor_include" /> + +</LinearLayout> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_action_bar_decor.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_decor_include.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_decor_include.xml new file mode 100644 index 0000000..10cbde0 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_decor_include.xml @@ -0,0 +1,56 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<merge xmlns:android="http://schemas.android.com/apk/res/android"> + + <android.support.v7.internal.widget.ActionBarContainer + android:id="@+id/action_bar_container" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + style="?attr/actionBarStyle"> + + <android.support.v7.internal.widget.ActionBarView + android:id="@+id/action_bar" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + style="?attr/actionBarStyle" /> + + <android.support.v7.internal.widget.ActionBarContextView + android:id="@+id/action_context_bar" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:visibility="gone" + style="?attr/actionModeStyle" /> + </android.support.v7.internal.widget.ActionBarContainer> + + <FrameLayout + android:id="@id/action_bar_activity_content" + android:layout_width="fill_parent" + android:layout_height="0dip" + android:layout_weight="1" + android:foregroundGravity="fill_horizontal|top" + android:foreground="?android:attr/windowContentOverlay" /> + + <android.support.v7.internal.widget.ActionBarContainer + android:id="@+id/split_action_bar" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + style="?attr/actionBarSplitStyle" + android:visibility="gone" + android:gravity="center" /> + +</merge> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_action_bar_decor_include.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor_include.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_decor_overlay.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_decor_overlay.xml new file mode 100644 index 0000000..9e27e5f --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_decor_overlay.xml @@ -0,0 +1,60 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2012 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<android.support.v7.internal.widget.ActionBarOverlayLayout + xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/action_bar_overlay_layout" + android:layout_width="fill_parent" + android:layout_height="fill_parent"> + <FrameLayout android:id="@id/action_bar_activity_content" + android:layout_width="fill_parent" + android:layout_height="fill_parent"/> + <LinearLayout android:id="@+id/top_action_bar" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_gravity="top"> + <android.support.v7.internal.widget.ActionBarContainer android:id="@+id/action_bar_container" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_alignParentTop="true" + style="?attr/actionBarStyle" + android:gravity="top"> + <android.support.v7.internal.widget.ActionBarView + android:id="@+id/action_bar" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + style="?attr/actionBarStyle"/> + <android.support.v7.internal.widget.ActionBarContextView + android:id="@+id/action_context_bar" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:visibility="gone" + style="?attr/actionModeStyle"/> + </android.support.v7.internal.widget.ActionBarContainer> + <ImageView android:src="?android:attr/windowContentOverlay" + android:scaleType="fitXY" + android:layout_width="fill_parent" + android:layout_height="wrap_content"/> + </LinearLayout> + <android.support.v7.internal.widget.ActionBarContainer android:id="@+id/split_action_bar" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_gravity="bottom" + style="?attr/actionBarSplitStyle" + android:visibility="gone" + android:gravity="center"/> +</android.support.v7.internal.widget.ActionBarOverlayLayout> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_action_bar_decor_overlay.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_decor_overlay.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_home.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_home.xml new file mode 100644 index 0000000..0008207 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_home.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2012 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<view xmlns:android="http://schemas.android.com/apk/res/android" + class="android.support.v7.internal.widget.ActionBarView$HomeView" + android:layout_width="wrap_content" + android:layout_height="fill_parent" + android:background="?attr/actionBarItemBackground"> + <ImageView android:id="@+id/up" + android:src="?attr/homeAsUpIndicator" + android:layout_gravity="center_vertical|left" + android:visibility="gone" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginRight="-8dip"/> + <ImageView android:id="@id/home" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginRight="8dip" + android:layout_marginTop="@dimen/abc_action_bar_icon_vertical_padding" + android:layout_marginBottom="@dimen/abc_action_bar_icon_vertical_padding" + android:layout_gravity="center" + android:adjustViewBounds="true" + android:scaleType="fitCenter"/> +</view> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_action_bar_home.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_home.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_tab.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_tab.xml new file mode 100644 index 0000000..4c2f6ff --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_tab.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> + +<view xmlns:android="http://schemas.android.com/apk/res/android" + class="android.support.v7.internal.widget.ScrollingTabContainerView$TabView" + android:layout_width="0dp" + android:layout_weight="1" + android:layout_height="wrap_content" + style="?attr/actionBarTabStyle"/> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_action_bar_tab.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_tab.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_tabbar.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_tabbar.xml new file mode 100644 index 0000000..863f81c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_tabbar.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> + +<android.support.v7.internal.widget.LinearLayoutICS + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:gravity="center" + style="?attr/actionBarTabBarStyle"/> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_action_bar_tabbar.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_tabbar.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_title_item.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_title_item.xml new file mode 100644 index 0000000..25b93cb --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_title_item.xml @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2010 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:orientation="horizontal" + android:paddingRight="8dip" + android:background="?attr/actionBarItemBackground" + android:enabled="false"> + + <ImageView android:id="@+id/up" + android:src="?attr/homeAsUpIndicator" + android:layout_gravity="center_vertical|left" + android:visibility="gone" + android:layout_width="wrap_content" + android:layout_height="wrap_content"/> + + <LinearLayout android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_vertical|left" + android:orientation="vertical"> + <TextView android:id="@+id/action_bar_title" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:singleLine="true" + android:ellipsize="end"/> + <TextView android:id="@+id/action_bar_subtitle" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginTop="@dimen/abc_action_bar_subtitle_top_margin" + android:layout_marginBottom="@dimen/abc_action_bar_subtitle_bottom_margin" + android:singleLine="true" + android:ellipsize="end" + android:visibility="gone"/> + </LinearLayout> +</LinearLayout> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_action_bar_title_item.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_title_item.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_view_list_nav_layout.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_view_list_nav_layout.xml new file mode 100644 index 0000000..bcb5275 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_bar_view_list_nav_layout.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2012 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + dd + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<!-- Styled linear layout, compensating for the lack of a defStyle parameter + in pre-Honeycomb LinearLayout's constructor. --> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + style="?attr/actionBarTabBarStyle"> +</LinearLayout><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_action_bar_view_list_nav_layout.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_bar_view_list_nav_layout.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_action_menu_item_layout.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_menu_item_layout.xml new file mode 100644 index 0000000..1bb357e --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_menu_item_layout.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2010 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + dd + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<android.support.v7.internal.view.menu.ActionMenuItemView + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center" + android:gravity="center" + android:focusable="true" + android:paddingTop="4dip" + android:paddingBottom="4dip" + android:paddingLeft="8dip" + android:paddingRight="8dip" + android:textAppearance="?attr/actionMenuTextAppearance" + android:textColor="?attr/actionMenuTextColor" + style="?attr/actionButtonStyle"/> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_action_menu_item_layout.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_menu_item_layout.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_action_menu_layout.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_menu_layout.xml new file mode 100644 index 0000000..ea0ed4c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_menu_layout.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2010 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<android.support.v7.internal.view.menu.ActionMenuView + xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:app="http://schemas.android.com/apk/res-auto" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + app:divider="?attr/actionBarDivider" + app:dividerPadding="12dip" + android:gravity="center_vertical"/> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_action_menu_layout.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_menu_layout.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_action_mode_bar.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_mode_bar.xml new file mode 100644 index 0000000..99559dc --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_mode_bar.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2012, The Android Open Source Project +** +** Licensed under the Apache License, Version 2.0 (the "License"); +** you may not use this file except in compliance with the License. +** You may obtain a copy of the License at +** +** http://www.apache.org/licenses/LICENSE-2.0 +** +** Unless required by applicable law or agreed to in writing, software +** distributed under the License is distributed on an "AS IS" BASIS, +** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +** See the License for the specific language governing permissions and +** limitations under the License. +*/ +--> +<android.support.v7.internal.widget.ActionBarContextView + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:visibility="gone" + style="?attr/actionModeStyle"/> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_action_mode_bar.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_mode_bar.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_action_mode_close_item.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_mode_close_item.xml new file mode 100644 index 0000000..91ad207 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_action_mode_close_item.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2010 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/action_mode_close_button" + android:focusable="true" + android:clickable="true" + android:paddingLeft="8dip" + android:contentDescription="@string/abc_action_mode_done" + style="?attr/actionModeCloseButtonStyle" + android:layout_width="wrap_content" + android:layout_height="fill_parent" + android:layout_marginRight="16dip"> + <ImageView android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center" + android:scaleType="fitCenter" + android:src="?attr/actionModeCloseDrawable"/> +</LinearLayout> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_action_mode_close_item.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_action_mode_close_item.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_activity_chooser_view.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_activity_chooser_view.xml new file mode 100644 index 0000000..612a38f --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_activity_chooser_view.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2013, The Android Open Source Project +** +** Licensed under the Apache License, Version 2.0 (the "License"); +** you may not use this file except in compliance with the License. +** You may obtain a copy of the License at +** +** http://www.apache.org/licenses/LICENSE-2.0 +** +** Unless required by applicable law or agreed to in writing, software +** distributed under the License is distributed on an "AS IS" BASIS, +** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +** See the License for the specific language governing permissions and +** limitations under the License. +*/ +--> +<android.support.v7.internal.widget.LinearLayoutICS + xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/activity_chooser_view_content" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:layout_gravity="center" + style="?attr/activityChooserViewStyle"> + + <include layout="@layout/abc_activity_chooser_view_include" /> + +</android.support.v7.internal.widget.LinearLayoutICS><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_activity_chooser_view.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_activity_chooser_view_include.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_activity_chooser_view_include.xml new file mode 100644 index 0000000..4aae1fa --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_activity_chooser_view_include.xml @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2013, The Android Open Source Project +** +** Licensed under the Apache License, Version 2.0 (the "License"); +** you may not use this file except in compliance with the License. +** You may obtain a copy of the License at +** +** http://www.apache.org/licenses/LICENSE-2.0 +** +** Unless required by applicable law or agreed to in writing, software +** distributed under the License is distributed on an "AS IS" BASIS, +** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +** See the License for the specific language governing permissions and +** limitations under the License. +*/ +--> +<merge + xmlns:android="http://schemas.android.com/apk/res/android"> + + <FrameLayout + android:id="@+id/expand_activities_button" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:layout_gravity="center" + android:focusable="true" + android:addStatesFromChildren="true" + android:background="?attr/actionBarItemBackground"> + + <ImageView + android:id="@+id/image" + android:layout_width="56dip" + android:layout_height="36dip" + android:layout_gravity="center" + android:paddingTop="2dip" + android:paddingBottom="2dip" + android:paddingLeft="12dip" + android:paddingRight="12dip" + android:scaleType="fitCenter" + android:adjustViewBounds="true" /> + + </FrameLayout> + + <FrameLayout + android:id="@+id/default_activity_button" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:layout_gravity="center" + android:focusable="true" + android:addStatesFromChildren="true" + android:background="?attr/actionBarItemBackground"> + + <ImageView + android:id="@+id/image" + android:layout_width="56dip" + android:layout_height="36dip" + android:layout_gravity="center" + android:paddingTop="2dip" + android:paddingBottom="2dip" + android:paddingLeft="12dip" + android:paddingRight="12dip" + android:scaleType="fitCenter" + android:adjustViewBounds="true" /> + + </FrameLayout> + +</merge><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_activity_chooser_view_include.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view_include.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_activity_chooser_view_list_item.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_activity_chooser_view_list_item.xml new file mode 100644 index 0000000..f68455c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_activity_chooser_view_list_item.xml @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/list_item" + android:layout_width="match_parent" + android:layout_height="?attr/dropdownListPreferredItemHeight" + android:paddingLeft="16dip" + android:paddingRight="16dip" + android:minWidth="196dip" + android:orientation="vertical"> + + <LinearLayout + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:duplicateParentState="true" > + + <ImageView + android:id="@+id/icon" + android:layout_width="32dip" + android:layout_height="32dip" + android:layout_gravity="center_vertical" + android:layout_marginRight="8dip" + android:duplicateParentState="true"/> + + <TextView + android:id="@+id/title" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_vertical" + android:textAppearance="?attr/textAppearanceLargePopupMenu" + android:duplicateParentState="true" + android:singleLine="true" + android:ellipsize="marquee" + android:fadingEdge="horizontal"/> + + </LinearLayout> + +</LinearLayout><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_activity_chooser_view_list_item.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_activity_chooser_view_list_item.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_expanded_menu_layout.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_expanded_menu_layout.xml new file mode 100644 index 0000000..970df4d --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_expanded_menu_layout.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<android.support.v7.internal.view.menu.ExpandedMenuView + xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/expanded_menu" + android:layout_width="?attr/panelMenuListWidth" + android:layout_height="wrap_content"/> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_expanded_menu_layout.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_expanded_menu_layout.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_list_menu_item_checkbox.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_list_menu_item_checkbox.xml new file mode 100644 index 0000000..e3f50fb --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_list_menu_item_checkbox.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2007 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<CheckBox xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/checkbox" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_vertical" + android:focusable="false" + android:clickable="false" + android:duplicateParentState="true"/> + + +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_list_menu_item_checkbox.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_checkbox.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_list_menu_item_icon.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_list_menu_item_icon.xml new file mode 100644 index 0000000..b162e36 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_list_menu_item_icon.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2007 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<ImageView xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/icon" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_vertical" + android:layout_marginLeft="8dip" + android:layout_marginRight="-8dip" + android:layout_marginTop="8dip" + android:layout_marginBottom="8dip" + android:scaleType="centerInside" + android:duplicateParentState="true"/> + +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_list_menu_item_icon.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_icon.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_list_menu_item_layout.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_list_menu_item_layout.xml new file mode 100644 index 0000000..07aaa2b --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_list_menu_item_layout.xml @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<android.support.v7.internal.view.menu.ListMenuItemView + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="?attr/listPreferredItemHeightSmall"> + + <!-- Icon will be inserted here. --> + + <!-- The title and summary have some gap between them, and this 'group' should be centered vertically. --> + <RelativeLayout + android:layout_width="0dip" + android:layout_weight="1" + android:layout_marginLeft="?attr/listPreferredItemPaddingLeft" + android:layout_marginRight="?attr/listPreferredItemPaddingRight" + android:layout_height="wrap_content" + android:layout_gravity="center_vertical" + android:duplicateParentState="true"> + + <TextView + android:id="@+id/title" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_alignParentTop="true" + android:textAppearance="?attr/textAppearanceListItemSmall" + android:singleLine="true" + android:duplicateParentState="true" + android:ellipsize="marquee" + android:fadingEdge="horizontal" /> + + <TextView + android:id="@+id/shortcut" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_below="@id/title" + android:textAppearance="?android:attr/textAppearanceSmall" + android:singleLine="true" + android:duplicateParentState="true" /> + + </RelativeLayout> + + <!-- Checkbox, and/or radio button will be inserted here. --> + +</android.support.v7.internal.view.menu.ListMenuItemView> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_list_menu_item_layout.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_layout.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_list_menu_item_radio.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_list_menu_item_radio.xml new file mode 100644 index 0000000..69afdee --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_list_menu_item_radio.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2007 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<RadioButton xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/radio" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_vertical" + android:focusable="false" + android:clickable="false" + android:duplicateParentState="true"/> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_list_menu_item_radio.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_list_menu_item_radio.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_popup_menu_item_layout.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_popup_menu_item_layout.xml new file mode 100644 index 0000000..2e527a9 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_popup_menu_item_layout.xml @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2010 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<android.support.v7.internal.view.menu.ListMenuItemView + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="?attr/dropdownListPreferredItemHeight" + android:minWidth="196dip" + android:paddingRight="16dip"> + + <!-- Icon will be inserted here. --> + + <!-- The title and summary have some gap between them, and this 'group' should be centered vertically. --> + <RelativeLayout + android:layout_width="0dip" + android:layout_weight="1" + android:layout_height="wrap_content" + android:layout_gravity="center_vertical" + android:layout_marginLeft="16dip" + android:duplicateParentState="true"> + + <TextView + android:id="@+id/title" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_alignParentTop="true" + android:layout_alignParentLeft="true" + android:textAppearance="?attr/textAppearanceLargePopupMenu" + android:singleLine="true" + android:duplicateParentState="true" + android:ellipsize="marquee" + android:fadingEdge="horizontal"/> + + <TextView + android:id="@+id/shortcut" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_below="@id/title" + android:layout_alignParentLeft="true" + android:textAppearance="?attr/textAppearanceSmallPopupMenu" + android:singleLine="true" + android:duplicateParentState="true"/> + + </RelativeLayout> + + <!-- Checkbox, and/or radio button will be inserted here. --> + +</android.support.v7.internal.view.menu.ListMenuItemView> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_popup_menu_item_layout.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_popup_menu_item_layout.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_search_dropdown_item_icons_2line.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_search_dropdown_item_icons_2line.xml new file mode 100644 index 0000000..849f3ab --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_search_dropdown_item_icons_2line.xml @@ -0,0 +1,89 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* + * Copyright (C) 2013 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +--> + +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:paddingLeft="@dimen/abc_dropdownitem_text_padding_left" + android:paddingRight="4dip" + android:layout_width="match_parent" + android:layout_height="?attr/searchResultListItemHeight" > + + <!-- Icons come first in the layout, since their placement doesn't depend on + the placement of the text views. --> + <ImageView android:id="@android:id/icon1" + android:layout_width="@dimen/abc_dropdownitem_icon_width" + android:layout_height="48dip" + android:scaleType="centerInside" + android:layout_alignParentLeft="true" + android:layout_alignParentTop="true" + android:layout_alignParentBottom="true" + android:visibility="invisible" /> + + <ImageView android:id="@+id/edit_query" + android:layout_width="48dip" + android:layout_height="48dip" + android:scaleType="centerInside" + android:layout_alignParentRight="true" + android:layout_alignParentTop="true" + android:layout_alignParentBottom="true" + android:src="?attr/searchViewEditQuery" + android:background="?attr/searchViewEditQueryBackground" + android:visibility="gone" /> + + <ImageView android:id="@android:id/icon2" + android:layout_width="48dip" + android:layout_height="48dip" + android:scaleType="centerInside" + android:layout_alignWithParentIfMissing="true" + android:layout_toLeftOf="@id/edit_query" + android:layout_alignParentTop="true" + android:layout_alignParentBottom="true" + android:visibility="gone" /> + + + <!-- The subtitle comes before the title, since the height of the title depends on whether the + subtitle is visible or gone. --> + <TextView android:id="@android:id/text2" + style="?android:attr/dropDownItemStyle" + android:textAppearance="?attr/textAppearanceSearchResultSubtitle" + android:singleLine="true" + android:layout_width="match_parent" + android:layout_height="29dip" + android:paddingBottom="4dip" + android:gravity="top" + android:layout_toRightOf="@android:id/icon1" + android:layout_toLeftOf="@android:id/icon2" + android:layout_alignWithParentIfMissing="true" + android:layout_alignParentBottom="true" + android:visibility="gone" /> + + <!-- The title is placed above the subtitle, if there is one. If there is no + subtitle, it fills the parent. --> + <TextView android:id="@android:id/text1" + style="?android:attr/dropDownItemStyle" + android:textAppearance="?attr/textAppearanceSearchResultTitle" + android:singleLine="true" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_centerVertical="true" + android:layout_toRightOf="@android:id/icon1" + android:layout_toLeftOf="@android:id/icon2" + android:layout_above="@android:id/text2" /> + +</RelativeLayout><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_search_dropdown_item_icons_2line.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_search_dropdown_item_icons_2line.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_search_view.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_search_view.xml new file mode 100644 index 0000000..98088bb --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_search_view.xml @@ -0,0 +1,159 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* + * Copyright (C) 2013 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +--> +<LinearLayout + xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/search_bar" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="horizontal" + > + + <!-- This is actually used for the badge icon *or* the badge label (or neither) --> + <TextView + android:id="@+id/search_badge" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:gravity="center_vertical" + android:layout_marginBottom="2dip" + android:drawablePadding="0dip" + android:textAppearance="?android:attr/textAppearanceMedium" + android:textColor="?android:attr/textColorPrimary" + android:visibility="gone" + /> + + <ImageView + android:id="@+id/search_button" + style="?attr/actionButtonStyle" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:layout_gravity="center_vertical" + android:src="?attr/searchViewSearchIcon" + android:focusable="true" + android:contentDescription="@string/abc_searchview_description_search" + /> + + <LinearLayout + android:id="@+id/search_edit_frame" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_weight="1" + android:layout_gravity="center_vertical" + android:layout_marginTop="4dip" + android:layout_marginBottom="4dip" + android:layout_marginLeft="8dip" + android:layout_marginRight="8dip" + android:orientation="horizontal"> + + <ImageView + android:id="@+id/search_mag_icon" + android:layout_width="@dimen/abc_dropdownitem_icon_width" + android:layout_height="wrap_content" + android:scaleType="centerInside" + android:layout_marginLeft="@dimen/abc_dropdownitem_text_padding_left" + android:layout_gravity="center_vertical" + android:src="?attr/searchViewSearchIcon" + android:visibility="gone" + /> + + <!-- Inner layout contains the app icon, button(s) and EditText --> + <LinearLayout + android:id="@+id/search_plate" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_weight="1" + android:layout_gravity="center_vertical" + android:orientation="horizontal" + android:background="?attr/searchViewTextField"> + + <view class="android.support.v7.widget.SearchView$SearchAutoComplete" + style="?attr/searchViewAutoCompleteTextView" + android:id="@+id/search_src_text" + android:layout_height="36dip" + android:layout_width="0dp" + android:layout_weight="1" + android:minWidth="@dimen/abc_search_view_text_min_width" + android:layout_gravity="bottom" + android:paddingLeft="@dimen/abc_dropdownitem_text_padding_left" + android:paddingRight="@dimen/abc_dropdownitem_text_padding_right" + android:singleLine="true" + android:ellipsize="end" + android:background="@null" + android:inputType="text|textAutoComplete|textNoSuggestions" + android:imeOptions="actionSearch" + android:dropDownHeight="wrap_content" + android:dropDownAnchor="@id/search_edit_frame" + android:dropDownVerticalOffset="0dip" + android:dropDownHorizontalOffset="0dip" + android:contentDescription="@string/abc_searchview_description_query" + /> + + <ImageView + android:id="@+id/search_close_btn" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:paddingLeft="8dip" + android:paddingRight="8dip" + android:layout_gravity="center_vertical" + android:background="?attr/selectableItemBackground" + android:src="?attr/searchViewCloseIcon" + android:focusable="true" + android:contentDescription="@string/abc_searchview_description_clear" + /> + + </LinearLayout> + + <LinearLayout + android:id="@+id/submit_area" + android:orientation="horizontal" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:background="?attr/searchViewTextFieldRight"> + + <ImageView + android:id="@+id/search_go_btn" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:layout_gravity="center_vertical" + android:paddingLeft="16dip" + android:paddingRight="16dip" + android:background="?attr/selectableItemBackground" + android:src="?attr/searchViewGoIcon" + android:visibility="gone" + android:focusable="true" + android:contentDescription="@string/abc_searchview_description_submit" + /> + + <ImageView + android:id="@+id/search_voice_btn" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:layout_gravity="center_vertical" + android:paddingLeft="16dip" + android:paddingRight="16dip" + android:src="?attr/searchViewVoiceIcon" + android:background="?attr/selectableItemBackground" + android:visibility="gone" + android:focusable="true" + android:contentDescription="@string/abc_searchview_description_voice" + /> + </LinearLayout> + </LinearLayout> + +</LinearLayout><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_search_view.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_search_view.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/abc_simple_decor.xml b/vdrmanager/app/build/intermediates/res/release/layout/abc_simple_decor.xml new file mode 100644 index 0000000..7941d78 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/abc_simple_decor.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<LinearLayout + xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/action_bar_root" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="vertical" + android:fitsSystemWindows="true"> + + <FrameLayout + android:id="@id/action_bar_activity_content" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:foreground="?android:attr/windowContentOverlay"/> + +</LinearLayout> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/abc_simple_decor.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/abc_simple_decor.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/channel_item.xml b/vdrmanager/app/build/intermediates/res/release/layout/channel_item.xml new file mode 100644 index 0000000..72e5677 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/channel_item.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> + +<LinearLayout + xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/channel_item" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:padding="5dp" + android:orientation="horizontal"> + + <TextView + android:id="@+id/channel_name" + android:layout_width="wrap_content" + android:layout_height="wrap_content"/> + + <ImageView + android:id="@+id/channel_type" + android:layout_width="wrap_content" + android:layout_height="wrap_content"/> + +</LinearLayout> <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/channel_item.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/channel_list.xml b/vdrmanager/app/build/intermediates/res/release/layout/channel_list.xml new file mode 100644 index 0000000..603fe2d --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/channel_list.xml @@ -0,0 +1,102 @@ +<!-- + Copyright 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + + +<!-- A DrawerLayout is intended to be used as the top-level content view using match_parent for both width and height to consume the full space available. --> +<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/drawer_layout" + android:layout_width="match_parent" + android:layout_height="match_parent" > + + <!-- + As the main content view, the view below consumes the entire + space available using match_parent in both dimensions. + --> + + <ViewFlipper + xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/flipper" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" > + + <LinearLayout + android:id="@+id/main_content" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" > + + <EditText + android:id="@+id/search_box" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:hint="@string/type_to_filter" + android:inputType="text" + android:maxLines="1" + android:visibility="gone" /> + + <ExpandableListView + android:id="@+id/channel_list" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:layout_alignParentTop="true" + android:layout_alignWithParentIfMissing="true" + android:layout_centerHorizontal="true" + android:cacheColorHint="?android:attr/colorBackground" /> + + <TextView + android:id="@android:id/empty" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="Empty set" /> + </LinearLayout> + + <LinearLayout + android:id="@+id/no_connection_layout" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" > + + <LinearLayout + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:gravity="center" + android:orientation="horizontal" > + + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/no_connection" + android:textSize="18dip" /> + + <ImageView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:src="@drawable/sad" /> + + <Button + android:id="@+id/retry_button" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/no_connection_retry" + android:textSize="18dip" /> + </LinearLayout> + </LinearLayout> + </ViewFlipper> + + <include layout="@layout/left_drawer" /> + +</android.support.v4.widget.DrawerLayout><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/channel_list.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/channel_list_fragment.xml b/vdrmanager/app/build/intermediates/res/release/layout/channel_list_fragment.xml new file mode 100644 index 0000000..49c8fb5 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/channel_list_fragment.xml @@ -0,0 +1,71 @@ +<ViewFlipper xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/flipper" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" > + + <LinearLayout + android:id="@+id/main_content" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" > + + <EditText + android:id="@+id/search_box" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:hint="@string/type_to_filter" + android:inputType="text" + android:maxLines="1" + android:visibility="gone" /> + + <ExpandableListView + android:id="@+id/channel_list" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:layout_alignParentTop="true" + android:layout_alignWithParentIfMissing="true" + android:layout_centerHorizontal="true" + android:cacheColorHint="?android:attr/colorBackground" /> + + <TextView + android:id="@android:id/empty" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="Empty set" /> + </LinearLayout> + + <LinearLayout + android:id="@+id/no_connection_layout" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" > + + <LinearLayout + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:gravity="center" + android:orientation="horizontal" > + + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/no_connection" + android:textSize="18dip" /> + + <ImageView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:src="@drawable/sad" /> + + <Button + android:id="@+id/retry_button" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/no_connection_retry" + android:textSize="18dip" /> + </LinearLayout> + </LinearLayout> + +</ViewFlipper> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/channel_list_fragment.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/child_layout.xml b/vdrmanager/app/build/intermediates/res/release/layout/child_layout.xml new file mode 100644 index 0000000..f2d2264 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/child_layout.xml @@ -0,0 +1,26 @@ +<LinearLayout android:id="@+id/LinearLayout01" + android:layout_width="fill_parent" android:layout_height="40dip" + xmlns:android="http://schemas.android.com/apk/res/android" + > + <LinearLayout android:layout_width="fill_parent" + android:background="@android:drawable/list_selector_background" + android:layout_height="wrap_content"> + <TextView android:id="@+id/channel_name" + android:layout_width="wrap_content" android:layout_height="wrap_content" + android:text="Channel" android:gravity="center_vertical|left" + android:paddingLeft="15dip" android:paddingRight="5dip" + android:textColor="#ffffffff" + android:textStyle="bold" android:maxLines="2" + android:textAppearance="?android:textAppearanceMedium" + android:layout_weight="2" /> + + <TextView android:id="@+id/channel_aux" android:layout_width="40dip" + android:layout_height="40dip" android:layout_weight="1" android:text="23" + android:gravity="center_vertical|right" android:ellipsize="end" + android:layout_marginRight="5dip" android:textColor="#BDBDBD" + android:textSize="11sp" + android:textAppearance="?android:textAppearanceSmall" /> + </LinearLayout> + +</LinearLayout> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/child_layout.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/drawer_list_item.xml b/vdrmanager/app/build/intermediates/res/release/layout/drawer_list_item.xml new file mode 100644 index 0000000..b89810f --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/drawer_list_item.xml @@ -0,0 +1,27 @@ +<!-- + Copyright 2013 The Android Open Source Project + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + --> + +<TextView xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@android:id/text1" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:textAppearance="?android:attr/textAppearanceListItemSmall" + android:gravity="center_vertical" + android:paddingLeft="16dp" + android:paddingRight="16dp" + android:textColor="#fff" + android:background="?android:attr/activatedBackgroundIndicator" + android:minHeight="?android:attr/listPreferredItemHeightSmall"/><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/drawer_list_item.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/edit_remote_key.xml b/vdrmanager/app/build/intermediates/res/release/layout/edit_remote_key.xml new file mode 100644 index 0000000..ec997cf --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/edit_remote_key.xml @@ -0,0 +1,49 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:orientation="vertical" android:layout_width="match_parent" + android:padding="5dp" + android:layout_height="match_parent"> + + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/label" + android:id="@+id/hitkLabel" /> + + <EditText + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:id="@+id/hitk" /> + + <TextView + android:layout_marginTop="10dp" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/hitkcommand"/> + + <Spinner + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:id="@+id/hitkSpinner" /> + + <LinearLayout android:visibility="gone" + android:orientation="horizontal" + android:layout_width="match_parent" + android:layout_height="wrap_content"> + + <Button + android:layout_weight="1" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@android:string/cancel" + android:id="@+id/button7" + android:layout_gravity="right" /> + + <Button + android:layout_weight="1" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@android:string/ok" + android:id="@+id/button6" /> + </LinearLayout> +</LinearLayout><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/edit_remote_key.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/epg_detail.xml b/vdrmanager/app/build/intermediates/res/release/layout/epg_detail.xml new file mode 100644 index 0000000..d20d161 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/epg_detail.xml @@ -0,0 +1,249 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" + android:padding="2dip" > + + <TextView + android:id="@+id/epg_detail_title" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:text="Unterwegs nach Cold Mountain" + android:textAppearance="?android:textAppearanceMedium" + android:textStyle="bold" /> + + <LinearLayout + android:id="@+id/epg_detail_time_channel" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:orientation="horizontal" > + + <TextView + android:id="@+id/epg_detail_time" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:gravity="left" + android:text="20:10-20-15" + android:textAppearance="?android:textAppearanceSmall" /> + + <TextView + android:id="@+id/epg_detail_duration" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_weight="1" + android:gravity="right" + android:paddingLeft="10dip" + android:text="2/123min" + android:textAppearance="?android:textAppearanceSmall" /> + + <TextView + android:id="@+id/epg_detail_channel" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_weight="1" + android:gravity="right" + android:text="Sky Cinema" + android:visibility="gone" /> + </LinearLayout> + + <LinearLayout + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_marginTop="0dip" + android:orientation="horizontal" + android:padding="3dip" + android:paddingBottom="1dip" > + + <ImageView + android:id="@+id/epg_timer_state" + android:layout_width="16dp" + android:layout_height="16dp" + android:layout_centerVertical="true" + android:layout_marginRight="5dip" + android:visibility="gone" /> + + <TextView + android:id="@+id/epg_detail_shorttext" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_weight="1" + android:gravity="left" + android:text="Krimikömedie" + android:textAppearance="?android:textAppearanceSmall" /> + </LinearLayout> + + <TextView + android:id="@+id/epg_detail_separator_0" + android:layout_width="fill_parent" + android:layout_height="2sp" /> + + <ProgressBar + android:id="@+id/epg_detail_progress" + style="?android:attr/progressBarStyleHorizontal" + android:layout_width="fill_parent" + android:layout_height="2dip" + android:indeterminate="false" + android:progress="40" /> + + <ScrollView + android:id="@+id/epg_detail_description_scroll" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_weight="1" + android:padding="5dip" > + + <LinearLayout + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:orientation="vertical" > + + <TextView + android:id="@+id/epg_detail_description" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:textSize="16dip" > + </TextView> + + <View style="@style/Line" /> + + <LinearLayout android:id="@+id/audio_block" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:orientation="horizontal" > + + <ImageView + android:id="@+id/audio_image" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:src="@drawable/ic_volume_small" /> + + <TextView + android:id="@+id/epg_detail_audio" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_marginLeft="5dp" + android:text="" /> + </LinearLayout> + + <TextView + android:id="@+id/epg_detail_cats" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:text="Thriller, Comedy" /> + + </LinearLayout> + </ScrollView> + + <TextView + android:id="@+id/epg_detail_separator_2" + android:layout_width="fill_parent" + android:layout_height="1sp" /> + + <TextView + android:id="@+id/epg_detail_separator_3" + android:layout_width="fill_parent" + android:layout_height="4sp" /> + + <TableLayout + android:id="@+id/root" + style="@android:style/ButtonBar" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:stretchColumns="*" > + + <TableRow + android:id="@+id/first_row" + android:layout_margin="0dip" > + + <ImageButton + android:id="@+id/epg_event_livetv" + style="?android:attr/buttonStyleSmall" + android:layout_width="0dip" + android:layout_height="wrap_content" + android:layout_centerHorizontal="true" + android:layout_gravity="center_horizontal" + android:layout_weight="1" + android:background="@android:drawable/list_selector_background" + android:src="@drawable/tv" + android:text="@string/epg_eent_livetv_text" /> + + <ImageButton + android:id="@+id/epg_event_imdb" + style="?android:attr/buttonStyleSmall" + android:layout_width="0dip" + android:layout_height="wrap_content" + android:layout_weight="1" + android:background="@android:drawable/list_selector_background" + android:src="@drawable/imdb" + android:text="@string/epg_event_imdb_text" /> + + <ImageButton + android:id="@+id/epg_event_omdb" + style="?android:attr/buttonStyleSmall" + android:layout_width="0dip" + android:layout_height="wrap_content" + android:layout_weight="1" + android:background="@android:drawable/list_selector_background" + android:src="@drawable/omdb" + android:text="@string/epg_event_omdb_text" /> + + <ImageButton + android:id="@+id/epg_event_tmdb" + style="?android:attr/buttonStyleSmall" + android:layout_width="0dip" + android:layout_height="wrap_content" + android:layout_weight="1" + android:background="@android:drawable/list_selector_background" + android:src="@drawable/tmdb" + android:text="@string/epg_event_tmdb_text" /> + + <ImageButton + android:id="@+id/epg_event_create_timer" + style="?android:attr/buttonStyleSmall" + android:layout_width="0dip" + android:layout_height="wrap_content" + android:layout_centerHorizontal="true" + android:layout_gravity="center_horizontal" + android:layout_weight="1" + android:background="@android:drawable/list_selector_background" + android:src="@drawable/timer" + android:text="@string/epg_event_create_timer_text" /> + </TableRow> + </TableLayout> + <!-- + <ImageButton + android:id="@+id/epg_event_share" + android:src="@android:drawable/ic_menu_share" + android:layout_width="wrap_content" + android:layout_height="wrap_content" android:layout_marginLeft="20dip" android:layout_marginRight="20dip" + android:layout_gravity="center_horizontal" + android:layout_centerHorizontal="true" + android:background="@android:drawable/list_selector_background" + style="?android:attr/buttonStyleSmall" + android:text="@string/epg_event_share_text"/> + --> + + + <!-- + <ImageButton + android:id="@+id/epg_event_epg" + android:src="@drawable/epg" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_horizontal" + android:layout_centerHorizontal="true" android:layout_weight="1" + android:background="@android:drawable/list_selector_background" + style="?android:attr/buttonStyleSmall" + android:text="@string/epg_event_create_timer_text"/> + --> + <!-- + <ImageButton android:visibility="gone" + android:id="@+id/epg_event_right" + android:src="@drawable/ic_menu_forward" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:background="@android:drawable/list_selector_background"/> + --> + +</LinearLayout><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/epg_detail.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/epg_event_item.xml b/vdrmanager/app/build/intermediates/res/release/layout/epg_event_item.xml new file mode 100644 index 0000000..3b86bd2 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/epg_event_item.xml @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/timer_item" android:layout_width="fill_parent" + android:layout_height="fill_parent" android:padding="5dp" android:paddingBottom="2dp" + android:orientation="vertical"> + +<LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical" + android:background="@android:drawable/list_selector_background" +> +<TextView + android:id="@+id/timer_item_channel" + android:layout_width="wrap_content" + android:layout_height="wrap_content" android:text="Sky Film" style="@android:style/TextAppearance.Medium"/> + + <ProgressBar + android:id="@+id/timer_progress" android:layout_width="fill_parent" + android:indeterminate="false" android:layout_height="2dip" android:layout_marginTop="3dip" + style="?android:attr/progressBarStyleHorizontal" android:visibility="gone" /> + + <LinearLayout android:layout_width="fill_parent" + android:layout_height="wrap_content" android:layout_marginTop="0dip"> + + <TextView android:id="@+id/timer_item_time" android:textAppearance="?android:textAppearanceMedium" + android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@android:drawable/list_selector_background" + android:gravity="left" android:text="22:33" android:paddingRight="5dip" /> + + <TextView android:id="@+id/timer_item_title" android:text="timer_item_title" android:layout_weight="1" android:textStyle="bold" + android:ellipsize="end" android:layout_width="wrap_content" android:background="@android:drawable/list_selector_background" + android:textAppearance="?android:textAppearanceMedium" + android:layout_height="wrap_content" /> + + </LinearLayout> + + <LinearLayout android:layout_width="fill_parent" android:padding="1dip" android:paddingBottom="1dip" + android:layout_height="wrap_content" android:layout_marginTop="0dip" android:gravity="center" + android:orientation="horizontal"> + + <ImageView android:id="@+id/timer_item_state" android:layout_marginRight="3dip" android:src="@drawable/newrecording" + android:layout_width="16dp" android:layout_height="16dp" + android:visibility="gone" /> + + <ImageView android:id="@+id/timer_item_other" android:layout_marginRight="3dip" android:src="@drawable/schere" + android:layout_width="16dp" android:layout_height="16dp" + android:visibility="gone" /> + + <TextView android:id="@+id/timer_item_shorttext" android:textAppearance="?android:textAppearanceSmall" + android:text="timer_short_text" + android:ellipsize="end" + android:singleLine="true" + android:maxLines="1" + android:layout_width="wrap_content" android:layout_weight="1" + android:layout_height="wrap_content" /> + + <TextView android:id="@+id/timer_item_duration" + android:ellipsize="end" android:layout_width="wrap_content" android:gravity="right" android:textSize="13dip" + android:layout_height="wrap_content" android:text="89min"/> + + </LinearLayout> + + <TextView android:id="@+id/event_item_description" + android:layout_width="wrap_content" + android:textAppearance="?android:textAppearanceSmall" + android:visibility="gone" + android:textSize="12dip" + android:padding="3dip" + android:layout_height="wrap_content" /> +</LinearLayout> +</LinearLayout><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/epg_event_item.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/epg_search.xml b/vdrmanager/app/build/intermediates/res/release/layout/epg_search.xml new file mode 100644 index 0000000..faccedf --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/epg_search.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical"> + + <TextView + android:id="@+id/epg_search_title" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:textStyle="bold"/> + + <EditText + android:id="@+id/epg_search_text" + android:layout_width="fill_parent" + android:layout_height="wrap_content"/> + + <TextView + android:id="@+id/epg_detail_time" + android:layout_width="fill_parent" + android:layout_height="wrap_content"/> + + <Button + android:id="@+id/epg_search_button" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_horizontal" + android:text="@string/epg_search_button"/> + +</LinearLayout> + +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/epg_search.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/epg_search_times_item.xml b/vdrmanager/app/build/intermediates/res/release/layout/epg_search_times_item.xml new file mode 100644 index 0000000..68f0175 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/epg_search_times_item.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<TextView xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:paddingLeft="5dp" + android:paddingRight="5dp" + android:gravity= "center_vertical" + android:textAppearance="?android:textAppearanceLarge" + android:lines="2"/> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/epg_search_times_item.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/epg_search_times_list.xml b/vdrmanager/app/build/intermediates/res/release/layout/epg_search_times_list.xml new file mode 100644 index 0000000..a4ac3ab --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/epg_search_times_list.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="utf-8"?> +<RelativeLayout + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical"> + + <ListView + android:id="@+id/epg_search_times_list" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_alignParentTop="true" + android:cacheColorHint="?android:attr/colorBackground"/> + + <Button + android:id="@+id/epg_search_times_add" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_below="@id/epg_search_times_add" + android:layout_alignParentBottom="true" + android:layout_centerHorizontal="true" + android:text="@string/epg_search_times_add"/> + + +</RelativeLayout> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/epg_search_times_list.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/epgdetails.xml b/vdrmanager/app/build/intermediates/res/release/layout/epgdetails.xml new file mode 100644 index 0000000..76c9d2e --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/epgdetails.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:orientation="vertical" + android:layout_width="fill_parent" + android:layout_height="fill_parent"> + <!-- + <com.jakewharton.androidviewpagerindicator.TitlePageIndicator + android:id="@+id/indicator" + android:layout_width="fill_parent" + android:layout_height="wrap_content" /> + --> + <android.support.v4.view.ViewPager + android:id="@+id/viewpager" + android:layout_width="fill_parent" + android:layout_height="0dip" + android:layout_weight="1" /> +</LinearLayout><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/epgdetails.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/event_epg_list.xml b/vdrmanager/app/build/intermediates/res/release/layout/event_epg_list.xml new file mode 100644 index 0000000..1ce57ab --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/event_epg_list.xml @@ -0,0 +1,116 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- A DrawerLayout is intended to be used as the top-level content view using match_parent for both width and height to consume the full space available. --> +<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/drawer_layout" + android:layout_width="match_parent" + android:layout_height="match_parent" > + + <ViewFlipper + android:id="@+id/flipper" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" > + + <RelativeLayout + android:layout_width="fill_parent" + android:layout_height="wrap_content" > + + <LinearLayout + android:id="@+id/whatson_time" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_alignParentLeft="true" + android:layout_alignParentTop="true" + android:orientation="horizontal" > + + <Spinner + android:id="@+id/epg_list_channel_spinner" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_marginTop="3dip" + android:layout_weight="1" + android:prompt="@string/epg_list_channel_spinner" /> + + <ImageView + android:id="@+id/switch_epg_view" + style="?android:attr/buttonStyleSmall" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:layout_centerHorizontal="true" + android:layout_gravity="center_horizontal" + android:background="@android:drawable/list_selector_background" + android:clickable="true" + android:src="@drawable/ic_menu_revert" /> + </LinearLayout> + + <ListView + android:id="@+id/whatson_list" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_above="@+id/channel_info" + android:layout_alignWithParentIfMissing="true" + android:layout_below="@+id/whatson_time" + android:layout_centerHorizontal="true" + android:cacheColorHint="?android:attr/colorBackground" /> + + <LinearLayout + android:id="@+id/channel_info" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_alignParentBottom="true" + android:layout_marginTop="4dp" + android:background="@drawable/back" + android:orientation="horizontal" + android:padding="2dp" > + + <ImageView + android:id="@+id/audio_image" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:src="@drawable/ic_volume_small" /> + + <TextView + android:id="@+id/channel_audio" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_marginLeft="5dp" + android:text="" /> + </LinearLayout> + </RelativeLayout> + + <LinearLayout + android:id="@+id/no_connection_layout" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" > + + <LinearLayout + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:gravity="center" + android:orientation="horizontal" > + + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/no_connection" + android:textSize="18dip" /> + + <ImageView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:src="@drawable/sad" /> + + <Button + android:id="@+id/retry_button" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/no_connection_retry" + android:textSize="18dip" /> + </LinearLayout> + </LinearLayout> + </ViewFlipper> + + <include layout="@layout/left_drawer" /> + +</android.support.v4.widget.DrawerLayout><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/event_epg_list.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/fetch_preference.xml b/vdrmanager/app/build/intermediates/res/release/layout/fetch_preference.xml new file mode 100644 index 0000000..a20f1ec --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/fetch_preference.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="horizontal" + android:padding="5dip"> + + <EditText + android:id="@+id/edit" + android:layout_width="0dip" + android:layout_height="wrap_content" + android:layout_weight="1" + android:singleLine="true" /> + + <ImageButton + android:src="@drawable/ic_menu_refresh" + android:id="@+id/button" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:minWidth="64dip" + android:minHeight="48dip"/> + +</LinearLayout><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/fetch_preference.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/folder_item.xml b/vdrmanager/app/build/intermediates/res/release/layout/folder_item.xml new file mode 100644 index 0000000..145ca10 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/folder_item.xml @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:orientation="horizontal" + android:padding="5dip" + android:layout_height="wrap_content" > + + <ImageView + android:layout_width="24dp" + android:layout_height="24dp" + android:src="@drawable/folder" /> + + <TextView + android:id="@+id/header_item" + android:textAppearance="?android:textAppearanceMedium" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:paddingLeft="5dip" + android:layout_weight="1" + android:layout_gravity="center_vertical" + android:text="House of Cards" /> + + + <TextView + android:id="@+id/count" + android:textAppearance="?android:textAppearanceMedium" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_vertical" + android:text="3" /> + +</LinearLayout><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/folder_item.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/group_layout.xml b/vdrmanager/app/build/intermediates/res/release/layout/group_layout.xml new file mode 100644 index 0000000..803a95b --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/group_layout.xml @@ -0,0 +1,17 @@ +<LinearLayout android:id="@+id/LinearLayout01" + android:layout_width="fill_parent" android:layout_height="40dip" + xmlns:android="http://schemas.android.com/apk/res/android"> + <!-- --> + <TextView android:id="@+id/group_name" android:layout_width="wrap_content" + android:layout_height="40dip" android:text="Sky" android:gravity="center_vertical|left" + android:paddingLeft="35dip" android:paddingRight="5dip" + android:textColor="#BDBDBD" android:textStyle="bold" + android:textAppearance="?android:textAppearanceMedium" /> + <TextView android:id="@+id/channel_count" + android:layout_width="fill_parent" android:layout_height="40dip" + android:text="23" android:gravity="center_vertical|right" + android:layout_marginRight="5dip" android:textColor="#BDBDBD" + android:textStyle="bold" android:textAppearance="?android:textAppearanceMedium" /> + +</LinearLayout> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/group_layout.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/header_item.xml b/vdrmanager/app/build/intermediates/res/release/layout/header_item.xml new file mode 100644 index 0000000..ba1aa12 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/header_item.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<TextView xmlns:android="http://schemas.android.com/apk/res/android" +android:text="Header" +android:layout_margin="2dip" android:paddingLeft="4dip" android:paddingRight="4dip" +android:background="#444444" +android:textAppearance="?android:textAppearanceMedium" +android:layout_width="fill_parent" android:layout_height="wrap_content" android:id="@+id/header_item"/> + +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/header_item.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/left_drawer.xml b/vdrmanager/app/build/intermediates/res/release/layout/left_drawer.xml new file mode 100644 index 0000000..4e9724b --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/left_drawer.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> + +<!-- + android:layout_gravity="start" tells DrawerLayout to treat + this as a sliding drawer on the left side for left-to-right + languages and on the right side for right-to-left languages. + The drawer is given a fixed width in dp and extends the full height of + the container. A solid background is used for contrast + with the content view. +--> +<ListView xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/left_drawer" + android:layout_width="240dp" + android:layout_height="match_parent" + android:layout_gravity="start" + android:background="#111" + android:choiceMode="singleChoice" + android:divider="@android:color/transparent" + android:dividerHeight="0dp" /> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/left_drawer.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/main.xml b/vdrmanager/app/build/intermediates/res/release/layout/main.xml new file mode 100644 index 0000000..db46edd --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/main.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<TabHost xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@android:id/tabhost" + android:layout_width="fill_parent" + android:layout_height="fill_parent"> + <LinearLayout + android:orientation="vertical" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:padding="5dp"> + <TabWidget + android:id="@android:id/tabs" + android:layout_width="fill_parent" + android:layout_height="wrap_content" /> + <FrameLayout + android:id="@android:id/tabcontent" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:padding="5dp" /> + </LinearLayout> +</TabHost><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/main.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/no_connection.xml b/vdrmanager/app/build/intermediates/res/release/layout/no_connection.xml new file mode 100644 index 0000000..9a4ede7 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/no_connection.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" + android:visibility="gone" > + + <LinearLayout + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:gravity="center" + android:orientation="horizontal" > + + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/no_connection" + android:textSize="18dip" /> + + <ImageView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:src="@drawable/sad" /> + + <Button + android:id="@+id/retry_button" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/no_connection_retry" + android:textSize="18dip" /> + </LinearLayout> + +</LinearLayout><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/no_connection.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/recording_detail.xml b/vdrmanager/app/build/intermediates/res/release/layout/recording_detail.xml new file mode 100644 index 0000000..067847b --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/recording_detail.xml @@ -0,0 +1,100 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical"> + + <ScrollView + android:id="@+id/timer_detail_scroll" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_weight="0.5"> + + <LinearLayout + android:id="@+id/timer_detail_layout" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:orientation="vertical"> + + <TextView + android:id="@+id/timer_detail_channel_title" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:textStyle="bold" + android:text="@string/timer_detail_channel_title"/> + + <EditText + android:id="@+id/timer_detail_channel" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:editable="false"/> + + <TextView + android:id="@+id/timer_detail_title_title" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:textStyle="bold" + android:text="@string/timer_detail_title_title"/> + + <EditText + android:id="@+id/timer_detail_title" + android:layout_width="fill_parent" + android:layout_height="wrap_content"/> + + <TextView + android:id="@+id/timer_detail_start_title" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/timer_detail_start_title"/> + + <LinearLayout + android:id="@+id/timer_detail_start_daytime" + android:layout_width="fill_parent" + android:layout_height="wrap_content"> + + <EditText + android:id="@+id/timer_detail_start" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:editable="false"/> + + <EditText + android:id="@+id/timer_detail_day" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:editable="false"/> + + </LinearLayout> + + <TextView + android:id="@+id/timer_detail_end_title" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/timer_detail_end_title"/> + + <EditText + android:id="@+id/timer_detail_end" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:editable="false"/> + + <TextView + android:id="@+id/timer_detail_fill" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:layout_weight="0.5"/> + + </LinearLayout> + + </ScrollView> + + <Button + android:id="@+id/timer_details_save" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_horizontal" + android:text="@string/timer_details_create_title"/> + +</LinearLayout> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/recording_detail.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/recording_list.xml b/vdrmanager/app/build/intermediates/res/release/layout/recording_list.xml new file mode 100644 index 0000000..caffca4 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/recording_list.xml @@ -0,0 +1,111 @@ +<?xml version="1.0" encoding="utf-8"?> +<android.support.v4.widget.DrawerLayout + xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/drawer_layout" + android:layout_width="match_parent" + android:layout_height="match_parent"> +<ViewFlipper xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/flipper" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" > + + <RelativeLayout + android:id="@+id/main_content" + android:layout_width="fill_parent" + android:layout_height="wrap_content" > + + <LinearLayout + android:id="@+id/rec_folder_info" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_alignParentLeft="true" + android:layout_alignParentTop="true" + android:orientation="horizontal" + android:paddingBottom="2dp" + android:paddingLeft="5dp" + android:paddingRight="5dp" + android:paddingTop="2dp" > + + <TextView + android:id="@+id/folder_info" + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" /> + + <TextView + android:id="@+id/current_count" + android:layout_width="wrap_content" + android:layout_height="wrap_content" /> + </LinearLayout> + + <ListView + android:id="@+id/recording_list" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_above="@+id/driver_info_container" + android:layout_below="@+id/rec_folder_info" + android:layout_centerHorizontal="true" + android:cacheColorHint="?android:attr/colorBackground" /> + + <LinearLayout + android:id="@+id/driver_info_container" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_alignParentBottom="true" + android:layout_alignWithParentIfMissing="true" + android:layout_marginTop="4dp" + android:background="@drawable/back" + android:orientation="vertical" + android:padding="2dp" > + + <TextView + android:id="@+id/drive_info" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:drawableLeft="@drawable/ic_drive" + android:drawablePadding="5dp" + android:gravity="center" > + </TextView> + + <ProgressBar + android:id="@+id/drive_info_pb" + style="?android:attr/progressBarStyleHorizontal" + android:layout_width="fill_parent" + android:layout_height="1dip" + android:indeterminate="false" /> + </LinearLayout> + </RelativeLayout> + + <LinearLayout + android:id="@+id/no_connection_layout" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:gravity="center" + android:orientation="horizontal" > + + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/no_connection" + android:textSize="18sp" /> + + <ImageView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:contentDescription="@string/sad_img" + android:src="@drawable/sad" /> + + <Button + android:id="@+id/retry_button" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/no_connection_retry" + android:textSize="18sp" /> + </LinearLayout> + +</ViewFlipper> + +<include layout="@layout/left_drawer" /> + +</android.support.v4.widget.DrawerLayout><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/recording_list.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/remote.xml b/vdrmanager/app/build/intermediates/res/release/layout/remote.xml new file mode 100644 index 0000000..dd6f68b --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/remote.xml @@ -0,0 +1,342 @@ +<?xml version="1.0" encoding="utf-8"?> +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:app="http://schemas.android.com/apk/res-auto" + android:id="@+id/root" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" + android:padding="5dp"> + + <LinearLayout + android:id="@+id/resultwrapper" + android:layout_width="fill_parent" + android:layout_alignParentEnd="true" + android:layout_alignParentRight="true" + android:layout_alignParentTop="true" + android:layout_height="wrap_content"> + <de.androvdr.widget.AnimatedTextView + android:id="@+id/result" + android:maxLines="1" + android:layout_width="0dp" + android:layout_weight="1" + android:layout_height="wrap_content" + android:textSize="10sp" + android:gravity="right" /> + </LinearLayout> + + + + <LinearLayout + android:id="@+id/rows0" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:orientation="horizontal" + android:layout_alignParentLeft="true" + android:layout_alignParentStart="true" + android:layout_marginBottom="10dp" + android:layout_below="@+id/resultwrapper"> + + <de.androvdr.widget.FontAwesomeButton + style="?android:attr/buttonStyleSmall" + + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:tag="Power" + android:text="" + android:id="@+id/Power" /> + + <de.androvdr.widget.FontAwesomeButton + style="?android:attr/buttonStyleSmall" + android:layout_width="0dp" + + android:layout_height="wrap_content" + android:layout_weight="1" + android:tag="Back" + android:text="Back" /> + + <de.androvdr.widget.FontAwesomeButton + style="?android:attr/buttonStyleSmall" + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:tag="" + /> + + + + + + + + <de.androvdr.widget.FontAwesomeButton + style="?android:attr/buttonStyleSmall" + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:tag="Setup" + android:text="" /> + </LinearLayout> + + <RelativeLayout + android:id="@+id/navigation" + + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_alignParentRight="true" + android:layout_alignParentEnd="true" + android:layout_below="@+id/colorButtons" + android:layout_above="@+id/rows1"> + + <de.androvdr.widget.SquareButton + android:id="@+id/ok" + style="@style/cursorButton" + android:layout_centerVertical="true" + android:layout_gravity="center_horizontal" + android:layout_toLeftOf="@+id/right" + android:layout_toStartOf="@+id/right" + android:tag="Ok" + android:text="OK" /> + + + <de.androvdr.widget.SquareButton + android:id="@+id/right" + style="@style/cursorButton" + android:tag="Right" + android:text="▶" + android:layout_centerVertical="true" + android:layout_toRightOf="@+id/up" + android:layout_toEndOf="@+id/up" /> + + + <de.androvdr.widget.SquareButton + android:id="@+id/left" + style="@style/cursorButton" + android:tag="Left" + android:text="◀" + android:layout_centerVertical="true" + android:layout_toLeftOf="@+id/ok" + android:layout_toStartOf="@+id/ok" /> + + <de.androvdr.widget.SquareButton + android:id="@+id/up" + style="@style/cursorButton" + android:layout_gravity="center_horizontal" + android:tag="Up" + android:text="▲" + android:layout_above="@+id/ok" + android:layout_centerHorizontal="true" /> + + <de.androvdr.widget.FontAwesomeButton + android:id="@+id/ChannelUp" + style="@style/volChanButton" + + android:tag="Channel+" + android:text="" + android:layout_alignTop="@+id/up" + android:layout_alignParentRight="true" + android:layout_alignParentEnd="true" /> + + <de.androvdr.widget.FontAwesomeButton + android:id="@+id/VolumeUp" + style="@style/volChanButton" + android:layout_height="wrap_content" + android:tag="Volume+" + android:text="" + android:layout_alignTop="@+id/up" + android:layout_alignParentLeft="true" + android:layout_alignParentStart="true" /> + + <de.androvdr.widget.SquareButton + android:id="@+id/down" + style="@style/cursorButton" + + android:layout_gravity="center_horizontal" + + android:tag="Down" + android:text="▼" + android:layout_below="@+id/ok" + android:layout_toLeftOf="@+id/right" + android:layout_toStartOf="@+id/right" /> + + <de.androvdr.widget.FontAwesomeButton + android:id="@+id/ChannelDown" + style="@style/volChanButton" + android:tag="Channel-" + android:text="" + android:layout_alignBottom="@+id/down" + android:layout_alignParentRight="true" + android:layout_alignParentEnd="true" /> + + <de.androvdr.widget.FontAwesomeButton + android:id="@+id/VolumeDown" + style="@style/volChanButton" + android:tag="Volume-" + android:text="" + android:layout_alignBottom="@+id/down" + android:layout_alignParentLeft="true" + android:layout_alignParentStart="true" /> + + </RelativeLayout> + + + + <LinearLayout + android:id="@+id/colorButtons" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:orientation="horizontal" + android:layout_alignParentRight="true" + android:layout_alignParentEnd="true" + android:layout_below="@+id/rows0"> + + + <de.androvdr.widget.FontAwesomeButton + android:id="@+id/red" + style="?android:attr/buttonStyleSmall" + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:tag="Red" + android:text="" + android:textColor="@color/red" + /> + + + <de.androvdr.widget.FontAwesomeButton + android:id="@+id/green" + style="?android:attr/buttonStyleSmall" + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:text="" + android:tag="Green" + android:textColor="@color/green" + /> + + + <de.androvdr.widget.FontAwesomeButton + android:id="@+id/yellow" + style="?android:attr/buttonStyleSmall" + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:tag="Yellow" + android:text="" + android:textColor="@color/yellow" + /> + + + <de.androvdr.widget.FontAwesomeButton + android:id="@+id/blue" + style="?android:attr/buttonStyleSmall" + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:tag="Blue" + android:text="" + android:textColor="@color/blue" + /> + + + </LinearLayout> + + + <LinearLayout + android:id="@+id/rows1" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_alignParentLeft="true" + android:layout_alignParentStart="true" + android:orientation="horizontal" + android:layout_above="@+id/rows2"> + + <de.androvdr.widget.FontAwesomeButton + style="?android:attr/buttonStyleSmall" + + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:tag="Mute" + android:text="" /> + + + <de.androvdr.widget.FontAwesomeButton + style="?android:attr/buttonStyleSmall" + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:tag="Info" + android:text="" /> + + <de.androvdr.widget.FontAwesomeButton + style="?android:attr/buttonStyleSmall" + android:layout_width="0dp" + + android:layout_height="wrap_content" + android:layout_weight="1" + android:tag="Back" + android:text="" /> + + + <de.androvdr.widget.FontAwesomeButton + style="?android:attr/buttonStyleSmall" + android:layout_width="0dp" + + android:layout_height="wrap_content" + android:layout_weight="1" + android:tag="Menu" + android:text="" /> + + </LinearLayout> + + + <LinearLayout + + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:id="@+id/rows2" + android:orientation="horizontal" + android:layout_marginTop="10dp" + android:layout_marginBottom="10dp" + android:layout_alignParentBottom="true"> + + <de.androvdr.widget.FontAwesomeButton + style="?android:attr/buttonStyleSmall" + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:tag="Audio" + android:text="" /> + + + <de.androvdr.widget.FontAwesomeButton + style="?android:attr/buttonStyleSmall" + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:tag="Subtitles" + android:text="S" /> + + <de.androvdr.widget.FontAwesomeButton + style="?android:attr/buttonStyleSmall" + android:layout_width="0dp" + + android:layout_height="wrap_content" + android:layout_weight="1" + android:tag="PrevChannel" + android:text="" /> + + + <de.androvdr.widget.FontAwesomeButton + style="?android:attr/buttonStyleSmall" + android:layout_width="0dp" + + android:layout_height="wrap_content" + android:layout_weight="1" + android:tag="Commands" + android:text="" /> + </LinearLayout> + + +</RelativeLayout><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/remote.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/search_epg_list.xml b/vdrmanager/app/build/intermediates/res/release/layout/search_epg_list.xml new file mode 100644 index 0000000..38d141f --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/search_epg_list.xml @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="utf-8"?> +<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/drawer_layout" + android:layout_width="match_parent" + android:layout_height="match_parent" > +<LinearLayout + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical"> + + <ListView + android:id="@+id/whatson_list" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:layout_below="@id/epg_list_channel_spinner" + android:layout_alignWithParentIfMissing="true" + android:layout_alignParentTop="true" + android:layout_centerHorizontal="true" + android:cacheColorHint="?android:attr/colorBackground"/> + + <TextView + android:id="@+id/epg_list_search_label" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/epg_list_search_label"/> + + <LinearLayout android:orientation="vertical" + android:id="@+id/no_connection_layout" android:layout_width="fill_parent" + android:layout_height="fill_parent" android:visibility="gone"> + <LinearLayout android:layout_height="fill_parent" + android:gravity="center" android:layout_width="fill_parent" + android:orientation="horizontal"> + <TextView android:text="@string/no_connection" + android:layout_height="wrap_content" android:layout_width="wrap_content" + android:textSize="18dip" /> + <ImageView android:src="@drawable/sad" + android:layout_height="wrap_content" android:layout_width="wrap_content" /> + <Button android:text="@string/no_connection_retry" + android:textSize="18dip" android:layout_height="wrap_content" + android:layout_width="wrap_content" android:id="@+id/retry_button" /> + + </LinearLayout> + </LinearLayout> +</LinearLayout> + +<include layout="@layout/left_drawer"/> +</android.support.v4.widget.DrawerLayout> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/search_epg_list.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/support_simple_spinner_dropdown_item.xml b/vdrmanager/app/build/intermediates/res/release/layout/support_simple_spinner_dropdown_item.xml new file mode 100644 index 0000000..06ac2f0 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/support_simple_spinner_dropdown_item.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +** +** Copyright 2008, The Android Open Source Project +** +** Licensed under the Apache License, Version 2.0 (the "License"); +** you may not use this file except in compliance with the License. +** You may obtain a copy of the License at +** +** http://www.apache.org/licenses/LICENSE-2.0 +** +** Unless required by applicable law or agreed to in writing, software +** distributed under the License is distributed on an "AS IS" BASIS, +** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +** See the License for the specific language governing permissions and +** limitations under the License. +*/ +--> +<TextView xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@android:id/text1" + style="?attr/spinnerDropDownItemStyle" + android:singleLine="true" + android:layout_width="match_parent" + android:layout_height="?attr/dropdownListPreferredItemHeight" + android:ellipsize="marquee"/><!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/layout/support_simple_spinner_dropdown_item.xml --><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/layout/support_simple_spinner_dropdown_item.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/time_epg_list.xml b/vdrmanager/app/build/intermediates/res/release/layout/time_epg_list.xml new file mode 100644 index 0000000..b8ef9aa --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/time_epg_list.xml @@ -0,0 +1,115 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- A DrawerLayout is intended to be used as the top-level content view using match_parent for both width and height to consume the full space available. --> +<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/drawer_layout" + android:layout_width="match_parent" + android:layout_height="match_parent" > + + <ViewFlipper + android:id="@+id/flipper" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" > + + <LinearLayout + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" > + + <LinearLayout + android:id="@+id/whatson_time" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:orientation="horizontal" > + + <TextView + android:id="@+id/epg_list_time_label" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/epg_list_time_label" + android:visibility="gone" /> + + <ImageView + android:id="@+id/epg_list_times" + style="?android:attr/buttonStyleSmall" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:layout_centerHorizontal="true" + android:layout_gravity="center_horizontal" + android:background="@android:drawable/list_selector_background" + android:clickable="true" + android:src="@drawable/btn_search_times" /> + + <Spinner + android:id="@+id/epg_list_time_spinner" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginTop="2dip" + android:layout_weight="1" + android:prompt="@string/epg_list_time_label" /> + + <ImageView + android:id="@+id/switch_epg_view" + style="?android:attr/buttonStyleSmall" + android:layout_width="wrap_content" + android:layout_height="match_parent" + android:layout_centerHorizontal="true" + android:layout_gravity="center_horizontal" + android:background="@android:drawable/list_selector_background" + android:clickable="true" + android:src="@drawable/ic_menu_revert" /> + </LinearLayout> + + <ListView + android:id="@+id/whatson_list" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:layout_alignParentTop="true" + android:layout_alignWithParentIfMissing="true" + android:layout_below="@id/epg_list_time_spinner" + android:layout_centerHorizontal="true" + android:cacheColorHint="?android:attr/colorBackground" /> + + <TextView + android:id="@+id/epg_list_search_label" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/epg_list_search_label" /> + </LinearLayout> + + <LinearLayout + android:id="@+id/no_connection_layout" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" > + + <LinearLayout + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:gravity="center" + android:orientation="horizontal" > + + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/no_connection" + android:textSize="18dip" /> + + <ImageView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:src="@drawable/sad" /> + + <Button + android:id="@+id/retry_button" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/no_connection_retry" + android:textSize="18dip" /> + </LinearLayout> + </LinearLayout> + </ViewFlipper> + + <include layout="@layout/left_drawer" /> + +</android.support.v4.widget.DrawerLayout><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/time_epg_list.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/timer_detail.xml b/vdrmanager/app/build/intermediates/res/release/layout/timer_detail.xml new file mode 100644 index 0000000..1bc86f7 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/timer_detail.xml @@ -0,0 +1,168 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:paddingLeft="10.0dip" android:paddingRight="10.0dip" + android:orientation="vertical"> + + <ScrollView + android:id="@+id/timer_detail_scroll" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_weight="0.5"> + + <LinearLayout + android:id="@+id/timer_detail_layout" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:orientation="vertical"> + + <TextView + android:paddingLeft="4.0dip" android:paddingBottom="2.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="2.0dip" + android:text="@string/timer_detail_channel_title"/> + + <EditText + android:id="@+id/timer_detail_channel" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:enabled="false" + /> + + <TextView + android:paddingLeft="4.0dip" android:paddingBottom="2.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="2.0dip" + android:text="@string/timer_detail_title_title"/> + + + <EditText + android:id="@+id/timer_detail_title" + android:layout_width="fill_parent" + android:layout_height="wrap_content"/> + + + + <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal"> + + <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical"> + + <TextView + android:paddingLeft="4.0dip" android:paddingBottom="2.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="2.0dip" + android:text="@string/timer_detail_day_title"/> + + + <Button + android:id="@+id/timer_detail_day" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:editable="false"/> + + </LinearLayout> + + <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical"> + <TextView + android:paddingLeft="4.0dip" android:paddingBottom="2.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="2.0dip" + android:text="@string/timer_detail_repeat_title"/> + + + <Button + android:id="@+id/timer_detail_repeat" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/never" + android:editable="false"/> + + </LinearLayout> + + + </LinearLayout> + + + <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal"> + + <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical"> + + + <TextView + android:paddingLeft="4.0dip" android:paddingBottom="2.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="2.0dip" + android:text="@string/timer_detail_start_title"/> + + <Button + android:id="@+id/timer_detail_start" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="20:34" + android:editable="false"/> + + </LinearLayout> + + <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical"> + <TextView + android:paddingLeft="4.0dip" android:paddingBottom="2.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="2.0dip" + android:text="@string/timer_detail_end_title"/> + + <Button + android:id="@+id/timer_detail_end" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:editable="false"/> + + + </LinearLayout> + </LinearLayout> + + <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal" android:id="@+id/timer_block"> + <TextView android:width="80dp" android:text="@string/timer_detail_use_vps" android:layout_width="wrap_content" android:layout_height="wrap_content" /> + <CheckBox android:id="@+id/timer_detail_vps" android:layout_height="wrap_content" android:layout_width="wrap_content"/> + </LinearLayout> + + + + + <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal"> + + <TextView android:width="80dp" android:text="@string/timer_detail_priority" android:layout_width="wrap_content" android:layout_height="wrap_content" /> + + <EditText android:layout_height="wrap_content" android:numeric="integer" android:id="@+id/timer_detail_priority" android:layout_width="wrap_content" android:hint="@string/timer_detail_priority"/> + + + </LinearLayout> + + <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal"> + + <TextView android:width="80dp" android:text="@string/timer_detail_lifetime" android:layout_width="wrap_content" android:layout_height="wrap_content" /> + + <EditText android:layout_height="wrap_content" android:numeric="integer" android:id="@+id/timer_detail_lifetime" android:layout_width="wrap_content" android:hint="@string/timer_detail_lifetime_hint"/> + + + </LinearLayout> + + </LinearLayout> + + </ScrollView> + +<LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content" > + + <Button + android:id="@+id/timer_details_cancel" + android:layout_width="0dip" android:layout_height="fill_parent" + android:layout_weight="1" + android:text="@android:string/cancel"/> + + <Button + android:id="@+id/timer_details_modify" + android:layout_width="0dip" android:layout_height="fill_parent" + android:layout_weight="1" + android:visibility="gone" + android:text="@string/timer_details_save_title"/> + + + <Button + android:id="@+id/timer_details_save" + android:layout_width="0dip" android:layout_height="fill_parent" + android:layout_weight="1" + android:text="@string/timer_details_create_title"/> + + </LinearLayout> + +</LinearLayout> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/timer_detail.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/timer_list.xml b/vdrmanager/app/build/intermediates/res/release/layout/timer_list.xml new file mode 100644 index 0000000..e4279af --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/timer_list.xml @@ -0,0 +1,64 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- A DrawerLayout is intended to be used as the top-level content view using match_parent for both width and height to consume the full space available. --> +<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/drawer_layout" + android:layout_width="match_parent" + android:layout_height="match_parent" > + + <ViewFlipper + android:id="@+id/flipper" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" > + + <LinearLayout + android:id="@+id/main_content" + android:layout_width="fill_parent" + android:layout_height="fill_parent" > + + <ListView + android:id="@+id/timer_list" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:layout_alignParentTop="true" + android:layout_alignWithParentIfMissing="true" + android:layout_centerHorizontal="true" + android:cacheColorHint="?android:attr/colorBackground" /> + </LinearLayout> + + <LinearLayout + android:id="@+id/no_connection_layout" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical" > + + <LinearLayout + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:gravity="center" + android:orientation="horizontal" > + + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/no_connection" + android:textSize="18dip" /> + + <ImageView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:src="@drawable/sad" /> + + <Button + android:id="@+id/retry_button" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="@string/no_connection_retry" + android:textSize="18dip" /> + </LinearLayout> + </LinearLayout> + </ViewFlipper> + + <include layout="@layout/left_drawer" /> + +</android.support.v4.widget.DrawerLayout><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/timer_list.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/timer_operation_list_item.xml b/vdrmanager/app/build/intermediates/res/release/layout/timer_operation_list_item.xml new file mode 100644 index 0000000..7ca6f83 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/timer_operation_list_item.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<TextView xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:paddingLeft="5dp" + android:paddingRight="5dp" + android:gravity= "center_vertical" + android:textAppearance="?android:textAppearanceLarge" + android:textColor="#000" + android:lines="2"/> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/timer_operation_list_item.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/vdr_list_add_delete.xml b/vdrmanager/app/build/intermediates/res/release/layout/vdr_list_add_delete.xml new file mode 100644 index 0000000..587fa6a --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/vdr_list_add_delete.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" android:orientation="vertical" + android:layout_height="fill_parent" > + + <ListView + android:id="@id/android:list" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:choiceMode="singleChoice" + android:drawSelectorOnTop="false" + android:fastScrollEnabled="true" + android:scrollingCache="true" /> + + <TextView + android:id="@android:id/empty" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:gravity="center" + android:padding="20dip" + android:text="@string/no_vdr" + android:textAppearance="?android:textAppearanceMedium" /> + +</LinearLayout><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/vdr_list_add_delete.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/vdrlist.xml b/vdrmanager/app/build/intermediates/res/release/layout/vdrlist.xml new file mode 100644 index 0000000..75a0f23 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/vdrlist.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" android:layout_height="fill_parent" + android:orientation="vertical"> + + <ListView android:id="@android:id/list" android:layout_width="fill_parent" + android:layout_height="wrap_content" /> + + <TextView android:id="@android:id/empty" android:layout_width="wrap_content" + android:layout_height="wrap_content" android:text="Empty set" /> + +</LinearLayout><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/vdrlist.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/vdrmanager.xml b/vdrmanager/app/build/intermediates/res/release/layout/vdrmanager.xml new file mode 100644 index 0000000..1ceac6d --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/vdrmanager.xml @@ -0,0 +1,108 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:paddingTop="10dp" + android:paddingBottom="20dp" + android:orientation="vertical"> + + <!-- <ListView android:id="@+id/vdrmanager_menu" android:layout_width="fill_parent" + android:layout_height="wrap_content" android:layout_below="@id/main_logo"/> --> + + + <ImageView android:id="@+id/main_logo" android:layout_width="fill_parent" + android:clickable="true" + android:layout_height="80dip" android:src="@drawable/vdr_logo" android:padding="10dip" /> + + + <LinearLayout + android:layout_width="match_parent" + android:layout_height="0dip" + android:layout_weight="1" + android:orientation="horizontal"> + + <Button + android:id="@+id/action_menu_channels" + android:layout_width="0dip" + android:layout_height="wrap_content" + android:layout_weight="1" + android:background="@android:drawable/list_selector_background" + android:drawableTop="@drawable/btn_channels" + android:text="@string/action_menu_channels" + android:textColor="#FFF" /> + + <Button + android:id="@+id/action_menu_epg" + android:layout_width="0dip" + android:layout_height="wrap_content" + android:layout_weight="1" + android:background="@android:drawable/list_selector_background" + android:cacheColorHint="?android:attr/colorBackground" + android:drawableTop="@drawable/btn_epglist" + android:text="@string/action_menu_epg" + android:textColor="#FFF" /> + </LinearLayout> + + <LinearLayout + android:layout_width="match_parent" + android:layout_height="0dip" + android:layout_weight="1" + android:orientation="horizontal"> + + <Button + android:id="@+id/action_menu_recordings" + android:layout_width="0dip" + android:layout_height="wrap_content" + android:layout_weight="1" + android:background="@android:drawable/list_selector_background" + android:cacheColorHint="?android:attr/colorBackground" + android:drawableTop="@drawable/btn_recordings" + android:text="@string/action_menu_recordings" + android:textColor="#FFF" /> + + <Button + android:id="@+id/action_menu_timers" + android:layout_width="0dip" + android:layout_height="wrap_content" + android:layout_weight="1" + android:background="@android:drawable/list_selector_background" + android:cacheColorHint="?android:attr/colorBackground" + android:drawableTop="@drawable/btn_timer" + android:text="@string/action_menu_timers" + android:textColor="#FFF" /> + </LinearLayout> + + + <LinearLayout + android:layout_width="match_parent" + android:layout_height="0dip" + android:layout_weight="1" + android:orientation="horizontal"> + + <Button + android:id="@+id/action_menu_wakeup" + android:layout_width="0dip" + android:layout_height="wrap_content" + android:layout_weight="1" + android:background="@android:drawable/list_selector_background" + android:cacheColorHint="?android:attr/colorBackground" + android:drawableTop="@drawable/btn_wakeup" + + android:padding="5dip" + android:text="@string/action_menu_wakeup" + android:textColor="#FFF" /> + + <Button + android:id="@+id/action_menu_remote" + android:layout_width="0dip" + android:layout_height="wrap_content" + android:layout_weight="1" + android:background="@android:drawable/list_selector_background" + android:cacheColorHint="?android:attr/colorBackground" + android:drawableTop="@drawable/btn_remote" + android:padding="5dip" + android:text="@string/action_menu_remote" + android:textColor="#FFF" /> + </LinearLayout> + +</LinearLayout><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/vdrmanager.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/vdrmanager_menu_item.xml b/vdrmanager/app/build/intermediates/res/release/layout/vdrmanager_menu_item.xml new file mode 100644 index 0000000..c4b251e --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/vdrmanager_menu_item.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> + +<TextView xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/vdrmanager_menu_item" + android:lines="2" + android:gravity="center_vertical" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:paddingLeft="15dp" + android:paddingRight="15dp" + android:paddingTop="10dp" + android:paddingBottom="10dp"/> + +<!-- +<ImageButton xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/vdrmanager_menu_item" + android:lines="2" + android:gravity="center_vertical" + android:layout_width="wrap_content" + android:layout_height="wrap_content"/> +--> <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/vdrmanager_menu_item.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/layout/video.xml b/vdrmanager/app/build/intermediates/res/release/layout/video.xml new file mode 100644 index 0000000..1290bd6 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/layout/video.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:orientation="vertical"> + + <TextView + android:id="@+id/epg_search_title" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:textStyle="bold"/> + + <VideoView + android:id="@+id/video_video" + android:layout_width="fill_parent" + android:layout_height="wrap_content"/> + + <Button + android:id="@+id/video_button" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="center_horizontal" + android:text="Start"/> + +</LinearLayout> + +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/layout/video.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/menu/channel_list_group_menu.xml b/vdrmanager/app/build/intermediates/res/release/menu/channel_list_group_menu.xml new file mode 100644 index 0000000..9400916 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/menu/channel_list_group_menu.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android"> + + <item + android:id="@+id/channel_group_menu_hide" + android:title="@string/channel_group_menu_hide"/> + <item + android:id="@+id/channel_group_menu_hide_permanent" + android:title="@string/channel_group_menu_hide_permanent"/> + +</menu><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/menu/channel_list_group_menu.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/menu/channel_list_item_menu.xml b/vdrmanager/app/build/intermediates/res/release/menu/channel_list_item_menu.xml new file mode 100644 index 0000000..f8ff0f8 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/menu/channel_list_item_menu.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android"> + +<item + android:id="@+id/channel_item_menu_stream" + android:title="@string/channel_item_menu_stream"/> + +<!-- + <item + android:id="@+id/channel_item_menu_epg" + android:title="@string/channel_item_menu_epg"/> +--> + +<item + android:id="@+id/channel_item_menu_switch" + android:title="@string/channel_item_menu_switch"/> + +<!-- + <item android:visible="false" + android:id="@+id/channel_item_menu_hide" + android:title="@string/channel_item_menu_hide"/> + + <item android:visible="false" + android:id="@+id/channel_item_menu_hide_permanent" + android:title="@string/channel_item_menu_hide_permanent"/> +--> + +</menu><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/menu/channel_list_item_menu.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/menu/channellist.xml b/vdrmanager/app/build/intermediates/res/release/menu/channellist.xml new file mode 100644 index 0000000..0651248 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/menu/channellist.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:v7="http://schemas.android.com/apk/res-auto" > + + <item + android:id="@+id/channels_recent_channels" android:alphabeticShortcut="r" + android:icon="@drawable/ic_menu_recent_history" + v7:showAsAction="ifRoom" + android:title="@string/recent_channels"/> + + <item + android:id="@+id/channels_groupby" android:alphabeticShortcut="g" + android:icon="@android:drawable/ic_menu_sort_alphabetically" + v7:showAsAction="ifRoom" + android:title="@string/menu_groupby"/> + +</menu><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/menu/channellist.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/menu/epg_details.xml b/vdrmanager/app/build/intermediates/res/release/menu/epg_details.xml new file mode 100644 index 0000000..80fe78e --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/menu/epg_details.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:v7="http://schemas.android.com/apk/res-auto" xmlns:android="http://schemas.android.com/apk/res/android" > + + <item + android:id="@+id/epg_details_menu_search_repeat" + v7:showAsAction="ifRoom" + android:icon="@drawable/ic_menu_view" + android:title="@string/search_reapt"/> + + <item + v7:showAsAction="ifRoom" + android:id="@+id/epg_details_menu_share" + android:icon="@android:drawable/ic_menu_share" + android:title="@string/share"/> + + <item + v7:showAsAction="ifRoom" + android:id="@+id/epg_details_menu_add_to_cal" + android:icon="@android:drawable/ic_menu_month" + android:title="@string/addtocal"/> + + <item + v7:showAsAction="ifRoom" + android:id="@+id/epg_details_menu_switch" + android:icon="@drawable/ic_menu_goto" + android:title="@string/switch_to_channel"/> +</menu> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/menu/epg_details.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/menu/epg_event_list_menu.xml b/vdrmanager/app/build/intermediates/res/release/menu/epg_event_list_menu.xml new file mode 100644 index 0000000..278834b --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/menu/epg_event_list_menu.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:v7="http://schemas.android.com/apk/res-auto" > + + <!-- + <item + android:id="@+id/epg_menu_search" + android:icon="@android:drawable/ic_menu_search" + android:title="@string/epg_menu_search"/> + --> + <!-- + <item + android:id="@+id/epg_menu_times" + android:icon="@android:drawable/ic_menu_search" + android:title="@string/epg_menu_times"/> + --> + <!-- --> + + <item + v7:showAsAction="ifRoom" + android:id="@+id/epg_list_stream" + android:icon="@drawable/ic_menu_play_clip" + android:title="@string/livetv"/> +</menu><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/menu/epg_event_list_menu.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/menu/epg_list_item_menu.xml b/vdrmanager/app/build/intermediates/res/release/menu/epg_list_item_menu.xml new file mode 100644 index 0000000..59dd0e7 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/menu/epg_list_item_menu.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android" > + + <item + android:id="@+id/epg_item_menu_timer_toggle" + android:title="@string/epg_item_menu_timer_enable" + android:visible="false"/> + <item + android:id="@+id/epg_item_menu_timer_add" + android:title="@string/epg_item_menu_timer_add"/> + <item + android:id="@+id/epg_item_menu_timer_delete" + android:title="@string/epg_item_menu_timer_delete" + android:visible="false"/> + <item + android:id="@+id/epg_item_menu_timer_modify" + android:title="@string/epg_item_menu_timer_modify" + android:visible="false"/> + <item + android:id="@+id/epg_item_menu_live_tv" + android:title="@string/livetv" + android:visible="false"/> + <item + android:id="@+id/epg_item_menu_switchto" + android:title="@string/switch_to_channel" + android:visible="true"/> + +</menu><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/menu/epg_list_item_menu.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/menu/epg_list_menu.xml b/vdrmanager/app/build/intermediates/res/release/menu/epg_list_menu.xml new file mode 100644 index 0000000..0363392 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/menu/epg_list_menu.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:v7="http://schemas.android.com/apk/res-auto" > + + <!-- + <item + android:id="@+id/epg_menu_search" + android:icon="@android:drawable/ic_menu_search" + android:title="@string/epg_menu_search"/> + --> + <!-- + <item + android:id="@+id/epg_menu_times" + android:icon="@android:drawable/ic_menu_search" + android:title="@string/epg_menu_times"/> + --> + <!-- --> + + <item + android:id="@+id/epg_list_sort_menu" + android:icon="@android:drawable/ic_menu_sort_alphabetically" + v7:showAsAction="ifRoom" + android:title="@string/sort"/> + +</menu><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/menu/epg_list_menu.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/menu/epg_search_menu.xml b/vdrmanager/app/build/intermediates/res/release/menu/epg_search_menu.xml new file mode 100644 index 0000000..5c2e5c5 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/menu/epg_search_menu.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:v7="http://schemas.android.com/apk/res-auto" > + +<!-- --> + <item + android:id="@+id/epg_search" + android:icon="@android:drawable/ic_menu_search" + android:alphabeticShortcut="s" + v7:showAsAction="always" + android:title="@string/action_menu_search"/> + +</menu><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/menu/epg_search_menu.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/menu/epg_search_time_item_menu.xml b/vdrmanager/app/build/intermediates/res/release/menu/epg_search_time_item_menu.xml new file mode 100644 index 0000000..a599e25 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/menu/epg_search_time_item_menu.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android"> + + <item + android:id="@+id/epg_search_time_delete" + android:title="@string/common_delete"/> + +</menu><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/menu/epg_search_time_item_menu.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/menu/main_menu.xml b/vdrmanager/app/build/intermediates/res/release/menu/main_menu.xml new file mode 100644 index 0000000..6509587 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/menu/main_menu.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:v7="http://schemas.android.com/apk/res-auto" > + + <item + android:id="@+id/main_menu_goto" + android:icon="@drawable/ic_menu_goto" + v7:showAsAction="ifRoom" + android:title="@string/main_menu_goto"/> + <item + android:id="@+id/menu_search" + v7:actionViewClass="android.support.v7.widget.SearchView" + android:icon="@android:drawable/ic_menu_search" + v7:showAsAction="always" + android:title="@string/search"/> + <item + android:id="@+id/main_menu_preferences" + android:icon="@android:drawable/ic_menu_preferences" + v7:showAsAction="ifRoom" + android:title="@string/main_menu_preferences"/> + <item + android:id="@+id/main_menu_clear_search" + android:icon="@android:drawable/ic_menu_delete" + android:title="@string/main_menu_clear_search"/> + <item + android:id="@+id/main_menu_info" + android:icon="@android:drawable/ic_menu_info_details" + android:title="@string/main_menu_info"/> + <item + android:id="@+id/main_menu_exit" + android:icon="@android:drawable/ic_menu_close_clear_cancel" + android:title="@string/main_menu_exit"/> + +</menu><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/menu/main_menu.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/menu/recording_list_item_menu.xml b/vdrmanager/app/build/intermediates/res/release/menu/recording_list_item_menu.xml new file mode 100644 index 0000000..493bc70 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/menu/recording_list_item_menu.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android" > + + <item + android:id="@+id/recording_item_menu_delete" + android:title="@string/recording_item_menu_delete"/> + <item + android:id="@+id/recording_item_menu_stream" + android:title="@string/recording_item_menu_stream"/> + <item + android:id="@+id/epg_item_menu_live_tv" + android:title="@string/livetv" + android:visible="false"/> + <item + android:id="@+id/epg_item_menu_switchto" + android:title="@string/switch_to_channel" + android:visible="true"/> + +</menu><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/menu/recording_list_item_menu.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/menu/recording_list_menu.xml b/vdrmanager/app/build/intermediates/res/release/menu/recording_list_menu.xml new file mode 100644 index 0000000..df350fe --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/menu/recording_list_menu.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android"> +<!-- + <item + android:id="@+id/epg_menu_search" + android:icon="@android:drawable/ic_menu_search" + android:title="@string/epg_menu_search"/> +--> +<!-- + <item + android:id="@+id/epg_menu_times" + android:icon="@android:drawable/ic_menu_search" + android:title="@string/epg_menu_times"/> + --> + <!-- + <item + android:id="@+id/menu_groupby" android:alphabeticShortcut="g" + android:icon="@android:drawable/ic_menu_sort_alphabetically" + android:showAsAction="ifRoom" + android:title="@string/menu_groupby"/> + --> +</menu><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/menu/recording_list_menu.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/menu/refresh_filter_menu.xml b/vdrmanager/app/build/intermediates/res/release/menu/refresh_filter_menu.xml new file mode 100644 index 0000000..8fb7725 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/menu/refresh_filter_menu.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:v7="http://schemas.android.com/apk/res-auto" > + + <item + android:id="@+id/list_refresh" + android:alphabeticShortcut="r" + android:icon="@drawable/ic_menu_refresh" + v7:showAsAction="ifRoom" + android:title="@string/refresh"/> + + <item + android:id="@+id/list_filter" + android:alphabeticShortcut="f" + android:icon="@drawable/ic_menu_filter" + v7:showAsAction="ifRoom" + android:title="@string/filter"/> +</menu><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/menu/refresh_filter_menu.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/menu/refresh_menu.xml b/vdrmanager/app/build/intermediates/res/release/menu/refresh_menu.xml new file mode 100644 index 0000000..32d67a4 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/menu/refresh_menu.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:v7="http://schemas.android.com/apk/res-auto" > + + <item + android:id="@+id/list_refresh" + android:alphabeticShortcut="r" + v7:showAsAction="ifRoom" + android:icon="@drawable/ic_menu_refresh" + android:title="@string/refresh"/> +</menu><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/menu/refresh_menu.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/menu/remote_menu.xml b/vdrmanager/app/build/intermediates/res/release/menu/remote_menu.xml new file mode 100644 index 0000000..ecc5be8 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/menu/remote_menu.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> + +<menu xmlns:android="http://schemas.android.com/apk/res/android"> + <item android:id="@+id/reset" + android:title="@string/menu_reset" /> + <item android:id="@+id/exprt" + android:title="@string/menu_exprt" /> + <item android:id="@+id/imprt" + android:title="@string/menu_imprt" /> + <item android:id="@+id/remapback" + android:title="@string/menu_remapback" android:checkable="true"/> +</menu> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/menu/remote_menu.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/menu/timer_list_menu.xml b/vdrmanager/app/build/intermediates/res/release/menu/timer_list_menu.xml new file mode 100644 index 0000000..9d90d8c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/menu/timer_list_menu.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android"> +<!-- + <item + android:id="@+id/epg_menu_search" + android:icon="@android:drawable/ic_menu_search" + android:title="@string/epg_menu_search"/> +--> +<!-- --> + <item + android:id="@+id/timer_menu_add" + android:icon="@android:drawable/ic_menu_add" + android:alphabeticShortcut="a" + android:title="@string/epg_item_menu_timer_add"/> + +</menu><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/menu/timer_list_menu.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/menu/vdrlist.xml b/vdrmanager/app/build/intermediates/res/release/menu/vdrlist.xml new file mode 100644 index 0000000..d4d20c6 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/menu/vdrlist.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:v7="http://schemas.android.com/apk/res-auto" > + + <item + android:id="@+id/main_menu_vdrlist_add" + android:icon="@android:drawable/ic_menu_add" + v7:showAsAction="always" + android:title="@string/new_vdr"/> + <item + android:id="@+id/main_menu_vdrlist_restore" + android:title="@string/settings_backup_restore"/> + +</menu><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/menu/vdrlist.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/raw/ormlite_config.txt b/vdrmanager/app/build/intermediates/res/release/raw/ormlite_config.txt new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/raw/ormlite_config.txt diff --git a/vdrmanager/app/build/intermediates/res/release/values-af/values-af.xml b/vdrmanager/app/build/intermediates/res/release/values-af/values-af.xml new file mode 100644 index 0000000..9a75122 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-af/values-af.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-af/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigeer tuis"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigeer op"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Nog opsies"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Klaar"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Sien alles"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Kies \'n program"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Vee navraag uit"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Soeknavraag"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Soek"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Dien navraag in"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Stemsoektog"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Deel met"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Deel met %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-am/values-am.xml b/vdrmanager/app/build/intermediates/res/release/values-am/values-am.xml new file mode 100644 index 0000000..861b618 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-am/values-am.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-am/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"ወደ መነሻ ይዳስሱ"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"ወደ ላይ ይዳስሱ"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ተጨማሪ አማራጮች"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"ተከናውኗል"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ሁሉንም ይመልከቱ"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"መተግበሪያ ይምረጡ"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"መጠይቅ አጽዳ"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"የፍለጋ ጥያቄ"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"ፍለጋ"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"መጠይቅ ያስረክቡ"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"የድምፅ ፍለጋ"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"ከሚከተለው ጋር ያጋሩ"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"ከ%s ጋር ያጋሩ"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-ar/values-ar.xml b/vdrmanager/app/build/intermediates/res/release/values-ar/values-ar.xml new file mode 100644 index 0000000..7d6e6c8 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-ar/values-ar.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ar/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"التنقل إلى الشاشة الرئيسية"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"التنقل إلى أعلى"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"خيارات إضافية"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"تم"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"عرض الكل"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"اختيار تطبيق"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"محو طلب البحث"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"طلب البحث"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"بحث"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"إرسال طلب البحث"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"البحث الصوتي"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"مشاركة مع"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"مشاركة مع %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-bg/values-bg.xml b/vdrmanager/app/build/intermediates/res/release/values-bg/values-bg.xml new file mode 100644 index 0000000..a71d427 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-bg/values-bg.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-bg/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Придвижване към „Начало“"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Придвижване нагоре"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Още опции"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Готово"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Вижте всички"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Изберете приложение"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Изчистване на заявката"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Заявка за търсене"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Търсене"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Изпращане на заявката"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Гласово търсене"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Споделяне със:"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Споделяне със: %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-ca/values-ca.xml b/vdrmanager/app/build/intermediates/res/release/values-ca/values-ca.xml new file mode 100644 index 0000000..8059e0c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-ca/values-ca.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ca/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navega a la pàgina d\'inici"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navega cap a dalt"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Més opcions"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Fet"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Mostra\'ls tots"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Selecciona una aplicació"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Esborra la consulta"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Consulta de cerca"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Cerca"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Envia la consulta"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Cerca per veu"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Comparteix amb"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Comparteix amb %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-cs/values-cs.xml b/vdrmanager/app/build/intermediates/res/release/values-cs/values-cs.xml new file mode 100644 index 0000000..bb346a6 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-cs/values-cs.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-cs/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Přejít na plochu"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Přejít nahoru"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Více možností"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Hotovo"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Zobrazit vše"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Vybrat aplikaci"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Smazat dotaz"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Vyhledávací dotaz"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Hledat"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Odeslat dotaz"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Hlasové vyhledávání"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Sdílet pomocí"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Sdílet pomocí %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-da/values-da.xml b/vdrmanager/app/build/intermediates/res/release/values-da/values-da.xml new file mode 100644 index 0000000..4e33269 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-da/values-da.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-da/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Naviger hjem"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Naviger op"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Flere muligheder"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Luk"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Se alle"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Vælg en app"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Ryd forespørgslen"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Søgeforespørgsel"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Søg"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Indsend forespørgslen"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Stemmesøgning"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Del med"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Del med %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-de/values-de.xml b/vdrmanager/app/build/intermediates/res/release/values-de/values-de.xml new file mode 100644 index 0000000..e0c0f25 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-de/values-de.xml @@ -0,0 +1,453 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values-de/strings.xml --> + <eat-comment/> + <string-array name="channels_group_by"> + <item>Gruppe</item> + <item>Anbieter</item> + <item>Quelle</item> + <item>Name</item> + </string-array> + <string-array name="epg_sort_by_channels_alpha"> + <item>Kanäle</item> + <item>Alphabet</item> + </string-array> + <string-array name="epg_sort_by_time_alpha"> + <item>Zeit</item> + <item>Alphabet</item> + </string-array> + <string-array name="imdb_urls"> + <item>International</item> + <item>imdb.com</item> + <item>uk.imdb.com</item> + <item>imdb.de</item> + <item>imdb.es</item> + <item>imdb.fr</item> + <item>imdb.it</item> + <item>imdb.pt</item> + </string-array> + <string-array name="lang"> + <item>Englisch</item> + <item>Deutsch</item> + <item>Italienisch</item> + <item>ukrainisch</item> + </string-array> + <string-array name="livetv_streamformat"> + <item>TS</item> + <item>PES</item> + <item>ES</item> + <item>PS</item> + </string-array> + <string-array name="navigation_array"> + <item>Kanäle</item> + <item>EPG nach Zeit</item> + <item>EPG nach Kanal</item> + <item>Aufzeichnungen</item> + <item>Timer</item> + </string-array> + <string-array name="recent_channels_order_entries"> + <item>Am meisten genutzt</item> + <item>Zuletzt genutzt</item> + </string-array> + <string-array name="recordings_group_by"> + <item>Nach Zeit</item> + <item>Alphabetisch</item> + </string-array> + <string-array name="recstream_entries"> + <item>VDR live plugin</item> + <item>VDR streamdev plugin</item> + <item>VDR smattvweb plugin</item> + </string-array> + <string-array name="remux_entries"> + <item>EXT</item> + <item>EXTERN (veraltet)</item> + </string-array> + <string-array name="wakeup_methods"> + <item>Rufe ein URL auf</item> + <item>WOL</item> + </string-array> + <string name="Content$Adult_Movie__Drama">Erwachsenen-Film/Drama</string> + <string name="Content$Adventure__Western__War">Abenteuer/Western/Krieg</string> + <string name="Content$Advertisement__Shopping">Werbung/Einkaufen</string> + <string name="Content$Arts__Culture">Kunst/Kultur</string> + <string name="Content$Arts__Culture_Magazine">Kunst/Kulturmagazin</string> + <string name="Content$Athletics">Athletik</string> + <string name="Content$Ballet">Ballett</string> + <string name="Content$Black_and_White">Schwarz-weiß</string> + <string name="Content$Broadcasting__Press">Rundfunk/Presse</string> + <string name="Content$Cartoons__Puppets">Zeichentrick/Puppen</string> + <string name="Content$Childrens__Youth_Programme">Kinder/Jugendprogramm</string> + <string name="Content$Comedy">Komödie</string> + <string name="Content$Cooking">Kochen</string> + <string name="Content$Detective__Thriller">Detektiv/Thriller</string> + <string name="Content$Discussion__Inverview__Debate">Diskussion/Interview/Debatte</string> + <string name="Content$Documentary">Dokumentation</string> + <string name="Content$Economics__Social_Advisory">Wirtschafts/Gesellschaftsberatung</string> + <string name="Content$Education__Science__Factual">Ausbildung/Wissenschaft/Sachlich</string> + <string name="Content$Entertainment_Programme_for_10_to_16">Unterhaltungsprogramm für 10 bis 16</string> + <string name="Content$Entertainment_Programme_for_6_to_14">Unterhaltungsprogramm für 6 bis 14</string> + <string name="Content$Equestrian">Reitsport</string> + <string name="Content$Experimental_Film__Video">Experimentalfilm/Video</string> + <string name="Content$Fashion">Mode</string> + <string name="Content$Film__Cinema">Film/Kino</string> + <string name="Content$Fine_Arts">Bildende Künste</string> + <string name="Content$Fitness_and_Health">Fitness & Gesundheit</string> + <string name="Content$Folk__Tradional_Music">Volks/Traditionelle Musik</string> + <string name="Content$Football__Soccer">Football/Fußball</string> + <string name="Content$Foreign_Countries__Expeditions">Ausland/Expeditionen</string> + <string name="Content$Further_Education">Weiterbildung</string> + <string name="Content$Game_Show__Quiz__Contest">Spielshow/Quiz/Wettbewerb</string> + <string name="Content$Gardening">Gartenbau</string> + <string name="Content$Handicraft">Handwerk</string> + <string name="Content$Informational__Educational__School_Programme">Informations/Lehr/Schul-Programm</string> + <string name="Content$Jazz">Jazz</string> + <string name="Content$Languages">Sprachen</string> + <string name="Content$Leisure__Hobbies">Freizeit/Hobbies</string> + <string name="Content$Literature">Literatur</string> + <string name="Content$Live_Broadcast">Live-Sendung</string> + <string name="Content$Magazine__Report__Documentary">Magazin/Bericht/Dokumentation</string> + <string name="Content$Martial_Sports">Kampfsport</string> + <string name="Content$Medicine__Physiology__Psychology">Medizin/Physiologie/Psychologie</string> + <string name="Content$Motor_Sport">Motorsport</string> + <string name="Content$Motoring">Autofahren</string> + <string name="Content$Movie__Drama">Film/Drama</string> + <string name="Content$Music__Ballet__Dance">Musik/Ballett/Tanz</string> + <string name="Content$Musical__Opera">Musical/Oper</string> + <string name="Content$Nature__Animals__Environment">Natur/Tiere/Umwelt</string> + <string name="Content$New_Media">Neue Medien</string> + <string name="Content$News_Magazine">Nachrichtenmagazin</string> + <string name="Content$News__Current_Affairs">Aktuelle Angelegenheiten</string> + <string name="Content$News__Weather_Report">Wetterbericht</string> + <string name="Content$Original_Language">Originalsprache</string> + <string name="Content$Performing_Arts">Darstellende Künste</string> + <string name="Content$Popular_Culture__Traditional_Arts">Pop-Kultur/Traditionelle Künste</string> + <string name="Content$Preschool_Childrens_Programme">Programm für Vorschulkinder</string> + <string name="Content$Religion">Religion</string> + <string name="Content$Remarkable_People">Bemerkenswerte Leute</string> + <string name="Content$Rock__Pop">Rock/Pop</string> + <string name="Content$Romance">Romanze</string> + <string name="Content$Science_Fiction__Fantasy__Horror">Science-Fiction/Fantasy/Horror</string> + <string name="Content$Serious__Classical_Music">Ernste/Klassische Musik</string> + <string name="Content$Serious__Classical__Religious__Historical_Movie__Drama">Ernst/Klassik/Religion/Historischer Film/Drama</string> + <string name="Content$Show__Game_Show">Show/Spielshow</string> + <string name="Content$Soap__Melodrama__Folkloric">Seife/Melodram/Folklore</string> + <string name="Content$Social__Political__Economics">Gesellschaft/Politik/Wirtschaft</string> + <string name="Content$Social__Spiritual_Sciences">Sozial/Geisteswissenschaften</string> + <string name="Content$Special_Event">Besonderes Ereignis</string> + <string name="Content$Sport_Magazine">Sportmagazin</string> + <string name="Content$Sports">Sport</string> + <string name="Content$Talk_Show">Talkshow</string> + <string name="Content$Team_Sports">Mannschaftssport</string> + <string name="Content$Technology__Natural_Sciences">Technik/Naturwissenschaften</string> + <string name="Content$Tennis__Squash">Tennis/Squash</string> + <string name="Content$Tourism__Travel">Tourismus/Reisen</string> + <string name="Content$Unpublished">Unveröffentlicht</string> + <string name="Content$Variety_Show">Variete-Show</string> + <string name="Content$Water_Sport">Wassersport</string> + <string name="Content$Winter_Sports">Wintersport</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-de/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Zur Startseite"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Nach oben"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Weitere Optionen"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Fertig"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Alle ansehen"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"App auswählen"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Suchanfrage löschen"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Suchanfrage"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Suchen"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Suchanfrage senden"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Sprachsuche"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Freigeben für"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Freigeben für %s"</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values-de/strings.xml --> + <eat-comment/> + <string name="aborted">Connection aborted.</string> + <string name="about_text">Über \"VDR-Manager\" für Android\n +Dies ist Version %1$s\n +Falls sie zuhause einen VDR haben, der über Internet erreichbar ist, und sie ein Android-Smartphone besitzen werden sie das Programm eventuell nützlich finden. +Für weitere Informationen besuchen sie http://projects.vdr-developer.org/projects/vdr-manager/wiki. +Author:\n +bju<herrlado@gmail.com> +herrlado<herrlado@gmail.com></string> + <string name="about_title">Über</string> + <string name="action_menu_channels">Kanäle</string> + <string name="action_menu_epg">EPG Liste</string> + <string name="action_menu_recordings">Aufnahmen</string> + <string name="action_menu_search">EPG Suche</string> + <string name="action_menu_timers">Timers</string> + <string name="action_menu_wakeup">Aufwecken</string> + <string name="addtocal">Zum Kalender</string> + <string name="app_name">VDR-Manager</string> + <string name="audio_track_dolby">D</string> + <string name="audio_tracks_template">Audio Spuren: %1$s</string> + <string name="certificate_accept_once">Einmal akzeptieren</string> + <string name="certificate_accepted_forever">Immer akzeptieren</string> + <string name="certificate_not_accepted">Nicht akzeptieren</string> + <string formatted="false" name="certificate_problem_message_text"> +Das Zertifikat des Servers wurde nicht akzeptiert:\n\n +Hostname:\n + %s\n +Gültig ab:\n + %s\n +Gültig bis:\n + %s\n\n +Was wollen Sie tun? + </string> + <string name="certificate_problem_message_title">Zertifikat-Warnung</string> + <string name="channel_filter_filter_summary">Nur ausgewählte Kanäle verwenden</string> + <string name="channel_filter_filter_title">Begrenze Kanäle</string> + <string name="channel_filter_last_summary">Kommagetrennte Kanalnummern oder Bereiche (\'-\'). z.B. 1,2,4-10</string> + <string name="channel_filter_last_title">Kanalfilter</string> + <string name="channel_filter_preferences">Kanaleinstellungen</string> + <string name="channel_group_menu_hide">Verbergen</string> + <string name="channel_group_menu_hide_permanent">Permanent verbergen</string> + <string name="channel_item_menu_epg">Zeige EPG</string> + <string name="channel_item_menu_hide">Verbergen</string> + <string name="channel_item_menu_hide_permanent">Permanent verbergen</string> + <string name="channel_item_menu_stream">Livestream</string> + <string name="channel_item_menu_switch">Umschalten</string> + <string name="channels_window_title_count">%1$s, %2$s/%3$s</string> + <string name="common_delete">Löschen</string> + <string name="day_concat">", "</string> + <string name="done">Fertig</string> + <string name="epg_by_channel">EPG nach Kanälen</string> + <string name="epg_by_search">EPG Suche</string> + <string name="epg_by_search_param">EPG Suche: \'%1$s\'</string> + <string name="epg_by_time">EPG nach Zeit</string> + <string name="epg_by_time_args">EPG nach Zeit: \'%1$s\'</string> + <string name="epg_client_errors">Ein Fehler ist aufgetreten, prüfe Log…</string> + <string name="epg_duration_template">%1$s min</string> + <string name="epg_duration_template_live">%1$s/%2$s min</string> + <string name="epg_eent_livetv_text">Stream</string> + <string name="epg_event_create_timer_text">Timer hinzufügen</string> + <string name="epg_event_imdb_text">IMDb Suche</string> + <string name="epg_event_modify_timer_text">Timer modifizieren</string> + <string name="epg_event_omdb_text">OMDB Suche</string> + <string name="epg_event_share_text">Share</string> + <string name="epg_event_tmdb_text">TMDb Suche</string> + <string name="epg_item_menu_timer_add">Erzeuge Timer</string> + <string name="epg_item_menu_timer_delete">Lösche Timer</string> + <string name="epg_item_menu_timer_disable">Deaktiviere Timer</string> + <string name="epg_item_menu_timer_enable">Aktiviere Timer</string> + <string name="epg_item_menu_timer_modify">Bearbeite Timer</string> + <string name="epg_item_menu_timer_record">Aufnahme</string> + <string name="epg_list_channel_spinner">Kanal</string> + <string name="epg_list_search_label">Suchergebnisse</string> + <string name="epg_list_time_adhoc">freie Zeitwahl</string> + <string name="epg_list_time_label">Was kommt</string> + <string name="epg_list_time_next">als nächstes</string> + <string name="epg_list_time_now">jetzt</string> + <string name="epg_menu_search">Suche EPG</string> + <string name="epg_menu_times">Zeiten einstellen</string> + <string name="epg_no_items">Nichts gefunden…</string> + <string name="epg_of_a_channel">%1$s, %2$s/%3$s</string> + <string name="epg_search_button">Suchen</string> + <string name="epg_search_settings_description">Suche VDR EPG</string> + <string name="epg_search_times_add">Zeit hinzufügen</string> + <string name="epg_search_times_window">Selbstdefinierte Zeiten</string> + <string name="epg_window_title_count">%1$s, %2$s Einträge</string> + <string name="every_day">Jeden Tag</string> + <string name="filter">Filter</string> + <string name="groupby_channel">nach Kanal</string> + <string name="groupby_date">nach Datum</string> + <string name="groupby_group">Gruppe</string> + <string name="groupby_name">Name</string> + <string name="groupby_name_all_channels_group">Alle Kanäle</string> + <string name="groupby_provider">Provider</string> + <string name="groupby_source">Quelle</string> + <string name="groupby_window_title_templte">Nach %1$s anordnen</string> + <string name="gui_channels_show_channel_numbers_summary">Zeige Kanalnummern in der Kanalliste.</string> + <string name="gui_channels_show_channel_numbers_title">Zeige Kanalnummern</string> + <string name="gui_custom_locale_sum">Eine andere Sprache aktivieren.</string> + <string name="gui_custom_locale_title">Andere Sprache</string> + <string name="gui_enable_24h_format_summary_off">1:00 PM</string> + <string name="gui_enable_24h_format_summary_on">13:00</string> + <string name="gui_enable_24h_format_title">Verwende 24-h Format</string> + <string name="gui_max_recent_channels_summary">Wie viele Kanäle sollen in der Kanalhistory verbleiben?</string> + <string name="gui_max_recent_channels_title">Maximale Kanalhistory</string> + <string name="gui_preferences">Einstellungen der Benutzeroberfläche</string> + <string name="gui_quit_on_back_summary_off">Zurück Button beendet den VDR-Manager nicht</string> + <string name="gui_quit_on_back_summary_on">Zurück Button schließt den VDR-Manager</string> + <string name="gui_quit_on_back_title">Beenden mit Zurück Button</string> + <string name="gui_recent_channels_order_summary">Sortiere nach zuletzt genutzt oder am häufigsten genutzt</string> + <string name="gui_recent_channels_order_title">Sortierung der aktuellen Kanäle</string> + <string name="key_remux_command">remux_command</string> + <string name="key_remux_enable">remux_enable</string> + <string name="key_remux_parameter">remux_parameter</string> + <string name="livetv">Live TV</string> + <string name="main_menu_clear_search">Lösche Such-History</string> + <string name="main_menu_exit">Beenden</string> + <string name="main_menu_goto">Gerät umstellen</string> + <string name="main_menu_goto_no_vdr">Das gewählte Gerät kann nicht geladen werden :(</string> + <string name="main_menu_goto_title">Umstellen auf…</string> + <string name="main_menu_info">Infomationen</string> + <string name="main_menu_preferences">Einstellungen</string> + <string name="main_menu_switched_to">Umgestellt auf %1$s</string> + <string name="menu_groupby">Anordnen nach</string> + <string name="navigae_at_the_end">Ende</string> + <string name="navigae_at_the_start">Anfang</string> + <string name="never">Nie</string> + <string name="new_timer">Neuer Timer</string> + <string name="new_vdr">Neues VDR-Gerät</string> + <string name="no_connection">Keine Verbindung</string> + <string name="no_connection_retry">Wiederholen</string> + <string name="no_internet_connection">Keine Datenverbindung</string> + <string name="no_results">Keine Ergebnisse…</string> + <string name="no_vdr">Keine VDR-Geräte</string> + <string name="prefs_current_value">Aktuell:</string> + <string name="prefs_current_value_not_set"><Nicht gesetzt></string> + <string name="prefs_current_value_template">Aktuell: %1$s</string> + <string name="probing">Prüfe %1$s …</string> + <string name="processing">Ausführen…</string> + <string name="progress_cache_hit">Lade aus Cache.</string> + <string name="progress_channels_loading">Lade Kanäle…</string> + <string name="progress_connect">Verbinde…</string> + <string name="progress_connect_error">Verbindung fehlgeschlagen!</string> + <string name="progress_connect_finished_abnormal">Verbindung unnormal beeendet…</string> + <string name="progress_connect_finished_abnormal_arg">Verbindung unnormal beeendet: %1$s</string> + <string name="progress_connect_timeout">Zeitüberschreitung beim Verbindungsaufbau!</string> + <string name="progress_disconnect">Trenne…</string> + <string name="progress_loading">Lade…</string> + <string name="progress_login">Anmelden.</string> + <string name="progress_login_error">Anmelden fehlgeschlagen.</string> + <string name="progress_recording_delete">Lösche Aufnahme…</string> + <string name="progress_recordings_loading">Lade Aufnahmen…</string> + <string name="progress_switching">Umschalten…</string> + <string name="progress_timer_delete">Lösche Timer…</string> + <string name="progress_timer_disable">Deaktiviere Timer…</string> + <string name="progress_timer_enable">Aktiviere Timer…</string> + <string name="progress_timer_modify">Modifiziere Timer…</string> + <string name="progress_timer_save">Speichere Timer…</string> + <string name="progress_timers_loading">Lade Timer…</string> + <string name="progress_wakeup_error">Fehler beim Senden der Aufforderung zum Wecken: %1$s</string> + <string name="progress_wakeup_sending">Initalisiere aufwecken…</string> + <string name="progress_wakeup_sent">Aufforderung zum Wecken gesendet</string> + <string name="progress_whatson_loading">Lade EPG…</string> + <string name="qui_imdb_url_summary">Welche IMDb Seite für die Suche verwenden.</string> + <string name="qui_imdb_url_title">IMDb Seite</string> + <string name="qui_show_imdb_button_summary_off">IMDb Button nicht anzeigen</string> + <string name="qui_show_imdb_button_summary_on">IMDb Button anzeigen</string> + <string name="qui_show_imdb_button_title">Zeige IMDb Button</string> + <string name="qui_show_omdb_button_summary_off">OMDB Button nicht anzeigen</string> + <string name="qui_show_omdb_button_summary_on">OMDB Button anzeigen</string> + <string name="qui_show_omdb_button_title">Zeige OMDB Button</string> + <string name="qui_show_tmdb_button_summary_off">TMDb Button wird nicht angezeigt</string> + <string name="qui_show_tmdb_button_summary_on">TMDb Button wird angezeigt</string> + <string name="qui_show_tmdb_button_title">TMDb Button anzeigen</string> + <string name="recent_channels">Letzte Kanäle</string> + <string name="recent_channels_no_history">Keine aktuellen Kanäle gefunden…</string> + <string name="recording_item_menu_delete">Löschen</string> + <string name="recording_item_menu_stream">Stream</string> + <string name="recording_started">Aufzeichnung gestartet</string> + <string name="recstream">Streaming von Aufzeichnungen</string> + <string name="recstream_enable_summary">Streaming von Aufzeichnungen aktivieren</string> + <string name="recstream_enable_title">Streaming von Aufzeichnungen</string> + <string name="recstream_method_summary">Momentan wird Streaming über VDR live oder das streamdev-plugin unterstützt</string> + <string name="recstream_method_title">Streamingmethode</string> + <string name="refresh">Auffrischen</string> + <string name="remux_command_summary">Typischerweise EXT oder Extern z.B. http://vdr:3000/Extern/1</string> + <string name="remux_command_title">Format</string> + <string name="remux_enable_summary">Aktiviere Streaming mittels remux (z.B. externremux.sh)</string> + <string name="remux_enable_title">Aktiviere Remux</string> + <string name="remux_parameter_summary">Steuert Streaming Qualität. z.B. http://vdr:3000/Extern;DSL1000/1</string> + <string name="remux_parameter_title">Parameter</string> + <string name="remux_title">Remux</string> + <string name="search">Suchen</string> + <string name="search_epg_hint">Suche EPG</string> + <string name="search_reapt">Wiederholungen</string> + <string name="set_time">Zeit setzen</string> + <string name="settings_live_port">VDR Live-Plugin Port</string> + <string name="settings_live_port_summary">VDR Live-Plugin hat standardmäßig den Port 8008.</string> + <string name="settings_livetv_port">Stream-Port</string> + <string name="settings_livetv_port_summary">Default 3000. Der Zugriff muss in der Datei + streamdevhosts.conf aktiviert sein.</string> + <string name="settings_livetv_streamformat">Stream-Format</string> + <string name="settings_livetv_summary">Benötigt Streamdev-server auf dem VDR und ein externes Wiedergabeprogramm wie z.B. VPlayer</string> + <string name="share">Share</string> + <string name="share_chooser">Share EPG Eintrag</string> + <string name="sort">Sortieren</string> + <string name="sortby">Sortiere nach</string> + <string name="sortby_alphabet">Alphabet</string> + <string name="sortby_channel">Kanal</string> + <string name="sortby_channellist">Kanalliste</string> + <string name="sortby_time">Zeit</string> + <string name="stream_as">als %s</string> + <string name="stream_choose_audio">Audiospur wählen</string> + <string name="stream_via">über %s</string> + <string name="stream_via_as">Stream</string> + <string name="streaming_password_sum">Streamdev Server Passwort, gesetzt mit der Option \"-a \'user:pass\'\". wird so aufgerufen: http://user:pass@vdr:3000. In der Regel nicht gesetzt.</string> + <string name="streaming_password_title">Streamdev Passwort</string> + <string name="streaming_username_sum">Streamdev Server Benutzername, gesetzt mit der Option \"-a \'user:pass\'\". wird so http://user:pass@vdr:3000. In der Regel nicht gesetzt</string> + <string name="streaming_username_title">Streamdev Benutzername</string> + <string name="switch_to_channel">Umschalten zu</string> + <string name="switching_failed">Umschalten zu %1$s fehlgeschlagen: %2$s</string> + <string name="switching_success">umgeschalten zu %s</string> + <string name="timer_default_lifetime_summary">Standardmässig verwendete Lebenszeit</string> + <string name="timer_default_lifetime_title">Lebenszeit</string> + <string name="timer_default_primary_limit_summary">Standardmässig verwendetes Primärlimit</string> + <string name="timer_default_primary_limit_title">Primärlimit</string> + <string name="timer_default_priority_summary">Standardmässig verwendete Priorität</string> + <string name="timer_default_priority_title">Priorität</string> + <string name="timer_detail_day_title">Tag</string> + <string name="timer_detail_lifetime">Lebensdauer:</string> + <string name="timer_detail_lifetime_hint">z.B. 99</string> + <string name="timer_detail_priority">Priorität:</string> + <string name="timer_detail_priority_hint">z.B. 50</string> + <string name="timer_detail_repeat_title">Wiederholung</string> + <string name="timer_detail_title_vps">%1$s (VPS)</string> + <string name="timer_detail_use_vps">Verwende VPS:</string> + <string name="timer_post_end_buffer_summary">Minuten der Aufzeichnung nach dem Ende der Sendung</string> + <string name="timer_post_end_buffer_title">Nachlaufzeit</string> + <string name="timer_pre_start_buffer_summary">Minuten der Aufzeichnung vor dem Beginn der Sendung</string> + <string name="timer_pre_start_buffer_title">Vorlaufzeit</string> + <string name="timer_preferences">Voreinstellungen für Timer</string> + <string name="update_will_start_in">Die Liste wird in einer Sekunde aktualisiert</string> + <string name="vdr_advanced_preferences">Erweitert</string> + <string name="vdr_advanced_preferences_summary">Erweiterte Einstellungen</string> + <string name="vdr_conntimeout_sum">Wie lang (in Sekunden) warten bis eine Verbindung hergestellt ist?</string> + <string name="vdr_conntimeout_title">Anmeldezeitlimit</string> + <string name="vdr_device_delete_qeustion">Soll dieses Gerät gelöscht werden?</string> + <string name="vdr_devices">VDR Geräte</string> + <string name="vdr_devices_category">VDR-Geräte</string> + <string name="vdr_devices_summary">Definiere ein oder weitere VDR Geräte. (aktuell nicht implementiert)</string> + <string name="vdr_encoding_summary">Zeichenkodierung vom VDR Gerät. Vorgabe ist Android Zeichenkodierung (utf-8).</string> + <string name="vdr_encoding_title">Zeichenkodierung</string> + <string name="vdr_error_text">Bei der Kommunikation mit dem VDR ist ein Fehler aufgetreten: %1$s</string> + <string name="vdr_host_not_defined">VDR-Server nicht definiert</string> + <string name="vdr_host_summary">VDR Hostrechner</string> + <string name="vdr_host_title">VDR Rechner</string> + <string name="vdr_name_summary">Der Name von diesem Gerät</string> + <string name="vdr_name_title">Name</string> + <string name="vdr_password_summary">Passwort für das VDR Plugin</string> + <string name="vdr_password_title">VDR Plugin Passwort</string> + <string name="vdr_port_summary">Port für Verbindungen zum VDR Plugin</string> + <string name="vdr_port_title">VDR Plugin Port </string> + <string name="vdr_preferences">Netzwerkeinstellungen</string> + <string name="vdr_prefs_category">Gerät</string> + <string name="vdr_readtimeout_sum">Wie lang (in Sekunden) warten bis eine Zeile gelesen wurde?</string> + <string name="vdr_readtimeout_title">Lese-Zeitlimit</string> + <string name="vdr_ssl_summary">Verwende SSL für Verbindungen</string> + <string name="vdr_ssl_title">Sichere Verbindung</string> + <string name="vdr_timeout_sum">Wie lang maximal (in Sekunden) warten bis eine Datenübertragung entgültig abgebrochen wird?</string> + <string name="vdr_timeout_title">Gesamt-Zeitlimit</string> + <string name="vdr_timezone_summary">Die Zeitzone des Servers. Das ist wichtig, falls sie verreisen und Timer von einer anderen Zeitzone aus bearbeiten.</string> + <string name="vdr_timezone_title">Zeitzone des Servers wählen</string> + <string name="wakeup_enabled_summary">Aktiviert das Wecken des ferngesteuerten VDR Rechners</string> + <string name="wakeup_enabled_title">VDR kann geweckt werden</string> + <string name="wakeup_method_summary">Wähle eine Methode zum Wecken des VDR Rechners</string> + <string name="wakeup_method_title">Weckmethode</string> + <string name="wakeup_password_summary">Passwort für Remote-Wecken</string> + <string name="wakeup_password_title">Passwort</string> + <string name="wakeup_preferences">Ferngesteueren VDR Rechner wecken</string> + <string name="wakeup_url_summary">URL für die Aufforderung zum Wecken</string> + <string name="wakeup_url_title">URL für Wecken in der Ferne</string> + <string name="wakeup_user_summary">Account für Remote-Wecken</string> + <string name="wakeup_user_title">Nutzeraccount</string> + <string name="wakeup_wol_custom_boradcast_summary">Eine WOL-Netzwerkadresse von 255.255.255.255 abweichend. Zum Beispiel sinnvoll für VPN Verbindungen.</string> + <string name="wakeup_wol_custom_boradcast_title">Ziel IP-Adresse</string> + <string name="wakeup_wol_mac_summary">MAC-Adresse des VDR Rechners. Verwende \':\' , \'-\' oder ein Leerzeichen als Trennzeichen.</string> + <string name="wakeup_wol_mac_title">MAC-Adresse</string> + <string name="zone_list_menu_sort_alphabetically">Sortiere alphabetisch</string> + <string name="zone_list_menu_sort_by_timezone">Sortiere nach Zeitzone</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-el/values-el.xml b/vdrmanager/app/build/intermediates/res/release/values-el/values-el.xml new file mode 100644 index 0000000..f83a432 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-el/values-el.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-el/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Πλοήγηση στην αρχική σελίδα"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Πλοήγηση προς τα επάνω"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Περισσότερες επιλογές"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Τέλος"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Προβολή όλων"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Επιλέξτε κάποια εφαρμογή"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Διαγραφή ερωτήματος"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Ερώτημα αναζήτησης"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Αναζήτηση"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Υποβολή ερωτήματος"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Φωνητική αναζήτηση"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Κοινή χρήση με"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Κοινή χρήση με %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-en-rGB/values-en-rGB.xml b/vdrmanager/app/build/intermediates/res/release/values-en-rGB/values-en-rGB.xml new file mode 100644 index 0000000..559ec83 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-en-rGB/values-en-rGB.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-en-rGB/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigate home"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigate up"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"More options"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Finished"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"See all"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Choose an app"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Clear query"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Search query"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Search"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Submit query"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Voice search"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Share with"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Share with %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-en-rIN/values-en-rIN.xml b/vdrmanager/app/build/intermediates/res/release/values-en-rIN/values-en-rIN.xml new file mode 100644 index 0000000..263776f --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-en-rIN/values-en-rIN.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-en-rIN/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigate home"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigate up"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"More options"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Finished"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"See all"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Choose an app"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Clear query"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Search query"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Search"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Submit query"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Voice search"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Share with"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Share with %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-es-rUS/values-es-rUS.xml b/vdrmanager/app/build/intermediates/res/release/values-es-rUS/values-es-rUS.xml new file mode 100644 index 0000000..c6f88ee --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-es-rUS/values-es-rUS.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-es-rUS/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navegar a la página principal"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navegar hacia arriba"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Más opciones"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Listo"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Ver todo"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Elige una aplicación."</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Eliminar la consulta"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Consulta de búsqueda"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Búsqueda"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Enviar consulta"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Búsqueda por voz"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Compartir con"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Compartir con %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-es/values-es.xml b/vdrmanager/app/build/intermediates/res/release/values-es/values-es.xml new file mode 100644 index 0000000..9add0d7 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-es/values-es.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-es/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Ir a la pantalla de inicio"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Desplazarse hacia arriba"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Más opciones"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Listo"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Ver todo"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Seleccionar una aplicación"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Borrar consulta"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Consulta"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Buscar"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Enviar consulta"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Búsqueda por voz"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Compartir con"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Compartir con %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-et-rEE/values-et-rEE.xml b/vdrmanager/app/build/intermediates/res/release/values-et-rEE/values-et-rEE.xml new file mode 100644 index 0000000..79ccd71 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-et-rEE/values-et-rEE.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-et-rEE/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigeerimine avaekraanile"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigeerimine üles"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Rohkem valikuid"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Valmis"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Kuva kõik"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Valige rakendus"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Päringu tühistamine"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Otsingupäring"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Otsing"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Päringu esitamine"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Häälotsing"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Jagamine:"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Jagamine kasutajaga %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-fa/values-fa.xml b/vdrmanager/app/build/intermediates/res/release/values-fa/values-fa.xml new file mode 100644 index 0000000..d34f7b8 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-fa/values-fa.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fa/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"پیمایش به صفحه اصلی"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"پیمایش به بالا"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"گزینههای بیشتر"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"انجام شد"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"مشاهده همه"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"انتخاب برنامه"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"پاک کردن عبارت جستجو"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"عبارت جستجو"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"جستجو"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"ارسال عبارت جستجو"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"جستجوی شفاهی"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"اشتراکگذاری با"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"اشتراکگذاری با %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-fi/values-fi.xml b/vdrmanager/app/build/intermediates/res/release/values-fi/values-fi.xml new file mode 100644 index 0000000..cfde7ee --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-fi/values-fi.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fi/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Siirry etusivulle"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Siirry ylös"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Lisää"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Valmis"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Näytä kaikki"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Valitse sovellus"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Tyhjennä kysely"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Hakulauseke"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Haku"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Lähetä kysely"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Puhehaku"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Jakaminen:"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Jakaminen: %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-fr-rCA/values-fr-rCA.xml b/vdrmanager/app/build/intermediates/res/release/values-fr-rCA/values-fr-rCA.xml new file mode 100644 index 0000000..efcc695 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-fr-rCA/values-fr-rCA.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fr-rCA/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Revenir à l\'accueil"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Revenir en haut de la page"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Plus d\'options"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Terminé"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Voir toutes les chaînes"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Sélectionnez une application"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Effacer la requête"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Requête de recherche"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Rechercher"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Envoyer la requête"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Recherche vocale"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Partager avec"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Partager avec %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-fr/values-fr.xml b/vdrmanager/app/build/intermediates/res/release/values-fr/values-fr.xml new file mode 100644 index 0000000..0f8ef6d --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-fr/values-fr.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-fr/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Revenir à l\'accueil"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Revenir en haut de la page"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Plus d\'options"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"OK"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Tout afficher"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Sélectionner une application"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Effacer la requête"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Requête de recherche"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Rechercher"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Envoyer la requête"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Recherche vocale"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Partager avec"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Partager avec %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-hi/values-hi.xml b/vdrmanager/app/build/intermediates/res/release/values-hi/values-hi.xml new file mode 100644 index 0000000..ccd89dc --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-hi/values-hi.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hi/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"मुखपृष्ठ पर नेविगेट करें"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"ऊपर नेविगेट करें"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"अधिक विकल्प"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"पूर्ण"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"सभी देखें"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"कोई एप्लिकेशन चुनें"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"क्वेरी साफ़ करें"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"खोज क्वेरी"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"खोजें"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"क्वेरी सबमिट करें"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"ध्वनि खोज"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"इसके द्वारा साझा करें"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s के साथ साझा करें"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-hr/values-hr.xml b/vdrmanager/app/build/intermediates/res/release/values-hr/values-hr.xml new file mode 100644 index 0000000..f4c1b9e --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-hr/values-hr.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hr/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Idi na početnu"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Idi gore"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Dodatne opcije"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Gotovo"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Prikaži sve"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Odabir aplikacije"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Izbriši upit"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Upit za pretraživanje"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Pretraživanje"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Pošalji upit"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Glasovno pretraživanje"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Dijeljenje sa"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Dijeljenje sa: %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-hu/values-hu.xml b/vdrmanager/app/build/intermediates/res/release/values-hu/values-hu.xml new file mode 100644 index 0000000..f325dd8 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-hu/values-hu.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hu/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Ugrás a főoldalra"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Felfelé mozgatás"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"További lehetőségek"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Kész"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Összes megtekintése"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Válasszon ki egy alkalmazást"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Lekérdezés törlése"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Keresési lekérdezés"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Keresés"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Lekérdezés küldése"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Hangalapú keresés"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Megosztás a következővel:"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Megosztás a következővel: %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-hy-rAM/values-hy-rAM.xml b/vdrmanager/app/build/intermediates/res/release/values-hy-rAM/values-hy-rAM.xml new file mode 100644 index 0000000..79141a2 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-hy-rAM/values-hy-rAM.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-hy-rAM/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Ուղղվել տուն"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Ուղղվել վերև"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Այլ ընտրանքներ"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Կատարված է"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Տեսնել բոլորը"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Ընտրել ծրագիր"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Մաքրել հարցումը"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Որոնման հարցում"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Որոնել"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Ուղարկել հարցումը"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Ձայնային որոնում"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Տարածել"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Տարածել ըստ %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-in/values-in.xml b/vdrmanager/app/build/intermediates/res/release/values-in/values-in.xml new file mode 100644 index 0000000..ba3abaa --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-in/values-in.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-in/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigasi ke beranda"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigasi naik"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Opsi lain"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Selesai"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Lihat semua"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Pilih aplikasi"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Hapus kueri"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Kueri penelusuran"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Telusuri"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Kirim kueri"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Penelusuran suara"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Bagikan dengan"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Bagikan dengan %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-it/values-it.xml b/vdrmanager/app/build/intermediates/res/release/values-it/values-it.xml new file mode 100644 index 0000000..888ee59 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-it/values-it.xml @@ -0,0 +1,370 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values-it/strings.xml --> + <eat-comment/> + <string-array name="imdb_urls"> + <item>akas.imdb.com</item> + <item>imdb.com</item> + <item>uk.imdb.com</item> + <item>imdb.de</item> + <item>imdb.es</item> + <item>imdb.fr</item> + <item>imdb.it</item> + <item>imdb.pt</item> + </string-array> + <string-array name="lang"> + <item>Inglese</item> + <item>Tedesco</item> + <item>Italiano</item> + </string-array> + <string-array name="livetv_streamformat"> + <item>TS</item> + <item>PES</item> + <item>ES</item> + <item>PS</item> + </string-array> + <string-array name="recstream_entries"> + <item>Plugin VDR Live</item> + <item>Plugin VDR Streamdev</item> + <item>Plugin VDR Smattvweb</item> + </string-array> + <string-array name="remux_entries"> + <item>EXT</item> + <item>EXTERN (deprecato)</item> + </string-array> + <string-array name="wakeup_methods"> + <item>Chiama URL</item> + <item>WOL</item> + </string-array> + <string name="Content$Adult_Movie__Drama">Film per adulti/Dramma</string> + <string name="Content$Adventure__Western__War">Avventura/Western/Guerra</string> + <string name="Content$Advertisement__Shopping">Pubblicità/Acquisti</string> + <string name="Content$Arts__Culture">Arte/Cultura</string> + <string name="Content$Arts__Culture_Magazine">Arte/Settimanale di cultura</string> + <string name="Content$Athletics">Atletica</string> + <string name="Content$Ballet">Balletto</string> + <string name="Content$Black_and_White">Bianco & Nero</string> + <string name="Content$Broadcasting__Press">Trasmissione/Stampa</string> + <string name="Content$Cartoons__Puppets">Cartoni/Pupazzi</string> + <string name="Content$Childrens__Youth_Programme">Programmi per ragazzi/giovani</string> + <string name="Content$Comedy">Commedia</string> + <string name="Content$Cooking">Cucina</string> + <string name="Content$Detective__Thriller">Investigativo/Giallo</string> + <string name="Content$Discussion__Inverview__Debate">Discussione/Intervista/Dibattito</string> + <string name="Content$Documentary">Documentario</string> + <string name="Content$Economics__Social_Advisory">Economia/Consulenza sociale</string> + <string name="Content$Education__Science__Factual">Educazione/Scienza/Fatti</string> + <string name="Content$Entertainment_Programme_for_10_to_16">Programmi di intrattenimento da 10 a 16</string> + <string name="Content$Entertainment_Programme_for_6_to_14">Programmi di intrattenimento da 6 a 14</string> + <string name="Content$Equestrian">Equitazione</string> + <string name="Content$Experimental_Film__Video">Film sperimentale/Video</string> + <string name="Content$Fashion">Moda</string> + <string name="Content$Film__Cinema">Film/Cinema</string> + <string name="Content$Fine_Arts">Arti fine</string> + <string name="Content$Fitness_and_Health">Culturismo & Salute</string> + <string name="Content$Folk__Tradional_Music">Musica Tradizionale/Folclore</string> + <string name="Content$Football__Soccer">Calcio</string> + <string name="Content$Foreign_Countries__Expeditions">Paesi esteri/Spedizioni</string> + <string name="Content$Further_Education">Altra educazione</string> + <string name="Content$Game_Show__Quiz__Contest">Gioco a premi/Quiz/Gara</string> + <string name="Content$Gardening">Giardinaggio</string> + <string name="Content$Handicraft">Artigianato</string> + <string name="Content$Informational__Educational__School_Programme">Informativo/Educativo/Programma scolastico</string> + <string name="Content$Jazz">Jazz</string> + <string name="Content$Languages">Lingue</string> + <string name="Content$Leisure__Hobbies">Tempo libero/Hobby</string> + <string name="Content$Literature">Letteratura</string> + <string name="Content$Live_Broadcast">Trasmissione dal vivo</string> + <string name="Content$Magazine__Report__Documentary">Settimanale/Reportage/Documentario</string> + <string name="Content$Martial_Sports">Arti marziali</string> + <string name="Content$Medicine__Physiology__Psychology">Medicina/Filosofia/Psicologia</string> + <string name="Content$Motor_Sport">Sport motoristici</string> + <string name="Content$Motoring">Motori</string> + <string name="Content$Movie__Drama">Film/Dramma</string> + <string name="Content$Music__Ballet__Dance">Musica/Balletto/Danza</string> + <string name="Content$Musical__Opera">Musical/Opera</string> + <string name="Content$Nature__Animals__Environment">Natura/Animali/Ambiente</string> + <string name="Content$New_Media">Nuovo programma</string> + <string name="Content$News_Magazine">Settimanale di attualità</string> + <string name="Content$News__Current_Affairs">Notizie/Ultima ora</string> + <string name="Content$News__Weather_Report">Notizie/Previsioni meteo</string> + <string name="Content$Original_Language">Lingua madre</string> + <string name="Content$Performing_Arts">Arti di rendimento</string> + <string name="Content$Popular_Culture__Traditional_Arts">Cultura popolare/Arti tradizionali</string> + <string name="Content$Preschool_Childrens_Programme">Programmi per ragazzi prescolastici</string> + <string name="Content$Religion">Religione</string> + <string name="Content$Remarkable_People">Personaggi importanti</string> + <string name="Content$Rock__Pop">Rock/Pop</string> + <string name="Content$Romance">Romanzo</string> + <string name="Content$Science_Fiction__Fantasy__Horror">Finzione/Fantasia/Horror</string> + <string name="Content$Serious__Classical_Music">Musica Classica/Seria</string> + <string name="Content$Serious__Classical__Religious__Historical_Movie__Drama">Serio/Classico/Religioso/Film storico/Dramma</string> + <string name="Content$Show__Game_Show">Spettacolo/Gioco a premi</string> + <string name="Content$Soap__Melodrama__Folkloric">Telenovella/Melodramma/Folcloristico</string> + <string name="Content$Social__Political__Economics">Società/Politica/Economia</string> + <string name="Content$Social__Spiritual_Sciences">Società/Scienze spirituali</string> + <string name="Content$Special_Event">Evento speciale</string> + <string name="Content$Sport_Magazine">Settimanale di sport</string> + <string name="Content$Sports">Sport</string> + <string name="Content$Talk_Show">Talk Show</string> + <string name="Content$Team_Sports">Sport di squadra</string> + <string name="Content$Technology__Natural_Sciences">Tecnologia/Scienze naturali</string> + <string name="Content$Tennis__Squash">Tennis/Squash</string> + <string name="Content$Tourism__Travel">Turismo/Viaggi</string> + <string name="Content$Unpublished">Non pubblicato</string> + <string name="Content$Variety_Show">Spettacolo di varietà</string> + <string name="Content$Water_Sport">Sport acquatici</string> + <string name="Content$Winter_Sports">Sport invernali</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-it/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Vai alla home page"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Vai in alto"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Altre opzioni"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Fine"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Visualizza tutte"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Scegli un\'applicazione"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Cancella query"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Query di ricerca"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Cerca"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Invia query"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Ricerca vocale"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Condividi con"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Condividi con %s"</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values-it/strings.xml --> + <eat-comment/> + <string name="aborted">Connessione terminata.</string> + <string name="about_text"> + Info sul programma \"Gestore VDR\" per Android\n + Questa è la versione %1$s\n + Se a casa disponi di una VDR raggiungibile + da Internet e possiedi un telefono cellulare che usa Android allora forse hai trovato l\'applicazione che fa per te. + Per maggiori dettagli visita http://projects.vdr-developer.org/projects/vdr-manager/wiki. + Autore:\n + bju<herrlado@gmail.com> + herrlado<herrlado@gmail.com> + Traduzione italiana:\n + Diego Pierotto + </string> + <string name="about_title">Info</string> + <string name="action_menu_channels">Canali</string> + <string name="action_menu_epg">Elenco EPG</string> + <string name="action_menu_recordings">Registrazioni</string> + <string name="action_menu_search">Ricerca EPG</string> + <string name="action_menu_timers">Timer</string> + <string name="action_menu_wakeup">Accensione</string> + <string name="app_name">Gestore VDR</string> + <string name="channel_filter_filter_summary">Usa solo determinati canali</string> + <string name="channel_filter_filter_title">Limita canali</string> + <string name="channel_filter_last_summary">Numero di canali o sequenze separate da virgole (separatore \'-\'). Es. 1,2,4-10</string> + <string name="channel_filter_last_title">Filtro canale</string> + <string name="channel_filter_preferences">Impostazioni canale</string> + <string name="channel_group_menu_hide">Nascondi</string> + <string name="channel_group_menu_hide_permanent">Nascondi sempre</string> + <string name="channel_item_menu_epg">Mostra EPG</string> + <string name="channel_item_menu_hide">Nascondi</string> + <string name="channel_item_menu_hide_permanent">Nascondi sempre</string> + <string name="channel_item_menu_stream">Mostra trasmissione</string> + <string name="channels_window_title_count">%1$s, %2$s/%3$s</string> + <string name="common_delete">Elimina</string> + <string name="done">Completato</string> + <string name="epg_by_channel">EPG per canale</string> + <string name="epg_by_search">Ricerca EPG</string> + <string name="epg_by_search_param">Ricerca EPG: \'%1$s\'</string> + <string name="epg_by_time">EPG per ora</string> + <string name="epg_by_time_args">EPG per ora: \'%1$s\'</string> + <string name="epg_client_errors">Si è verificato un errore, verifica il registro...</string> + <string name="epg_duration_template">%1$s min</string> + <string name="epg_duration_template_live">%1$s/%2$s min</string> + <string name="epg_eent_livetv_text">Trasmissione</string> + <string name="epg_event_create_timer_text">Aggiungi timer</string> + <string name="epg_event_imdb_text">Ricerca IMDb</string> + <string name="epg_event_modify_timer_text">Modifica timer</string> + <string name="epg_event_omdb_text">Ricerca OMDB</string> + <string name="epg_event_share_text">Condividi</string> + <string name="epg_event_tmdb_text">Ricerca TMDb</string> + <string name="epg_item_menu_timer_add">Crea timer</string> + <string name="epg_item_menu_timer_delete">Elimina timer</string> + <string name="epg_item_menu_timer_disable">Disabilita timer</string> + <string name="epg_item_menu_timer_enable">Abilita timer</string> + <string name="epg_item_menu_timer_modify">Modifica timer</string> + <string name="epg_list_channel_spinner">Canale</string> + <string name="epg_list_search_label">Ricerca risultati</string> + <string name="epg_list_time_adhoc">Alle</string> + <string name="epg_list_time_label">In programmazione alle</string> + <string name="epg_list_time_next">Successivo</string> + <string name="epg_list_time_now">In onda</string> + <string name="epg_menu_search">Ricerca EPG</string> + <string name="epg_menu_times">Numero ricerche</string> + <string name="epg_no_items">Nessun risultato trovato...</string> + <string name="epg_of_a_channel">EPG -> %1$s, %2$s/%3$s</string> + <string name="epg_search_button">Cerca</string> + <string name="epg_search_settings_description">Ricerca EPG in VDR</string> + <string name="epg_search_times_add">Aggiungi numero</string> + <string name="epg_search_times_window">Numero personalizzato</string> + <string name="epg_window_title_count">%1$s, %2$s</string> + <string name="groupby_group">Gruppo</string> + <string name="groupby_name">Nome</string> + <string name="groupby_name_all_channels_group">Tutti i canali</string> + <string name="groupby_provider">Emittente</string> + <string name="groupby_window_title_templte">Ordina per %1$s</string> + <string name="gui_channels_show_channel_numbers_summary">Mostra il numero di canali nella lista canali</string> + <string name="gui_channels_show_channel_numbers_title">Mostra numero canali</string> + <string name="gui_custom_locale_sum">Seleziona una lingua</string> + <string name="gui_custom_locale_title">Lingua</string> + <string name="gui_enable_24h_format_summary_off">1:00 PM</string> + <string name="gui_enable_24h_format_summary_on">13:00</string> + <string name="gui_enable_24h_format_title">Usa formato 24 ore</string> + <string name="gui_max_recent_channels_summary">Quanti canali vuoi conservare tra quelli recenti?</string> + <string name="gui_max_recent_channels_title">Numero massimo canali recenti</string> + <string name="gui_preferences">Impostazioni GUI</string> + <string name="gui_quit_on_back_summary_off">Il tasto Indietro non chiude VDR-Manager</string> + <string name="gui_quit_on_back_summary_on">Il tasto Indietro chiude VDR-Manager</string> + <string name="gui_quit_on_back_title">Esci con tasto Indietro</string> + <string name="key_remux_command">remux_command</string> + <string name="key_remux_enable">remux_enable</string> + <string name="key_remux_parameter">remux_parameter</string> + <string name="livetv">Trasmissione dal vivo</string> + <string name="main_menu_exit">Esci</string> + <string name="main_menu_goto">Cambia dispositivo</string> + <string name="main_menu_goto_no_vdr">Impossibile caricare il dispositivo selezionato</string> + <string name="main_menu_goto_title">Passa a...</string> + <string name="main_menu_info">Info</string> + <string name="main_menu_preferences">Impostazioni</string> + <string name="main_menu_switched_to">Passato a %1$s</string> + <string name="menu_groupby">Ordina per</string> + <string name="navigae_at_the_end">Fine</string> + <string name="navigae_at_the_start">Inizio</string> + <string name="new_timer">Nuovo timer</string> + <string name="new_vdr">Nuova VDR</string> + <string name="no_connection">Nessuna connessione</string> + <string name="no_connection_retry">Riprova</string> + <string name="no_internet_connection">Nessuna connessione dati</string> + <string name="no_vdr">Nessun dispositivo VDR</string> + <string name="prefs_current_value">Attuale:</string> + <string name="prefs_current_value_not_set"><non impostato></string> + <string name="prefs_current_value_template">\nAttuale: %1$s</string> + <string name="progress_cache_hit">Caricato dalla cache</string> + <string name="progress_channels_loading">Caricamento canali...</string> + <string name="progress_connect">Connessione...</string> + <string name="progress_connect_error">Connessione fallita!</string> + <string name="progress_connect_finished_abnormal">Connessione completata in modo anomalo</string> + <string name="progress_connect_finished_abnormal_arg">Connessione completata in modo anomalo: %1$s</string> + <string name="progress_connect_timeout">Connessione scaduta!</string> + <string name="progress_disconnect">Disconnessione...</string> + <string name="progress_login">Accedi</string> + <string name="progress_login_error">Accesso fallito!</string> + <string name="progress_recording_delete">Eliminazione registrazione...</string> + <string name="progress_recordings_loading">Caricamento registrazioni...</string> + <string name="progress_timer_delete">Rimozione timer...</string> + <string name="progress_timer_disable">Disattivazione timer...</string> + <string name="progress_timer_enable">Attivazione timer...</string> + <string name="progress_timer_modify">Aggiornamento timer...</string> + <string name="progress_timer_save">Salvataggio timer...</string> + <string name="progress_timers_loading">Caricamento timer...</string> + <string name="progress_wakeup_error">Errore invio richiesta accensione: %1$s</string> + <string name="progress_wakeup_sending">Inizio richiesta accensione...</string> + <string name="progress_wakeup_sent">Richiesta accensione inviata</string> + <string name="progress_whatson_loading">Caricamento EPG...</string> + <string name="qui_imdb_url_summary">Sito IMDb da usare</string> + <string name="qui_imdb_url_title">Sito IMDb</string> + <string name="qui_show_imdb_button_summary_off">Non mostrare il tasto IMDb</string> + <string name="qui_show_imdb_button_summary_on">Mostra il tasto IMDb</string> + <string name="qui_show_imdb_button_title">Mostra tasto IMDb</string> + <string name="qui_show_omdb_button_summary_off">Non mostrare il tasto OMDB</string> + <string name="qui_show_omdb_button_summary_on">Mostra il tasto OMDB</string> + <string name="qui_show_omdb_button_title">Mostra tasto OMDB</string> + <string name="qui_show_tmdb_button_summary_off">Tasto TMDb non visibile</string> + <string name="qui_show_tmdb_button_summary_on">Tasto TMDb visibile</string> + <string name="qui_show_tmdb_button_title">Mostra tasto TMDb</string> + <string name="recent_channels">Canali recenti</string> + <string name="recent_channels_no_history">Nessuna cronologia...</string> + <string name="recording_item_menu_delete">Elimina</string> + <string name="recording_item_menu_stream">Trasmissione</string> + <string name="recstream">Trasmissione registrazioni</string> + <string name="recstream_enable_summary">Abilita trasmissione registrazioni</string> + <string name="recstream_enable_title">Trasmissione registrazioni</string> + <string name="recstream_method_summary">La trasmissione tramite il plugin VDR Live è attualmente supportata</string> + <string name="recstream_method_title">Metodo trasmissione</string> + <string name="refresh">Aggiorna</string> + <string name="remux_command_summary">Di solito EXT o Extern (es. http://vdr:3000/Extern/1)</string> + <string name="remux_command_title">Comando</string> + <string name="remux_enable_summary">Abilita trasmissione tramite remux (es. externremux.sh)</string> + <string name="remux_enable_title">Abilita Remux</string> + <string name="remux_parameter_summary">Controllo qualità trasmissione (es. http://vdr:3000/Extern;DSL1000/1)</string> + <string name="remux_parameter_title">Parametro</string> + <string name="remux_title">Remux</string> + <string name="search_epg_hint">Ricerca EPG</string> + <string name="search_reapt">Riesegui</string> + <string name="settings_live_port">Porta plugin VDR Live</string> + <string name="settings_live_port_summary">Il plugin VDR Live usa la porta 8008 come predefinita.</string> + <string name="settings_livetv_port">Porta trasmissione</string> + <string name="settings_livetv_port_summary">Predefinita 3000. L\'accesso deve essere abilitato in \"streamdevhosts.conf\".</string> + <string name="settings_livetv_streamformat">Formato trasmissione</string> + <string name="settings_livetv_summary">Sono necessari \"streamdev-server\" nella VDR e un riproduttore esterno come VPlayer</string> + <string name="share">Condividi</string> + <string name="share_chooser">Condividi valore EPG</string> + <string name="stream_as">come %s</string> + <string name="stream_via">tramite %s</string> + <string name="stream_via_as">Trasmissione</string> + <string name="streaming_password_sum">Imposta la password del server streamdev (es. -a \'nomeutente:password\')</string> + <string name="streaming_password_title">Password streamdev</string> + <string name="streaming_username_sum">Imposta il nome utente del server streamdev (es. -a \'nomeutente:password\')</string> + <string name="streaming_username_title">Nome utente streamdev</string> + <string name="timer_default_lifetime_summary">Durata predefinita</string> + <string name="timer_default_lifetime_title">Durata predefinita</string> + <string name="timer_default_primary_limit_summary">Limite primario predefinito</string> + <string name="timer_default_primary_limit_title">Limite primario predefinito</string> + <string name="timer_default_priority_summary">Priorità predefinita</string> + <string name="timer_default_priority_title">Priorità predefinita</string> + <string name="timer_post_end_buffer_summary">Minuti di fermo registrazione dopo la fine + dell\'evento</string> + <string name="timer_post_end_buffer_title">Margine fine</string> + <string name="timer_pre_start_buffer_summary">Minuti di avvio registrazione prima dell\'inizio + dell\'evento</string> + <string name="timer_pre_start_buffer_title">Margine inizio</string> + <string name="timer_preferences">Valori predefiniti timer</string> + <string name="update_will_start_in">L\'aggiornamento si avvierà tra qualche secondo</string> + <string name="vdr_advanced_preferences">Avanzate</string> + <string name="vdr_advanced_preferences_summary">Impostazioni avanzate</string> + <string name="vdr_conntimeout_sum">Tempo (in secondi) da aspettare prima che la connessione venga stabilita</string> + <string name="vdr_conntimeout_title">Durata connessione</string> + <string name="vdr_device_delete_qeustion">Eliminare questo dispositivo?</string> + <string name="vdr_devices">Dispositivi VDR</string> + <string name="vdr_devices_category">Dispositivi VDR</string> + <string name="vdr_devices_summary">Definisci uno o più dispositivi VDR (in arrivo)</string> + <string name="vdr_encoding_summary">Codifica caratteri della VDR. Predefinito utf-8.</string> + <string name="vdr_encoding_title">Codifica caratteri</string> + <string name="vdr_error_text">La comunicazione con VDR ha causato un errore: %1$s</string> + <string name="vdr_host_summary">Nome sistema o indirizzo IP della VDR in esecuzione</string> + <string name="vdr_host_title">Nome sistema/IP</string> + <string name="vdr_name_summary">Nome del dispositivo</string> + <string name="vdr_name_title">Nome</string> + <string name="vdr_password_summary">Password per il plugin di VDR</string> + <string name="vdr_password_title">Password plugin VDR</string> + <string name="vdr_port_default">6420</string> + <string name="vdr_port_summary">Porta per connessioni al plugin di VDR</string> + <string name="vdr_port_title">Porta plugin VDR</string> + <string name="vdr_preferences">Impostazioni rete</string> + <string name="vdr_prefs_category">Dispositivo</string> + <string name="vdr_readtimeout_sum">Tempo (in secondi) da apsettare per ogni operazione di lettura</string> + <string name="vdr_readtimeout_title">Durata lettura</string> + <string name="vdr_ssl_summary">Usa SSL per le connessioni</string> + <string name="vdr_ssl_title">Connessione sicura</string> + <string name="vdr_timeout_sum">Tempo (in secondi) da aspettare per un\'intera operazione di I/O prima di essere terminata</string> + <string name="vdr_timeout_title">Durata totale</string> + <string name="wakeup_enabled_summary">Abilita accensione VDR da remoto</string> + <string name="wakeup_enabled_title">Può accendere VDR da remoto</string> + <string name="wakeup_method_summary">Scegli un metodo per accendere VDR</string> + <string name="wakeup_method_title">Metodo accensione</string> + <string name="wakeup_password_summary">Password per accensione remota</string> + <string name="wakeup_password_title">Password accensione</string> + <string name="wakeup_preferences">Accensione VDR da remoto</string> + <string name="wakeup_url_summary">URL per richiesta esecuzione accensione</string> + <string name="wakeup_url_title">URL per accensione remota</string> + <string name="wakeup_user_summary">Utente per accensione remota</string> + <string name="wakeup_user_title">Utente accensione</string> + <string name="wakeup_wol_custom_boradcast_summary">A meno di non avere delle tabelle ARP statiche dovresti usare un indirizzo di broadcast.</string> + <string name="wakeup_wol_custom_boradcast_title">Indirizzo IP destinazione</string> + <string name="wakeup_wol_mac_summary">Indirizzo MAC di VDR. Usa \':\' o \'-\' o uno spazio come separatore.</string> + <string name="wakeup_wol_mac_title">Indirizzo MAC</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-iw/values-iw.xml b/vdrmanager/app/build/intermediates/res/release/values-iw/values-iw.xml new file mode 100644 index 0000000..6a91f89 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-iw/values-iw.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-iw/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"נווט לדף הבית"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"נווט למעלה"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"עוד אפשרויות"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"בוצע"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ראה הכול"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"בחר אפליקציה"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"מחק שאילתה"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"שאילתת חיפוש"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"חפש"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"שלח שאילתה"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"חיפוש קולי"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"שתף עם"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"שתף עם %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-ja/values-ja.xml b/vdrmanager/app/build/intermediates/res/release/values-ja/values-ja.xml new file mode 100644 index 0000000..56103ac --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-ja/values-ja.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ja/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"ホームへ移動"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"上へ移動"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"その他のオプション"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"完了"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"すべて表示"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"アプリの選択"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"検索キーワードを削除"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"検索キーワード"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"検索"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"検索キーワードを送信"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"音声検索"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"共有"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%sと共有"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-ka-rGE/values-ka-rGE.xml b/vdrmanager/app/build/intermediates/res/release/values-ka-rGE/values-ka-rGE.xml new file mode 100644 index 0000000..e5c211e --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-ka-rGE/values-ka-rGE.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ka-rGE/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"მთავარზე ნავიგაცია"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"ზემოთ ნავიგაცია"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"მეტი ვარიანტები"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"დასრულდა"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ყველას ნახვა"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"აპის არჩევა"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"მოთხოვნის გასუფთავება"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"ძიების მოთხოვნა"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"ძიება"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"მოთხოვნის გადაგზავნა"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"ხმოვანი ძიება"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"გაზიარება:"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s-თან გაზიარება"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-km-rKH/values-km-rKH.xml b/vdrmanager/app/build/intermediates/res/release/values-km-rKH/values-km-rKH.xml new file mode 100644 index 0000000..f5f28b6 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-km-rKH/values-km-rKH.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-km-rKH/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"រកមើលទៅដើម"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"រកមើលឡើងលើ"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ជម្រើសច្រើនទៀត"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"រួចរាល់"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"មើលទាំងអស់"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"ជ្រើសកម្មវិធី"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"សម្អាតសំណួរ"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"ស្វែងរកសំណួរ"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"ស្វែងរក"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"ដាក់ស្នើសំណួរ"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"ការស្វែងរកសំឡេង"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"ចែករំលែកជាមួយ"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"ចែករំលែកជាមួយ %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-ko/values-ko.xml b/vdrmanager/app/build/intermediates/res/release/values-ko/values-ko.xml new file mode 100644 index 0000000..338dcd9 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-ko/values-ko.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ko/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"홈 탐색"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"위로 탐색"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"옵션 더보기"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"완료"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"전체 보기"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"앱 선택"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"검색어 삭제"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"검색어"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"검색"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"검색어 보내기"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"음성 검색"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"공유 대상"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s와(과) 공유"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-land/values-land.xml b/vdrmanager/app/build/intermediates/res/release/values-land/values-land.xml new file mode 100644 index 0000000..1d3bbc7 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-land/values-land.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-land/values.xml --> + <eat-comment/> + <bool name="abc_action_bar_embed_tabs_pre_jb">true</bool> + <bool name="abc_config_allowActionMenuItemTextWithIcon">true</bool> + <bool name="abc_split_action_bar_is_narrow">false</bool> + <dimen name="abc_action_bar_default_height">40dip</dimen> + <dimen name="abc_action_bar_icon_vertical_padding">4dip</dimen> + <dimen name="abc_action_bar_progress_bar_size">32dp</dimen> + <dimen name="abc_action_bar_subtitle_bottom_margin">4dip</dimen> + <dimen name="abc_action_bar_subtitle_text_size">12dp</dimen> + <dimen name="abc_action_bar_subtitle_top_margin">-2dp</dimen> + <dimen name="abc_action_bar_title_text_size">16dp</dimen> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-large-v14/values-large-v14.xml b/vdrmanager/app/build/intermediates/res/release/values-large-v14/values-large-v14.xml new file mode 100644 index 0000000..8f4f208 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-large-v14/values-large-v14.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-large-v14/values.xml --> + <eat-comment/> + <style name="Theme.Base.AppCompat.DialogWhenLarge" parent="Theme.Base.AppCompat.DialogWhenLarge.Base"/> + <style name="Theme.Base.AppCompat.Light.DialogWhenLarge" parent="Theme.Base.AppCompat.Light.DialogWhenLarge.Base"/> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-large/values-large.xml b/vdrmanager/app/build/intermediates/res/release/values-large/values-large.xml new file mode 100644 index 0000000..21c1afd --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-large/values-large.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-large/values.xml --> + <eat-comment/> + <bool name="abc_action_bar_embed_tabs_pre_jb">true</bool> + <bool name="abc_config_allowActionMenuItemTextWithIcon">true</bool> + <bool name="abc_split_action_bar_is_narrow">false</bool> + <dimen name="abc_config_prefDialogWidth">440dp</dimen> + <dimen name="abc_search_view_text_min_width">192dip</dimen> + <item name="dialog_fixed_height_major" type="dimen">60%</item> + <item name="dialog_fixed_height_minor" type="dimen">90%</item> + <item name="dialog_fixed_width_major" type="dimen">60%</item> + <item name="dialog_fixed_width_minor" type="dimen">90%</item> + <integer name="abc_max_action_buttons">4</integer> + <style name="Theme.Base.AppCompat.DialogWhenLarge" parent="Theme.Base.AppCompat.Dialog.FixedSize"/> + <style name="Theme.Base.AppCompat.Light.DialogWhenLarge" parent="Theme.Base.AppCompat.Dialog.Light.FixedSize"/> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-lo-rLA/values-lo-rLA.xml b/vdrmanager/app/build/intermediates/res/release/values-lo-rLA/values-lo-rLA.xml new file mode 100644 index 0000000..795a768 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-lo-rLA/values-lo-rLA.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-lo-rLA/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"ກັບໄປໜ້າຫຼັກ"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"ຂຶ້ນເທິງ"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ໂຕເລືອກອື່ນ"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"ແລ້ວໆ"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ເບິ່ງທັງຫມົດ"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"ເລືອກແອັບຯ"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"ລຶບຂໍ້ຄວາມຊອກຫາ"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"ຊອກຫາ"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"ຊອກຫາ"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"ສົ່ງການຊອກຫາ"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"ຊອກຫາດ້ວຍສຽງ"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"ແບ່ງປັນກັບ"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"ແບ່ງປັນກັບ %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-lt/values-lt.xml b/vdrmanager/app/build/intermediates/res/release/values-lt/values-lt.xml new file mode 100644 index 0000000..8f131c1 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-lt/values-lt.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-lt/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Eiti į pagrindinį puslapį"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Eiti į viršų"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Daugiau parinkčių"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Atlikta"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Peržiūrėti viską"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Pasirinkti programą"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Išvalyti užklausą"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Paieškos užklausa"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Paieška"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Pateikti užklausą"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Paieška balsu"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Bendrinti naudojant"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Bendrinti naudojant „%s“"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-lv/values-lv.xml b/vdrmanager/app/build/intermediates/res/release/values-lv/values-lv.xml new file mode 100644 index 0000000..af68b9c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-lv/values-lv.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-lv/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Pārvietoties uz sākuma ekrānu"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Pārvietoties augšup"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Vairāk opciju"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Gatavs"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Skatīt visu"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Izvēlieties lietotni"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Notīrīt vaicājumu"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Meklēšanas vaicājums"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Meklēt"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Iesniegt vaicājumu"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Meklēšana ar balsi"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Kopīgot ar:"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Kopīgot ar %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-mn-rMN/values-mn-rMN.xml b/vdrmanager/app/build/intermediates/res/release/values-mn-rMN/values-mn-rMN.xml new file mode 100644 index 0000000..404ef16 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-mn-rMN/values-mn-rMN.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-mn-rMN/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Нүүр хуудас руу шилжих"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Дээш шилжих"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Нэмэлт сонголтууд"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Дууссан"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Бүгдийг харах"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Апп сонгох"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Асуулгыг цэвэрлэх"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Хайх асуулга"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Хайх"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Асуулгыг илгээх"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Дуут хайлт"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Хуваалцах"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s-тай хуваалцах"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-ms-rMY/values-ms-rMY.xml b/vdrmanager/app/build/intermediates/res/release/values-ms-rMY/values-ms-rMY.xml new file mode 100644 index 0000000..4ea539c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-ms-rMY/values-ms-rMY.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ms-rMY/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigasi skrin utama"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigasi ke atas"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Lagi pilihan"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Selesai"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Lihat semua"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Pilih apl"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Kosongkan pertanyaan"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Pertanyaan carian"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Cari"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Serah pertanyaan"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Carian suara"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Kongsi dengan"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Kongsi dengan %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-nb/values-nb.xml b/vdrmanager/app/build/intermediates/res/release/values-nb/values-nb.xml new file mode 100644 index 0000000..f8a219d --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-nb/values-nb.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-nb/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Gå til startsiden"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Gå opp"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Flere alternativer"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Fullført"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Se alle"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Velg en app"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Slett søket"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Søkeord"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Søk"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Utfør søket"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Talesøk"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Del med"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Del med %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-nl/values-nl.xml b/vdrmanager/app/build/intermediates/res/release/values-nl/values-nl.xml new file mode 100644 index 0000000..398015c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-nl/values-nl.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-nl/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigeren naar startpositie"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Omhoog navigeren"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Meer opties"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Gereed"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Alles weergeven"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Een app selecteren"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Zoekopdracht wissen"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Zoekopdracht"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Zoeken"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Zoekopdracht verzenden"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Gesproken zoekopdracht"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Delen met"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Delen met %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-pl/values-pl.xml b/vdrmanager/app/build/intermediates/res/release/values-pl/values-pl.xml new file mode 100644 index 0000000..3788a8b --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-pl/values-pl.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-pl/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Przejdź do strony głównej"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Przejdź wyżej"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Więcej opcji"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Gotowe"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Zobacz wszystkie"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Wybierz aplikację"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Wyczyść zapytanie"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Wyszukiwane hasło"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Szukaj"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Wyślij zapytanie"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Wyszukiwanie głosowe"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Udostępnij dla"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Udostępnij dla %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-pt-rPT/values-pt-rPT.xml b/vdrmanager/app/build/intermediates/res/release/values-pt-rPT/values-pt-rPT.xml new file mode 100644 index 0000000..bc2cc0d --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-pt-rPT/values-pt-rPT.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-pt-rPT/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navegar para a página inicial"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navegar para cima"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Mais opções"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Concluído"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Ver tudo"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Escolher uma aplicação"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Limpar consulta"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Consulta de pesquisa"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Pesquisar"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Enviar consulta"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Pesquisa por voz"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Partilhar com"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Partilhar com %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-pt/values-pt.xml b/vdrmanager/app/build/intermediates/res/release/values-pt/values-pt.xml new file mode 100644 index 0000000..b3f2f83 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-pt/values-pt.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-pt/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navegar para a página inicial"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navegar para cima"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Mais opções"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Concluído"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Ver tudo"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Selecione um aplicativo"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Limpar consulta"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Consulta de pesquisa"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Pesquisar"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Enviar consulta"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Pesquisa por voz"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Compartilhar com"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Compartilhar com %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-ro/values-ro.xml b/vdrmanager/app/build/intermediates/res/release/values-ro/values-ro.xml new file mode 100644 index 0000000..9c13dd5 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-ro/values-ro.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ro/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigați la ecranul de pornire"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigați în sus"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Mai multe opțiuni"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Terminat"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Afișați-le pe toate"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Alegeți o aplicaţie"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Ștergeți interogarea"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Interogare de căutare"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Căutați"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Trimiteți interogarea"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Căutare vocală"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Trimiteți la"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Trimiteți la %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-ru/values-ru.xml b/vdrmanager/app/build/intermediates/res/release/values-ru/values-ru.xml new file mode 100644 index 0000000..b90902d --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-ru/values-ru.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-ru/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Перейти на главный экран"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Перейти вверх"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Другие параметры"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Готово"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Показать все"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Выбрать приложение"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Удалить запрос"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Поисковый запрос"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Поиск"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Отправить запрос"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Голосовой поиск"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Открыть доступ"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Открыть доступ пользователю %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-sk/values-sk.xml b/vdrmanager/app/build/intermediates/res/release/values-sk/values-sk.xml new file mode 100644 index 0000000..034c96f --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-sk/values-sk.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sk/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Prejsť na plochu"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Prejsť hore"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Ďalšie možnosti"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Hotovo"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Zobraziť všetko"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Zvoľte aplikáciu"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Vymazať dopyt"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Vyhľadávací dopyt"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Hľadať"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Odoslať dopyt"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Hlasové vyhľadávanie"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Zdieľať pomocou"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Zdieľať pomocou %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-sl/values-sl.xml b/vdrmanager/app/build/intermediates/res/release/values-sl/values-sl.xml new file mode 100644 index 0000000..0ac5665 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-sl/values-sl.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sl/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Krmarjenje domov"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Krmarjenje navzgor"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Več možnosti"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Končano"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Pokaži vse"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Izbira aplikacije"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Izbris poizvedbe"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Iskalna poizvedba"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Iskanje"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Pošiljanje poizvedbe"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Glasovno iskanje"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Deljenje z"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Deljenje z:"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-sr/values-sr.xml b/vdrmanager/app/build/intermediates/res/release/values-sr/values-sr.xml new file mode 100644 index 0000000..48d6d6c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-sr/values-sr.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sr/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Одлазак на Почетну"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Кретање нагоре"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Још опција"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Готово"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Прикажи све"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Избор апликације"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Брисање упита"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Упит за претрагу"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Претрага"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Слање упита"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Гласовна претрага"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Дели са"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Дели са апликацијом %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-sv/values-sv.xml b/vdrmanager/app/build/intermediates/res/release/values-sv/values-sv.xml new file mode 100644 index 0000000..f48e24c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-sv/values-sv.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sv/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Visa startsidan"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigera uppåt"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Fler alternativ"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Klart"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Visa alla"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Välj en app"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Ta bort frågan"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Sökfråga"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Sök"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Skicka fråga"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Röstsökning"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Dela med"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Dela med %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-sw/values-sw.xml b/vdrmanager/app/build/intermediates/res/release/values-sw/values-sw.xml new file mode 100644 index 0000000..19ca1ac --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-sw/values-sw.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sw/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Nenda mwanzo"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Nenda juu"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Chaguo zaidi"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Nimemaliza"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Angalia zote"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Chagua programu"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Futa hoja"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Hoja ya utafutaji"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Tafuta"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Wasilisha hoja"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Tafuta kwa kutamka"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Shiriki na:"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Shiriki na %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-sw600dp/values-sw600dp.xml b/vdrmanager/app/build/intermediates/res/release/values-sw600dp/values-sw600dp.xml new file mode 100644 index 0000000..4ab154b --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-sw600dp/values-sw600dp.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-sw600dp/values.xml --> + <eat-comment/> + <dimen name="abc_action_bar_default_height">56dip</dimen> + <dimen name="abc_action_bar_icon_vertical_padding">4dip</dimen> + <dimen name="abc_action_bar_subtitle_bottom_margin">9dip</dimen> + <dimen name="abc_action_bar_subtitle_text_size">14dp</dimen> + <dimen name="abc_action_bar_subtitle_top_margin">-3dp</dimen> + <dimen name="abc_action_bar_title_text_size">18dp</dimen> + <dimen name="abc_config_prefDialogWidth">580dp</dimen> + <integer name="abc_max_action_buttons">5</integer> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-th/values-th.xml b/vdrmanager/app/build/intermediates/res/release/values-th/values-th.xml new file mode 100644 index 0000000..05ded18 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-th/values-th.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-th/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"นำทางไปหน้าแรก"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"นำทางขึ้น"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ตัวเลือกอื่น"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"เสร็จสิ้น"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ดูทั้งหมด"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"เลือกแอป"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"ล้างข้อความค้นหา"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"ข้อความค้นหา"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"ค้นหา"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"ส่งข้อความค้นหา"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"ค้นหาด้วยเสียง"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"แชร์กับ"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"แชร์กับ %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-tl/values-tl.xml b/vdrmanager/app/build/intermediates/res/release/values-tl/values-tl.xml new file mode 100644 index 0000000..e6f5dcd --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-tl/values-tl.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-tl/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Mag-navigate patungo sa home"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Mag-navigate pataas"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Higit pang mga opsyon"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Tapos na"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Tingnan lahat"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Pumili ng isang app"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"I-clear ang query"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Query sa paghahanap"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Maghanap"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Isumite ang query"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Paghahanap gamit ang boses"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Ibahagi sa/kay"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Ibahagi sa/kay %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-tr/values-tr.xml b/vdrmanager/app/build/intermediates/res/release/values-tr/values-tr.xml new file mode 100644 index 0000000..279b4b6 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-tr/values-tr.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-tr/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Ana ekrana git"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Yukarı git"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Diğer seçenekler"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Tamamlandı"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Tümünü göster"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Bir uygulama seçin"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Sorguyu temizle"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Arama sorgusu"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Ara"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Sorguyu gönder"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Sesli arama"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Şununla paylaş"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s ile paylaş"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-uk/values-uk.xml b/vdrmanager/app/build/intermediates/res/release/values-uk/values-uk.xml new file mode 100644 index 0000000..cb92ba6 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-uk/values-uk.xml @@ -0,0 +1,364 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values-uk/strings.xml --> + <eat-comment/> + <string-array name="imdb_urls"> + <item>Міжнародний</item> + <item>imdb.com</item> + <item>uk.imdb.com</item> + <item>imdb.de</item> + <item>imdb.es</item> + <item>imdb.fr</item> + <item>imdb.it</item> + <item>imdb.pt</item> + </string-array> + <string-array name="lang"> + <item>Англійська</item> + <item>Німецька</item> + <item>Італійська</item> + </string-array> + <string-array name="livetv_streamformat"> + <item>TS</item> + <item>PES</item> + <item>ES</item> + <item>PS</item> + </string-array> + <string-array name="recstream_entries"> + <item>Додаток VDR live</item> + <item>Додаток VDR streamdev</item> + <item>Додаток VDR smattvweb</item> + </string-array> + <string-array name="remux_entries"> + <item>EXT</item> + <item>EXTERN (не рекомендується)</item> + </string-array> + <string-array name="wakeup_methods"> + <item>Виклик URL</item> + <item>WOL (пробудження через інтернет)</item> + </string-array> + <string name="Content$Adult_Movie__Drama">Кіно для дорослих/Драма</string> + <string name="Content$Adventure__Western__War">Пригоди/Вестерн/Війна</string> + <string name="Content$Advertisement__Shopping">Реклама/Закупи</string> + <string name="Content$Arts__Culture">Мистецтво/Культура</string> + <string name="Content$Arts__Culture_Magazine">Мистецтво/Культурний журнал</string> + <string name="Content$Athletics">Атлетика</string> + <string name="Content$Ballet">Балет</string> + <string name="Content$Black_and_White">Чорне і біле</string> + <string name="Content$Broadcasting__Press">Трансляція/Преса</string> + <string name="Content$Cartoons__Puppets">Мультфільми</string> + <string name="Content$Childrens__Youth_Programme">Дитяче/Молодіжні програми</string> + <string name="Content$Comedy">Комедія</string> + <string name="Content$Cooking">Готування їжі</string> + <string name="Content$Detective__Thriller">Детектив/Тріллер</string> + <string name="Content$Discussion__Inverview__Debate">Дискусія/Інтерв’ю/Дебати</string> + <string name="Content$Documentary">Документальне</string> + <string name="Content$Economics__Social_Advisory">Економіка/Соціальний порадник</string> + <string name="Content$Education__Science__Factual">Навчання/Наука/Факти</string> + <string name="Content$Entertainment_Programme_for_10_to_16">Програми для дітей від 10 до 16 років</string> + <string name="Content$Entertainment_Programme_for_6_to_14">Програми для дітей від 6 до 14 років</string> + <string name="Content$Equestrian">Кінний спорт</string> + <string name="Content$Experimental_Film__Video">Експериментальний фільм/Відео</string> + <string name="Content$Fashion">Мода</string> + <string name="Content$Film__Cinema">Кінофільм</string> + <string name="Content$Fine_Arts">Образотворче мистецтво</string> + <string name="Content$Fitness_and_Health">Фітнес і здоров’я</string> + <string name="Content$Folk__Tradional_Music">Фльк/Традиційна музика</string> + <string name="Content$Football__Soccer">Футбол</string> + <string name="Content$Foreign_Countries__Expeditions">Зарубіжні країни/Експедиції</string> + <string name="Content$Further_Education">Дальше навчання</string> + <string name="Content$Game_Show__Quiz__Contest">Ігрове шоу/Тести</string> + <string name="Content$Gardening">Сад/Город</string> + <string name="Content$Handicraft">Ремісниче</string> + <string name="Content$Informational__Educational__School_Programme">Інформаційні/Навчальні/Шкільна програма</string> + <string name="Content$Jazz">Джаз</string> + <string name="Content$Languages">Мови</string> + <string name="Content$Leisure__Hobbies">Відпочинок/Хоббі</string> + <string name="Content$Literature">Література</string> + <string name="Content$Live_Broadcast">Трансляція</string> + <string name="Content$Magazine__Report__Documentary">Журнал/Рапорт/Документальне</string> + <string name="Content$Martial_Sports">Військовий спорт</string> + <string name="Content$Medicine__Physiology__Psychology">Медицина/Фізіологія/Психологія</string> + <string name="Content$Motor_Sport">Моторний спорт</string> + <string name="Content$Motoring">Автомобільна справа</string> + <string name="Content$Movie__Drama">Фільм/Драма</string> + <string name="Content$Music__Ballet__Dance">Музика/Балет/Танці</string> + <string name="Content$Musical__Opera">Мюзикл/Опера</string> + <string name="Content$Nature__Animals__Environment">Природа/Тварини/Навколишнє оточення</string> + <string name="Content$New_Media">Нові медія</string> + <string name="Content$News_Magazine">Журнал новин</string> + <string name="Content$News__Current_Affairs">Новини/Поточні події</string> + <string name="Content$News__Weather_Report">Новини/Спорт</string> + <string name="Content$Original_Language">Оригінальна мова</string> + <string name="Content$Performing_Arts">Дресирування</string> + <string name="Content$Popular_Culture__Traditional_Arts">Популярна культура/Традиційне мистецтво</string> + <string name="Content$Preschool_Childrens_Programme">Дошкільні дитячі програми</string> + <string name="Content$Religion">Релігія</string> + <string name="Content$Remarkable_People">Незвичайні люди</string> + <string name="Content$Rock__Pop">Рок/Поп</string> + <string name="Content$Romance">Романс</string> + <string name="Content$Science_Fiction__Fantasy__Horror">Наукова фантастика/Фантастика/Жахи</string> + <string name="Content$Serious__Classical_Music">Серйозна/Класична музика</string> + <string name="Content$Serious__Classical__Religious__Historical_Movie__Drama">Серйозне/Класика/Релігія/Історія/Драма</string> + <string name="Content$Show__Game_Show">Шоу//Ігри</string> + <string name="Content$Soap__Melodrama__Folkloric">Мильна опера/Мелодрама/Фольклор</string> + <string name="Content$Social__Political__Economics">Соцільне/Політичне/Економічне</string> + <string name="Content$Social__Spiritual_Sciences">Соціальна/Духовна наука</string> + <string name="Content$Special_Event">Спеціальні події</string> + <string name="Content$Sport_Magazine">Спортивний журнал</string> + <string name="Content$Sports">Спорт</string> + <string name="Content$Talk_Show">Ток шоу</string> + <string name="Content$Team_Sports">Спортивні команди</string> + <string name="Content$Technology__Natural_Sciences">Технологія/Природничі науки</string> + <string name="Content$Tennis__Squash">Теніс/Сквош</string> + <string name="Content$Tourism__Travel">Туризм/Подорожі</string> + <string name="Content$Unpublished">Неопубліковане</string> + <string name="Content$Variety_Show">Вар’єте</string> + <string name="Content$Water_Sport">Водний спорт</string> + <string name="Content$Winter_Sports">Зимовий спорт</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-uk/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Перейти на головний"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Перейти вгору"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Інші опції"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Готово"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Переглянути всі"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Вибрати програму"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Очистити запит"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Пошуковий запит"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Пошук"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Надіслати запит"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Голосовий пошук"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Надіслати через"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Надіслати через %s"</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values-uk/strings.xml --> + <eat-comment/> + <string name="aborted">Підключення перервано.</string> + <string name="about_text">Про програму \"VDR-менеджер\" для Android\n +Це версія %1$s\n +Якщо Ви маєте пристрій VDR, до якого є доступ +через інтернет і є мобільний телефон з ОС Android, тоді Ви оцінити можливості цієї прогорами. +Для більше інформації відвідайте сторінку http://projects.vdr-developer.org/projects/vdr-manager/wiki. +Автор:\n +bju<herrlado@gmail.com> +herrlado<herrlado@gmail.com> + </string> + <string name="about_title">Про програму</string> + <string name="action_menu_channels">Канали</string> + <string name="action_menu_epg">Список EPG</string> + <string name="action_menu_recordings">Записи</string> + <string name="action_menu_search">Пошук EPG</string> + <string name="action_menu_timers">Таймери</string> + <string name="action_menu_wakeup">Пробудження</string> + <string name="app_name">VDR-менеджер</string> + <string name="channel_filter_filter_summary">Вокористовувати тільки дані канали</string> + <string name="channel_filter_filter_title">Обмеження на канали</string> + <string name="channel_filter_last_summary">Розділені комами номери каналів або діапазони (роздільник \"-\"). Наприклад 1,2,4-10</string> + <string name="channel_filter_last_title">Фільтр каналів</string> + <string name="channel_filter_preferences">Налаштування каналу</string> + <string name="channel_group_menu_hide">Сховати</string> + <string name="channel_group_menu_hide_permanent">Ховати постійно</string> + <string name="channel_item_menu_epg">Показати EPG</string> + <string name="channel_item_menu_hide">Сховати</string> + <string name="channel_item_menu_hide_permanent">Ховати постійно</string> + <string name="channel_item_menu_stream">Показати живий ефір</string> + <string name="channels_window_title_count">%1$s, %2$s/%3$s</string> + <string name="common_delete">Вилучити</string> + <string name="done">Виконано</string> + <string name="epg_by_channel">EPG по каналу</string> + <string name="epg_by_search">Пошук EPG</string> + <string name="epg_by_search_param">Пошук EPG: \'%1$s\'</string> + <string name="epg_by_time">EPG по часу</string> + <string name="epg_by_time_args">EPG по часу: \'%1$s\'</string> + <string name="epg_client_errors">Сталася помилка, перевірте журнали…</string> + <string name="epg_duration_template">%1$s хв</string> + <string name="epg_duration_template_live">%1$s/%2$s хв</string> + <string name="epg_eent_livetv_text">Потік</string> + <string name="epg_event_create_timer_text">Додати таймер</string> + <string name="epg_event_imdb_text">Пошук IMDb</string> + <string name="epg_event_modify_timer_text">Змінити таймер</string> + <string name="epg_event_omdb_text">Пошук OMDB</string> + <string name="epg_event_share_text">Поділитися</string> + <string name="epg_event_tmdb_text">TMDb пошук</string> + <string name="epg_item_menu_timer_add">Створити таймер</string> + <string name="epg_item_menu_timer_delete">Вилучити таймер</string> + <string name="epg_item_menu_timer_disable">Вимкнути таймер</string> + <string name="epg_item_menu_timer_enable">Увімкнути таймер</string> + <string name="epg_item_menu_timer_modify">Змінити таймер</string> + <string name="epg_list_channel_spinner">Канал</string> + <string name="epg_list_search_label">Результати пошуку</string> + <string name="epg_list_time_adhoc">Без точки доступу</string> + <string name="epg_list_time_label">А що зараз на</string> + <string name="epg_list_time_next">Наступний</string> + <string name="epg_list_time_now">Зараз</string> + <string name="epg_menu_search">Пошук EPG</string> + <string name="epg_menu_times">Пошук часів</string> + <string name="epg_no_items">Нічого не знайдено…</string> + <string name="epg_of_a_channel">EPG -> %1$s, %2$s/%3$s</string> + <string name="epg_search_button">Пошук</string> + <string name="epg_search_settings_description">Пошук VDR EPG</string> + <string name="epg_search_times_add">Додати час</string> + <string name="epg_search_times_window">Час користувача</string> + <string name="epg_window_title_count">%1$s, %2$s елементів</string> + <string name="groupby_group">Група</string> + <string name="groupby_name">Назва</string> + <string name="groupby_name_all_channels_group">Всі канали</string> + <string name="groupby_provider">Постачальник</string> + <string name="groupby_window_title_templte">Групувати за %1$s</string> + <string name="gui_channels_show_channel_numbers_summary">Показати номери каналів у списку каналів.</string> + <string name="gui_channels_show_channel_numbers_title">Показати номери каналів</string> + <string name="gui_custom_locale_sum">Встановити мову.</string> + <string name="gui_custom_locale_title">Мова</string> + <string name="gui_enable_24h_format_summary_off">1:00 вечора</string> + <string name="gui_enable_24h_format_summary_on">13:00</string> + <string name="gui_enable_24h_format_title">Використання 24-годинного формату</string> + <string name="gui_max_recent_channels_summary">Скільки каналів повинно зберігатися в недавніх каналах?</string> + <string name="gui_max_recent_channels_title">Макс. к-сть недавніх каналів</string> + <string name="gui_preferences">Налаштування графічного інтерфейсу</string> + <string name="gui_quit_on_back_summary_off">Кнопка \"Назад\" не завершує роботу VDR-менеджера</string> + <string name="gui_quit_on_back_summary_on">Кнопки \"Назад\" завершує роботу VDR-менеджера</string> + <string name="gui_quit_on_back_title">Вийти на кнопку \"Назад\"</string> + <string name="key_remux_command">remux_command</string> + <string name="key_remux_enable">remux_enable</string> + <string name="key_remux_parameter">remux_parameter</string> + <string name="livetv">Прямий ефір</string> + <string name="main_menu_exit">Вийти</string> + <string name="main_menu_goto">Перемикач пристроїв</string> + <string name="main_menu_goto_no_vdr">Не вдається завантажити вибраний пристрій :(</string> + <string name="main_menu_goto_title">Перемкнутися до...</string> + <string name="main_menu_info">Інформація</string> + <string name="main_menu_preferences">Уподобання</string> + <string name="main_menu_switched_to">Перейшли до %1$s</string> + <string name="menu_groupby">Групувати за</string> + <string name="navigae_at_the_end">Кінець</string> + <string name="navigae_at_the_start">Початок</string> + <string name="new_timer">Новий таймер</string> + <string name="new_vdr">Новий VDR</string> + <string name="no_connection">Немає підключення</string> + <string name="no_connection_retry">Повторити</string> + <string name="no_internet_connection">Немає даних з’єднання</string> + <string name="no_vdr">Немає VDR пристроїв</string> + <string name="prefs_current_value">Поточний:</string> + <string name="prefs_current_value_not_set"><не встановлено></string> + <string name="prefs_current_value_template">\nПоточний: %1$s</string> + <string name="progress_cache_hit">Завантажено з кешу</string> + <string name="progress_channels_loading">Завантаження каналів…</string> + <string name="progress_connect">Підключення...</string> + <string name="progress_connect_error">Невдале з’єднання!</string> + <string name="progress_connect_finished_abnormal">Зв’язок несподівано завершено</string> + <string name="progress_connect_finished_abnormal_arg">Зв’язок несподівано завершено: %1$s</string> + <string name="progress_connect_timeout">Затримка з\'єднання!</string> + <string name="progress_disconnect">Відключення…</string> + <string name="progress_login">Логін.</string> + <string name="progress_login_error">Увійти не вдалося.</string> + <string name="progress_recording_delete">Вилучення запису...</string> + <string name="progress_recordings_loading">Завантаження записів…</string> + <string name="progress_timer_delete">Вилучення таймера...</string> + <string name="progress_timer_disable">Відключення таймера...</string> + <string name="progress_timer_enable">Включення таймера...</string> + <string name="progress_timer_modify">Оновлення таймера...</string> + <string name="progress_timer_save">Збереження таймера...</string> + <string name="progress_timers_loading">Завантаження таймерів…</string> + <string name="progress_wakeup_error">Помилка при відправці запиту пробудження: %1$s</string> + <string name="progress_wakeup_sending">Ініціювання запиту пробудження…</string> + <string name="progress_wakeup_sent">Запит пробудження надісланий</string> + <string name="progress_whatson_loading">Завантаження EPG…</string> + <string name="qui_imdb_url_summary">На якій сторінці IMDb шукати.</string> + <string name="qui_imdb_url_title">Сторінка IMDb</string> + <string name="qui_show_imdb_button_summary_off">Кнопка IMDb не відображається</string> + <string name="qui_show_imdb_button_summary_on">Кнопка IMDb відображається</string> + <string name="qui_show_imdb_button_title">Показати кнопку IMDb</string> + <string name="qui_show_omdb_button_summary_off">Кнопка OMDB не відображається</string> + <string name="qui_show_omdb_button_summary_on">Кнопка OMDB відображається</string> + <string name="qui_show_omdb_button_title">Показати кнопку OMDB</string> + <string name="qui_show_tmdb_button_summary_off">Кнопка TMDb не відображається</string> + <string name="qui_show_tmdb_button_summary_on">Кнопка TMDb відображається</string> + <string name="qui_show_tmdb_button_title">Показати кнопку TMDb</string> + <string name="recent_channels">Недавні канали</string> + <string name="recent_channels_no_history">Немає історії...</string> + <string name="recording_item_menu_delete">Вилучити</string> + <string name="recording_item_menu_stream">Потік</string> + <string name="recstream">Потокове передавання записів</string> + <string name="recstream_enable_summary">Увімкнення потокового передавання записів</string> + <string name="recstream_enable_title">Потокове передавання записів</string> + <string name="recstream_method_summary">На даний час потоковий ефір через додаток VDR live підтримується</string> + <string name="recstream_method_title">Метод передачі потоку</string> + <string name="refresh">Оновити</string> + <string name="remux_command_summary">Зазвичай EXT або Extern, наприклад http://vdr:3000/EXT/1</string> + <string name="remux_command_title">Команда</string> + <string name="remux_enable_summary">Активувати потік через remux (тобто externremux.sh)</string> + <string name="remux_enable_title">Увімкнути Remux</string> + <string name="remux_parameter_summary">Контроль якості потокової трансляції. Наприклад http://vdr:3000/EXT;DSL1000/1</string> + <string name="remux_parameter_title">Параметр</string> + <string name="remux_title">Remux</string> + <string name="search_epg_hint">Пошук EPG</string> + <string name="search_reapt">Перезапустити</string> + <string name="settings_live_port">Порт додатка VDR live</string> + <string name="settings_live_port_summary">Додаток VDR live має стандартний порт 8008.</string> + <string name="settings_livetv_port">Порт трансляції потоку</string> + <string name="settings_livetv_port_summary">Типово 3000. Доступ повинен бути включений в streamdevhosts.conf.</string> + <string name="settings_livetv_streamformat">Формат потоку</string> + <string name="settings_livetv_summary">Потрібен streamdev сервер на VDR і зовнішній програвач, наприклад VPlayer</string> + <string name="share">Поділитися</string> + <string name="share_chooser">Поділитися текстом EPG</string> + <string name="stream_as">як %s</string> + <string name="stream_via">через %s</string> + <string name="stream_via_as">Потік</string> + <string name="streaming_password_sum">Встановити пароль користувача сервера потокового відео (наприклад: -a \'користувач:пароль\')</string> + <string name="streaming_password_title">Пароль Streamdev</string> + <string name="streaming_username_sum">Встановити ім\'я користувача сервера потокового відео (наприклад: -a \'користувач:пароль\')</string> + <string name="streaming_username_title">Ім\'я користувача Streamdev</string> + <string name="timer_default_lifetime_summary">Типова тривалість</string> + <string name="timer_default_lifetime_title">Типова тривалість</string> + <string name="timer_default_primary_limit_summary">Типове основне обмеження</string> + <string name="timer_default_primary_limit_title">Типове основне обмеження</string> + <string name="timer_default_priority_summary">Типовий пріоритет</string> + <string name="timer_default_priority_title">Типовий пріоритет</string> + <string name="timer_post_end_buffer_summary">Хвилини запису після закінчення трансляції</string> + <string name="timer_post_end_buffer_title">Зміщення при зупинці</string> + <string name="timer_pre_start_buffer_summary">Хвилини запису перед початком трансляції</string> + <string name="timer_pre_start_buffer_title">Зміщення при початку</string> + <string name="timer_preferences">Типовий таймер</string> + <string name="update_will_start_in">Оновлення розпочнеться протягом однієї секунди</string> + <string name="vdr_advanced_preferences">Додатково</string> + <string name="vdr_advanced_preferences_summary">Додаткові параметри</string> + <string name="vdr_conntimeout_sum">Як довго (в секундах) почекати, перш ніж встановиться підключення?</string> + <string name="vdr_conntimeout_title">Затримка з\'єднання</string> + <string name="vdr_device_delete_qeustion">Вилучити цей пристрій?</string> + <string name="vdr_devices">Пристрої VDR</string> + <string name="vdr_devices_category">Пристрої VDR</string> + <string name="vdr_devices_summary">Визначити один або кілька пристроїв VDR.</string> + <string name="vdr_encoding_summary">Кодування символів Вашого VDR пристрою. За замовчуванням UTF-8.</string> + <string name="vdr_encoding_title">Кодування символів</string> + <string name="vdr_error_text">Зв\'язок з VDR викликав помилку: %1$s</string> + <string name="vdr_host_summary">Вузол з запущеним VDR</string> + <string name="vdr_host_title">Вузол VDR</string> + <string name="vdr_name_summary">Назва для цього пристрою</string> + <string name="vdr_name_title">Назва</string> + <string name="vdr_password_summary">Пароль для додатка VDR</string> + <string name="vdr_password_title">Пароль додатку VDR</string> + <string name="vdr_port_summary">Порт для підключення до додатку VDR</string> + <string name="vdr_port_title">Порт додатку VDR </string> + <string name="vdr_preferences">Параметри мережі</string> + <string name="vdr_prefs_category">Пристрій</string> + <string name="vdr_readtimeout_sum">Як довго (в секундах) очікувати для кожної операції читання рядка?</string> + <string name="vdr_readtimeout_title">Час очікування читання</string> + <string name="vdr_ssl_summary">Використовувати SSL для підключень</string> + <string name="vdr_ssl_title">Безпечне підключення</string> + <string name="vdr_timeout_sum">Як довго (в секундах) очікавати на операцію вводу/виводу, перш ніж вона перерветься?</string> + <string name="vdr_timeout_title">Загальний час очікування</string> + <string name="wakeup_enabled_summary">Дозволяє пробудити віддалений вузол VDR</string> + <string name="wakeup_enabled_title">Може пробудити віддалений вузол VDR</string> + <string name="wakeup_method_summary">Виберіть метод пробудження вузла VDR</string> + <string name="wakeup_method_title">Метод пробудження</string> + <string name="wakeup_password_summary">Пароль для віддаленого пробудження</string> + <string name="wakeup_password_title">Пароль пробудження</string> + <string name="wakeup_preferences">Пробудження віддаленого VDR</string> + <string name="wakeup_url_summary">URL-адреса для запиту пробудження</string> + <string name="wakeup_url_title">URL-адреса для віддаленого пробудження</string> + <string name="wakeup_user_summary">Користувач віддаленого пробудження</string> + <string name="wakeup_user_title">Користувач пробудження</string> + <string name="wakeup_wol_custom_boradcast_summary">Якщо у Вас немає статичних таблиці ARP, Вам потрібно використовувати якусь широкомовну адресу.</string> + <string name="wakeup_wol_custom_boradcast_title">IP-адреса призначення</string> + <string name="wakeup_wol_mac_summary">MAC-адреса вузла VDR. Використайте \':\' або \'-\' або пропуск як роздільник.</string> + <string name="wakeup_wol_mac_title">MAC-адреса</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-v11/values-v11.xml b/vdrmanager/app/build/intermediates/res/release/values-v11/values-v11.xml new file mode 100644 index 0000000..3f5f9fa --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-v11/values-v11.xml @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-v11/values.xml --> + <eat-comment/> + <style name="Theme.Base" parent="android:Theme.Holo"> + <item name="android:windowNoTitle">true</item> + <item name="android:windowActionBar">false</item> + + <!-- + A native Action Mode could be displayed (for text selection, etc) so we need to ensure + that it is positioned correctly, so we request windowActionModeOverlay so that it + displays over the compat Action Bar. + --> + <item name="android:windowActionModeOverlay">true</item> + + <!-- Attributes populated from the framework to be read by apps --> + <item name="buttonBarStyle">?android:attr/buttonBarStyle</item> + <item name="buttonBarButtonStyle">?android:attr/buttonBarButtonStyle</item> + <item name="selectableItemBackground">?android:attr/selectableItemBackground</item> + </style> + <style name="Theme.Base.AppCompat.Dialog.FixedSize" parent="android:Theme.Holo.Dialog"> + <item name="windowFixedWidthMajor">@dimen/dialog_fixed_width_major</item> + <item name="windowFixedWidthMinor">@dimen/dialog_fixed_width_minor</item> + <item name="windowFixedHeightMajor">@dimen/dialog_fixed_height_major</item> + <item name="windowFixedHeightMinor">@dimen/dialog_fixed_height_minor</item> + <item name="windowActionBar">false</item> + + <!-- Attributes populated from the framework to be read by apps --> + <item name="buttonBarStyle">?android:attr/buttonBarStyle</item> + <item name="buttonBarButtonStyle">?android:attr/buttonBarButtonStyle</item> + <item name="selectableItemBackground">?android:attr/selectableItemBackground</item> + </style> + <style name="Theme.Base.AppCompat.Dialog.Light.FixedSize" parent="android:Theme.Holo.Light.Dialog"> + <item name="windowFixedWidthMajor">@dimen/dialog_fixed_width_major</item> + <item name="windowFixedWidthMinor">@dimen/dialog_fixed_width_minor</item> + <item name="windowFixedHeightMajor">@dimen/dialog_fixed_height_major</item> + <item name="windowFixedHeightMinor">@dimen/dialog_fixed_height_minor</item> + <item name="windowActionBar">false</item> + + <!-- Attributes populated from the framework to be read by apps --> + <item name="buttonBarStyle">?android:attr/buttonBarStyle</item> + <item name="buttonBarButtonStyle">?android:attr/buttonBarButtonStyle</item> + <item name="selectableItemBackground">?android:attr/selectableItemBackground</item> + </style> + <style name="Theme.Base.Light" parent="android:Theme.Holo.Light"> + <item name="android:windowNoTitle">true</item> + <item name="android:windowActionBar">false</item> + + <!-- + A native Action Mode could be displayed (for text selection, etc) so we need to ensure + that it is positioned correctly, so we request windowActionModeOverlay so that it + displays over the compat Action Bar. + --> + <item name="android:windowActionModeOverlay">true</item> + + <!-- Attributes populated from the framework to be read by apps --> + <item name="buttonBarStyle">?android:attr/buttonBarStyle</item> + <item name="buttonBarButtonStyle">?android:attr/buttonBarButtonStyle</item> + <item name="selectableItemBackground">?android:attr/selectableItemBackground</item> + </style> + <style name="Widget.AppCompat.Base.AutoCompleteTextView" parent="android:Widget.Holo.AutoCompleteTextView"/> + <style name="Widget.AppCompat.Base.ProgressBar" parent="android:Widget.Holo.ProgressBar"/> + <style name="Widget.AppCompat.Base.ProgressBar.Horizontal" parent="android:Widget.Holo.ProgressBar.Horizontal"/> + <style name="Widget.AppCompat.Light.Base.AutoCompleteTextView" parent="android:Widget.Holo.Light.AutoCompleteTextView"/> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-v14/values-v14.xml b/vdrmanager/app/build/intermediates/res/release/values-v14/values-v14.xml new file mode 100644 index 0000000..8306e2a --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-v14/values-v14.xml @@ -0,0 +1,183 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-v14/values.xml --> + <eat-comment/> + <style name="TextAppearance.AppCompat.Base.SearchResult.Subtitle" parent="@android:TextAppearance.Holo.SearchResult.Subtitle"/> + <style name="TextAppearance.AppCompat.Base.SearchResult.Title" parent="@android:TextAppearance.Holo.SearchResult.Title"/> + <style name="TextAppearance.AppCompat.Base.Widget.PopupMenu.Large" parent="android:TextAppearance.Holo.Widget.PopupMenu.Large"/> + <style name="TextAppearance.AppCompat.Base.Widget.PopupMenu.Small" parent="android:TextAppearance.Holo.Widget.PopupMenu.Small"/> + <style name="TextAppearance.AppCompat.Light.Base.SearchResult.Subtitle" parent="@android:TextAppearance.Holo.SearchResult.Subtitle"/> + <style name="TextAppearance.AppCompat.Light.Base.SearchResult.Title" parent="@android:TextAppearance.Holo.SearchResult.Title"/> + <style name="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Large" parent="android:TextAppearance.Holo.Widget.PopupMenu.Large"/> + <style name="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Small" parent="android:TextAppearance.Holo.Widget.PopupMenu.Small"/> + <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Menu" parent="android:TextAppearance.Holo.Widget.ActionBar.Menu"/> + <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle" parent="android:TextAppearance.Holo.Widget.ActionBar.Subtitle"/> + <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle.Inverse" parent="android:TextAppearance.Holo.Widget.ActionBar.Subtitle.Inverse"/> + <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Title" parent="android:TextAppearance.Holo.Widget.ActionBar.Title"/> + <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Title.Inverse" parent="android:TextAppearance.Holo.Widget.ActionBar.Title.Inverse"/> + <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle" parent="android:TextAppearance.Holo.Widget.ActionMode.Subtitle"/> + <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle.Inverse" parent="android:TextAppearance.Holo.Widget.ActionMode.Subtitle.Inverse"/> + <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Title" parent="android:TextAppearance.Holo.Widget.ActionMode.Title"/> + <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Title.Inverse" parent="android:TextAppearance.Holo.Widget.ActionMode.Title.Inverse"/> + <style name="Theme.Base.AppCompat" parent="android:Theme.Holo"> + + <!-- Copy system flag values for our use --> + <item name="windowActionBar">?android:attr/windowActionBar</item> + <item name="actionBarSize">?android:attr/actionBarSize</item> + <item name="actionBarItemBackground">?android:attr/actionBarItemBackground</item> + <item name="selectableItemBackground">?android:attr/selectableItemBackground</item> + <item name="actionButtonStyle">?android:attr/actionButtonStyle</item> + <item name="dividerVertical">?android:attr/dividerVertical</item> + <item name="dividerHorizontal">?android:attr/dividerHorizontal</item> + <item name="actionBarWidgetTheme">@null</item> + <item name="android:actionBarWidgetTheme">?attr/actionBarWidgetTheme</item> + + <!-- Required for use of support_simple_spinner_dropdown_item.xml --> + <item name="listPreferredItemHeight">?android:attr/listPreferredItemHeight</item> + <item name="listPreferredItemHeightSmall">?android:attr/listPreferredItemHeightSmall</item> + <item name="listPreferredItemHeightLarge">?android:attr/listPreferredItemHeightLarge</item> + <item name="listPreferredItemPaddingLeft">?android:attr/listPreferredItemPaddingLeft</item> + <item name="listPreferredItemPaddingRight">?android:attr/listPreferredItemPaddingRight</item> + + <!-- Attributes populated from the framework to be read by apps --> + <item name="buttonBarStyle">?android:attr/buttonBarStyle</item> + <item name="buttonBarButtonStyle">?android:attr/buttonBarButtonStyle</item> + </style> + <style name="Theme.Base.AppCompat.DialogWhenLarge" parent="Theme.Base.AppCompat.DialogWhenLarge.Base"/> + <style name="Theme.Base.AppCompat.DialogWhenLarge.Base" parent="android:Theme.Holo.DialogWhenLarge"> + + <!-- Copy system flag values for our use --> + <item name="windowActionBar">?android:attr/windowActionBar</item> + <item name="actionBarSize">?android:attr/actionBarSize</item> + <item name="actionBarItemBackground">?android:attr/actionBarItemBackground</item> + <item name="selectableItemBackground">?android:attr/selectableItemBackground</item> + <item name="actionButtonStyle">?android:attr/actionButtonStyle</item> + <item name="dividerVertical">?android:attr/dividerVertical</item> + <item name="dividerHorizontal">?android:attr/dividerHorizontal</item> + <item name="actionBarWidgetTheme">@null</item> + <item name="android:actionBarWidgetTheme">?attr/actionBarWidgetTheme</item> + + <!-- Required for use of support_simple_spinner_dropdown_item.xml --> + <item name="listPreferredItemHeight">?android:attr/listPreferredItemHeight</item> + <item name="listPreferredItemHeightSmall">?android:attr/listPreferredItemHeightSmall</item> + <item name="listPreferredItemHeightLarge">?android:attr/listPreferredItemHeightLarge</item> + <item name="listPreferredItemPaddingLeft">?android:attr/listPreferredItemPaddingLeft</item> + <item name="listPreferredItemPaddingRight">?android:attr/listPreferredItemPaddingRight</item> + + <!-- Attributes populated from the framework to be read by apps --> + <item name="buttonBarStyle">?android:attr/buttonBarStyle</item> + <item name="buttonBarButtonStyle">?android:attr/buttonBarButtonStyle</item> + </style> + <style name="Theme.Base.AppCompat.Light" parent="android:Theme.Holo.Light"> + + <!-- Copy system flag values for our use --> + <item name="windowActionBar">?android:attr/windowActionBar</item> + <item name="actionBarSize">?android:attr/actionBarSize</item> + <item name="actionBarItemBackground">?android:attr/actionBarItemBackground</item> + <item name="selectableItemBackground">?android:attr/selectableItemBackground</item> + <item name="actionButtonStyle">?android:attr/actionButtonStyle</item> + <item name="dividerVertical">?android:attr/dividerVertical</item> + <item name="dividerHorizontal">?android:attr/dividerHorizontal</item> + <item name="actionBarWidgetTheme">@null</item> + <item name="android:actionBarWidgetTheme">?attr/actionBarWidgetTheme</item> + + <!-- Required for use of support_simple_spinner_dropdown_item.xml --> + <item name="listPreferredItemHeight">?android:attr/listPreferredItemHeight</item> + <item name="listPreferredItemHeightSmall">?android:attr/listPreferredItemHeightSmall</item> + <item name="listPreferredItemHeightLarge">?android:attr/listPreferredItemHeightLarge</item> + <item name="listPreferredItemPaddingLeft">?android:attr/listPreferredItemPaddingLeft</item> + <item name="listPreferredItemPaddingRight">?android:attr/listPreferredItemPaddingRight</item> + + <!-- Attributes populated from the framework to be read by apps --> + <item name="buttonBarStyle">?android:attr/buttonBarStyle</item> + <item name="buttonBarButtonStyle">?android:attr/buttonBarButtonStyle</item> + </style> + <style name="Theme.Base.AppCompat.Light.DarkActionBar" parent="android:Theme.Holo.Light.DarkActionBar"> + + <!-- Copy system flag values for our use --> + <item name="windowActionBar">?android:attr/windowActionBar</item> + <item name="actionBarSize">?android:attr/actionBarSize</item> + <item name="actionBarItemBackground">?android:attr/actionBarItemBackground</item> + <item name="selectableItemBackground">?android:attr/selectableItemBackground</item> + <item name="actionButtonStyle">?android:attr/actionButtonStyle</item> + <item name="dividerVertical">?android:attr/dividerVertical</item> + <item name="dividerHorizontal">?android:attr/dividerHorizontal</item> + <item name="actionBarWidgetTheme">@style/Theme.AppCompat</item> + <item name="android:actionBarWidgetTheme">?attr/actionBarWidgetTheme</item> + + <!-- Required for use of support_simple_spinner_dropdown_item.xml --> + <item name="listPreferredItemHeight">?android:attr/listPreferredItemHeight</item> + <item name="listPreferredItemHeightSmall">?android:attr/listPreferredItemHeightSmall</item> + <item name="listPreferredItemHeightLarge">?android:attr/listPreferredItemHeightLarge</item> + <item name="listPreferredItemPaddingLeft">?android:attr/listPreferredItemPaddingLeft</item> + <item name="listPreferredItemPaddingRight">?android:attr/listPreferredItemPaddingRight</item> + + <!-- Attributes populated from the framework to be read by apps --> + <item name="buttonBarStyle">?android:attr/buttonBarStyle</item> + <item name="buttonBarButtonStyle">?android:attr/buttonBarButtonStyle</item> + </style> + <style name="Theme.Base.AppCompat.Light.DialogWhenLarge" parent="Theme.Base.AppCompat.Light.DialogWhenLarge.Base"/> + <style name="Theme.Base.AppCompat.Light.DialogWhenLarge.Base" parent="android:Theme.Holo.Light.DialogWhenLarge"> + + <!-- Copy system flag values for our use --> + <item name="windowActionBar">?android:attr/windowActionBar</item> + <item name="actionBarSize">?android:attr/actionBarSize</item> + <item name="actionBarItemBackground">?android:attr/actionBarItemBackground</item> + <item name="selectableItemBackground">?android:attr/selectableItemBackground</item> + <item name="actionButtonStyle">?android:attr/actionButtonStyle</item> + <item name="dividerVertical">?android:attr/dividerVertical</item> + <item name="dividerHorizontal">?android:attr/dividerHorizontal</item> + <item name="actionBarWidgetTheme">@null</item> + <item name="android:actionBarWidgetTheme">?attr/actionBarWidgetTheme</item> + + <!-- Required for use of support_simple_spinner_dropdown_item.xml --> + <item name="listPreferredItemHeight">?android:attr/listPreferredItemHeight</item> + <item name="listPreferredItemHeightSmall">?android:attr/listPreferredItemHeightSmall</item> + <item name="listPreferredItemHeightLarge">?android:attr/listPreferredItemHeightLarge</item> + <item name="listPreferredItemPaddingLeft">?android:attr/listPreferredItemPaddingLeft</item> + <item name="listPreferredItemPaddingRight">?android:attr/listPreferredItemPaddingRight</item> + + <!-- Attributes populated from the framework to be read by apps --> + <item name="buttonBarStyle">?android:attr/buttonBarStyle</item> + <item name="buttonBarButtonStyle">?android:attr/buttonBarButtonStyle</item> + </style> + <style name="Widget.AppCompat.Base.ActionBar" parent="android:Widget.Holo.ActionBar"/> + <style name="Widget.AppCompat.Base.ActionBar.Solid" parent="android:Widget.Holo.ActionBar.Solid"/> + <style name="Widget.AppCompat.Base.ActionBar.TabBar" parent="android:Widget.Holo.ActionBar.TabBar"/> + <style name="Widget.AppCompat.Base.ActionBar.TabText" parent="android:Widget.Holo.ActionBar.TabText"/> + <style name="Widget.AppCompat.Base.ActionBar.TabView" parent="android:Widget.Holo.ActionBar.TabView"/> + <style name="Widget.AppCompat.Base.ActionButton" parent="android:Widget.Holo.ActionButton"/> + <style name="Widget.AppCompat.Base.ActionButton.CloseMode" parent="android:Widget.Holo.ActionButton.CloseMode"/> + <style name="Widget.AppCompat.Base.ActionButton.Overflow" parent="android:Widget.Holo.ActionButton.Overflow"/> + <style name="Widget.AppCompat.Base.ActivityChooserView" parent=""> + <item name="android:gravity">center</item> + <item name="android:background">@drawable/abc_ab_share_pack_holo_dark</item> + <item name="android:divider">?attr/dividerVertical</item> + <item name="android:showDividers">middle</item> + <item name="android:dividerPadding">6dip</item> + </style> + <style name="Widget.AppCompat.Base.DropDownItem.Spinner" parent="android:Widget.Holo.DropDownItem.Spinner"/> + <style name="Widget.AppCompat.Base.ListPopupWindow" parent="android:Widget.Holo.ListPopupWindow"/> + <style name="Widget.AppCompat.Base.ListView.DropDown" parent="android:Widget.Holo.ListView.DropDown"/> + <style name="Widget.AppCompat.Base.ListView.Menu" parent="android:Widget.ListView.Menu"/> + <style name="Widget.AppCompat.Base.PopupMenu" parent="android:Widget.Holo.PopupMenu"/> + <style name="Widget.AppCompat.Base.Spinner" parent="android:Widget.Holo.Spinner"/> + <style name="Widget.AppCompat.Light.Base.ActionBar" parent="android:Widget.Holo.Light.ActionBar"/> + <style name="Widget.AppCompat.Light.Base.ActionBar.Solid" parent="android:Widget.Holo.Light.ActionBar.Solid"/> + <style name="Widget.AppCompat.Light.Base.ActionBar.Solid.Inverse" parent="android:Widget.Holo.Light.ActionBar.Solid.Inverse"/> + <style name="Widget.AppCompat.Light.Base.ActionBar.TabBar" parent="android:Widget.Holo.Light.ActionBar.TabBar"/> + <style name="Widget.AppCompat.Light.Base.ActionBar.TabBar.Inverse" parent="android:Widget.Holo.Light.ActionBar.TabBar.Inverse"/> + <style name="Widget.AppCompat.Light.Base.ActionBar.TabText" parent="android:Widget.Holo.Light.ActionBar.TabText"/> + <style name="Widget.AppCompat.Light.Base.ActionBar.TabText.Inverse" parent="android:Widget.Holo.Light.ActionBar.TabText.Inverse"/> + <style name="Widget.AppCompat.Light.Base.ActionBar.TabView" parent="android:Widget.Holo.Light.ActionBar.TabView"/> + <style name="Widget.AppCompat.Light.Base.ActionBar.TabView.Inverse" parent="android:Widget.Holo.Light.ActionBar.TabView.Inverse"/> + <style name="Widget.AppCompat.Light.Base.ActionButton" parent="android:Widget.Holo.Light.ActionButton"/> + <style name="Widget.AppCompat.Light.Base.ActionButton.CloseMode" parent="android:Widget.Holo.Light.ActionButton.CloseMode"/> + <style name="Widget.AppCompat.Light.Base.ActionButton.Overflow" parent="android:Widget.Holo.Light.ActionButton.Overflow"/> + <style name="Widget.AppCompat.Light.Base.ActionMode.Inverse" parent="android:Widget.Holo.Light.ActionMode.Inverse"/> + <style name="Widget.AppCompat.Light.Base.DropDownItem.Spinner" parent="android:Widget.Holo.Light.DropDownItem.Spinner"/> + <style name="Widget.AppCompat.Light.Base.ListPopupWindow" parent="android:Widget.Holo.Light.ListPopupWindow"/> + <style name="Widget.AppCompat.Light.Base.ListView.DropDown" parent="android:Widget.Holo.ListView.DropDown"/> + <style name="Widget.AppCompat.Light.Base.PopupMenu" parent="android:Widget.Holo.Light.PopupMenu"/> + <style name="Widget.AppCompat.Light.Base.Spinner" parent="android:Widget.Holo.Light.Spinner"/> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-vi/values-vi.xml b/vdrmanager/app/build/intermediates/res/release/values-vi/values-vi.xml new file mode 100644 index 0000000..d3849ff --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-vi/values-vi.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-vi/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Điều hướng về trang chủ"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Điều hướng lên trên"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Thêm tùy chọn"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Xong"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Xem tất cả"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Chọn một ứng dụng"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Xóa truy vấn"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Tìm kiếm truy vấn"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Tìm kiếm"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Gửi truy vấn"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Tìm kiếm bằng giọng nói"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Chia sẻ với"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Chia sẻ với %s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-w360dp/values-w360dp.xml b/vdrmanager/app/build/intermediates/res/release/values-w360dp/values-w360dp.xml new file mode 100644 index 0000000..3fcb889 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-w360dp/values-w360dp.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w360dp/values.xml --> + <eat-comment/> + <integer name="abc_max_action_buttons">3</integer> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-w480dp/values-w480dp.xml b/vdrmanager/app/build/intermediates/res/release/values-w480dp/values-w480dp.xml new file mode 100644 index 0000000..56aaf81 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-w480dp/values-w480dp.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w480dp/values.xml --> + <eat-comment/> + <bool name="abc_action_bar_embed_tabs_pre_jb">true</bool> + <bool name="abc_config_allowActionMenuItemTextWithIcon">true</bool> + <bool name="abc_split_action_bar_is_narrow">false</bool> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-w500dp/values-w500dp.xml b/vdrmanager/app/build/intermediates/res/release/values-w500dp/values-w500dp.xml new file mode 100644 index 0000000..eae715d --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-w500dp/values-w500dp.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w500dp/values.xml --> + <eat-comment/> + <integer name="abc_max_action_buttons">4</integer> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-w600dp/values-w600dp.xml b/vdrmanager/app/build/intermediates/res/release/values-w600dp/values-w600dp.xml new file mode 100644 index 0000000..03adab2 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-w600dp/values-w600dp.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w600dp/values.xml --> + <eat-comment/> + <dimen name="abc_action_bar_default_height">56dip</dimen> + <dimen name="abc_action_bar_icon_vertical_padding">4dip</dimen> + <dimen name="abc_action_bar_subtitle_bottom_margin">9dip</dimen> + <dimen name="abc_action_bar_subtitle_text_size">14dp</dimen> + <dimen name="abc_action_bar_subtitle_top_margin">-3dp</dimen> + <dimen name="abc_action_bar_title_text_size">18dp</dimen> + <dimen name="abc_action_button_min_width">64dip</dimen> + <dimen name="abc_search_view_text_min_width">192dip</dimen> + <integer name="abc_max_action_buttons">5</integer> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-w720dp/values-w720dp.xml b/vdrmanager/app/build/intermediates/res/release/values-w720dp/values-w720dp.xml new file mode 100644 index 0000000..23ceb5c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-w720dp/values-w720dp.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-w720dp/values.xml --> + <eat-comment/> + <bool name="abc_action_bar_expanded_action_views_exclusive">false</bool> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-xlarge/values-xlarge.xml b/vdrmanager/app/build/intermediates/res/release/values-xlarge/values-xlarge.xml new file mode 100644 index 0000000..ed56cff --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-xlarge/values-xlarge.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-xlarge/values.xml --> + <eat-comment/> + <bool name="abc_action_bar_expanded_action_views_exclusive">false</bool> + <dimen name="abc_action_bar_default_height">56dip</dimen> + <dimen name="abc_action_bar_icon_vertical_padding">4dip</dimen> + <dimen name="abc_action_bar_subtitle_bottom_margin">9dip</dimen> + <dimen name="abc_action_bar_subtitle_text_size">14dp</dimen> + <dimen name="abc_action_bar_subtitle_top_margin">-3dp</dimen> + <dimen name="abc_action_bar_title_text_size">18dp</dimen> + <dimen name="abc_action_button_min_width">64dip</dimen> + <dimen name="abc_search_view_text_min_width">192dip</dimen> + <item name="dialog_fixed_height_major" type="dimen">60%</item> + <item name="dialog_fixed_height_minor" type="dimen">90%</item> + <item name="dialog_fixed_width_major" type="dimen">50%</item> + <item name="dialog_fixed_width_minor" type="dimen">70%</item> + <integer name="abc_max_action_buttons">5</integer> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-zh-rCN/values-zh-rCN.xml b/vdrmanager/app/build/intermediates/res/release/values-zh-rCN/values-zh-rCN.xml new file mode 100644 index 0000000..dd73b22 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-zh-rCN/values-zh-rCN.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-zh-rCN/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"转到主屏幕"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"转到上一层级"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"更多选项"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"完成"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"查看全部"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"选择应用"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"清除查询"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"搜索查询"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"搜索"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"提交查询"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"语音搜索"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"分享方式"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"通过%s分享"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-zh-rHK/values-zh-rHK.xml b/vdrmanager/app/build/intermediates/res/release/values-zh-rHK/values-zh-rHK.xml new file mode 100644 index 0000000..92bb8e1 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-zh-rHK/values-zh-rHK.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-zh-rHK/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"瀏覽主頁"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"向上瀏覽"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"更多選項"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"完成"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"顯示全部"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"選擇應用程式"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"清除查詢"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"搜尋查詢"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"搜尋"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"提交查詢"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"語音搜尋"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"分享對象"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"與「%s」分享"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-zh-rTW/values-zh-rTW.xml b/vdrmanager/app/build/intermediates/res/release/values-zh-rTW/values-zh-rTW.xml new file mode 100644 index 0000000..56cc1e7 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-zh-rTW/values-zh-rTW.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-zh-rTW/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"瀏覽首頁"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"向上瀏覽"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"更多選項"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"完成"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"查看全部"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"選擇應用程式"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"清除查詢"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"搜尋查詢"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"搜尋"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"提交查詢"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"語音搜尋"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"選擇分享對象"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"與「%s」分享"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values-zu/values-zu.xml b/vdrmanager/app/build/intermediates/res/release/values-zu/values-zu.xml new file mode 100644 index 0000000..a1c2436 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values-zu/values-zu.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values-zu/values.xml --> + <eat-comment/> + <string msgid="4600421777120114993" name="abc_action_bar_home_description">"Zulazulela ekhaya"</string> + <string msgid="1594238315039666878" name="abc_action_bar_up_description">"Zulazulela phezulu"</string> + <string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Izinketho eziningi"</string> + <string msgid="4076576682505996667" name="abc_action_mode_done">"Kwenziwe"</string> + <string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Buka konke"</string> + <string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Khetha uhlelo lokusebenza"</string> + <string msgid="3691816814315814921" name="abc_searchview_description_clear">"Sula inkinga"</string> + <string msgid="2550479030709304392" name="abc_searchview_description_query">"Umbuzo wosesho"</string> + <string msgid="8264924765203268293" name="abc_searchview_description_search">"Sesha"</string> + <string msgid="8928215447528550784" name="abc_searchview_description_submit">"Hambisa umbuzo"</string> + <string msgid="893419373245838918" name="abc_searchview_description_voice">"Ukusesha ngezwi"</string> + <string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Yabelana no-"</string> + <string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Yabelana no-%s"</string> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/values/values.xml b/vdrmanager/app/build/intermediates/res/release/values/values.xml new file mode 100644 index 0000000..8fb637d --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/values/values.xml @@ -0,0 +1,1669 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string-array name="channels_group_by"> + <item>Group</item> + <item>Provider</item> + <item>Source</item> + <item>Name</item> + </string-array> + <string-array name="epg_sort_by_channels_alpha"> + <item>Channels</item> + <item>Alphabet</item> + </string-array> + <string-array name="epg_sort_by_time_alpha"> + <item>Time</item> + <item>Alphabet</item> + </string-array> + <string-array name="epg_sort_by_time_alpha_channel"> + <item>Time</item> + <item>Alphabet</item> + <item>Channel</item> + </string-array> + <string-array name="imdb_urls"> + <item>International</item> + <item>imdb.com</item> + <item>uk.imdb.com</item> + <item>imdb.de</item> + <item>imdb.es</item> + <item>imdb.fr</item> + <item>imdb.it</item> + <item>imdb.pt</item> + </string-array> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/arrays.xml --> + <eat-comment/> + <string-array name="imdb_urls_velues"> + <item>akas.imdb.com</item> + <item>imdb.com</item> + <item>uk.imdb.com</item> + <item>imdb.de</item> + <item>imdb.es</item> + <item>imdb.fr</item> + <item>imdb.it</item> + <item>imdb.pt</item> + </string-array> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string-array name="lang"> + + <!-- <item>Default language</item> --> + <item>English</item> + <item>German</item> + <item>French</item> + <item>Italian</item> + <item>Ukrainian</item> + </string-array> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/arrays.xml --> + <eat-comment/> + <string-array name="lang_values"> + <item>en</item> + <item>de</item> + <item>fr</item> + <item>it</item> + <item>uk</item> + </string-array> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string-array name="livetv_streamformat"> + <item>TS</item> + <item>PES</item> + <item>ES</item> + <item>PS</item> + </string-array> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/no_translate.xml --> + <eat-comment/> + <string-array name="livetv_streamformat_values"> + <item>TS</item> + <item>PES</item> + <item>ES</item> + <item>PS</item> + </string-array> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string-array name="navigation_array"> + <item>Channels</item> + <item>EPG by Time</item> + <item>EPG by Channel</item> + <item>Recordings</item> + <item>Timers</item> + <item>Remote</item> + </string-array> + <string-array name="recent_channels_order_entries"> + <item>Mostly used</item> + <item>Last used</item> + </string-array> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/arrays.xml --> + <eat-comment/> + <string-array name="recent_channels_order_entry_values"> + <item>most</item> + <item>last</item> + </string-array> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string-array name="recordings_group_by"> + <item>By Time</item> + <item>By Alphabet</item> + </string-array> + <string-array name="recstream_entries"> + <item>live plugin</item> + <item>streamdev plugin</item> + <item>smarttvweb plugin</item> + </string-array> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/arrays.xml --> + <eat-comment/> + <string-array name="recstream_entry_values"> + <item>vdr-live</item> + <item>vdr-streamdev</item> + <item>vdr-smarttvweb</item> + </string-array> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string-array name="recstream_smarttvweb_entries"> + <item>Progressive</item> + <item>MPEG-DASH</item> + <item>Apple HLS</item> + </string-array> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/arrays.xml --> + <eat-comment/> + <array name="recstream_smarttvweb_entry_values"> + <item>progressive</item> + <item>has</item> + <item>hls</item> + </array> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string-array name="remux_entries"> + <item>EXT</item> + <item>EXTERN (deprecated)</item> + </string-array> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/arrays.xml --> + <eat-comment/> + <string-array name="remux_entry_values"> + <item>EXT</item> + <item>EXTERN</item> + </string-array> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string-array name="wakeup_methods"> + <item>Call a URL</item> + <item>WOL</item> + </string-array> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/arrays.xml --> + <eat-comment/> + <string-array name="wakeup_methods_values"> + <item>url</item> + <item>wol</item> + </string-array> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values/values.xml --> + <eat-comment/> + <attr format="reference" name="actionBarDivider"/> + <attr format="reference" name="actionBarItemBackground"/> + <attr format="dimension" name="actionBarSize"/> + <attr format="reference" name="actionBarSplitStyle"/> + <attr format="reference" name="actionBarStyle"/> + <attr format="reference" name="actionBarTabBarStyle"/> + <attr format="reference" name="actionBarTabStyle"/> + <attr format="reference" name="actionBarTabTextStyle"/> + <attr format="reference" name="actionBarWidgetTheme"/> + <attr format="reference" name="actionButtonStyle"/> + <attr format="reference" name="actionMenuTextAppearance"/> + <attr format="color|reference" name="actionMenuTextColor"/> + <attr format="reference" name="actionModeBackground"/> + <attr format="reference" name="actionModeCloseButtonStyle"/> + <attr format="reference" name="actionModeCloseDrawable"/> + <attr format="reference" name="actionModeCopyDrawable"/> + <attr format="reference" name="actionModeCutDrawable"/> + <attr format="reference" name="actionModeFindDrawable"/> + <attr format="reference" name="actionModePasteDrawable"/> + <attr format="reference" name="actionModePopupWindowStyle"/> + <attr format="reference" name="actionModeSelectAllDrawable"/> + <attr format="reference" name="actionModeShareDrawable"/> + <attr format="reference" name="actionModeSplitBackground"/> + <attr format="reference" name="actionModeStyle"/> + <attr format="reference" name="actionModeWebSearchDrawable"/> + <attr format="reference" name="actionOverflowButtonStyle"/> + <attr format="reference" name="activityChooserViewStyle"/> + <attr format="reference" name="buttonBarButtonStyle"/> + <attr format="reference" name="buttonBarStyle"/> + <attr format="reference" name="dividerHorizontal"/> + <attr format="reference" name="dividerVertical"/> + <attr format="reference" name="dropDownListViewStyle"/> + <attr format="dimension" name="height"/> + <attr format="reference" name="homeAsUpIndicator"/> + <attr format="boolean" name="isLightTheme"/> + <attr format="reference" name="listPopupWindowStyle"/> + <attr format="dimension" name="listPreferredItemHeight"/> + <attr format="dimension" name="listPreferredItemHeightLarge"/> + <attr format="dimension" name="listPreferredItemHeightSmall"/> + <attr format="dimension" name="listPreferredItemPaddingLeft"/> + <attr format="dimension" name="listPreferredItemPaddingRight"/> + <attr format="reference" name="searchDropdownBackground"/> + <attr format="dimension" name="searchResultListItemHeight"/> + <attr format="reference" name="searchViewAutoCompleteTextView"/> + <attr format="reference" name="searchViewCloseIcon"/> + <attr format="reference" name="searchViewEditQuery"/> + <attr format="reference" name="searchViewEditQueryBackground"/> + <attr format="reference" name="searchViewGoIcon"/> + <attr format="reference" name="searchViewSearchIcon"/> + <attr format="reference" name="searchViewTextField"/> + <attr format="reference" name="searchViewTextFieldRight"/> + <attr format="reference" name="searchViewVoiceIcon"/> + <attr format="reference" name="selectableItemBackground"/> + <attr format="reference" name="spinnerDropDownItemStyle"/> + <attr format="reference" name="spinnerStyle"/> + <attr format="reference" name="textAppearanceLargePopupMenu"/> + <attr format="reference" name="textAppearanceListItem"/> + <attr format="reference" name="textAppearanceListItemSmall"/> + <attr format="reference" name="textAppearanceSearchResultSubtitle"/> + <attr format="reference" name="textAppearanceSearchResultTitle"/> + <attr format="reference" name="textAppearanceSmallPopupMenu"/> + <attr format="reference|color" name="textColorSearchUrl"/> + <attr format="string" name="title"/> + <bool name="abc_action_bar_embed_tabs_pre_jb">false</bool> + <bool name="abc_action_bar_expanded_action_views_exclusive">true</bool> + <bool name="abc_config_actionMenuItemAllCaps">true</bool> + <bool name="abc_config_allowActionMenuItemTextWithIcon">false</bool> + <bool name="abc_config_showMenuShortcutsWhenKeyboardPresent">false</bool> + <bool name="abc_split_action_bar_is_narrow">true</bool> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/defaults.xml --> + <eat-comment/> + <bool name="default_circle_indicator_centered">true</bool> + <bool name="default_circle_indicator_snap">false</bool> + <bool name="default_title_indicator_selected_bold">true</bool> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values/values.xml --> + <eat-comment/> + <color name="abc_search_url_text_normal">#7fa87f</color> + <color name="abc_search_url_text_pressed">@android:color/black</color> + <color name="abc_search_url_text_selected">@android:color/black</color> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/colors.xml --> + <eat-comment/> + <color name="black">#000</color> + <color name="blue">#0000FF</color> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/defaults.xml --> + <eat-comment/> + <color name="default_circle_indicator_fill_color">#FFFFFFFF</color> + <color name="default_circle_indicator_stroke_color">#FFDDDDDD</color> + <color name="default_title_indicator_footer_color">#FF6899FF</color> + <color name="default_title_indicator_selected_color">#FFFFFFFF</color> + <color name="default_title_indicator_text_color">#FFAAAAAA</color> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/colors.xml --> + <eat-comment/> + <color name="green">#008000</color> + <color name="red">#F00</color> + <color name="white">#fff</color> + <color name="yellow">#FFFF00</color> + <declare-styleable name="ActionBar"><attr name="navigationMode"><enum name="normal" value="0"/><enum name="listMode" value="1"/><enum name="tabMode" value="2"/></attr><attr name="displayOptions"><flag name="useLogo" value="0x1"/><flag name="showHome" value="0x2"/><flag name="homeAsUp" value="0x4"/><flag name="showTitle" value="0x8"/><flag name="showCustom" value="0x10"/><flag name="disableHome" value="0x20"/></attr><attr name="title"/><attr format="string" name="subtitle"/><attr format="reference" name="titleTextStyle"/><attr format="reference" name="subtitleTextStyle"/><attr format="reference" name="icon"/><attr format="reference" name="logo"/><attr format="reference" name="divider"/><attr format="reference" name="background"/><attr format="reference|color" name="backgroundStacked"/><attr format="reference|color" name="backgroundSplit"/><attr format="reference" name="customNavigationLayout"/><attr name="height"/><attr format="reference" name="homeLayout"/><attr format="reference" name="progressBarStyle"/><attr format="reference" name="indeterminateProgressStyle"/><attr format="dimension" name="progressBarPadding"/><attr format="dimension" name="itemPadding"/></declare-styleable> + <declare-styleable name="ActionBarLayout"><attr name="android:layout_gravity"/></declare-styleable> + <declare-styleable name="ActionBarWindow"><attr format="boolean" name="windowActionBar"/><attr format="boolean" name="windowActionBarOverlay"/><attr format="boolean" name="windowSplitActionBar"/><attr format="dimension|fraction" name="windowFixedWidthMajor"/><attr format="dimension|fraction" name="windowFixedHeightMinor"/><attr format="dimension|fraction" name="windowFixedWidthMinor"/><attr format="dimension|fraction" name="windowFixedHeightMajor"/></declare-styleable> + <declare-styleable name="ActionMenuItemView"><attr name="android:minWidth"/></declare-styleable> + <declare-styleable name="ActionMenuView"/> + <declare-styleable name="ActionMode"><attr name="titleTextStyle"/><attr name="subtitleTextStyle"/><attr name="background"/><attr name="backgroundSplit"/><attr name="height"/></declare-styleable> + <declare-styleable name="ActivityChooserView"><attr format="string" name="initialActivityCount"/><attr format="reference" name="expandActivityOverflowButtonDrawable"/></declare-styleable> + <declare-styleable name="CirclePageIndicator"><attr format="boolean" name="centered"/><attr format="color" name="fillColor"/><attr name="orientation"><enum name="horizontal" value="0"/><enum name="vertical" value="1"/></attr><attr format="dimension" name="radius"/><attr format="boolean" name="snap"/><attr format="color" name="strokeColor"/><attr format="dimension" name="strokeWidth"/></declare-styleable> + <declare-styleable name="ColoredButton"><attr format="string" name="normalStateColor"/><attr format="dimension" name="cornerRadius"/></declare-styleable> + <declare-styleable name="CompatTextView"><attr format="reference|boolean" name="textAllCaps"/></declare-styleable> + <declare-styleable name="LinearLayoutICS"><attr name="divider"/><attr name="showDividers"><flag name="none" value="0"/><flag name="beginning" value="1"/><flag name="middle" value="2"/><flag name="end" value="4"/></attr><attr format="dimension" name="dividerPadding"/></declare-styleable> + <declare-styleable name="MenuGroup"><attr name="android:id"/><attr name="android:menuCategory"/><attr name="android:orderInCategory"/><attr name="android:checkableBehavior"/><attr name="android:visible"/><attr name="android:enabled"/></declare-styleable> + <declare-styleable name="MenuItem"><attr name="android:id"/><attr name="android:menuCategory"/><attr name="android:orderInCategory"/><attr name="android:title"/><attr name="android:titleCondensed"/><attr name="android:icon"/><attr name="android:alphabeticShortcut"/><attr name="android:numericShortcut"/><attr name="android:checkable"/><attr name="android:checked"/><attr name="android:visible"/><attr name="android:enabled"/><attr name="android:onClick"/><attr name="showAsAction"><flag name="never" value="0"/><flag name="ifRoom" value="1"/><flag name="always" value="2"/><flag name="withText" value="4"/><flag name="collapseActionView" value="8"/></attr><attr format="reference" name="actionLayout"/><attr format="string" name="actionViewClass"/><attr format="string" name="actionProviderClass"/></declare-styleable> + <declare-styleable name="MenuView"><attr name="android:itemTextAppearance"/><attr name="android:horizontalDivider"/><attr name="android:verticalDivider"/><attr name="android:headerBackground"/><attr name="android:itemBackground"/><attr name="android:windowAnimationStyle"/><attr name="android:itemIconDisabledAlpha"/><attr name="android:preserveIconSpacing"/></declare-styleable> + <declare-styleable name="SearchView"><attr format="boolean" name="iconifiedByDefault"/><attr name="android:maxWidth"/><attr format="string" name="queryHint"/><attr name="android:imeOptions"/><attr name="android:inputType"/></declare-styleable> + <declare-styleable name="Spinner"><attr format="reference" name="prompt"/><attr format="enum" name="spinnerMode"><enum name="dialog" value="0"/><enum name="dropdown" value="1"/></attr><attr name="android:dropDownSelector"/><attr name="android:popupBackground"/><attr name="android:dropDownVerticalOffset"/><attr name="android:dropDownHorizontalOffset"/><attr name="android:dropDownWidth"/><attr format="reference" name="popupPromptView"/><attr name="android:gravity"/><attr format="boolean" name="disableChildrenWhenDisabled"/></declare-styleable> + <declare-styleable name="Theme"><attr format="reference" name="actionDropDownStyle"/><attr format="dimension" name="dropdownListPreferredItemHeight"/><attr format="reference" name="popupMenuStyle"/><attr format="dimension" name="panelMenuListWidth"/><attr format="reference" name="panelMenuListTheme"/><attr format="reference" name="listChoiceBackgroundIndicator"/></declare-styleable> + <declare-styleable name="TitlePageIndicator"><attr format="dimension" name="clipPadding"/><attr format="color" name="footerColor"/><attr format="dimension" name="footerLineHeight"/><attr name="footerIndicatorStyle"><enum name="none" value="0"/><enum name="triangle" value="1"/><enum name="underline" value="2"/></attr><attr format="dimension" name="footerIndicatorHeight"/><attr format="dimension" name="footerIndicatorUnderlinePadding"/><attr format="dimension" name="footerPadding"/><attr format="color" name="selectedColor"/><attr format="boolean" name="selectedBold"/><attr format="color" name="textColor"/><attr format="dimension" name="textSize"/><attr format="dimension" name="titlePadding"/><attr format="dimension" name="topPadding"/></declare-styleable> + <declare-styleable name="View"><attr format="dimension" name="paddingStart"/><attr format="dimension" name="paddingEnd"/><attr name="android:focusable"/></declare-styleable> + <declare-styleable name="ViewPagerIndicator"><attr format="reference" name="circlePageIndicatorStyle"/><attr format="reference" name="titlePageIndicatorStyle"/></declare-styleable> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values/values.xml --> + <eat-comment/> + <dimen name="abc_action_bar_default_height">48dip</dimen> + <dimen name="abc_action_bar_icon_vertical_padding">8dip</dimen> + <dimen name="abc_action_bar_progress_bar_size">40dp</dimen> + <dimen name="abc_action_bar_stacked_max_height">48dp</dimen> + <dimen name="abc_action_bar_stacked_tab_max_width">180dp</dimen> + <dimen name="abc_action_bar_subtitle_bottom_margin">5dip</dimen> + <dimen name="abc_action_bar_subtitle_text_size">14dp</dimen> + <dimen name="abc_action_bar_subtitle_top_margin">-3dp</dimen> + <dimen name="abc_action_bar_title_text_size">18dp</dimen> + <dimen name="abc_action_button_min_width">56dip</dimen> + <dimen name="abc_config_prefDialogWidth">320dp</dimen> + <dimen name="abc_dropdownitem_icon_width">32dip</dimen> + <dimen name="abc_dropdownitem_text_padding_left">8dip</dimen> + <dimen name="abc_dropdownitem_text_padding_right">8dip</dimen> + <dimen name="abc_panel_menu_list_width">296dp</dimen> + <dimen name="abc_search_view_preferred_width">320dip</dimen> + <dimen name="abc_search_view_text_min_width">160dip</dimen> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/defaults.xml --> + <eat-comment/> + <dimen name="default_circle_indicator_radius">3dp</dimen> + <dimen name="default_circle_indicator_stroke_width">1dp</dimen> + <dimen name="default_title_indicator_clip_padding">4dp</dimen> + <dimen name="default_title_indicator_footer_indicator_height">7dp</dimen> + <dimen name="default_title_indicator_footer_indicator_underline_padding">10dp</dimen> + <dimen name="default_title_indicator_footer_line_height">1px</dimen> + <dimen name="default_title_indicator_footer_padding">5dp</dimen> + <dimen name="default_title_indicator_text_size">12dp</dimen> + <dimen name="default_title_indicator_title_padding">5dp</dimen> + <dimen name="default_title_indicator_top_padding">0dp</dimen> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values/values.xml --> + <eat-comment/> + <item name="dialog_fixed_height_major" type="dimen">80%</item> + <item name="dialog_fixed_height_minor" type="dimen">100%</item> + <item name="dialog_fixed_width_major" type="dimen">320dp</item> + <item name="dialog_fixed_width_minor" type="dimen">320dp</item> + <item name="action_bar_activity_content" type="id"/> + <item name="action_menu_divider" type="id"/> + <item name="action_menu_presenter" type="id"/> + <item name="home" type="id"/> + <item name="progress_circular" type="id"/> + <item name="progress_horizontal" type="id"/> + <integer name="abc_max_action_buttons">2</integer> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/defaults.xml --> + <eat-comment/> + <integer name="default_circle_indicator_orientation">0</integer> + <integer name="default_title_indicator_footer_indicator_style">1</integer> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/integers.xml --> + <eat-comment/> + <integer name="svdrp_default_port">6419</integer> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="Content$Adult_Movie__Drama">Adult Movie/Drama</string> + <string name="Content$Adventure__Western__War">Adventure/Western/War</string> + <string name="Content$Advertisement__Shopping">Advertisement/Shopping</string> + <string name="Content$Arts__Culture">Arts/Culture</string> + <string name="Content$Arts__Culture_Magazine">Arts/Culture Magazine</string> + <string name="Content$Athletics">Athletics</string> + <string name="Content$Ballet">Ballet</string> + <string name="Content$Black_and_White">Black & White</string> + <string name="Content$Broadcasting__Press">Broadcasting/Press</string> + <string name="Content$Cartoons__Puppets">Cartoons/Puppets</string> + <string name="Content$Childrens__Youth_Programme">Children\'s/Youth Programme</string> + <string name="Content$Comedy">Comedy</string> + <string name="Content$Cooking">Cooking</string> + <string name="Content$Detective__Thriller">Detective/Thriller</string> + <string name="Content$Discussion__Inverview__Debate">Discussion/Inverview/Debate</string> + <string name="Content$Documentary">Documentary</string> + <string name="Content$Economics__Social_Advisory">Economics/Social Advisory</string> + <string name="Content$Education__Science__Factual">Education/Science/Factual</string> + <string name="Content$Entertainment_Programme_for_10_to_16">Entertainment Programme for 10 to 16</string> + <string name="Content$Entertainment_Programme_for_6_to_14">Entertainment Programme for 6 to 14</string> + <string name="Content$Equestrian">Equestrian</string> + <string name="Content$Experimental_Film__Video">Experimental Film/Video</string> + <string name="Content$Fashion">Fashion</string> + <string name="Content$Film__Cinema">Film/Cinema</string> + <string name="Content$Fine_Arts">Fine Arts</string> + <string name="Content$Fitness_and_Health">Fitness & Health</string> + <string name="Content$Folk__Tradional_Music">Folk/Tradional Music</string> + <string name="Content$Football__Soccer">Football/Soccer</string> + <string name="Content$Foreign_Countries__Expeditions">Foreign Countries/Expeditions</string> + <string name="Content$Further_Education">Further Education</string> + <string name="Content$Game_Show__Quiz__Contest">Game Show/Quiz/Contest</string> + <string name="Content$Gardening">Gardening</string> + <string name="Content$Handicraft">Handicraft</string> + <string name="Content$Informational__Educational__School_Programme">Informational/Educational/School Programme</string> + <string name="Content$Jazz">Jazz</string> + <string name="Content$Languages">Languages</string> + <string name="Content$Leisure__Hobbies">Leisure/Hobbies</string> + <string name="Content$Literature">Literature</string> + <string name="Content$Live_Broadcast">Live Broadcast</string> + <string name="Content$Magazine__Report__Documentary">Magazine/Report/Documentary</string> + <string name="Content$Martial_Sports">Martial Sports</string> + <string name="Content$Medicine__Physiology__Psychology">Medicine/Physiology/Psychology</string> + <string name="Content$Motor_Sport">Motor Sport</string> + <string name="Content$Motoring">Motoring</string> + <string name="Content$Movie__Drama">Movie/Drama</string> + <string name="Content$Music__Ballet__Dance">Music/Ballet/Dance</string> + <string name="Content$Musical__Opera">Musical/Opera</string> + <string name="Content$Nature__Animals__Environment">Nature/Animals/Environment</string> + <string name="Content$New_Media">New Media</string> + <string name="Content$News_Magazine">News Magazine</string> + <string name="Content$News__Current_Affairs">News/Current Affairs</string> + <string name="Content$News__Weather_Report">News/Weather Report</string> + <string name="Content$Original_Language">Original Language</string> + <string name="Content$Performing_Arts">Performing Arts</string> + <string name="Content$Popular_Culture__Traditional_Arts">Popular Culture/Traditional Arts</string> + <string name="Content$Preschool_Childrens_Programme">Pre-school Children\'s Programme</string> + <string name="Content$Religion">Religion</string> + <string name="Content$Remarkable_People">Remarkable People</string> + <string name="Content$Rock__Pop">Rock/Pop</string> + <string name="Content$Romance">Romance</string> + <string name="Content$Science_Fiction__Fantasy__Horror">Science Fiction/Fantasy/Horror</string> + <string name="Content$Serious__Classical_Music">Serious/Classical Music</string> + <string name="Content$Serious__Classical__Religious__Historical_Movie__Drama">Serious/Classical/Religious/Historical Movie/Drama</string> + <string name="Content$Show__Game_Show">Show/Game Show</string> + <string name="Content$Soap__Melodrama__Folkloric">Soap/Melodrama/Folkloric</string> + <string name="Content$Social__Political__Economics">Social/Political/Economics</string> + <string name="Content$Social__Spiritual_Sciences">Social/Spiritual Sciences</string> + <string name="Content$Special_Event">Special Event</string> + <string name="Content$Sport_Magazine">Sport Magazine</string> + <string name="Content$Sports">Sports</string> + <string name="Content$Talk_Show">Talk Show</string> + <string name="Content$Team_Sports">Team Sports</string> + <string name="Content$Technology__Natural_Sciences">Technology/Natural Sciences</string> + <string name="Content$Tennis__Squash">Tennis/Squash</string> + <string name="Content$Tourism__Travel">Tourism/Travel</string> + <string name="Content$Unknown"/> + <string name="Content$Unpublished">Unpublished</string> + <string name="Content$Variety_Show">Variety Show</string> + <string name="Content$Water_Sport">Water Sport</string> + <string name="Content$Winter_Sports">Winter Sports</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values/values.xml --> + <eat-comment/> + <string name="abc_action_bar_home_description">Navigate home</string> + <string name="abc_action_bar_up_description">Navigate up</string> + <string name="abc_action_menu_overflow_description">More options</string> + <string name="abc_action_mode_done">Done</string> + <string name="abc_activity_chooser_view_see_all">See all</string> + <string name="abc_activitychooserview_choose_application">Choose an app</string> + <string name="abc_searchview_description_clear">Clear query</string> + <string name="abc_searchview_description_query">Search query</string> + <string name="abc_searchview_description_search">Search</string> + <string name="abc_searchview_description_submit">Submit query</string> + <string name="abc_searchview_description_voice">Voice search</string> + <string name="abc_shareactionprovider_share_with">Share with</string> + <string name="abc_shareactionprovider_share_with_application">Share with %s</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="aborted">Connection aborted.</string> + <string name="about_text"> About "VDR-Manager" Software for Android\n + This is Version %1$s\n + If you have a VDR at home reachable + over the internet and own a mobile phone running Android then you possibly find this program useful. + For further details visit http://projects.vdr-developer.org/projects/vdr-manager/wiki. + Author:\n + bju<herrlado@gmail.com> + herrlado<herrlado@gmail.com></string> + <string name="about_title">About</string> + <string name="action_menu_channels">Channels</string> + <string name="action_menu_epg">EPG list</string> + <string name="action_menu_recordings">Recordings</string> + <string name="action_menu_remote">Remote</string> + <string name="action_menu_search">EPG search</string> + <string name="action_menu_timers">Timers</string> + <string name="action_menu_wakeup">Wakeup</string> + <string name="action_websearch">Web search</string> + <string name="addtocal">Add to calendar</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="alive_check_enabled_key">alive_check_enabled</string> + <string name="alive_check_interval_key">alive_check_interval</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="app_name">VDR-Manager</string> + <string name="audio_track_dolby">D</string> + <string name="audio_tracks_template">Audio Tracks: %1$s</string> + <string name="certificate_accept_once">Accept once</string> + <string name="certificate_accepted_forever">Accept forever</string> + <string name="certificate_not_accepted">Abort</string> + <string name="certificate_problem_message_text">The server certificate was not accepted:\n\n +Hostname:\n + %1$s\n +Valid from:\n + %2$s\n +Valid until:\n + %3$s\n\n +What do you want to do?</string> + <string name="certificate_problem_message_title">Certificate warning</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="channel_filter_filter_key">limit_channels</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="channel_filter_filter_summary">Use only given channels</string> + <string name="channel_filter_filter_title">Limit channels</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="channel_filter_last_key">last_channel</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="channel_filter_last_summary">Comma separated channelnumbers or ranges (separator \'-\'). A.e. 1,2,4-10</string> + <string name="channel_filter_last_title">Channel filter</string> + <string name="channel_filter_preferences">Channel settings</string> + <string name="channel_group_menu_hide">Hide</string> + <string name="channel_group_menu_hide_permanent">Hide permanent</string> + <string name="channel_item_menu_epg">Show EPG</string> + <string name="channel_item_menu_hide">Hide</string> + <string name="channel_item_menu_hide_permanent">Hide permanent</string> + <string name="channel_item_menu_stream">Live stream</string> + <string name="channel_item_menu_switch">Switch to</string> + <string name="channels_window_title_count">%1$s, %2$s/%3$s</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/backup.xml --> + <eat-comment/> + <string name="choose">Choose a backup file</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="clear_term_after_search_key">key_clear_term_after_search</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="clear_term_after_search_summary_off">Search term remains after peforming search</string> + <string name="clear_term_after_search_summary_on">Term gets cleared after performing search</string> + <string name="clear_term_after_search_title">Clear Term after Search</string> + <string name="common_delete">Delete</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="current_vdr_id_key">key_current_vdr_id</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="day_concat">", "</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/no_translate.xml --> + <eat-comment/> + <string name="default_wakeup_method">wol</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="done">Done</string> + <string name="drawer_close">Close navigation drawer</string> + <string name="drawer_open">Open navigation drawer</string> + <string name="drive_img">Drive</string> + <string name="drive_info">Free %1$s GB of %2$s GB (%3$s%%)</string> + <string name="epg_by_channel">EPG by channel</string> + <string name="epg_by_search">EPG Search</string> + <string name="epg_by_search_param">EPG Search: \'%1$s\'</string> + <string name="epg_by_time">EPG by time</string> + <string name="epg_by_time_args">EPG by time: \'%1$s\'</string> + <string name="epg_client_errors">An error occurred, check logs…</string> + <string name="epg_duration_template">%1$s min</string> + <string name="epg_duration_template_live">%1$s/%2$s min</string> + <string name="epg_eent_livetv_text">Stream</string> + <string name="epg_event_create_timer_text">Add timer</string> + <string name="epg_event_imdb_text">IMDb Search</string> + <string name="epg_event_modify_timer_text">Modify timer</string> + <string name="epg_event_omdb_text">OMDB Search</string> + <string name="epg_event_share_text">Share</string> + <string name="epg_event_tmdb_text">TMDb Search</string> + <string name="epg_item_menu_timer_add">Create timer</string> + <string name="epg_item_menu_timer_delete">Delete timer</string> + <string name="epg_item_menu_timer_disable">Disable timer</string> + <string name="epg_item_menu_timer_enable">Enable timer</string> + <string name="epg_item_menu_timer_modify">Modify timer</string> + <string name="epg_item_menu_timer_record">Record</string> + <string name="epg_list_channel_spinner">Channel</string> + <string name="epg_list_search_label">Search results</string> + <string name="epg_list_time_adhoc">Ad Hoc</string> + <string name="epg_list_time_label">What\'s on at</string> + <string name="epg_list_time_next">Next</string> + <string name="epg_list_time_now">Now</string> + <string name="epg_menu_search">Search EPG</string> + <string name="epg_menu_times">Search times</string> + <string name="epg_no_items">Nothing found…</string> + <string name="epg_of_a_channel">%1$s, %2$s/%3$s</string> + <string name="epg_search_button">Search</string> + <string name="epg_search_settings_description">Search VDR EPG</string> + <string name="epg_search_times_add">Add time</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="epg_search_times_key">epg_search_times</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="epg_search_times_window">Custom times</string> + <string name="epg_window_title_count">%1$s, %2$s items</string> + <string name="every_day">Every day</string> + <string name="filter">Filter</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/backup.xml --> + <eat-comment/> + <string name="generic_confirm_title" translation_description="The title on a confirmation dialog asking the user if he is sure?"> Are you sure?</string> + <string name="generic_progress_title" translation_description="The title on a progress dialog asking the user to wait."> Please wait...</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="groupby_channel">By Channel</string> + <string name="groupby_date">By Date</string> + <string name="groupby_group">Group</string> + <string name="groupby_name">Name</string> + <string name="groupby_name_all_channels_group">All Channels</string> + <string name="groupby_provider">Provider</string> + <string name="groupby_source">Source</string> + <string name="groupby_window_title_templte">Group by %1$s</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="gui_channels_show_channel_numbers_key">key_channels_show_channel_numbers</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="gui_channels_show_channel_numbers_summary">Show channel numbers in the channel list.</string> + <string name="gui_channels_show_channel_numbers_title">Show channel numbers</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="gui_custom_locale_key">key_gui_custom_locale</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="gui_custom_locale_sum">Set a custom language.</string> + <string name="gui_custom_locale_title">Custom language</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="gui_enable_24h_format_key">key_enable_24h</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="gui_enable_24h_format_summary_off">1:00 PM</string> + <string name="gui_enable_24h_format_summary_on">13:00</string> + <string name="gui_enable_24h_format_title">Use 24-hour format</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="gui_max_recent_channels_key">key_gui_max_recent_channels</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="gui_max_recent_channels_summary">How many channels should be kept in the recent channels?</string> + <string name="gui_max_recent_channels_title">Max. recent channels</string> + <string name="gui_preferences">GUI Settings</string> + <string name="gui_quit_on_back_summary_off">Back button does not quit VDR-Manager</string> + <string name="gui_quit_on_back_summary_on">Back button quits the VDR-Manager</string> + <string name="gui_quit_on_back_title">Quit on back button</string> + <string name="gui_recent_channels_order_summary">Sort by last used or mostly used</string> + <string name="gui_recent_channels_order_title">Recent Channels Sorting</string> + <string name="hitkcommand">HITK Command</string> + <string name="key_remux_command">remux_command</string> + <string name="key_remux_enable">remux_enable</string> + <string name="key_remux_parameter">remux_parameter</string> + <string name="label">Label</string> + <string name="livetv">Live TV</string> + <string name="main_menu_clear_search">Clear Search History</string> + <string name="main_menu_exit">Exit</string> + <string name="main_menu_goto">Switch Device</string> + <string name="main_menu_goto_no_vdr">Can not load selected device :(</string> + <string name="main_menu_goto_title">Switch to…</string> + <string name="main_menu_info">Info</string> + <string name="main_menu_preferences">Preferences</string> + <string name="main_menu_switched_to">Switched to %1$s</string> + <string name="menu_exprt">Export</string> + <string name="menu_groupby">Group by</string> + <string name="menu_imprt">Import</string> + <string name="menu_remapback">\'Back\' is \'Back\' HITK</string> + <string name="menu_reset">Reset</string> + <string name="navigae_at_the_end">End</string> + <string name="navigae_at_the_start">Beginning</string> + <string name="never">Never</string> + <string name="new_timer">New timer</string> + <string name="new_vdr">New VDR</string> + <string name="no_connection">No connection</string> + <string name="no_connection_retry">Retry</string> + <string name="no_internet_connection">No data connection</string> + <string name="no_results">No results…</string> + <string name="no_vdr">No VDR Devices</string> + <string name="not_yet_implemented">Not Yet Implemented</string> + <string name="prefs_current_value">Current:</string> + <string name="prefs_current_value_not_set"><not set></string> + <string name="prefs_current_value_template">\nCurrent: %1$s</string> + <string name="probing">Probing %1$s …</string> + <string name="processing">Processing…</string> + <string name="progress_cache_hit">Loaded from cache.</string> + <string name="progress_channels_loading">Loading channels…</string> + <string name="progress_connect">Connecting…</string> + <string name="progress_connect_error">Connection failed!</string> + <string name="progress_connect_finished_abnormal">Connection finished abnormal</string> + <string name="progress_connect_finished_abnormal_arg">Connection finished abnormal: %1$s</string> + <string name="progress_connect_timeout">Connection timeout!</string> + <string name="progress_disconnect">Disconnecting…</string> + <string name="progress_loading">Loading…</string> + <string name="progress_login">Login.</string> + <string name="progress_login_error">Login failed.</string> + <string name="progress_recording_delete">Deleting recording…</string> + <string name="progress_recordings_loading">Loading recordings…</string> + <string name="progress_switching">Switching…</string> + <string name="progress_timer_delete">Deleting timer…</string> + <string name="progress_timer_disable">Disabling timer…</string> + <string name="progress_timer_enable">Enabling timer…</string> + <string name="progress_timer_modify">Updating timer…</string> + <string name="progress_timer_save">Saving timer…</string> + <string name="progress_timers_loading">Loading timers…</string> + <string name="progress_wakeup_error">Error sending wakeup request: %1$s</string> + <string name="progress_wakeup_sending">Initiating wakeup request…</string> + <string name="progress_wakeup_sent">Wakeup request sent</string> + <string name="progress_whatson_loading">Loading EPG…</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="qui_imdb_url_key">key_qui_imdb_url</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="qui_imdb_url_summary">Which IMDb site to search.</string> + <string name="qui_imdb_url_title">IMDb Site</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="qui_quit_on_back_key">key_gui_quit_on_back</string> + <string name="qui_show_imdb_button_key">key_qui_show_imdb_button</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="qui_show_imdb_button_summary_off">IMDb Button is not shown</string> + <string name="qui_show_imdb_button_summary_on">IMDb Button is shown</string> + <string name="qui_show_imdb_button_title">Show IMDb Button</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="qui_show_omdb_button_key">key_qui_show_omdb_button</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="qui_show_omdb_button_summary_off">OMDB Button is not shown</string> + <string name="qui_show_omdb_button_summary_on">OMDB Button is shown</string> + <string name="qui_show_omdb_button_title">Show OMDB Button</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="qui_show_tmdb_button_key">key_qui_show_tmdb_button</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="qui_show_tmdb_button_summary_off">TMDb Button is not shown</string> + <string name="qui_show_tmdb_button_summary_on">TMDb Button is shown</string> + <string name="qui_show_tmdb_button_title">Show TMDb Button</string> + <string name="recent_channels">Recent channels</string> + <string name="recent_channels_no_history">No history…</string> + <string name="recording_item_menu_delete">Delete</string> + <string name="recording_item_menu_stream">Stream</string> + <string name="recording_started">Recording started</string> + <string name="recstream">Streaming of recordings</string> + <string name="recstream_enable_summary">Enable Streaming of recordings</string> + <string name="recstream_enable_title">Streaming of recordings</string> + <string name="recstream_method_summary">Currently Streaming over VDR live and or streamdev plugin is supported</string> + <string name="recstream_method_title">Streaming method</string> + <string name="recstream_smarttvweb_method_summary">Supported methods: \'Progressive\', \'MPEG-DASH \/ OIPF HAS\', \'Apple HLS\'</string> + <string name="recstream_smarttvweb_method_title">Smarttvweb Stream Type</string> + <string name="refresh">Refresh</string> + <string name="remapback_hint">Longpress on Back Button to leave the remote.</string> + <string name="remote">Remote Control</string> + <string name="remote_enable_summary">Shows the remote control view if enabled</string> + <string name="remote_enable_title">Enable VDR remote control</string> + <string name="remux_command_summary">Typically EXT or Extern e.g. http://vdr:3000/EXT/1</string> + <string name="remux_command_title">Command</string> + <string name="remux_enable_summary">Enable streaming via remux (e.g. externremux.sh)</string> + <string name="remux_enable_title">Enable Remux</string> + <string name="remux_parameter_summary">Control Streaming quality. E.g. http://vdr:3000/EXT;DSL1000/1</string> + <string name="remux_parameter_title">Parameter</string> + <string name="remux_title">Remux</string> + <string name="sad_img">Sad</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/backup.xml --> + <eat-comment/> + <string name="sd_card_canceled" translation_description="When importing/saving to the SD card, the message indicating that the operation was canceled."> The operation was canceled.</string> + <string name="sd_card_error_no_storage" translation_description="When importing/saving to the SD card, the error message indicating that no SD card is found."> No SD card is found.</string> + <string name="sd_card_import_error" translation_description="When importing from the SD card, the error message indicating not able to import."> Unable to import from SD card.</string> + <string name="sd_card_import_error_no_file" translation_description="When importing from the SD card, the error message indicating that no file is found on a SD card directory. %1$s: the SD card directory. E.g., '/mnt/sdcard/mybillingbuddy/'."> No file found in %1$s.</string> + <string name="sd_card_import_progress_message" translation_description="When importing from the SD card, the progress message."> Importing from SD card...</string> + <string name="sd_card_import_success" translation_description="When importing from the SD card, the success message."> Finished importing from SD card.</string> + <string name="sd_card_save_error" translation_description="When saving to the SD card, the error message indicating not able to save."> Unable to save to SD card.</string> + <string name="sd_card_save_error_create_dir" translation_description="When saving to the SD card, the error message indicating not able to create a directory on the SD card."> Unable to create a directory on SD card.</string> + <string name="sd_card_save_progress_message" translation_description="When saving to the SD card, the progress message."> Saving to SD card...</string> + <string name="sd_card_save_success" translation_description="When saving to the SD card, the success message"> Finished saving to SD card.</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="search">Search</string> + <string name="search_epg_hint">Search EPG</string> + <string name="search_reapt">Reruns</string> + <string name="set_time">Set time</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/backup.xml --> + <eat-comment/> + <string name="settings_backup" translation_description="In the 'Settings' page, the option to change the data backup related settings. Character limit: ~26 (1 line)"> Backup</string> + <string name="settings_backup_key">settingsBackup</string> + <string name="settings_backup_now" translation_description="In the 'Backup' settings, under the 'SD card' section, the option to backup to the SD card now. Character limit: ~26 (1 line)"> Backup now</string> + <string name="settings_backup_now_key">settingsBackupNow</string> + <string name="settings_backup_now_progress_message" translation_description="In the 'Backup' settings, after pressing the 'Backup now' option, the progress message telling the user that it is writing all data and settings to the SD card."> Writing all data and settings...</string> + <string name="settings_backup_now_summary">Creates a snapshot of the current data and the settings</string> + <string name="settings_backup_restore" translation_description="In the 'Backup' settings, under the 'SD card' section, the option to restore everything from the SD card. Character limit: ~26 (1 line)"> Restore now</string> + <string name="settings_backup_restore_confirm_message" translation_description="In the 'Backup' settings, after pressing the 'Restore now' option, the message in the alert dialog asking the user to confirm that he wants to restore from a backup and it will overwrite all the current data and settings."> Restoring a backup from the SD card will overwrite all your current data and settings.</string> + <string name="settings_backup_restore_key">settingsBackupRestore</string> + <string name="settings_backup_restore_no_backup" translation_description="In the 'Backup' settings, after pressing the 'Restore now' option, the message in the alert dialog informing the user that there is no backup to restore from."> No backup found.</string> + <string name="settings_backup_restore_progress_message" translation_description="In the 'Backup' settings, after pressing the 'Restore now' option, the progress message informing that My Billinbg Buddy is reading all data and settings from the backup on the SD card."> Reading all data and settings...</string> + <string name="settings_backup_restore_select_title" translation_description="In the 'Backup' settings, after pressing the 'Restore now' option, the title in the picker dialog asking the user to select a backup."> Select a backup to restore</string> + <string name="settings_backup_restore_summary">Restore a snapshot of the settings and the data</string> + <string name="settings_backup_summary">Backup/Restore your data and settings</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="settings_live_port">VDR live plugin port</string> + <string name="settings_live_port_summary">VDR live plugin has default port 8008.</string> + <string name="settings_livetv_port">Streaming Port</string> + <string name="settings_livetv_port_summary">Default 3000. The access must be enabled in + streamdevhosts.conf.</string> + <string name="settings_livetv_streamformat">Streamformat</string> + <string name="settings_livetv_summary">Needs streamdev-server on VDR and an external + player such as VPlayer</string> + <string name="settings_smarttvweb_port">Smarttvweb port</string> + <string name="settings_smarttvweb_port_summary">VDR smarttvweb plugin has default port 8000</string> + <string name="share">Share</string> + <string name="share_chooser">Share EPG Entry</string> + <string name="sort">Sort</string> + <string name="sortby">Sort by</string> + <string name="sortby_alphabet">Alphabet</string> + <string name="sortby_channel">Channel</string> + <string name="sortby_channellist">Chanellist</string> + <string name="sortby_time">Time</string> + <string name="stream_as">as %s</string> + <string name="stream_choose_audio">Choose Audio Track</string> + <string name="stream_via">via %s</string> + <string name="stream_via_as">Stream</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="streaming_password_key">key_streaming_password</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="streaming_password_sum">Set your streamdev server password. (a.e. -a \'username:password\')</string> + <string name="streaming_password_title">Streamdev password</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="streaming_username_key">key_streaming_username</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="streaming_username_sum">Set your streamdev server username. (a.e. -a \'username:password\')</string> + <string name="streaming_username_title">Streamdev username</string> + <string name="svdrp_port_summary">Default is 6419</string> + <string name="svdrp_port_title">SVDRP Port</string> + <string name="switch_to_channel">Switch to</string> + <string name="switching_failed">Switching to %1$s failed: %2$s</string> + <string name="switching_success">Switched to %s</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="timer_default_lifetime_key">timer_default_lifetime</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="timer_default_lifetime_summary">Default lifetime</string> + <string name="timer_default_lifetime_title">Default lifetime</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="timer_default_primary_limit_key">timer_default_primary_limit</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="timer_default_primary_limit_summary">Default primary limit</string> + <string name="timer_default_primary_limit_title">Default primary limit</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="timer_default_priority_key">timer_default_priority</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="timer_default_priority_summary">Default priority</string> + <string name="timer_default_priority_title">Default priority</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/timers.xml --> + <eat-comment/> + <string name="timer_detail_channel_title">Channel:</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="timer_detail_day_title">Day</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/timers.xml --> + <eat-comment/> + <string name="timer_detail_end_title">End:</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="timer_detail_lifetime">Lifetime:</string> + <string name="timer_detail_lifetime_hint">e.g. 99</string> + <string name="timer_detail_priority">Priority:</string> + <string name="timer_detail_priority_hint">e.g. 50</string> + <string name="timer_detail_repeat_title">Repeat</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/timers.xml --> + <eat-comment/> + <string name="timer_detail_start_title">Start:</string> + <string name="timer_detail_title_title">Title:</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="timer_detail_title_vps">%1$s (VPS)</string> + <string name="timer_detail_use_vps">Use VPS:</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/timers.xml --> + <eat-comment/> + <string name="timer_details_add_title">Create a new timer</string> + <string name="timer_details_create_title">Create timer</string> + <string name="timer_details_delete_title">Delete timer</string> + <string name="timer_details_modify_title">Modify a timer</string> + <string name="timer_details_save_title">Save changes</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="timer_post_end_buffer_key">timer_post_end_buffer</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="timer_post_end_buffer_summary">Minutes recording stops after the end of the + broadcast</string> + <string name="timer_post_end_buffer_title">Margin at stop</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="timer_pre_start_buffer_key">timer_pre_start_buffer</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="timer_pre_start_buffer_summary">Minutes recording starts before the beginning of + the broadcast</string> + <string name="timer_pre_start_buffer_title">Margin at start</string> + <string name="timer_preferences">Timer defaults</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/no_translate.xml --> + <eat-comment/> + <string name="timezone_key">key_timezone</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="type_to_filter">type to filter</string> + <string name="update_will_start_in">Update will start in one second</string> + <string name="vdr_advanced_preferences">Advanced</string> + <string name="vdr_advanced_preferences_summary">Advanced settings</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="vdr_conntimeout_key">key_conntimeout_key</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="vdr_conntimeout_sum">How long (in seconds) to wait before the connection is established?</string> + <string name="vdr_conntimeout_title">Connection Timeout</string> + <string name="vdr_device_delete_qeustion">Delete this device?</string> + <string name="vdr_devices">VDR Devices</string> + <string name="vdr_devices_category">VDR devices</string> + <string name="vdr_devices_summary">Define one or more VDR Devices.</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="vdr_encoding_key">key_vdr_encoding</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="vdr_encoding_summary">Character encoding of your VDR device. Default is utf-8.</string> + <string name="vdr_encoding_title">Character encoding</string> + <string name="vdr_error_text">The communication with VDR has caused an error: %1$s</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="vdr_host_key">vdr_host</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="vdr_host_not_defined">VDR host not defined</string> + <string name="vdr_host_summary">Host running VDR</string> + <string name="vdr_host_title">VDR host</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="vdr_name_key">vdr_name</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="vdr_name_summary">A name for this device</string> + <string name="vdr_name_title">Name</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="vdr_password_key">vdr_password</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="vdr_password_summary">Password for the VDR plugin</string> + <string name="vdr_password_title">VDR plugin password</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/no_translate.xml --> + <eat-comment/> + <string name="vdr_port_default">6420</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="vdr_port_key">vdr_port </string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="vdr_port_summary">Port for connections to VDR plugin</string> + <string name="vdr_port_title">VDR plugin port </string> + <string name="vdr_preferences">Network settings</string> + <string name="vdr_prefs_category">Device</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="vdr_readtimeout_key">key_vdr_readtimeout</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="vdr_readtimeout_sum">How long (in seconds) to wait for every read line operation?</string> + <string name="vdr_readtimeout_title">Read Timeout</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="vdr_ssl_key">vdr_secure</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="vdr_ssl_summary">Use SSL for connections</string> + <string name="vdr_ssl_title">Secure connect</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="vdr_stream_format">stream_format</string> + <string name="vdr_stream_port">stream_port</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/no_translate.xml --> + <eat-comment/> + <string name="vdr_stream_proxy_key">key_vdr_stream_proxy</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="vdr_timeout_key">key_vdr_timeout</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="vdr_timeout_sum">How long (in seconds) to wait for a whole I/O operation, before it gets aborted?</string> + <string name="vdr_timeout_title">Total timeout</string> + <string name="vdr_timezone_summary">The time zone used on the server. It is important if you travel and modify timers from another time zone.</string> + <string name="vdr_timezone_title">Select server time zone</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="wakeup_enabled_key">key_wakeup_enabled</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="wakeup_enabled_summary">Enables to remote wakeup the VDR host</string> + <string name="wakeup_enabled_title">Can remote wakeup VDR</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="wakeup_method_key">key_wakeup_method</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="wakeup_method_summary">Choose a method to wakeup the vdr host</string> + <string name="wakeup_method_title">Wakeup method</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="wakeup_password_key">key_wakeup_password</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="wakeup_password_summary">Password for remote wakeup</string> + <string name="wakeup_password_title">Wakeup password</string> + <string name="wakeup_preferences">Remote VDR host wakeup</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="wakeup_url_key">key_wakeup_url</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="wakeup_url_summary">URL for a request doing the wakeup</string> + <string name="wakeup_url_title">URL for remote wakeup</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="wakeup_user_key">key_wakeup_user</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="wakeup_user_summary">User for remote wakeup</string> + <string name="wakeup_user_title">Wakeup user</string> + <string name="wakeup_wol_custom_boradcast_summary">Unless you have static ARP tables you should use some kind of broadcast address.</string> + <string name="wakeup_wol_custom_boradcast_title">Destination IP address</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/preferences_keys.xml --> + <eat-comment/> + <string name="wakeup_wol_custom_broadcast_key">key_wol_custom_broadcast</string> + <string name="wakeup_wol_mac_key">key_wakeup_wol_mac</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/strings.xml --> + <eat-comment/> + <string name="wakeup_wol_mac_summary">MAC-Address of the VDR host. Use \':\' or \'-\' or a space as separator.</string> + <string name="wakeup_wol_mac_title">MAC-Address</string> + <string name="zone_list_menu_sort_alphabetically">Sort alphabetically</string> + <string name="zone_list_menu_sort_by_timezone">Sort by time zone</string> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/styles.xml --> + <eat-comment/> + <style name="AppTheme" parent="@style/Theme.AppCompat"/> + <style name="Line"> + <item name="android:layout_width">fill_parent</item> + <item name="android:layout_height">1px</item> + <item name="android:layout_marginLeft">10dp</item> + <item name="android:layout_marginRight">10dp</item> + <item name="android:layout_marginTop">10dp</item> + <item name="android:layout_marginBottom">10dp</item> + <item name="android:background">@drawable/line_gradient</item> + </style> + <style name="Line2"> + <item name="android:layout_width">fill_parent</item> + <item name="android:layout_height">1px</item> + <item name="android:layout_marginLeft">10dp</item> + <item name="android:layout_marginRight">10dp</item> + <item name="android:layout_marginTop">1dp</item> + <item name="android:layout_marginBottom">1dp</item> + <item name="android:background">@drawable/line_gradient</item> + </style> + <style name="MinusButton"> + <item name="android:background">@drawable/btn_circle</item> + <item name="android:src">@drawable/ic_btn_round_minus</item> + </style> + <style name="PlusButton"> + <item name="android:background">@drawable/btn_circle</item> + <item name="android:src">@drawable/ic_btn_round_plus</item> + </style> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values/values.xml --> + <eat-comment/> + <style name="TextAppearance.AppCompat.Base.CompactMenu.Dialog" parent="android:TextAppearance.Medium"> + <item name="android:textColor">@android:color/primary_text_light</item> + </style> + <style name="TextAppearance.AppCompat.Base.SearchResult" parent=""> + <item name="android:textStyle">normal</item> + <item name="android:textColor">?android:textColorPrimary</item> + <item name="android:textColorHint">?android:textColorHint</item> + </style> + <style name="TextAppearance.AppCompat.Base.SearchResult.Subtitle"> + <item name="android:textSize">14sp</item> + <item name="android:textColor">?android:textColorSecondary</item> + </style> + <style name="TextAppearance.AppCompat.Base.SearchResult.Title"> + <item name="android:textSize">18sp</item> + </style> + <style name="TextAppearance.AppCompat.Base.Widget.PopupMenu.Large" parent="android:TextAppearance.Widget"> + <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item> + <item name="android:textSize">18sp</item> + </style> + <style name="TextAppearance.AppCompat.Base.Widget.PopupMenu.Small" parent="android:TextAppearance.Widget"> + <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item> + <item name="android:textSize">14sp</item> + </style> + <style name="TextAppearance.AppCompat.Light.Base.SearchResult" parent="TextAppearance.AppCompat.Base.SearchResult"> + <item name="android:textColor">?android:textColorPrimary</item> + <item name="android:textColorHint">?android:textColorHint</item> + </style> + <style name="TextAppearance.AppCompat.Light.Base.SearchResult.Subtitle"> + <item name="android:textSize">14sp</item> + <item name="android:textColor">?android:textColorSecondary</item> + </style> + <style name="TextAppearance.AppCompat.Light.Base.SearchResult.Title"> + <item name="android:textSize">18sp</item> + </style> + <style name="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Large" parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Large"/> + <style name="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Small" parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Small"/> + <style name="TextAppearance.AppCompat.Light.SearchResult.Subtitle" parent="TextAppearance.AppCompat.Light.Base.SearchResult.Subtitle"/> + <style name="TextAppearance.AppCompat.Light.SearchResult.Title" parent="TextAppearance.AppCompat.Light.Base.SearchResult.Title"/> + <style name="TextAppearance.AppCompat.Light.Widget.PopupMenu.Large" parent="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Large"/> + <style name="TextAppearance.AppCompat.Light.Widget.PopupMenu.Small" parent="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Small"/> + <style name="TextAppearance.AppCompat.SearchResult.Subtitle" parent="TextAppearance.AppCompat.Base.SearchResult.Subtitle"/> + <style name="TextAppearance.AppCompat.SearchResult.Title" parent="TextAppearance.AppCompat.Base.SearchResult.Title"/> + <style name="TextAppearance.AppCompat.Widget.ActionBar.Menu" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Menu"/> + <style name="TextAppearance.AppCompat.Widget.ActionBar.Subtitle" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle"/> + <style name="TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle.Inverse"/> + <style name="TextAppearance.AppCompat.Widget.ActionBar.Title" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Title"/> + <style name="TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse" parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Title.Inverse"/> + <style name="TextAppearance.AppCompat.Widget.ActionMode.Subtitle" parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle"/> + <style name="TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse" parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle.Inverse"/> + <style name="TextAppearance.AppCompat.Widget.ActionMode.Title" parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Title"/> + <style name="TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse" parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Title.Inverse"/> + <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Menu" parent="android:TextAppearance.Small"> + <item name="android:textSize">12sp</item> + <item name="android:textStyle">bold</item> + <item name="android:textColor">?attr/actionMenuTextColor</item> + </style> + <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle" parent="android:TextAppearance.Small"> + <item name="android:textSize">@dimen/abc_action_bar_subtitle_text_size</item> + </style> + <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle.Inverse" parent="android:TextAppearance.Small.Inverse"> + <item name="android:textSize">@dimen/abc_action_bar_subtitle_text_size</item> + </style> + <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Title" parent="android:TextAppearance.Medium"> + <item name="android:textSize">@dimen/abc_action_bar_title_text_size</item> + </style> + <style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Title.Inverse" parent="android:TextAppearance.Medium.Inverse"> + <item name="android:textSize">@dimen/abc_action_bar_title_text_size</item> + </style> + <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle" parent="android:TextAppearance.Small"> + <item name="android:textColor">?android:attr/textColorSecondary</item> + </style> + <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle.Inverse" parent="android:TextAppearance.Small.Inverse"> + <item name="android:textColor">?android:attr/textColorSecondaryInverse</item> + </style> + <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Title" parent="android:TextAppearance.Medium"/> + <style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Title.Inverse" parent="android:TextAppearance.Medium.Inverse"/> + <style name="TextAppearance.AppCompat.Widget.Base.DropDownItem" parent="android:TextAppearance.Small"> + <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item> + </style> + <style name="TextAppearance.AppCompat.Widget.DropDownItem" parent="TextAppearance.AppCompat.Widget.Base.DropDownItem"/> + <style name="TextAppearance.AppCompat.Widget.PopupMenu.Large" parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Large"/> + <style name="TextAppearance.AppCompat.Widget.PopupMenu.Small" parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Small"/> + <style name="TextAppearance.Widget.AppCompat.Base.ExpandedMenu.Item" parent="android:TextAppearance.Medium"> + <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item> + </style> + <style name="TextAppearance.Widget.AppCompat.ExpandedMenu.Item" parent="TextAppearance.Widget.AppCompat.Base.ExpandedMenu.Item"/> + <style name="Theme.AppCompat" parent="Theme.Base.AppCompat"> + <item name="isLightTheme">false</item> + + <!-- Required for use of support_simple_spinner_dropdown_item.xml --> + <item name="spinnerDropDownItemStyle"> @style/Widget.AppCompat.DropDownItem.Spinner</item> + <item name="dropdownListPreferredItemHeight">?attr/listPreferredItemHeightSmall</item> + <item name="searchResultListItemHeight">58dip</item> + + <!-- Popup Menu styles --> + <item name="popupMenuStyle">@style/Widget.AppCompat.PopupMenu</item> + <item name="textAppearanceLargePopupMenu"> @style/TextAppearance.AppCompat.Widget.PopupMenu.Large</item> + <item name="textAppearanceSmallPopupMenu"> @style/TextAppearance.AppCompat.Widget.PopupMenu.Small</item> + <item name="listPopupWindowStyle">@style/Widget.AppCompat.ListPopupWindow</item> + <item name="dropDownListViewStyle">@style/Widget.AppCompat.ListView.DropDown</item> + + <!-- SearchView attributes --> + <item name="searchDropdownBackground">@drawable/abc_search_dropdown_dark</item> + <item name="searchViewTextField">@drawable/abc_textfield_searchview_holo_dark</item> + <item name="searchViewTextFieldRight">@drawable/abc_textfield_searchview_right_holo_dark</item> + <item name="searchViewCloseIcon">@drawable/abc_ic_clear</item> + <item name="searchViewSearchIcon">@drawable/abc_ic_search</item> + <item name="searchViewGoIcon">@drawable/abc_ic_go</item> + <item name="searchViewVoiceIcon">@drawable/abc_ic_voice_search</item> + <item name="searchViewEditQuery">@drawable/abc_ic_commit_search_api_holo_dark</item> + <item name="searchViewEditQueryBackground">?attr/selectableItemBackground</item> + <item name="searchViewAutoCompleteTextView"> @style/Widget.AppCompat.AutoCompleteTextView</item> + <item name="textColorSearchUrl">@color/abc_search_url_text_holo</item> + <item name="textAppearanceSearchResultTitle"> @style/TextAppearance.AppCompat.SearchResult.Title</item> + <item name="textAppearanceSearchResultSubtitle"> @style/TextAppearance.AppCompat.SearchResult.Subtitle</item> + <item name="actionModeShareDrawable">@drawable/abc_ic_menu_share_holo_dark</item> + + <!-- ShareActionProvider attributes --> + <item name="activityChooserViewStyle">@style/Widget.AppCompat.ActivityChooserView</item> + </style> + <style name="Theme.AppCompat.Base.CompactMenu" parent=""> + <item name="android:itemTextAppearance"> @style/TextAppearance.Widget.AppCompat.ExpandedMenu.Item</item> + <item name="android:listViewStyle">@style/Widget.AppCompat.ListView.Menu</item> + </style> + <style name="Theme.AppCompat.Base.CompactMenu.Dialog" parent=""> + <item name="android:itemTextAppearance"> @style/TextAppearance.AppCompat.Base.CompactMenu.Dialog</item> + <item name="android:listViewStyle">@android:style/Widget.ListView.Menu</item> + </style> + <style name="Theme.AppCompat.CompactMenu" parent="Theme.AppCompat.Base.CompactMenu"/> + <style name="Theme.AppCompat.CompactMenu.Dialog" parent="Theme.AppCompat.Base.CompactMenu.Dialog"/> + <style name="Theme.AppCompat.DialogWhenLarge" parent="Theme.Base.AppCompat.DialogWhenLarge"/> + <style name="Theme.AppCompat.Light" parent="Theme.Base.AppCompat.Light"> + <item name="isLightTheme">true</item> + + <!-- Required for use of support_simple_spinner_dropdown_item.xml --> + <item name="spinnerDropDownItemStyle"> @style/Widget.AppCompat.Light.DropDownItem.Spinner</item> + <item name="dropdownListPreferredItemHeight">?attr/listPreferredItemHeightSmall</item> + <item name="searchResultListItemHeight">58dip</item> + + <!-- Popup Menu styles --> + <item name="popupMenuStyle">@style/Widget.AppCompat.Light.PopupMenu</item> + <item name="textAppearanceLargePopupMenu"> @style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Large</item> + <item name="textAppearanceSmallPopupMenu"> @style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Small</item> + <item name="listPopupWindowStyle">@style/Widget.AppCompat.Light.ListPopupWindow</item> + <item name="dropDownListViewStyle">@style/Widget.AppCompat.Light.ListView.DropDown</item> + + <!-- SearchView attributes --> + <item name="searchDropdownBackground">@drawable/abc_search_dropdown_light</item> + <item name="searchViewTextField">@drawable/abc_textfield_searchview_holo_light</item> + <item name="searchViewTextFieldRight">@drawable/abc_textfield_searchview_right_holo_light</item> + <item name="searchViewCloseIcon">@drawable/abc_ic_clear_holo_light</item> + <item name="searchViewSearchIcon">@drawable/abc_ic_search_api_holo_light</item> + <item name="searchViewGoIcon">@drawable/abc_ic_go_search_api_holo_light</item> + <item name="searchViewVoiceIcon">@drawable/abc_ic_voice_search_api_holo_light</item> + <item name="searchViewEditQuery">@drawable/abc_ic_commit_search_api_holo_light</item> + <item name="searchViewEditQueryBackground">?attr/selectableItemBackground</item> + <item name="searchViewAutoCompleteTextView"> @style/Widget.AppCompat.Light.AutoCompleteTextView</item> + <item name="textColorSearchUrl">@color/abc_search_url_text_holo</item> + <item name="textAppearanceSearchResultTitle"> @style/TextAppearance.AppCompat.Light.SearchResult.Title</item> + <item name="textAppearanceSearchResultSubtitle"> @style/TextAppearance.AppCompat.Light.SearchResult.Subtitle</item> + <item name="actionModeShareDrawable">@drawable/abc_ic_menu_share_holo_light</item> + + <!-- ShareActionProvider attributes --> + <item name="activityChooserViewStyle">@style/Widget.AppCompat.Light.ActivityChooserView</item> + </style> + <style name="Theme.AppCompat.Light.DarkActionBar" parent="Theme.Base.AppCompat.Light.DarkActionBar"> + <item name="isLightTheme">true</item> + + <!-- Required for use of support_simple_spinner_dropdown_item.xml --> + <item name="spinnerDropDownItemStyle"> @style/Widget.AppCompat.Light.DropDownItem.Spinner</item> + <item name="dropdownListPreferredItemHeight">?attr/listPreferredItemHeightSmall</item> + <item name="searchResultListItemHeight">58dip</item> + + <!-- Popup Menu styles --> + <item name="popupMenuStyle">@style/Widget.AppCompat.Light.PopupMenu</item> + <item name="textAppearanceLargePopupMenu"> @style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Large</item> + <item name="textAppearanceSmallPopupMenu"> @style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Small</item> + <item name="listPopupWindowStyle">@style/Widget.AppCompat.ListPopupWindow</item> + <item name="dropDownListViewStyle">@style/Widget.AppCompat.ListView.DropDown</item> + + <!-- SearchView attributes --> + <item name="searchDropdownBackground">@drawable/abc_search_dropdown_dark</item> + <item name="searchViewTextField">@drawable/abc_textfield_searchview_holo_dark</item> + <item name="searchViewTextFieldRight">@drawable/abc_textfield_searchview_right_holo_dark</item> + <item name="searchViewCloseIcon">@drawable/abc_ic_clear</item> + <item name="searchViewSearchIcon">@drawable/abc_ic_search</item> + <item name="searchViewGoIcon">@drawable/abc_ic_go</item> + <item name="searchViewVoiceIcon">@drawable/abc_ic_voice_search</item> + <item name="searchViewEditQuery">@drawable/abc_ic_commit_search_api_holo_dark</item> + <item name="searchViewEditQueryBackground">?attr/selectableItemBackground</item> + <item name="searchViewAutoCompleteTextView"> @style/Widget.AppCompat.AutoCompleteTextView</item> + <item name="textColorSearchUrl">@color/abc_search_url_text_holo</item> + <item name="textAppearanceSearchResultTitle"> @style/TextAppearance.AppCompat.SearchResult.Title</item> + <item name="textAppearanceSearchResultSubtitle"> @style/TextAppearance.AppCompat.SearchResult.Subtitle</item> + <item name="actionModeShareDrawable">@drawable/abc_ic_menu_share_holo_dark</item> + + <!-- ShareActionProvider attributes --> + <item name="activityChooserViewStyle">@style/Widget.AppCompat.ActivityChooserView</item> + </style> + <style name="Theme.AppCompat.Light.DialogWhenLarge" parent="Theme.Base.AppCompat.Light.DialogWhenLarge"/> + <style name="Theme.Base" parent="android:Theme"/> + <style name="Theme.Base.AppCompat" parent="Theme.Base"> + <item name="windowActionBar">true</item> + <!-- Remove system title bars; we will add the action bar ourselves. --> + <item name="android:windowNoTitle">true</item> + <item name="buttonBarStyle">@android:style/ButtonBar</item> + <item name="buttonBarButtonStyle">@android:style/Widget.Button</item> + <item name="selectableItemBackground">@drawable/abc_item_background_holo_dark</item> + <item name="homeAsUpIndicator">@drawable/abc_ic_ab_back_holo_dark</item> + <item name="dividerVertical">@drawable/abc_list_divider_holo_dark</item> + <item name="dividerHorizontal">@drawable/abc_list_divider_holo_dark</item> + <item name="listPreferredItemHeight">?android:attr/listPreferredItemHeight</item> + <item name="listPreferredItemHeightSmall">48dp</item> + <item name="listPreferredItemHeightLarge">80dp</item> + <item name="listPreferredItemPaddingLeft">8dip</item> + <item name="listPreferredItemPaddingRight">8dip</item> + <item name="textAppearanceListItem">?android:attr/textAppearanceMedium</item> + <item name="textAppearanceListItemSmall">?android:attr/textAppearanceMedium</item> + <item name="actionBarTabStyle">@style/Widget.AppCompat.ActionBar.TabView</item> + <item name="actionBarTabBarStyle">@style/Widget.AppCompat.ActionBar.TabBar</item> + <item name="actionBarTabTextStyle">@style/Widget.AppCompat.ActionBar.TabText</item> + <item name="actionButtonStyle">@style/Widget.AppCompat.ActionButton</item> + <item name="actionOverflowButtonStyle">@style/Widget.AppCompat.ActionButton.Overflow</item> + <item name="actionBarStyle">@style/Widget.AppCompat.ActionBar</item> + <item name="actionBarSplitStyle">?attr/actionBarStyle</item> + <item name="actionBarWidgetTheme">@null</item> + <item name="actionBarSize">@dimen/abc_action_bar_default_height</item> + <item name="actionBarDivider">?attr/dividerVertical</item> + <item name="actionBarItemBackground">?attr/selectableItemBackground</item> + <item name="actionMenuTextAppearance"> @style/TextAppearance.AppCompat.Widget.ActionBar.Menu</item> + <item name="actionMenuTextColor">?android:attr/textColorPrimaryDisableOnly</item> + + <!-- Dropdown Spinner Attributes --> + <item name="actionDropDownStyle">@style/Widget.AppCompat.Spinner.DropDown.ActionBar</item> + + <!-- Action Mode --> + <item name="actionModeStyle">@style/Widget.AppCompat.ActionMode</item> + <item name="actionModeBackground">@drawable/abc_cab_background_top_holo_dark</item> + <item name="actionModeSplitBackground">@drawable/abc_cab_background_bottom_holo_dark</item> + <item name="actionModeCloseDrawable">@drawable/abc_ic_cab_done_holo_dark</item> + <item name="actionModeCloseButtonStyle">@style/Widget.AppCompat.ActionButton.CloseMode</item> + + <!-- Panel attributes --> + <item name="panelMenuListWidth">@dimen/abc_panel_menu_list_width</item> + <item name="panelMenuListTheme">@style/Theme.AppCompat.CompactMenu</item> + <item name="android:panelBackground">@drawable/abc_menu_hardkey_panel_holo_dark</item> + <item name="listChoiceBackgroundIndicator">@drawable/abc_list_selector_holo_dark</item> + </style> + <style name="Theme.Base.AppCompat.Dialog.FixedSize" parent="android:Theme.Dialog"> + <item name="windowFixedWidthMajor">@dimen/dialog_fixed_width_major</item> + <item name="windowFixedWidthMinor">@dimen/dialog_fixed_width_minor</item> + <item name="windowFixedHeightMajor">@dimen/dialog_fixed_height_major</item> + <item name="windowFixedHeightMinor">@dimen/dialog_fixed_height_minor</item> + <item name="windowActionBar">true</item> + <!-- Remove system title bars; we will add the action bar ourselves. --> + <item name="android:windowNoTitle">true</item> + <item name="buttonBarStyle">@android:style/ButtonBar</item> + <item name="buttonBarButtonStyle">@android:style/Widget.Button</item> + <item name="selectableItemBackground">@drawable/abc_item_background_holo_dark</item> + <item name="dividerVertical">@drawable/abc_list_divider_holo_dark</item> + <item name="dividerHorizontal">@drawable/abc_list_divider_holo_dark</item> + <item name="listPreferredItemHeight">?android:attr/listPreferredItemHeight</item> + <item name="listPreferredItemHeightSmall">48dp</item> + <item name="listPreferredItemHeightLarge">80dp</item> + <item name="listPreferredItemPaddingLeft">8dip</item> + <item name="listPreferredItemPaddingRight">8dip</item> + <item name="textAppearanceListItem">?android:attr/textAppearanceMedium</item> + <item name="textAppearanceListItemSmall">?android:attr/textAppearanceMedium</item> + + <!-- Action Mode --> + <item name="actionModeStyle">@style/Widget.AppCompat.ActionMode</item> + <item name="actionModeBackground">@drawable/abc_cab_background_top_holo_dark</item> + <item name="actionModeSplitBackground">@drawable/abc_cab_background_bottom_holo_dark</item> + <item name="actionModeCloseDrawable">@drawable/abc_ic_cab_done_holo_dark</item> + <item name="actionModeCloseButtonStyle">@style/Widget.AppCompat.ActionButton.CloseMode</item> + + <!-- Panel attributes --> + <item name="panelMenuListWidth">@dimen/abc_panel_menu_list_width</item> + <item name="panelMenuListTheme">@style/Theme.AppCompat.CompactMenu</item> + <item name="android:panelBackground">@drawable/abc_menu_hardkey_panel_holo_dark</item> + <item name="listChoiceBackgroundIndicator">@drawable/abc_list_selector_holo_dark</item> + </style> + <style name="Theme.Base.AppCompat.Dialog.Light.FixedSize" parent="Theme.Base.AppCompat.Dialog.FixedSize"/> + <style name="Theme.Base.AppCompat.DialogWhenLarge" parent="Theme.Base.AppCompat"/> + <style name="Theme.Base.AppCompat.Light" parent="Theme.Base.Light"> + <item name="windowActionBar">true</item> + <!-- Remove system title bars; we will add the action bar ourselves. --> + <item name="android:windowNoTitle">true</item> + <item name="buttonBarStyle">@android:style/ButtonBar</item> + <item name="buttonBarButtonStyle">@android:style/Widget.Button</item> + <item name="selectableItemBackground">@drawable/abc_item_background_holo_light</item> + <item name="homeAsUpIndicator">@drawable/abc_ic_ab_back_holo_light</item> + <item name="dividerVertical">@drawable/abc_list_divider_holo_light</item> + <item name="dividerHorizontal">@drawable/abc_list_divider_holo_light</item> + <item name="listPreferredItemHeight">?android:attr/listPreferredItemHeight</item> + <item name="listPreferredItemHeightSmall">48dp</item> + <item name="listPreferredItemHeightLarge">80dp</item> + <item name="listPreferredItemPaddingLeft">8dip</item> + <item name="listPreferredItemPaddingRight">8dip</item> + <item name="textAppearanceListItem">?android:attr/textAppearanceMedium</item> + <item name="textAppearanceListItemSmall">?android:attr/textAppearanceMedium</item> + + <!-- Action Bar Styles --> + <item name="actionBarTabStyle">@style/Widget.AppCompat.Light.ActionBar.TabView</item> + <item name="actionBarTabBarStyle">@style/Widget.AppCompat.Light.ActionBar.TabBar</item> + <item name="actionBarTabTextStyle">@style/Widget.AppCompat.Light.ActionBar.TabText</item> + <item name="actionButtonStyle">@style/Widget.AppCompat.Light.ActionButton</item> + <item name="actionOverflowButtonStyle"> @style/Widget.AppCompat.Light.ActionButton.Overflow</item> + <item name="actionBarStyle">@style/Widget.AppCompat.Light.ActionBar</item> + <item name="actionBarSplitStyle">?attr/actionBarStyle</item> + <item name="actionBarWidgetTheme">@null</item> + <item name="actionBarSize">@dimen/abc_action_bar_default_height</item> + <item name="actionBarDivider">?attr/dividerVertical</item> + <item name="actionBarItemBackground">?attr/selectableItemBackground</item> + <item name="actionMenuTextAppearance"> @style/TextAppearance.AppCompat.Widget.ActionBar.Menu</item> + <item name="actionMenuTextColor">?android:attr/textColorPrimaryDisableOnly</item> + + <!-- Action Mode --> + <item name="actionModeStyle">@style/Widget.AppCompat.ActionMode</item> + <item name="actionModeBackground">@drawable/abc_cab_background_top_holo_light</item> + <item name="actionModeSplitBackground">@drawable/abc_cab_background_bottom_holo_light</item> + <item name="actionModeCloseDrawable">@drawable/abc_ic_cab_done_holo_light</item> + <item name="actionModeCloseButtonStyle">@style/Widget.AppCompat.Light.ActionButton.CloseMode</item> + + <!-- Dropdown Spinner Attributes --> + <item name="actionDropDownStyle"> @style/Widget.AppCompat.Light.Spinner.DropDown.ActionBar</item> + + <!-- Panel attributes --> + <item name="panelMenuListWidth">@dimen/abc_panel_menu_list_width</item> + <item name="panelMenuListTheme">@style/Theme.AppCompat.CompactMenu</item> + <item name="android:panelBackground">@drawable/abc_menu_hardkey_panel_holo_light</item> + <item name="listChoiceBackgroundIndicator">@drawable/abc_list_selector_holo_light</item> + </style> + <style name="Theme.Base.AppCompat.Light.DarkActionBar" parent="Theme.Base.AppCompat.Light"> + <item name="homeAsUpIndicator">@drawable/abc_ic_ab_back_holo_dark</item> + <item name="actionOverflowButtonStyle">@style/Widget.AppCompat.ActionButton.Overflow</item> + <item name="actionBarStyle">@style/Widget.AppCompat.Light.ActionBar.Solid.Inverse</item> + <item name="actionBarWidgetTheme">@style/Theme.AppCompat</item> + <item name="actionBarDivider">@drawable/abc_list_divider_holo_dark</item> + <item name="actionBarItemBackground">@drawable/abc_item_background_holo_dark</item> + <item name="actionBarTabStyle">@style/Widget.AppCompat.Light.ActionBar.TabView.Inverse</item> + <item name="actionBarTabBarStyle">@style/Widget.AppCompat.Light.ActionBar.TabBar.Inverse</item> + <item name="actionBarTabTextStyle">@style/Widget.AppCompat.Light.ActionBar.TabText.Inverse</item> + <item name="actionMenuTextColor">?android:attr/textColorPrimaryInverseDisableOnly</item> + + <!-- Action Mode --> + <item name="actionModeStyle">@style/Widget.AppCompat.Light.ActionMode.Inverse</item> + <item name="actionModeBackground">@drawable/abc_cab_background_top_holo_dark</item> + <item name="actionModeSplitBackground">@drawable/abc_cab_background_bottom_holo_dark</item> + <item name="actionModeCloseDrawable">@drawable/abc_ic_cab_done_holo_dark</item> + <item name="actionModeCloseButtonStyle">@style/Widget.AppCompat.ActionButton.CloseMode</item> + + <!-- Dropdown Spinner Attributes --> + <item name="actionDropDownStyle">@style/Widget.AppCompat.Spinner.DropDown.ActionBar</item> + + <!-- Panel attributes --> + <item name="android:panelBackground">@drawable/abc_menu_hardkey_panel_holo_dark</item> + <item name="listChoiceBackgroundIndicator">@drawable/abc_list_selector_holo_dark</item> + </style> + <style name="Theme.Base.AppCompat.Light.DialogWhenLarge" parent="Theme.Base.AppCompat.Light"/> + <style name="Theme.Base.Light" parent="android:Theme.Light"/> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/styles.xml --> + <eat-comment/> + <style name="Theme.PageIndicatorDefaults" parent="@android:style/Theme"> + <item name="circlePageIndicatorStyle">@style/Widget.CirclePageIndicator</item> + <item name="titlePageIndicatorStyle">@style/Widget.TitlePageIndicator</item> + </style> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/19.1.0/res/values/values.xml --> + <eat-comment/> + <style name="Widget.AppCompat.ActionBar" parent="Widget.AppCompat.Base.ActionBar"/> + <style name="Widget.AppCompat.ActionBar.Solid" parent="Widget.AppCompat.Base.ActionBar.Solid"/> + <style name="Widget.AppCompat.ActionBar.TabBar" parent="Widget.AppCompat.Base.ActionBar.TabBar"/> + <style name="Widget.AppCompat.ActionBar.TabText" parent="Widget.AppCompat.Base.ActionBar.TabText"/> + <style name="Widget.AppCompat.ActionBar.TabView" parent="Widget.AppCompat.Base.ActionBar.TabView"/> + <style name="Widget.AppCompat.ActionButton" parent="Widget.AppCompat.Base.ActionButton"/> + <style name="Widget.AppCompat.ActionButton.CloseMode" parent="Widget.AppCompat.Base.ActionButton.CloseMode"/> + <style name="Widget.AppCompat.ActionButton.Overflow" parent="Widget.AppCompat.Base.ActionButton.Overflow"/> + <style name="Widget.AppCompat.ActionMode" parent="Widget.AppCompat.Base.ActionMode"/> + <style name="Widget.AppCompat.ActivityChooserView" parent="Widget.AppCompat.Base.ActivityChooserView"/> + <style name="Widget.AppCompat.AutoCompleteTextView" parent="Widget.AppCompat.Base.AutoCompleteTextView"/> + <style name="Widget.AppCompat.Base.ActionBar" parent=""> + <item name="displayOptions">useLogo|showHome|showTitle</item> + <item name="divider">?attr/dividerVertical</item> + <item name="height">?attr/actionBarSize</item> + <item name="homeLayout">@layout/abc_action_bar_home</item> + <item name="titleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionBar.Title</item> + <item name="subtitleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle</item> + <item name="background">@drawable/abc_ab_transparent_dark_holo</item> + <item name="backgroundStacked">@drawable/abc_ab_stacked_transparent_dark_holo</item> + <item name="backgroundSplit">@drawable/abc_ab_bottom_transparent_dark_holo</item> + <item name="actionButtonStyle">@style/Widget.AppCompat.ActionButton</item> + <item name="actionOverflowButtonStyle">@style/Widget.AppCompat.ActionButton.Overflow</item> + <item name="progressBarStyle">@style/Widget.AppCompat.ProgressBar.Horizontal</item> + <item name="indeterminateProgressStyle">@style/Widget.AppCompat.ProgressBar</item> + </style> + <style name="Widget.AppCompat.Base.ActionBar.Solid" parent="Widget.AppCompat.Base.ActionBar"> + <item name="background">@drawable/abc_ab_solid_dark_holo</item> + <item name="backgroundStacked">@drawable/abc_ab_stacked_solid_dark_holo</item> + <item name="backgroundSplit">@drawable/abc_ab_bottom_solid_dark_holo</item> + </style> + <style name="Widget.AppCompat.Base.ActionBar.TabBar" parent=""> + <item name="divider">?attr/actionBarDivider</item> + <item name="showDividers">middle</item> + <item name="dividerPadding">12dip</item> + </style> + <style name="Widget.AppCompat.Base.ActionBar.TabText" parent=""> + <item name="android:textAppearance">@null</item> + <item name="android:textColor">?android:attr/textColorPrimaryDisableOnly</item> + <item name="android:textSize">12sp</item> + <item name="android:textStyle">bold</item> + <item name="android:ellipsize">marquee</item> + <item name="android:maxLines">2</item> + <item name="textAllCaps">true</item> + </style> + <style name="Widget.AppCompat.Base.ActionBar.TabView" parent=""> + <item name="android:background">@drawable/abc_tab_indicator_ab_holo</item> + <item name="android:gravity">center_horizontal</item> + <item name="android:paddingLeft">16dip</item> + <item name="android:paddingRight">16dip</item> + <item name="android:minWidth">80dip</item> + </style> + <style name="Widget.AppCompat.Base.ActionButton" parent=""> + <item name="android:background">?attr/actionBarItemBackground</item> + <item name="android:paddingLeft">12dip</item> + <item name="android:paddingRight">12dip</item> + <item name="android:minWidth">@dimen/abc_action_button_min_width</item> + <item name="android:minHeight">?attr/actionBarSize</item> + <item name="android:gravity">center</item> + <item name="android:maxLines">2</item> + <item name="textAllCaps">@bool/abc_config_actionMenuItemAllCaps</item> + </style> + <style name="Widget.AppCompat.Base.ActionButton.CloseMode" parent="Widget.AppCompat.Base.ActionButton"/> + <style name="Widget.AppCompat.Base.ActionButton.Overflow" parent="Widget.AppCompat.Base.ActionButton"> + <item name="android:src">@drawable/abc_ic_menu_moreoverflow_normal_holo_dark</item> + </style> + <style name="Widget.AppCompat.Base.ActionMode" parent=""> + <item name="background">?attr/actionModeBackground</item> + <item name="backgroundSplit">?attr/actionModeSplitBackground</item> + <item name="height">?attr/actionBarSize</item> + <item name="titleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionMode.Title</item> + <item name="subtitleTextStyle">@style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle</item> + </style> + <style name="Widget.AppCompat.Base.ActivityChooserView" parent=""> + <item name="android:gravity">center</item> + <item name="android:background">@drawable/abc_ab_share_pack_holo_dark</item> + <item name="divider">?attr/dividerVertical</item> + <item name="showDividers">middle</item> + <item name="dividerPadding">6dip</item> + </style> + <style name="Widget.AppCompat.Base.AutoCompleteTextView" parent="android:Widget.AutoCompleteTextView"> + <item name="android:textColor">?attr/actionMenuTextColor</item> + <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_dark</item> + <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_dark</item> + </style> + <style name="Widget.AppCompat.Base.DropDownItem.Spinner" parent=""> + <item name="android:textAppearance">@style/TextAppearance.AppCompat.Widget.DropDownItem</item> + <item name="android:paddingLeft">8dp</item> + <item name="android:paddingRight">8dp</item> + <item name="android:gravity">center_vertical</item> + </style> + <style name="Widget.AppCompat.Base.ListPopupWindow" parent=""> + <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_dark</item> + <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_dark</item> + <item name="android:dropDownVerticalOffset">0dip</item> + <item name="android:dropDownHorizontalOffset">0dip</item> + <item name="android:dropDownWidth">wrap_content</item> + </style> + <style name="Widget.AppCompat.Base.ListView.DropDown" parent="android:Widget.ListView"> + <item name="android:listSelector">@drawable/abc_list_selector_holo_dark</item> + </style> + <style name="Widget.AppCompat.Base.ListView.Menu" parent="android:Widget.ListView.Menu"> + <item name="android:listSelector">?attr/listChoiceBackgroundIndicator</item> + <item name="android:divider">?attr/dividerHorizontal</item> + </style> + <style name="Widget.AppCompat.Base.PopupMenu" parent="@style/Widget.AppCompat.Base.ListPopupWindow"/> + <style name="Widget.AppCompat.Base.ProgressBar" parent="android:Widget.ProgressBar"> + <item name="android:minWidth">@dimen/abc_action_bar_progress_bar_size</item> + <item name="android:maxWidth">@dimen/abc_action_bar_progress_bar_size</item> + <item name="android:minHeight">@dimen/abc_action_bar_progress_bar_size</item> + <item name="android:maxHeight">@dimen/abc_action_bar_progress_bar_size</item> + </style> + <style name="Widget.AppCompat.Base.ProgressBar.Horizontal" parent="android:Widget.ProgressBar.Horizontal"/> + <style name="Widget.AppCompat.Base.Spinner" parent=""> + <item name="spinnerMode">dropdown</item> + <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_dark</item> + <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_dark</item> + <item name="android:dropDownVerticalOffset">0dip</item> + <item name="android:dropDownHorizontalOffset">0dip</item> + <item name="android:dropDownWidth">wrap_content</item> + <item name="android:gravity">left|center_vertical</item> + <item name="android:clickable">true</item> + <item name="android:background">@drawable/abc_spinner_ab_holo_dark</item> + </style> + <style name="Widget.AppCompat.DropDownItem.Spinner" parent="Widget.AppCompat.Base.DropDownItem.Spinner"/> + <style name="Widget.AppCompat.Light.ActionBar" parent="Widget.AppCompat.Light.Base.ActionBar"/> + <style name="Widget.AppCompat.Light.ActionBar.Solid" parent="Widget.AppCompat.Light.Base.ActionBar.Solid"/> + <style name="Widget.AppCompat.Light.ActionBar.Solid.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.Solid.Inverse"/> + <style name="Widget.AppCompat.Light.ActionBar.TabBar" parent="Widget.AppCompat.Light.Base.ActionBar.TabBar"/> + <style name="Widget.AppCompat.Light.ActionBar.TabBar.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabBar.Inverse"/> + <style name="Widget.AppCompat.Light.ActionBar.TabText" parent="Widget.AppCompat.Light.Base.ActionBar.TabText"/> + <style name="Widget.AppCompat.Light.ActionBar.TabText.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabText.Inverse"/> + <style name="Widget.AppCompat.Light.ActionBar.TabView" parent="Widget.AppCompat.Light.Base.ActionBar.TabView"/> + <style name="Widget.AppCompat.Light.ActionBar.TabView.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabView.Inverse"/> + <style name="Widget.AppCompat.Light.ActionButton" parent="Widget.AppCompat.Light.Base.ActionButton"/> + <style name="Widget.AppCompat.Light.ActionButton.CloseMode" parent="Widget.AppCompat.Light.Base.ActionButton.CloseMode"/> + <style name="Widget.AppCompat.Light.ActionButton.Overflow" parent="Widget.AppCompat.Light.Base.ActionButton.Overflow"/> + <style name="Widget.AppCompat.Light.ActionMode.Inverse" parent="Widget.AppCompat.Light.Base.ActionMode.Inverse"/> + <style name="Widget.AppCompat.Light.ActivityChooserView" parent="Widget.AppCompat.Light.Base.ActivityChooserView"/> + <style name="Widget.AppCompat.Light.AutoCompleteTextView" parent="Widget.AppCompat.Light.Base.AutoCompleteTextView"/> + <style name="Widget.AppCompat.Light.Base.ActionBar" parent="Widget.AppCompat.Base.ActionBar"> + <item name="background">@drawable/abc_ab_transparent_light_holo</item> + <item name="backgroundStacked">@drawable/abc_ab_stacked_transparent_light_holo</item> + <item name="backgroundSplit">@drawable/abc_ab_bottom_transparent_light_holo</item> + <item name="actionButtonStyle">@style/Widget.AppCompat.Light.ActionButton</item> + <item name="actionOverflowButtonStyle">@style/Widget.AppCompat.Light.ActionButton.Overflow</item> + <item name="progressBarStyle">@style/Widget.AppCompat.ProgressBar.Horizontal</item> + <item name="indeterminateProgressStyle">@style/Widget.AppCompat.ProgressBar</item> + </style> + <style name="Widget.AppCompat.Light.Base.ActionBar.Solid" parent="Widget.AppCompat.Light.Base.ActionBar"> + <item name="background">@drawable/abc_ab_solid_light_holo</item> + <item name="backgroundStacked">@drawable/abc_ab_stacked_solid_light_holo</item> + <item name="backgroundSplit">@drawable/abc_ab_bottom_solid_light_holo</item> + </style> + <style name="Widget.AppCompat.Light.Base.ActionBar.Solid.Inverse" parent="Widget.AppCompat.Base.ActionBar.Solid"> + <item name="titleTextStyle"> @style/TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse</item> + <item name="subtitleTextStyle"> @style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse</item> + <item name="actionButtonStyle">@style/Widget.AppCompat.ActionButton</item> + <item name="actionOverflowButtonStyle">@style/Widget.AppCompat.ActionButton.Overflow</item> + </style> + <style name="Widget.AppCompat.Light.Base.ActionBar.TabBar" parent="Widget.AppCompat.Base.ActionBar.TabBar"/> + <style name="Widget.AppCompat.Light.Base.ActionBar.TabBar.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabBar"/> + <style name="Widget.AppCompat.Light.Base.ActionBar.TabText" parent="Widget.AppCompat.Base.ActionBar.TabText"/> + <style name="Widget.AppCompat.Light.Base.ActionBar.TabText.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabText"> + <item name="android:textColor">?android:attr/textColorPrimaryInverseDisableOnly</item> + </style> + <style name="Widget.AppCompat.Light.Base.ActionBar.TabView" parent="Widget.AppCompat.Base.ActionBar.TabView"/> + <style name="Widget.AppCompat.Light.Base.ActionBar.TabView.Inverse" parent="Widget.AppCompat.Light.Base.ActionBar.TabView"/> + <style name="Widget.AppCompat.Light.Base.ActionButton" parent="Widget.AppCompat.Base.ActionButton"/> + <style name="Widget.AppCompat.Light.Base.ActionButton.CloseMode" parent="Widget.AppCompat.Light.Base.ActionButton"/> + <style name="Widget.AppCompat.Light.Base.ActionButton.Overflow" parent="Widget.AppCompat.Light.Base.ActionButton"> + <item name="android:src">@drawable/abc_ic_menu_moreoverflow_normal_holo_light</item> + </style> + <style name="Widget.AppCompat.Light.Base.ActionMode.Inverse" parent="Widget.AppCompat.Base.ActionMode"> + <item name="titleTextStyle"> @style/TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse</item> + <item name="subtitleTextStyle"> @style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse</item> + </style> + <style name="Widget.AppCompat.Light.Base.ActivityChooserView" parent="Widget.AppCompat.Base.ActivityChooserView"> + <item name="android:background">@drawable/abc_ab_share_pack_holo_light</item> + </style> + <style name="Widget.AppCompat.Light.Base.AutoCompleteTextView" parent="android:Widget.AutoCompleteTextView"> + <item name="android:textColor">?attr/actionMenuTextColor</item> + <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_light</item> + <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_light</item> + </style> + <style name="Widget.AppCompat.Light.Base.DropDownItem.Spinner" parent="Widget.AppCompat.Base.DropDownItem.Spinner"/> + <style name="Widget.AppCompat.Light.Base.ListPopupWindow" parent=""> + <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_light</item> + <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_light</item> + <item name="android:dropDownVerticalOffset">0dip</item> + <item name="android:dropDownHorizontalOffset">0dip</item> + <item name="android:dropDownWidth">wrap_content</item> + </style> + <style name="Widget.AppCompat.Light.Base.ListView.DropDown" parent="android:Widget.ListView"> + <item name="android:listSelector">@drawable/abc_list_selector_holo_light</item> + </style> + <style name="Widget.AppCompat.Light.Base.PopupMenu" parent="@style/Widget.AppCompat.Light.Base.ListPopupWindow"/> + <style name="Widget.AppCompat.Light.Base.Spinner" parent="Widget.AppCompat.Base.Spinner"> + <item name="android:dropDownSelector">@drawable/abc_list_selector_holo_light</item> + <item name="android:popupBackground">@drawable/abc_menu_dropdown_panel_holo_light</item> + <item name="android:background">@drawable/abc_spinner_ab_holo_light</item> + </style> + <style name="Widget.AppCompat.Light.DropDownItem.Spinner" parent="Widget.AppCompat.Light.Base.DropDownItem.Spinner"/> + <style name="Widget.AppCompat.Light.ListPopupWindow" parent="Widget.AppCompat.Light.Base.ListPopupWindow"/> + <style name="Widget.AppCompat.Light.ListView.DropDown" parent="Widget.AppCompat.Light.Base.ListView.DropDown"/> + <style name="Widget.AppCompat.Light.PopupMenu" parent="Widget.AppCompat.Light.Base.PopupMenu"/> + <style name="Widget.AppCompat.Light.Spinner.DropDown.ActionBar" parent="Widget.AppCompat.Light.Base.Spinner"/> + <style name="Widget.AppCompat.ListPopupWindow" parent="Widget.AppCompat.Base.ListPopupWindow"/> + <style name="Widget.AppCompat.ListView.DropDown" parent="Widget.AppCompat.Base.ListView.DropDown"/> + <style name="Widget.AppCompat.ListView.Menu" parent="Widget.AppCompat.Base.ListView.Menu"/> + <style name="Widget.AppCompat.PopupMenu" parent="Widget.AppCompat.Base.PopupMenu"/> + <style name="Widget.AppCompat.ProgressBar" parent="Widget.AppCompat.Base.ProgressBar"/> + <style name="Widget.AppCompat.ProgressBar.Horizontal" parent="Widget.AppCompat.Base.ProgressBar.Horizontal"/> + <style name="Widget.AppCompat.Spinner.DropDown.ActionBar" parent="Widget.AppCompat.Base.Spinner"/> + <!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/values/styles.xml --> + <eat-comment/> + <style name="Widget.CirclePageIndicator" parent="@android:style/Widget"> + <item name="centered">@bool/default_circle_indicator_centered</item> + <item name="fillColor">@color/default_circle_indicator_fill_color</item> + <item name="orientation">@integer/default_circle_indicator_orientation</item> + <item name="radius">@dimen/default_circle_indicator_radius</item> + <item name="snap">@bool/default_circle_indicator_snap</item> + <item name="strokeColor">@color/default_circle_indicator_stroke_color</item> + <item name="strokeWidth">@dimen/default_circle_indicator_stroke_width</item> + </style> + <style name="Widget.TitlePageIndicator" parent="@android:style/Widget"> + <item name="clipPadding">@dimen/default_title_indicator_clip_padding</item> + <item name="footerColor">@color/default_title_indicator_footer_color</item> + <item name="footerLineHeight">@dimen/default_title_indicator_footer_line_height</item> + <item name="footerIndicatorStyle">@integer/default_title_indicator_footer_indicator_style + </item> + <item name="footerIndicatorHeight">@dimen/default_title_indicator_footer_indicator_height + </item> + <item name="footerIndicatorUnderlinePadding"> + @dimen/default_title_indicator_footer_indicator_underline_padding + </item> + <item name="footerPadding">@dimen/default_title_indicator_footer_padding</item> + <item name="selectedColor">@color/default_title_indicator_selected_color</item> + <item name="selectedBold">@bool/default_title_indicator_selected_bold</item> + <item name="textColor">@color/default_title_indicator_text_color</item> + <item name="textSize">@dimen/default_title_indicator_text_size</item> + <item name="titlePadding">@dimen/default_title_indicator_title_padding</item> + <item name="topPadding">@dimen/default_title_indicator_top_padding</item> + </style> + <style name="cursorButton"> + <item name="android:layout_width">70dp</item> + <item name="android:layout_height">wrap_content</item> + <item name="android:layout_margin">5dp</item> + </style> + <style name="volChanButton" paren="@android:attr/buttonStyleSmall"> + <item name="android:layout_width">wrap_content</item> + <item name="android:layout_height">wrap_content</item> + <item name="android:bottomRightRadius">20dp</item> + <item name="android:bottomLeftRadius">20dp</item> + <item name="android:layout_margin">10dp</item> + <item name="android:topLeftRadius">20dp</item> + <item name="android:topRightRadius">20dp</item> + </style> +</resources>
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/xml/backup_settings.xml b/vdrmanager/app/build/intermediates/res/release/xml/backup_settings.xml new file mode 100644 index 0000000..9e98f7c --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/xml/backup_settings.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +Copyright 2012 Google Inc. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" + android:title="@string/settings_backup" android:summary="@string/settings_backup_summary"> + <Preference + android:key="@string/settings_backup_now_key" + android:persistent="false" + android:title="@string/settings_backup_now" + android:summary="@string/settings_backup_now_summary" + /> + <Preference + android:key="@string/settings_backup_restore_key" + android:persistent="false" + android:title="@string/settings_backup_restore" + android:summary="@string/settings_backup_restore_summary" + /> +</PreferenceScreen><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/xml/backup_settings.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/xml/preferences.xml b/vdrmanager/app/build/intermediates/res/release/xml/preferences.xml new file mode 100644 index 0000000..40eaed8 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/xml/preferences.xml @@ -0,0 +1,88 @@ +<?xml version="1.0" encoding="utf-8"?> +<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > + + <PreferenceCategory android:title="@string/vdr_devices_category" > + <PreferenceScreen + android:summary="@string/vdr_devices_summary" + android:title="@string/vdr_devices" > + <intent + android:action="android.intent.action.MAIN" + android:targetClass="de.bjusystems.vdrmanager.gui.VdrListActivity" + android:targetPackage="de.bjusystems.vdrmanager" /> + </PreferenceScreen> + </PreferenceCategory> + <PreferenceCategory + android:key="gui_preferences" + android:title="@string/gui_preferences" > + <CheckBoxPreference + android:defaultValue="false" + android:key="@string/gui_channels_show_channel_numbers_key" + android:summary="@string/gui_channels_show_channel_numbers_summary" + android:title="@string/gui_channels_show_channel_numbers_title" /> + + <EditTextPreference + android:defaultValue="10" + android:inputType="number" + android:key="@string/gui_max_recent_channels_key" + android:summary="@string/gui_max_recent_channels_summary" + android:title="@string/gui_max_recent_channels_title" /> + + <ListPreference + android:defaultValue="most" + android:entries="@array/recent_channels_order_entries" + android:entryValues="@array/recent_channels_order_entry_values" + android:key="gui_recent_channels_order" + android:summary="@string/gui_recent_channels_order_summary" + android:title="@string/gui_recent_channels_order_title" /> + + <CheckBoxPreference + android:defaultValue="true" + android:key="@string/gui_enable_24h_format_key" + android:summaryOff="@string/gui_enable_24h_format_summary_off" + android:summaryOn="@string/gui_enable_24h_format_summary_on" + android:title="@string/gui_enable_24h_format_title" /> + <CheckBoxPreference + android:defaultValue="true" + android:key="@string/qui_show_imdb_button_key" + android:summaryOff="@string/qui_show_imdb_button_summary_off" + android:summaryOn="@string/qui_show_imdb_button_summary_on" + android:title="@string/qui_show_imdb_button_title" /> + + <ListPreference + android:defaultValue="akas.imdb.com" + android:dependency="@string/qui_show_imdb_button_key" + android:entries="@array/imdb_urls" + android:entryValues="@array/imdb_urls_velues" + android:key="@string/qui_imdb_url_key" + android:summaryOn="@string/qui_imdb_url_summary" + android:title="@string/qui_imdb_url_title" /> + + <CheckBoxPreference + android:defaultValue="false" + android:key="@string/qui_show_omdb_button_key" + android:summaryOff="@string/qui_show_omdb_button_summary_off" + android:summaryOn="@string/qui_show_omdb_button_summary_on" + android:title="@string/qui_show_omdb_button_title" /> + <CheckBoxPreference + android:defaultValue="false" + android:key="@string/qui_show_tmdb_button_key" + android:summaryOff="@string/qui_show_tmdb_button_summary_off" + android:summaryOn="@string/qui_show_tmdb_button_summary_on" + android:title="@string/qui_show_tmdb_button_title" /> + + <ListPreference + android:defaultValue="DEFAULT" + android:entries="@array/lang" + android:entryValues="@array/lang_values" + android:key="@string/gui_custom_locale_key" + android:summary="@string/gui_custom_locale_sum" + android:title="@string/gui_custom_locale_title" /> + </PreferenceCategory> + + <Preference + android:key="@string/settings_backup_key" + android:persistent="false" + android:summary="@string/settings_backup_summary" + android:title="@string/settings_backup" /> + +</PreferenceScreen><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/xml/preferences.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/xml/searchable.xml b/vdrmanager/app/build/intermediates/res/release/xml/searchable.xml new file mode 100644 index 0000000..0851509 --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/xml/searchable.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<searchable xmlns:android="http://schemas.android.com/apk/res/android" + android:hint="@string/search_epg_hint" + android:includeInGlobalSearch="true" + android:label="@string/app_name" + android:searchSettingsDescription="@string/epg_search_settings_description" + android:searchSuggestAuthority="de.bjusystems.vdrmanager.data.db.EPGSearchSuggestionsProvider" + android:searchSuggestSelection=" ?" + android:imeOptions="actionSearch" + android:inputType="text" + android:voiceSearchMode="showVoiceSearchButton|launchRecognizer" > + + <!-- + <actionkey + android:keycode="KEYCODE_SEARCH" + android:queryActionMsg="string" + android:suggestActionMsg="string" + android:suggestActionMsgColumn="string"/> + --> + +</searchable><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/xml/searchable.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/xml/timezones.xml b/vdrmanager/app/build/intermediates/res/release/xml/timezones.xml new file mode 100644 index 0000000..de0156d --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/xml/timezones.xml @@ -0,0 +1,88 @@ +<timezones> + <timezone id="Pacific/Majuro">Marshall Islands</timezone> + <timezone id="Pacific/Midway">Midway Island</timezone> + <timezone id="Pacific/Honolulu">Hawaii</timezone> + <timezone id="America/Anchorage">Alaska</timezone> + <timezone id="America/Los_Angeles">Pacific Time</timezone> + <timezone id="America/Tijuana">Tijuana</timezone> + <timezone id="America/Phoenix">Arizona</timezone> + <timezone id="America/Chihuahua">Chihuahua</timezone> + <timezone id="America/Denver">Mountain Time</timezone> + <timezone id="America/Costa_Rica">Central America</timezone> + <timezone id="America/Chicago">Central Time</timezone> + <timezone id="America/Mexico_City">Mexico City</timezone> + <timezone id="America/Regina">Saskatchewan</timezone> + <timezone id="America/Bogota">Bogota</timezone> + <timezone id="America/New_York">Eastern Time</timezone> + <timezone id="America/Caracas">Venezuela</timezone> + <timezone id="America/Barbados">Atlantic Time (Barbados)</timezone> + <timezone id="America/Halifax">Atlantic Time (Canada)</timezone> + <timezone id="America/Manaus">Manaus</timezone> + <timezone id="America/Santiago">Santiago</timezone> + <timezone id="America/St_Johns">Newfoundland</timezone> + <timezone id="America/Sao_Paulo">Brasilia</timezone> + <timezone id="America/Argentina/Buenos_Aires">Buenos Aires</timezone> + <timezone id="America/Godthab">Greenland</timezone> + <timezone id="America/Montevideo">Montevideo</timezone> + <timezone id="Atlantic/South_Georgia">Mid-Atlantic</timezone> + <timezone id="Atlantic/Azores">Azores</timezone> + <timezone id="Atlantic/Cape_Verde">Cape Verde Islands</timezone> + <timezone id="Africa/Casablanca">Casablanca</timezone> + <timezone id="Europe/London">London, Dublin</timezone> + <timezone id="Europe/Berlin">Berlin</timezone> + <timezone id="Europe/Amsterdam">Amsterdam</timezone> + <timezone id="Europe/Belgrade">Belgrade</timezone> + <timezone id="Europe/Brussels">Brussels</timezone> + <timezone id="Europe/Sarajevo">Sarajevo</timezone> + <timezone id="Africa/Windhoek">Windhoek</timezone> + <timezone id="Africa/Brazzaville">W. Africa Time</timezone> + <timezone id="Asia/Amman">Amman, Jordan</timezone> + <timezone id="Europe/Athens">Athens, Istanbul</timezone> + <timezone id="Asia/Beirut">Beirut, Lebanon</timezone> + <timezone id="Africa/Cairo">Cairo</timezone> + <timezone id="Europe/Helsinki">Helsinki</timezone> + <timezone id="Asia/Jerusalem">Jerusalem</timezone> + <timezone id="Europe/Minsk">Minsk</timezone> + <timezone id="Africa/Harare">Harare</timezone> + <timezone id="Asia/Baghdad">Baghdad</timezone> + <timezone id="Europe/Moscow">Moscow</timezone> + <timezone id="Asia/Kuwait">Kuwait</timezone> + <timezone id="Africa/Nairobi">Nairobi</timezone> + <timezone id="Asia/Tehran">Tehran</timezone> + <timezone id="Asia/Baku">Baku</timezone> + <timezone id="Asia/Tbilisi">Tbilisi</timezone> + <timezone id="Asia/Yerevan">Yerevan</timezone> + <timezone id="Asia/Dubai">Dubai</timezone> + <timezone id="Asia/Kabul">Kabul</timezone> + <timezone id="Asia/Karachi">Islamabad, Karachi</timezone> + <timezone id="Asia/Oral">Ural'sk</timezone> + <timezone id="Asia/Yekaterinburg">Yekaterinburg</timezone> + <timezone id="Asia/Calcutta">Kolkata</timezone> + <timezone id="Asia/Colombo">Sri Lanka</timezone> + <timezone id="Asia/Katmandu">Kathmandu</timezone> + <timezone id="Asia/Almaty">Astana</timezone> + <timezone id="Asia/Rangoon">Yangon</timezone> + <timezone id="Asia/Krasnoyarsk">Krasnoyarsk</timezone> + <timezone id="Asia/Bangkok">Bangkok</timezone> + <timezone id="Asia/Shanghai">Beijing</timezone> + <timezone id="Asia/Hong_Kong">Hong Kong</timezone> + <timezone id="Asia/Irkutsk">Irkutsk</timezone> + <timezone id="Asia/Kuala_Lumpur">Kuala Lumpur</timezone> + <timezone id="Australia/Perth">Perth</timezone> + <timezone id="Asia/Taipei">Taipei</timezone> + <timezone id="Asia/Seoul">Seoul</timezone> + <timezone id="Asia/Tokyo">Tokyo, Osaka</timezone> + <timezone id="Asia/Yakutsk">Yakutsk</timezone> + <timezone id="Australia/Adelaide">Adelaide</timezone> + <timezone id="Australia/Darwin">Darwin</timezone> + <timezone id="Australia/Brisbane">Brisbane</timezone> + <timezone id="Australia/Hobart">Hobart</timezone> + <timezone id="Australia/Sydney">Sydney, Canberra</timezone> + <timezone id="Asia/Vladivostok">Vladivostok</timezone> + <timezone id="Pacific/Guam">Guam</timezone> + <timezone id="Asia/Magadan">Magadan</timezone> + <timezone id="Pacific/Auckland">Auckland</timezone> + <timezone id="Pacific/Fiji">Fiji</timezone> + <timezone id="Pacific/Tongatapu">Tonga</timezone> +</timezones> +<!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/xml/timezones.xml -->
\ No newline at end of file diff --git a/vdrmanager/app/build/intermediates/res/release/xml/vdr_prefs.xml b/vdrmanager/app/build/intermediates/res/release/xml/vdr_prefs.xml new file mode 100644 index 0000000..71e04cc --- /dev/null +++ b/vdrmanager/app/build/intermediates/res/release/xml/vdr_prefs.xml @@ -0,0 +1,245 @@ +<?xml version="1.0" encoding="utf-8"?> +<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > + + <PreferenceCategory android:title="@string/vdr_prefs_category" > + <EditTextPreference + android:inputType="textCapWords" + android:key="@string/vdr_name_key" + android:summary="@string/vdr_name_summary" + android:title="@string/vdr_name_title" /> + </PreferenceCategory> + <PreferenceCategory + android:key="vdr_preferences" + android:title="@string/vdr_preferences" > + <de.bjusystems.vdrmanager.data.FetchEditTextPreference + android:inputType="textNoSuggestions" + android:key="@string/vdr_host_key" + android:summary="@string/vdr_host_summary" + android:title="@string/vdr_host_title" /> + <EditTextPreference + android:inputType="number" + android:key="@string/vdr_port_key" + android:summary="@string/vdr_port_summary" + android:title="@string/vdr_port_title" /> + <EditTextPreference + android:key="@string/vdr_password_key" + android:password="true" + android:summary="@string/vdr_password_summary" + android:title="@string/vdr_password_title" /> + + <CheckBoxPreference + android:key="@string/vdr_ssl_key" + android:enabled="true" + android:summary="@string/vdr_ssl_summary" + android:title="@string/vdr_ssl_title" /> + </PreferenceCategory> + <PreferenceCategory + android:key="filter_preferences" + android:title="@string/channel_filter_preferences" > + <CheckBoxPreference + android:key="@string/channel_filter_filter_key" + android:summary="@string/channel_filter_filter_summary" + android:title="@string/channel_filter_filter_title" /> + + <EditTextPreference + android:dependency="@string/channel_filter_filter_key" + android:key="@string/channel_filter_last_key" + android:summary="@string/channel_filter_last_summary" + android:title="@string/channel_filter_last_title" /> + </PreferenceCategory> + <PreferenceCategory + android:key="wakeup_preferences" + android:title="@string/wakeup_preferences" > + <CheckBoxPreference + android:key="@string/wakeup_enabled_key" + android:summary="@string/wakeup_enabled_summary" + android:title="@string/wakeup_enabled_title" /> + + <ListPreference + android:dependency="@string/wakeup_enabled_key" + android:entries="@array/wakeup_methods" + android:entryValues="@array/wakeup_methods_values" + android:key="@string/wakeup_method_key" + android:summary="@string/wakeup_method_summary" + android:title="@string/wakeup_method_title" /> + + <EditTextPreference + android:dependency="@string/wakeup_enabled_key" + android:key="@string/wakeup_url_key" + android:summary="@string/wakeup_url_summary" + android:title="@string/wakeup_url_title" /> + <EditTextPreference + android:dependency="@string/wakeup_enabled_key" + android:key="@string/wakeup_user_key" + android:summary="@string/wakeup_user_summary" + android:title="@string/wakeup_user_title" /> + <EditTextPreference + android:dependency="@string/wakeup_enabled_key" + android:key="@string/wakeup_password_key" + android:password="true" + android:summary="@string/wakeup_password_summary" + android:title="@string/wakeup_password_title" /> + + <de.bjusystems.vdrmanager.data.FetchEditTextPreference + android:dependency="@string/wakeup_enabled_key" + android:key="@string/wakeup_wol_mac_key" + android:summary="@string/wakeup_wol_mac_summary" + android:title="@string/wakeup_wol_mac_title" /> + + <EditTextPreference + android:dependency="@string/wakeup_enabled_key" + android:key="@string/wakeup_wol_custom_broadcast_key" + android:summaryOn="@string/wakeup_wol_custom_boradcast_summary" + android:title="@string/wakeup_wol_custom_boradcast_title" /> + </PreferenceCategory> + <PreferenceCategory + android:key="timer_preferences" + android:title="@string/timer_preferences" > + <EditTextPreference + android:key="@string/timer_pre_start_buffer_key" + android:summary="@string/timer_pre_start_buffer_summary" + android:title="@string/timer_pre_start_buffer_title" /> + <EditTextPreference + android:key="@string/timer_post_end_buffer_key" + android:summary="@string/timer_post_end_buffer_summary" + android:title="@string/timer_post_end_buffer_title" /> + <EditTextPreference + android:key="@string/timer_default_lifetime_key" + android:summary="@string/timer_default_lifetime_summary" + android:title="@string/timer_default_lifetime_title" /> + <EditTextPreference + android:key="@string/timer_default_priority_key" + android:summary="@string/timer_default_priority_summary" + android:title="@string/timer_default_priority_title" /> + </PreferenceCategory> + <PreferenceCategory android:title="@string/livetv" > + <EditTextPreference + android:inputType="number" + android:key="streamingport" + android:summary="@string/settings_livetv_port_summary" + android:title="@string/settings_livetv_port" /> + <EditTextPreference + android:key="@string/streaming_username_key" + android:summary="@string/streaming_username_sum" + android:title="@string/streaming_username_title" /> + <EditTextPreference + android:key="@string/streaming_password_key" + android:password="true" + android:summary="@string/streaming_password_sum" + android:title="@string/streaming_password_title" /> + + <ListPreference + android:entries="@array/livetv_streamformat" + android:entryValues="@array/livetv_streamformat_values" + android:key="livetv_streamformat" + android:title="@string/settings_livetv_streamformat" /> + + <CheckBoxPreference + android:key="remux_enable" + android:summary="@string/remux_enable_summary" + android:title="@string/remux_enable_title" /> + + <ListPreference + android:dependency="remux_enable" + android:entries="@array/remux_entries" + android:entryValues="@array/remux_entry_values" + android:key="remux_command" + android:summary="@string/remux_command_summary" + android:title="@string/remux_command_title" /> + + <EditTextPreference + android:dependency="remux_enable" + android:key="remux_parameter" + android:summary="@string/remux_parameter_summary" + android:title="@string/remux_parameter_title" /> + </PreferenceCategory> + <PreferenceCategory + android:key="key_streaming_category" + android:title="@string/recstream" > + <CheckBoxPreference + android:key="key_rec_stream_enable" + android:summary="@string/recstream_enable_summary" + android:title="@string/recstream_enable_title" /> + + <ListPreference + android:dependency="key_rec_stream_enable" + android:entries="@array/recstream_entries" + android:entryValues="@array/recstream_entry_values" + android:key="key_recstream_method" + android:summary="@string/recstream_method_summary" + android:title="@string/recstream_method_title" /> + + <EditTextPreference + android:defaultValue="8008" + android:dependency="key_rec_stream_enable" + android:inputType="number" + android:key="key_live_port" + android:summary="@string/settings_live_port_summary" + android:title="@string/settings_live_port" /> + + + <ListPreference + android:dependency="key_rec_stream_enable" + android:entries="@array/recstream_smarttvweb_entries" + android:entryValues="@array/recstream_smarttvweb_entry_values" + android:key="key_smarttvweb_recstream_method" + android:summary="@string/recstream_smarttvweb_method_summary" + android:title="@string/recstream_smarttvweb_method_title" /> + + <EditTextPreference + android:defaultValue="8000" + android:dependency="key_rec_stream_enable" + android:inputType="number" + android:key="key_smarttvweb_port" + android:summary="@string/settings_smarttvweb_port_summary" + android:title="@string/settings_smarttvweb_port" /> + </PreferenceCategory> + + <PreferenceCategory + android:key="key_remote_category" + android:title="@string/remote" > + <CheckBoxPreference + android:key="key_remote_enable" + android:summary="@string/remote_enable_summary" + android:title="@string/remote_enable_title" /> + + <EditTextPreference + android:inputType="number" + android:key="key_svdrp_port" + android:dependency="key_remote_enable" + android:summary="@string/svdrp_port_summary" + android:defaultValue="@integer/svdrp_default_port" + android:title="@string/svdrp_port_title" /> + + </PreferenceCategory> + + <PreferenceScreen android:title="Advanced" > + <EditTextPreference + android:inputType="number" + android:key="@string/vdr_conntimeout_key" + android:summary="@string/vdr_conntimeout_sum" + android:title="@string/vdr_conntimeout_title" /> + <EditTextPreference + android:inputType="number" + android:key="@string/vdr_readtimeout_key" + android:summary="@string/vdr_readtimeout_sum" + android:title="@string/vdr_readtimeout_title" /> + <EditTextPreference + android:inputType="number" + android:key="@string/vdr_timeout_key" + android:summary="@string/vdr_timeout_sum" + android:title="@string/vdr_timeout_title" /> + <EditTextPreference + android:key="@string/vdr_encoding_key" + android:summary="@string/vdr_encoding_summary" + android:title="@string/vdr_encoding_title" /> + + <Preference + android:fragment="de.bjusystems.vdrmanager.ZonePicker" + android:key="@string/timezone_key" + android:summary="@string/vdr_timezone_summary" + android:title="@string/vdr_timezone_title" /> + + </PreferenceScreen> + +</PreferenceScreen><!-- From: file:/home/lado/StudioProjects/vdrmanager/app/src/main/res/xml/vdr_prefs.xml -->
\ No newline at end of file |