diff options
author | lado <herrlado@gmail.com> | 2017-11-02 10:41:17 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2017-11-02 10:41:17 +0100 |
commit | e044aed11d8982398fa556eacde9af1003af1c5a (patch) | |
tree | 3a09298670b27b551c072782f410b43bf966b2c0 /vdrmanager | |
parent | 049975cbda6327aae542bac5dd1acd6fe97d18a4 (diff) | |
download | vdr-manager-e044aed11d8982398fa556eacde9af1003af1c5a.tar.gz vdr-manager-e044aed11d8982398fa556eacde9af1003af1c5a.tar.bz2 |
refactor vdrmanager -> de.bjusystems.vdrmanager
Diffstat (limited to 'vdrmanager')
-rw-r--r-- | vdrmanager/.gitignore | 4 | ||||
-rw-r--r-- | vdrmanager/app/app-release.apk | bin | 2272288 -> 0 bytes | |||
-rw-r--r-- | vdrmanager/app/build.gradle | 49 | ||||
-rw-r--r-- | vdrmanager/app/lint.xml | 5 | ||||
-rw-r--r-- | vdrmanager/app/src/main/res/layout/edit_remote_key.xml | 49 | ||||
-rw-r--r-- | vdrmanager/app/src/main/res/values/strings.xml | 544 | ||||
-rw-r--r-- | vdrmanager/build.gradle | 4 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/build/generated/source/buildConfig/androidTest/debug/de/bjusystems/vdrmanager/test/BuildConfig.java | 13 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/build/generated/source/buildConfig/debug/de/bjusystems/vdrmanager/BuildConfig.java | 13 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/build/generated/source/r/debug/android/support/v7/appcompat/R.java | 1281 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/build/generated/source/r/debug/de/bjusystems/vdrmanager/R.java | 8641 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml | 16 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/libs/ormlite-android-4.47.jar (renamed from vdrmanager/app/libs/ormlite-android-4.47.jar) | bin | 51769 -> 51769 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/libs/ormlite-core-4.47.jar (renamed from vdrmanager/app/libs/ormlite-core-4.47.jar) | bin | 291296 -> 291296 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/libs/slf4j-android-1.6.1-RC1.jar (renamed from vdrmanager/app/libs/slf4j-android-1.6.1-RC1.jar) | bin | 32008 -> 32008 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/libs/svdrp4j-1.1.0-SNAPSHOT.jar (renamed from vdrmanager/app/libs/svdrp4j-1.1.0-SNAPSHOT.jar) | bin | 109794 -> 109794 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/AndroidManifest.xml (renamed from vdrmanager/app/src/main/AndroidManifest.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/assets/fonts/fontawesome-webfont.ttf (renamed from vdrmanager/app/src/main/assets/fonts/fontawesome-webfont.ttf) | bin | 122092 -> 122092 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/com/viewpagerindicator/CirclePageIndicator.java (renamed from vdrmanager/app/src/main/java/com/viewpagerindicator/CirclePageIndicator.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/com/viewpagerindicator/PageIndicator.java (renamed from vdrmanager/app/src/main/java/com/viewpagerindicator/PageIndicator.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/com/viewpagerindicator/TitlePageIndicator.java (renamed from vdrmanager/app/src/main/java/com/viewpagerindicator/TitlePageIndicator.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/com/viewpagerindicator/TitleProvider.java (renamed from vdrmanager/app/src/main/java/com/viewpagerindicator/TitleProvider.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/androvdr/widget/AnimatedTextView.java (renamed from vdrmanager/app/src/main/java/de/androvdr/widget/AnimatedTextView.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/androvdr/widget/FontAwesome.java (renamed from vdrmanager/app/src/main/java/de/androvdr/widget/FontAwesome.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/androvdr/widget/FontAwesomeButton.java (renamed from vdrmanager/app/src/main/java/de/androvdr/widget/FontAwesomeButton.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/androvdr/widget/LruCache.java (renamed from vdrmanager/app/src/main/java/de/androvdr/widget/LruCache.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/androvdr/widget/SquareButton.java (renamed from vdrmanager/app/src/main/java/de/androvdr/widget/SquareButton.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/QueuedWork.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/QueuedWork.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/StringUtils.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/StringUtils.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/VdrSharedPreferencesImpl.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/VdrSharedPreferencesImpl.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/ZonePicker.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/ZonePicker.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/app/C.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/app/C.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/app/Intents.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/app/Intents.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/app/VdrManagerApp.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/app/VdrManagerApp.java) | 10 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/AbstractSettingsActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/AbstractSettingsActivity.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Api10Adapter.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Api10Adapter.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Api11Adapter.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Api11Adapter.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Api14Adapter.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Api14Adapter.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Api7Adapter.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Api7Adapter.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Api8Adapter.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Api8Adapter.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Api8BackupPreferencesListener.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Api8BackupPreferencesListener.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Api9Adapter.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Api9Adapter.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/ApiAdapter.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/ApiAdapter.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/ApiAdapterFactory.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/ApiAdapterFactory.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/BackupActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/BackupActivity.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/BackupAsyncTask.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/BackupAsyncTask.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/BackupPreferencesListener.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/BackupPreferencesListener.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/BackupSettingsActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/BackupSettingsActivity.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Constants.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Constants.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/ContentTypeIds.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/ContentTypeIds.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/ContextualActionModeCallback.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/ContextualActionModeCallback.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/DialogUtils.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/DialogUtils.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/ExternalFileBackup.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/ExternalFileBackup.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/FileUtils.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/FileUtils.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/IOUtils.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/IOUtils.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/IntentUtils.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/IntentUtils.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/LineIterator.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/LineIterator.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/PreferenceBackupHelper.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/PreferenceBackupHelper.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/RestoreActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/RestoreActivity.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/RestoreAsyncTask.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/RestoreAsyncTask.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/RestoreChooserActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/RestoreChooserActivity.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/AliveState.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/AliveState.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/AudioTrack.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/AudioTrack.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Channel.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Channel.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Epg.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Epg.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/EpgCache.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/EpgCache.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/EpgSearchParams.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/EpgSearchParams.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/EpgSearchTimeValue.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/EpgSearchTimeValue.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/EpgSearchTimeValues.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/EpgSearchTimeValues.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Event.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Event.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/EventContentGroup.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/EventContentGroup.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/EventFormatter.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/EventFormatter.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/EventListItem.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/EventListItem.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/FetchEditTextPreference.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/FetchEditTextPreference.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/HasAudio.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/HasAudio.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/MenuActionHandler.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/MenuActionHandler.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/OrmLiteBasePreferenceActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/OrmLiteBasePreferenceActivity.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/P.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/P.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Preferences.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Preferences.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/RecentChannelDAO.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/RecentChannelDAO.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/RecenteChannel.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/RecenteChannel.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Recording.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Recording.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/RecordingListItem.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/RecordingListItem.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Timer.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Timer.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/TimerMatch.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/TimerMatch.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Timerable.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Timerable.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Vdr.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Vdr.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/VdrSharedPreferences.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/VdrSharedPreferences.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/WakeupState.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/WakeupState.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/db/DBAccess.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/db/DBAccess.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/db/EPGSearchSuggestionsProvider.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/db/EPGSearchSuggestionsProvider.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/About.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/About.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/BaseActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/BaseActivity.java) | 6 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/BaseEventAdapter.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/BaseEventAdapter.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/BaseEventListActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/BaseEventListActivity.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/BasePreferencesActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/BasePreferencesActivity.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/BaseTimerEditActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/BaseTimerEditActivity.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/CertificateProblemDialog.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/CertificateProblemDialog.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/ChannelAdapter.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/ChannelAdapter.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/ChannelEventAdapter.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/ChannelEventAdapter.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/ChannelHolder.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/ChannelHolder.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/ChannelListActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/ChannelListActivity.java) | 20 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/ChannelListFragment.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/ChannelListFragment.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/ColoredButton.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/ColoredButton.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/EpgDetailsActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/EpgDetailsActivity.java) | 13 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/EpgSearchListActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/EpgSearchListActivity.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/EpgSearchTimesListActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/EpgSearchTimesListActivity.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/EventEpgListActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/EventEpgListActivity.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/EventListItemHolder.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/EventListItemHolder.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/PreferencesActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/PreferencesActivity.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/RecordingAdapter.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/RecordingAdapter.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/RecordingDir.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/RecordingDir.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/RecordingListActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/RecordingListActivity.java) | 14 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/SimpleGestureFilter.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/SimpleGestureFilter.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/SvdrpProgressDialog.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/SvdrpProgressDialog.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/TimeEpgListActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/TimeEpgListActivity.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/TimeEventAdapter.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/TimeEventAdapter.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/TimerDetailsActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/TimerDetailsActivity.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/TimerEventAdapter.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/TimerEventAdapter.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/TimerListActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/TimerListActivity.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/Utils.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/Utils.java) | 160 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/VdrListActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/VdrListActivity.java) | 12 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/VdrManagerActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/VdrManagerActivity.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/VdrPreferencesActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/VdrPreferencesActivity.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/remote/HITK.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/remote/HITK.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/remote/RemoteActivity.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/remote/RemoteActivity.java) | 288 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/AsyncProgressTask.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/AsyncProgressTask.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/ChannelsTask.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/ChannelsTask.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/CreateTimerTask.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/CreateTimerTask.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/DeleteRecordingTask.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/DeleteRecordingTask.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/DeleteTimerTask.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/DeleteTimerTask.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/ModifyTimerTask.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/ModifyTimerTask.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/ToggleTimerTask.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/ToggleTimerTask.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/VoidAsyncTask.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/VoidAsyncTask.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/date/DateFormatter.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/date/DateFormatter.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/http/HttpHelper.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/http/HttpHelper.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/AliveClient.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/AliveClient.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/CertificateProblemListener.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/CertificateProblemListener.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/ChannelClient.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/ChannelClient.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/DelRecordingClient.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/DelRecordingClient.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/EpgClient.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/EpgClient.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/MySSLSocketFactory.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/MySSLSocketFactory.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/RecordingClient.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/RecordingClient.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SetTimerClient.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SetTimerClient.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpAsyncTask.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpAsyncTask.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpClient.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpClient.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpEvent.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpEvent.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpException.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpException.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpExceptionListener.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpExceptionListener.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpFinishedListener.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpFinishedListener.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpListener.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpListener.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpResultListener.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpResultListener.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpStartListener.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpStartListener.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SwitchChannelClient.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SwitchChannelClient.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/TimerClient.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/TimerClient.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/AsyncWakeupTask.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/AsyncWakeupTask.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeOnLanClient.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeOnLanClient.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeupProgress.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeupProgress.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeupProgressType.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeupProgressType.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeupUrlClient.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeupUrlClient.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/Wakeuper.java (renamed from vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/Wakeuper.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/java/org/fueri/reeldroid/network/DeviceManager.java (renamed from vdrmanager/app/src/main/java/org/fueri/reeldroid/network/DeviceManager.java) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_down_in.xml (renamed from vdrmanager/app/src/main/res/anim/slide_down_in.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_down_out.xml (renamed from vdrmanager/app/src/main/res/anim/slide_down_out.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_left_in.xml (renamed from vdrmanager/app/src/main/res/anim/slide_left_in.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_left_out.xml (renamed from vdrmanager/app/src/main/res/anim/slide_left_out.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_right_in.xml (renamed from vdrmanager/app/src/main/res/anim/slide_right_in.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_right_out.xml (renamed from vdrmanager/app/src/main/res/anim/slide_right_out.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_up_in.xml (renamed from vdrmanager/app/src/main/res/anim/slide_up_in.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_up_out.xml (renamed from vdrmanager/app/src/main/res/anim/slide_up_out.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-finger/btn_circle.xml (renamed from vdrmanager/app/src/main/res/drawable-finger/btn_circle.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi-finger/btn_circle_disable.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi-finger/btn_circle_disable.png) | bin | 1468 -> 1468 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi-finger/btn_circle_disable_focused.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi-finger/btn_circle_disable_focused.png) | bin | 2545 -> 2545 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi-finger/btn_circle_normal.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi-finger/btn_circle_normal.png) | bin | 1961 -> 1961 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi-finger/btn_circle_pressed.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi-finger/btn_circle_pressed.png) | bin | 2639 -> 2639 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi-finger/btn_circle_selected.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi-finger/btn_circle_selected.png) | bin | 2637 -> 2637 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/action_search.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi/action_search.png) | bin | 1764 -> 1764 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/btn_channels.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi/btn_channels.png) | bin | 2033 -> 2033 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/btn_epglist.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi/btn_epglist.png) | bin | 16637 -> 16637 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/btn_recordings.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi/btn_recordings.png) | bin | 4774 -> 4774 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/btn_remote.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi/btn_remote.png) | bin | 9038 -> 9038 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/btn_search.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi/btn_search.png) | bin | 7882 -> 7882 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/btn_timer.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi/btn_timer.png) | bin | 12275 -> 12275 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/btn_wakeup.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi/btn_wakeup.png) | bin | 11856 -> 11856 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/drawer_shadow.9.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi/drawer_shadow.9.png) | bin | 171 -> 171 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_btn_round_minus.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi/ic_btn_round_minus.png) | bin | 480 -> 480 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_btn_round_plus.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi/ic_btn_round_plus.png) | bin | 1041 -> 1041 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_drawer.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi/ic_drawer.png) | bin | 2842 -> 2842 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_drive.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi/ic_drive.png) | bin | 3070 -> 3070 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_3d_globe.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_3d_globe.png) | bin | 3810 -> 3810 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_filter.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_filter.png) | bin | 678 -> 678 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_goto.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_goto.png) | bin | 1347 -> 1347 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_moreoverflow.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_moreoverflow.png) | bin | 982 -> 982 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_play_clip.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_play_clip.png) | bin | 1202 -> 1202 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_recent_history.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_recent_history.png) | bin | 2171 -> 2171 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_refresh.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_refresh.png) | bin | 2025 -> 2025 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_view.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_view.png) | bin | 1725 -> 1725 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_volume_small.png (renamed from vdrmanager/app/src/main/res/drawable-hdpi/ic_volume_small.png) | bin | 1049 -> 1049 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi-finger/btn_circle_disable.png (renamed from vdrmanager/app/src/main/res/drawable-mdpi-finger/btn_circle_disable.png) | bin | 938 -> 938 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi-finger/btn_circle_disable_focused.png (renamed from vdrmanager/app/src/main/res/drawable-mdpi-finger/btn_circle_disable_focused.png) | bin | 1436 -> 1436 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi-finger/btn_circle_normal.png (renamed from vdrmanager/app/src/main/res/drawable-mdpi-finger/btn_circle_normal.png) | bin | 1249 -> 1249 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi-finger/btn_circle_pressed.png (renamed from vdrmanager/app/src/main/res/drawable-mdpi-finger/btn_circle_pressed.png) | bin | 1613 -> 1613 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi-finger/btn_circle_selected.png (renamed from vdrmanager/app/src/main/res/drawable-mdpi-finger/btn_circle_selected.png) | bin | 1645 -> 1645 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/action_search.png (renamed from vdrmanager/app/src/main/res/drawable-mdpi/action_search.png) | bin | 1394 -> 1394 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/drawer_shadow.9.png (renamed from vdrmanager/app/src/main/res/drawable-mdpi/drawer_shadow.9.png) | bin | 158 -> 158 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_btn_round_minus.png (renamed from vdrmanager/app/src/main/res/drawable-mdpi/ic_btn_round_minus.png) | bin | 288 -> 288 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_btn_round_plus.png (renamed from vdrmanager/app/src/main/res/drawable-mdpi/ic_btn_round_plus.png) | bin | 526 -> 526 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_drawer.png (renamed from vdrmanager/app/src/main/res/drawable-mdpi/ic_drawer.png) | bin | 2837 -> 2837 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_drive.png (renamed from vdrmanager/app/src/main/res/drawable-mdpi/ic_drive.png) | bin | 2553 -> 2553 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_3d_globe.png (renamed from vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_3d_globe.png) | bin | 2376 -> 2376 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_filter.png (renamed from vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_filter.png) | bin | 640 -> 640 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_goto.png (renamed from vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_goto.png) | bin | 915 -> 915 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_moreoverflow.png (renamed from vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_moreoverflow.png) | bin | 854 -> 854 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_play_clip.png (renamed from vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_play_clip.png) | bin | 841 -> 841 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_recent_history.png (renamed from vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_recent_history.png) | bin | 1293 -> 1293 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_refresh.png (renamed from vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_refresh.png) | bin | 1278 -> 1278 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_video.png (renamed from vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_video.png) | bin | 1117 -> 1117 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_view.png (renamed from vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_view.png) | bin | 1083 -> 1083 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_video_small.png (renamed from vdrmanager/app/src/main/res/drawable-mdpi/ic_video_small.png) | bin | 1188 -> 1188 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_volume_small.png (renamed from vdrmanager/app/src/main/res/drawable-mdpi/ic_volume_small.png) | bin | 792 -> 792 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/action_search.png (renamed from vdrmanager/app/src/main/res/drawable-xhdpi/action_search.png) | bin | 2127 -> 2127 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/drawer_shadow.9.png (renamed from vdrmanager/app/src/main/res/drawable-xhdpi/drawer_shadow.9.png) | bin | 182 -> 182 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_drawer.png (renamed from vdrmanager/app/src/main/res/drawable-xhdpi/ic_drawer.png) | bin | 1056 -> 1056 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_drive.png (renamed from vdrmanager/app/src/main/res/drawable-xhdpi/ic_drive.png) | bin | 3394 -> 3394 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_3d_globe.png (renamed from vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_3d_globe.png) | bin | 5986 -> 5986 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_filter.png (renamed from vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_filter.png) | bin | 902 -> 902 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_goto.png (renamed from vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_goto.png) | bin | 1744 -> 1744 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_moreoverflow.png (renamed from vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_moreoverflow.png) | bin | 1204 -> 1204 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_play_clip.png (renamed from vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_play_clip.png) | bin | 1479 -> 1479 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_recent_history.png (renamed from vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_recent_history.png) | bin | 3001 -> 3001 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_refresh.png (renamed from vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_refresh.png) | bin | 2857 -> 2857 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_view.png (renamed from vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_view.png) | bin | 2378 -> 2378 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_volume_small.png (renamed from vdrmanager/app/src/main/res/drawable-xhdpi/ic_volume_small.png) | bin | 1756 -> 1756 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/app_logo.png (renamed from vdrmanager/app/src/main/res/drawable/app_logo.png) | bin | 3568 -> 3568 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/back.xml (renamed from vdrmanager/app/src/main/res/drawable/back.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_channels.png (renamed from vdrmanager/app/src/main/res/drawable/btn_channels.png) | bin | 984 -> 984 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_clock.png (renamed from vdrmanager/app/src/main/res/drawable/btn_clock.png) | bin | 5550 -> 5550 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_epglist.jpg (renamed from vdrmanager/app/src/main/res/drawable/btn_epglist.jpg) | bin | 2272 -> 2272 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_recordings.png (renamed from vdrmanager/app/src/main/res/drawable/btn_recordings.png) | bin | 1553 -> 1553 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_remote.png (renamed from vdrmanager/app/src/main/res/drawable/btn_remote.png) | bin | 3253 -> 3253 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_search.png (renamed from vdrmanager/app/src/main/res/drawable/btn_search.png) | bin | 3536 -> 3536 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_search_times.png (renamed from vdrmanager/app/src/main/res/drawable/btn_search_times.png) | bin | 2084 -> 2084 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_timer.png (renamed from vdrmanager/app/src/main/res/drawable/btn_timer.png) | bin | 4918 -> 4918 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_wakeup.png (renamed from vdrmanager/app/src/main/res/drawable/btn_wakeup.png) | bin | 4100 -> 4100 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/folder.png (renamed from vdrmanager/app/src/main/res/drawable/folder.png) | bin | 4865 -> 4865 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_btn_round_minus.png (renamed from vdrmanager/app/src/main/res/drawable/ic_btn_round_minus.png) | bin | 480 -> 480 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_btn_round_plus.png (renamed from vdrmanager/app/src/main/res/drawable/ic_btn_round_plus.png) | bin | 1041 -> 1041 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_drive.png (renamed from vdrmanager/app/src/main/res/drawable/ic_drive.png) | bin | 2553 -> 2553 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_menu_3d_globe.png (renamed from vdrmanager/app/src/main/res/drawable/ic_menu_3d_globe.png) | bin | 2376 -> 2376 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_menu_back.png (renamed from vdrmanager/app/src/main/res/drawable/ic_menu_back.png) | bin | 1163 -> 1163 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_menu_filter.png (renamed from vdrmanager/app/src/main/res/drawable/ic_menu_filter.png) | bin | 678 -> 678 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_menu_forward.png (renamed from vdrmanager/app/src/main/res/drawable/ic_menu_forward.png) | bin | 1163 -> 1163 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_menu_play_clip.png (renamed from vdrmanager/app/src/main/res/drawable/ic_menu_play_clip.png) | bin | 1202 -> 1202 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_menu_refresh.png (renamed from vdrmanager/app/src/main/res/drawable/ic_menu_refresh.png) | bin | 2156 -> 2156 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_menu_revert.png (renamed from vdrmanager/app/src/main/res/drawable/ic_menu_revert.png) | bin | 1504 -> 1504 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_video_small.png (renamed from vdrmanager/app/src/main/res/drawable/ic_video_small.png) | bin | 1576 -> 1576 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_volume_small.png (renamed from vdrmanager/app/src/main/res/drawable/ic_volume_small.png) | bin | 792 -> 792 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/icon.png (renamed from vdrmanager/app/src/main/res/drawable/icon.png) | bin | 18017 -> 18017 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/imdb.png (renamed from vdrmanager/app/src/main/res/drawable/imdb.png) | bin | 2204 -> 2204 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/left.png (renamed from vdrmanager/app/src/main/res/drawable/left.png) | bin | 2183 -> 2183 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/line_gradient.xml (renamed from vdrmanager/app/src/main/res/drawable/line_gradient.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/newrecording.png (renamed from vdrmanager/app/src/main/res/drawable/newrecording.png) | bin | 3887 -> 3887 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/omdb.png (renamed from vdrmanager/app/src/main/res/drawable/omdb.png) | bin | 1395 -> 1395 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/red_button.xml (renamed from vdrmanager/app/src/main/res/drawable/red_button.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/right.png (renamed from vdrmanager/app/src/main/res/drawable/right.png) | bin | 2182 -> 2182 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/roundedbutton.xml (renamed from vdrmanager/app/src/main/res/drawable/roundedbutton.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/sad.png (renamed from vdrmanager/app/src/main/res/drawable/sad.png) | bin | 3150 -> 3150 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/schere.png (renamed from vdrmanager/app/src/main/res/drawable/schere.png) | bin | 3779 -> 3779 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer.png (renamed from vdrmanager/app/src/main/res/drawable/timer.png) | bin | 3570 -> 3570 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_active.png (renamed from vdrmanager/app/src/main/res/drawable/timer_active.png) | bin | 3521 -> 3521 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_active_begin.png (renamed from vdrmanager/app/src/main/res/drawable/timer_active_begin.png) | bin | 3478 -> 3478 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_active_conflict.png (renamed from vdrmanager/app/src/main/res/drawable/timer_active_conflict.png) | bin | 3336 -> 3336 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_active_end.png (renamed from vdrmanager/app/src/main/res/drawable/timer_active_end.png) | bin | 3439 -> 3439 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_inactive.png (renamed from vdrmanager/app/src/main/res/drawable/timer_inactive.png) | bin | 3344 -> 3344 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_inactive_begin.png (renamed from vdrmanager/app/src/main/res/drawable/timer_inactive_begin.png) | bin | 3582 -> 3582 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_inactive_end.png (renamed from vdrmanager/app/src/main/res/drawable/timer_inactive_end.png) | bin | 3599 -> 3599 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_none.png (renamed from vdrmanager/app/src/main/res/drawable/timer_none.png) | bin | 202 -> 202 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_recording.png (renamed from vdrmanager/app/src/main/res/drawable/timer_recording.png) | bin | 3254 -> 3254 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_recording_begin.png (renamed from vdrmanager/app/src/main/res/drawable/timer_recording_begin.png) | bin | 3638 -> 3638 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_recording_conflict.png (renamed from vdrmanager/app/src/main/res/drawable/timer_recording_conflict.png) | bin | 3218 -> 3218 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_recording_end.png (renamed from vdrmanager/app/src/main/res/drawable/timer_recording_end.png) | bin | 2233 -> 2233 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_vps.png (renamed from vdrmanager/app/src/main/res/drawable/timer_vps.png) | bin | 2585 -> 2585 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/tmdb.png (renamed from vdrmanager/app/src/main/res/drawable/tmdb.png) | bin | 3064 -> 3064 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/tv.png (renamed from vdrmanager/app/src/main/res/drawable/tv.png) | bin | 2535 -> 2535 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/vdr_logo.png (renamed from vdrmanager/app/src/main/res/drawable/vdr_logo.png) | bin | 15651 -> 15651 bytes | |||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout-land/vdrmanager.xml (renamed from vdrmanager/app/src/main/res/layout-land/vdrmanager.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/channel_item.xml (renamed from vdrmanager/app/src/main/res/layout/channel_item.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/channel_list.xml (renamed from vdrmanager/app/src/main/res/layout/channel_list.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/channel_list_fragment.xml (renamed from vdrmanager/app/src/main/res/layout/channel_list_fragment.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/child_layout.xml (renamed from vdrmanager/app/src/main/res/layout/child_layout.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/drawer_list_item.xml (renamed from vdrmanager/app/src/main/res/layout/drawer_list_item.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/edit_remote_key.xml | 65 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/epg_detail.xml (renamed from vdrmanager/app/src/main/res/layout/epg_detail.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/epg_event_item.xml (renamed from vdrmanager/app/src/main/res/layout/epg_event_item.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/epg_search.xml (renamed from vdrmanager/app/src/main/res/layout/epg_search.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/epg_search_times_item.xml (renamed from vdrmanager/app/src/main/res/layout/epg_search_times_item.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/epg_search_times_list.xml (renamed from vdrmanager/app/src/main/res/layout/epg_search_times_list.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/epgdetails.xml (renamed from vdrmanager/app/src/main/res/layout/epgdetails.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/event_epg_list.xml (renamed from vdrmanager/app/src/main/res/layout/event_epg_list.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/fetch_preference.xml (renamed from vdrmanager/app/src/main/res/layout/fetch_preference.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/folder_item.xml (renamed from vdrmanager/app/src/main/res/layout/folder_item.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/group_layout.xml (renamed from vdrmanager/app/src/main/res/layout/group_layout.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/header_item.xml (renamed from vdrmanager/app/src/main/res/layout/header_item.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/left_drawer.xml (renamed from vdrmanager/app/src/main/res/layout/left_drawer.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/main.xml (renamed from vdrmanager/app/src/main/res/layout/main.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/no_connection.xml (renamed from vdrmanager/app/src/main/res/layout/no_connection.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/recording_detail.xml (renamed from vdrmanager/app/src/main/res/layout/recording_detail.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/recording_list.xml (renamed from vdrmanager/app/src/main/res/layout/recording_list.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/remote.xml (renamed from vdrmanager/app/src/main/res/layout/remote.xml) | 4 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/search_epg_list.xml (renamed from vdrmanager/app/src/main/res/layout/search_epg_list.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/time_epg_list.xml (renamed from vdrmanager/app/src/main/res/layout/time_epg_list.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/timer_detail.xml (renamed from vdrmanager/app/src/main/res/layout/timer_detail.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/timer_list.xml (renamed from vdrmanager/app/src/main/res/layout/timer_list.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/timer_operation_list_item.xml (renamed from vdrmanager/app/src/main/res/layout/timer_operation_list_item.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/vdr_list_add_delete.xml (renamed from vdrmanager/app/src/main/res/layout/vdr_list_add_delete.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/vdrlist.xml (renamed from vdrmanager/app/src/main/res/layout/vdrlist.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/vdrmanager.xml (renamed from vdrmanager/app/src/main/res/layout/vdrmanager.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/vdrmanager_menu_item.xml (renamed from vdrmanager/app/src/main/res/layout/vdrmanager_menu_item.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/video.xml (renamed from vdrmanager/app/src/main/res/layout/video.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/channel_list_group_menu.xml (renamed from vdrmanager/app/src/main/res/menu/channel_list_group_menu.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/channel_list_item_menu.xml (renamed from vdrmanager/app/src/main/res/menu/channel_list_item_menu.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/channellist.xml (renamed from vdrmanager/app/src/main/res/menu/channellist.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/epg_details.xml (renamed from vdrmanager/app/src/main/res/menu/epg_details.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/epg_event_list_menu.xml (renamed from vdrmanager/app/src/main/res/menu/epg_event_list_menu.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/epg_list_item_menu.xml (renamed from vdrmanager/app/src/main/res/menu/epg_list_item_menu.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/epg_list_menu.xml (renamed from vdrmanager/app/src/main/res/menu/epg_list_menu.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/epg_search_menu.xml (renamed from vdrmanager/app/src/main/res/menu/epg_search_menu.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/epg_search_time_item_menu.xml (renamed from vdrmanager/app/src/main/res/menu/epg_search_time_item_menu.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/main_menu.xml (renamed from vdrmanager/app/src/main/res/menu/main_menu.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/recording_list_item_menu.xml (renamed from vdrmanager/app/src/main/res/menu/recording_list_item_menu.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/recording_list_menu.xml (renamed from vdrmanager/app/src/main/res/menu/recording_list_menu.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/refresh_filter_menu.xml (renamed from vdrmanager/app/src/main/res/menu/refresh_filter_menu.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/refresh_menu.xml (renamed from vdrmanager/app/src/main/res/menu/refresh_menu.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/remote_menu.xml (renamed from vdrmanager/app/src/main/res/menu/remote_menu.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/timer_list_menu.xml (renamed from vdrmanager/app/src/main/res/menu/timer_list_menu.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/vdrlist.xml (renamed from vdrmanager/app/src/main/res/menu/vdrlist.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/raw/ormlite_config.txt (renamed from vdrmanager/app/src/main/res/raw/ormlite_config.txt) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-de/strings.xml (renamed from vdrmanager/app/src/main/res/values-de/strings.xml) | 158 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-fr/backup.xml (renamed from vdrmanager/app/src/main/res/values-fr/backup.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-fr/strings.xml (renamed from vdrmanager/app/src/main/res/values-fr/strings.xml) | 158 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-fr/timers.xml (renamed from vdrmanager/app/src/main/res/values-fr/timers.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-it/strings.xml (renamed from vdrmanager/app/src/main/res/values-it/strings.xml) | 158 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-pl/backup.xml (renamed from vdrmanager/app/src/main/res/values-pl/backup.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-pl/strings.xml (renamed from vdrmanager/app/src/main/res/values-pl/strings.xml) | 158 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-pl/timers.xml (renamed from vdrmanager/app/src/main/res/values-pl/timers.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-uk/strings.xml (renamed from vdrmanager/app/src/main/res/values-uk/strings.xml) | 158 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/arrays.xml (renamed from vdrmanager/app/src/main/res/values/arrays.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/attrs.xml (renamed from vdrmanager/app/src/main/res/values/attrs.xml) | 3 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/backup.xml (renamed from vdrmanager/app/src/main/res/values/backup.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/colors.xml (renamed from vdrmanager/app/src/main/res/values/colors.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/defaults.xml (renamed from vdrmanager/app/src/main/res/values/defaults.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/integers.xml (renamed from vdrmanager/app/src/main/res/values/integers.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/no_translate.xml (renamed from vdrmanager/app/src/main/res/values/no_translate.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/preferences_keys.xml (renamed from vdrmanager/app/src/main/res/values/preferences_keys.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/strings.xml | 560 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/styles.xml (renamed from vdrmanager/app/src/main/res/values/styles.xml) | 4 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/timers.xml (renamed from vdrmanager/app/src/main/res/values/timers.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/xml/backup_settings.xml (renamed from vdrmanager/app/src/main/res/xml/backup_settings.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/xml/preferences.xml (renamed from vdrmanager/app/src/main/res/xml/preferences.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/xml/searchable.xml (renamed from vdrmanager/app/src/main/res/xml/searchable.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/xml/timezones.xml (renamed from vdrmanager/app/src/main/res/xml/timezones.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/xml/vdr_prefs.xml (renamed from vdrmanager/app/src/main/res/xml/vdr_prefs.xml) | 0 | ||||
-rw-r--r-- | vdrmanager/settings.gradle | 2 |
363 files changed, 11297 insertions, 1273 deletions
diff --git a/vdrmanager/.gitignore b/vdrmanager/.gitignore index 9d26f97..7981949 100644 --- a/vdrmanager/.gitignore +++ b/vdrmanager/.gitignore @@ -1,7 +1,7 @@ # Created by .ignore support plugin (hsz.mobi) .gradle/ -build/* +de.bjusystems.vdrmanager/build/* keystore.properties *.iml .idea - +build/* diff --git a/vdrmanager/app/app-release.apk b/vdrmanager/app/app-release.apk Binary files differdeleted file mode 100644 index 0f5cbfc..0000000 --- a/vdrmanager/app/app-release.apk +++ /dev/null diff --git a/vdrmanager/app/build.gradle b/vdrmanager/app/build.gradle deleted file mode 100644 index bb6e016..0000000 --- a/vdrmanager/app/build.gradle +++ /dev/null @@ -1,49 +0,0 @@ -apply plugin: 'com.android.application' - -android { - lintOptions { - checkReleaseBuilds false - // Or, if you prefer, you can continue to check for errors in release builds, - // but continue the build even when errors are found: - abortOnError false - } - - - signingConfigs { - config { - - } - } - compileSdkVersion 23 - buildToolsVersion '23.0.2' - defaultConfig { - applicationId "de.bjusystems.vdrmanager" - minSdkVersion 8 - targetSdkVersion 23 - //vectorDrawables.useSupportLibrary = true - - } - - - aaptOptions { - additionalParameters "--no-version-vectors" - } - - - buildTypes { - release { - minifyEnabled false - proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' - zipAlignEnabled true - } - } -} - -dependencies { - compile 'com.android.support:support-v4:23.2.0' - compile 'com.android.support:appcompat-v7:23.2.0' - compile 'com.j256.ormlite:ormlite-android:4.48' - compile 'com.j256.ormlite:ormlite-core:4.48' - compile 'org.slf4j:slf4j-android:1.7.19' - compile 'org.hampelratte:svdrp4j:1.1.0-SNAPSHOT' -} diff --git a/vdrmanager/app/lint.xml b/vdrmanager/app/lint.xml deleted file mode 100644 index ae17812..0000000 --- a/vdrmanager/app/lint.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<lint> - <issue id="ExtraTranslation" severity="warning" /> - <issue id="MissingTranslation" severity="warning" /> -</lint>
\ No newline at end of file diff --git a/vdrmanager/app/src/main/res/layout/edit_remote_key.xml b/vdrmanager/app/src/main/res/layout/edit_remote_key.xml deleted file mode 100644 index 06d91ec..0000000 --- a/vdrmanager/app/src/main/res/layout/edit_remote_key.xml +++ /dev/null @@ -1,49 +0,0 @@ -<?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>
\ No newline at end of file diff --git a/vdrmanager/app/src/main/res/values/strings.xml b/vdrmanager/app/src/main/res/values/strings.xml deleted file mode 100644 index 24f01b5..0000000 --- a/vdrmanager/app/src/main/res/values/strings.xml +++ /dev/null @@ -1,544 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources xmlns:tools="http://schemas.android.com/tools"> - - <string name="action_menu_channels">Channels</string> - <string name="action_menu_timers">Timers</string> - <string name="action_menu_recordings">Recordings</string> - <string name="action_menu_epg">EPG list</string> - <string name="action_menu_search">EPG search</string> - <string name="action_menu_wakeup">Wakeup</string> - <string name="action_menu_remote">Remote</string> - <string name="app_name">VDR-Manager</string> - <string name="channel_item_menu_epg">Show EPG</string> - <string name="channel_item_menu_stream">Live stream</string> - <string name="channel_item_menu_hide">Hide</string> - <string name="channel_item_menu_hide_permanent">Hide permanent</string> - <string name="channel_group_menu_hide">Hide</string> - <string name="channel_group_menu_hide_permanent">Hide permanent</string> - <string name="menu_groupby">Group by</string> - <string name="groupby_group">Group</string> - <string name="groupby_provider">Provider</string> - <string name="groupby_name">Name</string> - <string name="groupby_source">Source</string> - <string name="groupby_channel">By Channel</string> - <string name="groupby_date">By Date</string> - <string name="groupby_name_all_channels_group">All Channels</string> - <string name="groupby_window_title_templte">Group by %1$s</string> - <string name="common_delete">Delete</string> - <string name="prefs_current_value">Current:</string> - <string name="prefs_current_value_template">\nCurrent: %1$s</string> - <string name="prefs_current_value_not_set"><not set></string> - <string name="no_connection">No connection</string> - <string name="aborted">Connection aborted.</string> - <string name="no_connection_retry">Retry</string> - <string name="refresh">Refresh</string> - <string name="done">Done</string> - <string name="share">Share</string> - <string name="addtocal">Add to calendar</string> - <string name="search_reapt">Reruns</string> - <string name="share_chooser">Share EPG Entry</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="no_internet_connection">No data connection</string> - <string name="update_will_start_in">Update will start in one second</string> - <string name="epg_menu_search">Search EPG</string> - <string name="epg_menu_times">Search times</string> - <string name="epg_item_menu_timer_add">Create timer</string> - <string name="epg_item_menu_timer_record">Record</string> - <string name="epg_item_menu_timer_delete">Delete timer</string> - <string name="epg_item_menu_timer_modify">Modify timer</string> - <string name="epg_item_menu_timer_enable">Enable timer</string> - <string name="epg_item_menu_timer_disable">Disable timer</string> - <string name="epg_no_items">Nothing found…</string> - <string name="epg_client_errors">An error occurred, check logs…</string> - <string name="navigae_at_the_end">End</string> - <string name="navigae_at_the_start">Beginning</string> - <string name="epg_search_times_add">Add time</string> - <string name="epg_search_times_window">Custom times</string> - - <!-- What's on display --> - <string name="epg_list_time_label">What\'s on at</string> - <string name="epg_list_time_now">Now</string> - <string name="epg_list_time_next">Next</string> - <string name="epg_list_time_adhoc">Ad Hoc</string> - <string name="epg_list_channel_spinner">Channel</string> - <string name="epg_list_search_label">Search results</string> - - <!-- create timer --> - <string name="epg_event_share_text">Share</string> - <string name="epg_event_imdb_text">IMDb Search</string> - <string name="epg_event_omdb_text">OMDB Search</string> - <string name="epg_event_tmdb_text">TMDb Search</string> - <string name="epg_eent_livetv_text">Stream</string> - <string name="epg_event_create_timer_text">Add timer</string> - <string name="epg_event_modify_timer_text">Modify timer</string> - - <!-- search --> - <string name="epg_search_button">Search</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_of_a_channel">%1$s, %2$s/%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="search_epg_hint">Search EPG</string> - <string name="epg_search_settings_description">Search VDR EPG</string> - <string name="epg_window_title_count">%1$s, %2$s items</string> - <string name="channels_window_title_count">%1$s, %2$s/%3$s</string> - <string name="new_timer">New timer</string> - <string name="vdr_error_text">The communication with VDR has caused an error: %1$s</string> - <string name="livetv">Live TV</string> - <string name="settings_livetv_summary">Needs streamdev-server on VDR and an external - player such as VPlayer</string> - <string name="settings_livetv_streamformat">Streamformat</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-array name="livetv_streamformat"> - <item>TS</item> - <item>PES</item> - <item>ES</item> - <item>PS</item> - </string-array> - - <string name="key_remux_enable">remux_enable</string> - <string name="key_remux_command">remux_command</string> - <string name="key_remux_parameter">remux_parameter</string> - <string name="stream_via_as">Stream</string> - <string name="stream_choose_audio">Choose Audio Track</string> - <string name="stream_via">via %s</string> - <string name="stream_as">as %s</string> - <string name="remux_title">Remux</string> - <string name="remux_enable_title">Enable Remux</string> - <string name="remux_enable_summary">Enable streaming via remux (e.g. externremux.sh)</string> - <string name="remux_command_title">Command</string> - <string name="remux_command_summary">Typically EXT or Extern e.g. http://vdr:3000/EXT/1</string> - <string name="remux_parameter_title">Parameter</string> - <string name="remux_parameter_summary">Control Streaming quality. E.g. http://vdr:3000/EXT;DSL1000/1</string> - <string name="main_menu_preferences">Preferences</string> - <string name="main_menu_info">Info</string> - <string name="main_menu_exit">Exit</string> - <string name="main_menu_goto">Switch Device</string> - <string name="main_menu_goto_title">Switch to…</string> - <string name="main_menu_goto_no_vdr">Can not load selected device :(</string> - <string name="main_menu_switched_to">Switched to %1$s</string> - <string name="vdr_devices_summary">Define one or more VDR Devices.</string> - <string name="vdr_devices">VDR Devices</string> - - <!-- VDR plugin preferences --> - <string name="vdr_preferences">Network settings</string> - <string name="vdr_host_title">VDR host</string> - <string name="vdr_host_summary">Host running VDR</string> - <string name="vdr_port_title">VDR plugin port </string> - <string name="vdr_port_summary">Port for connections to VDR plugin</string> - <string name="vdr_password_title">VDR plugin password</string> - <string name="vdr_password_summary">Password for the VDR plugin</string> - <string name="vdr_ssl_title">Secure connect</string> - <string name="vdr_ssl_summary">Use SSL for connections</string> - - <!-- channel filter preferences --> - <string name="channel_filter_preferences">Channel settings</string> - <string name="channel_filter_filter_title">Limit channels</string> - <string name="channel_filter_filter_summary">Use only given channels</string> - <string name="channel_filter_last_title">Channel filter</string> - <string name="channel_filter_last_summary">Comma separated channelnumbers or ranges (separator \'-\'). A.e. 1,2,4-10</string> - - <!-- wakeup --> - <string name="wakeup_preferences">Remote VDR host wakeup</string> - <string name="wakeup_enabled_title">Can remote wakeup VDR</string> - <string name="wakeup_enabled_summary">Enables to remote wakeup the VDR host</string> - <string name="wakeup_url_title">URL for remote wakeup</string> - <string name="wakeup_url_summary">URL for a request doing the wakeup</string> - <string name="wakeup_user_title">Wakeup user</string> - <string name="wakeup_user_summary">User for remote wakeup</string> - <string name="wakeup_password_title">Wakeup password</string> - <string name="wakeup_password_summary">Password for remote wakeup</string> - <string name="wakeup_method_title">Wakeup method</string> - <string name="wakeup_method_summary">Choose a method to wakeup the vdr host</string> - - <string-array name="wakeup_methods"> - <item>Call a URL</item> - <item>WOL</item> - </string-array> - - <string name="wakeup_wol_custom_boradcast_title">Destination IP address</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_mac_title">MAC-Address</string> - <string name="wakeup_wol_mac_summary">MAC-Address of the VDR host. Use \':\' or \'-\' or a space as separator.</string> - - <!-- timer --> - <string name="timer_preferences">Timer defaults</string> - <string name="timer_pre_start_buffer_title">Margin at start</string> - <string name="timer_pre_start_buffer_summary">Minutes recording starts before the beginning of - the broadcast</string> - <string name="timer_post_end_buffer_title">Margin at stop</string> - <string name="timer_post_end_buffer_summary">Minutes recording stops after the end of the - broadcast</string> - <string name="timer_default_priority_title">Default priority</string> - <string name="timer_default_priority_summary">Default priority</string> - <string name="timer_default_primary_limit_title">Default primary limit</string> - <string name="timer_default_primary_limit_summary">Default primary limit</string> - <string name="timer_default_lifetime_title">Default lifetime</string> - <string name="timer_default_lifetime_summary">Default lifetime</string> - <string name="timer_already_exists">Timer already defined.</string> - <string name="timer_created">Timer created</string> - - - <!-- GUI --> - <string name="gui_preferences">GUI Settings</string> - <string name="gui_enable_24h_format_title">Use 24-hour format</string> - <string name="gui_enable_24h_format_summary_on">13:00</string> - <string name="gui_enable_24h_format_summary_off">1:00 PM</string> - <string name="gui_channels_show_channel_numbers_title">Show channel numbers</string> - <string name="gui_channels_show_channel_numbers_summary">Show channel numbers in the channel list.</string> - <string name="gui_quit_on_back_title">Quit on back button</string> - <string name="gui_quit_on_back_summary_on">Back button quits the VDR-Manager</string> - <string name="gui_quit_on_back_summary_off">Back button does not quit VDR-Manager</string> - <string name="qui_show_imdb_button_title">Show IMDb Button</string> - <string name="qui_show_imdb_button_summary_on">IMDb Button is shown</string> - <string name="qui_show_imdb_button_summary_off">IMDb Button is not shown</string> - <string name="qui_imdb_url_title">IMDb Site</string> - <string name="qui_imdb_url_summary">Which IMDb site to search.</string> - <string name="qui_show_omdb_button_title">Show OMDB Button</string> - <string name="qui_show_omdb_button_summary_on">OMDB Button is shown</string> - <string name="qui_show_omdb_button_summary_off">OMDB Button is not shown</string> - <string name="qui_show_tmdb_button_title">Show TMDb Button</string> - <string name="qui_show_tmdb_button_summary_on">TMDb Button is shown</string> - <string name="qui_show_tmdb_button_summary_off">TMDb Button is not shown</string> - <string name="gui_custom_locale_title">Custom language</string> - <string name="gui_custom_locale_sum">Set a custom language.</string> - - <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>Default language</item> --> - <item>English</item> - <item>German</item> - <item>French</item> - <item>Italian</item> - <item>Polish</item> - <item>Ukrainian</item> - </string-array> - <string-array name="remux_entries"> - <item>EXT</item> - <item>EXTERN (deprecated)</item> - </string-array> - - <string name="vdr_advanced_preferences">Advanced</string> - <string name="vdr_advanced_preferences_summary">Advanced settings</string> - <string name="vdr_conntimeout_title">Connection Timeout</string> - <string name="vdr_conntimeout_sum">How long (in seconds) to wait before the connection is established?</string> - <string name="vdr_readtimeout_title">Read Timeout</string> - <string name="vdr_readtimeout_sum">How long (in seconds) to wait for every read line operation?</string> - <string name="vdr_timeout_title">Total timeout</string> - <string name="vdr_timeout_sum">How long (in seconds) to wait for a whole I/O operation, before it gets aborted?</string> - <string name="streaming_password_title">Streamdev password</string> - <string name="streaming_password_sum">Set your streamdev server password. (a.e. -a \'username:password\')</string> - <string name="streaming_username_title">Streamdev username</string> - <string name="streaming_username_sum">Set your streamdev server username. (a.e. -a \'username:password\')</string> - <string name="vdr_encoding_title">Character encoding</string> - <string name="vdr_encoding_summary">Character encoding of your VDR device. Default is utf-8.</string> - <string name="new_vdr">New VDR</string> - <string name="no_vdr">No VDR Devices</string> - <string name="vdr_devices_category">VDR devices</string> - <string name="vdr_prefs_category">Device</string> - <string name="vdr_name_title">Name</string> - <string name="vdr_name_summary">A name for this device</string> - <string name="vdr_device_delete_qeustion">Delete this device?</string> - <string name="recstream">Streaming of recordings</string> - <string name="recstream_enable_title">Streaming of recordings</string> - <string name="recstream_enable_summary">Enable Streaming of recordings</string> - - <string-array name="recstream_entries"> - <item>live plugin</item> - <item>streamdev plugin</item> - <item>smarttvweb plugin</item> - </string-array> - - - - <string-array name="recstream_smarttvweb_entries"> - <item>Progressive</item> - <item>MPEG-DASH</item> - <item>Apple HLS</item> - </string-array> - - <string name="recstream_method_title">Streaming method</string> - <string name="recstream_method_summary">Currently Streaming over VDR live and or streamdev plugin is supported</string> - <string name="settings_live_port">VDR live plugin port</string> - <string name="settings_live_port_summary">VDR live plugin has default port 8008.</string> - - <!-- progress --> - <string name="progress_connect">Connecting…</string> - <string name="progress_connect_error">Connection failed!</string> - <string name="progress_connect_timeout">Connection timeout!</string> - <string name="progress_login">Login.</string> - <string name="progress_login_error">Login failed.</string> - <string name="progress_whatson_loading">Loading EPG…</string> - <string name="progress_timers_loading">Loading timers…</string> - <string name="progress_recordings_loading">Loading recordings…</string> - <string name="progress_switching">Switching…</string> - <string name="progress_channels_loading">Loading channels…</string> - <string name="progress_loading">Loading…</string> - <string name="progress_disconnect">Disconnecting…</string> - <string name="progress_wakeup_sending">Initiating wakeup request…</string> - <string name="progress_wakeup_sent">Wakeup request sent</string> - <string name="progress_wakeup_error">Error sending wakeup request: %1$s</string> - <string name="progress_timer_save">Saving timer…</string> - <string name="progress_timer_delete">Deleting timer…</string> - <string name="progress_recording_delete">Deleting recording…</string> - <string name="progress_timer_enable">Enabling timer…</string> - <string name="progress_timer_modify">Updating timer…</string> - <string name="progress_timer_disable">Disabling timer…</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_cache_hit">Loaded from cache.</string> - <string name="recording_item_menu_delete">Delete</string> - <string name="recording_item_menu_stream">Stream</string> - <string name="recent_channels">Recent channels</string> - <string name="recent_channels_no_history">No history…</string> - <string name="gui_max_recent_channels_title">Max. recent channels</string> - <string name="gui_max_recent_channels_summary">How many channels should be kept in the recent channels?</string> - <string name="timer_detail_day_title">Day</string> - - <!-- - Repeat options that appear under an alarm on main Alarm Clock - screen to identify repetition schedule: special case for when - the alarm is set to repeat every day - --> - <string name="every_day">Every day</string> - - <!-- - Repeat options that appear under an alarm on main Alarm Clock - screen to identify repetition schedule: special case for when - the alarm is set to never repeat - --> - <string name="never">Never</string> - - <!-- - Repeat options that appear under an alarm on main Alarm Clock - screen to identify repetition schedule: concatenate days with - this character, i.e. "Mon, Tue, Wed" - --> - <string name="day_concat">", "</string> - <string name="timer_detail_repeat_title">Repeat</string> - <string name="timer_detail_use_vps">Use VPS:</string> - <string name="timer_detail_priority">Priority:</string> - <string name="timer_detail_lifetime">Lifetime:</string> - <string name="timer_detail_lifetime_hint">e.g. 99</string> - <string name="timer_detail_priority_hint">e.g. 50</string> - <string name="timer_detail_title_vps">%1$s (VPS)</string> - <string name="channel_item_menu_switch">Switch to</string> - <string name="switching_success">Switched to %s</string> - <string name="switching_failed">Switching to %1$s failed: %2$s</string> - <string name="switch_to_channel">Switch to</string> - <string name="sort">Sort</string> - <string name="sortby">Sort by</string> - <string name="sortby_time">Time</string> - <string name="sortby_channel">Channel</string> - <string name="sortby_alphabet">Alphabet</string> - <string name="sortby_channellist">Chanellist</string> - <string name="main_menu_clear_search">Clear Search History</string> - <string name="vdr_host_not_defined">VDR host not defined</string> - <string name="processing">Processing…</string> - - <string-array name="recent_channels_order_entries"> - <item>Mostly used</item> - <item>Last used</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="epg_sort_by_channels_alpha"> - <item>Channels</item> - <item>Alphabet</item> - </string-array> - <string-array name="recordings_group_by"> - <item>By Time</item> - <item>By Alphabet</item> - </string-array> - - <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-array name="channels_group_by"> - <item>Group</item> - <item>Provider</item> - <item>Source</item> - <item>Name</item> - </string-array> - <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 name="filter">Filter</string> - <string name="audio_tracks_template">Audio Tracks: %1$s</string> - <string name="audio_track_dolby">D</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> - <string name="zone_list_menu_sort_alphabetically">Sort alphabetically</string> - <string name="zone_list_menu_sort_by_timezone">Sort by time zone</string> - <string name="probing">Probing %1$s …</string> - <string name="no_results">No results…</string> - <string name="recording_started">Recording started</string> - <string name="set_time">Set time</string> - <!-- … --> - - -<!-- SSL related messages --> - - <string name="certificate_problem_message_title">Certificate warning</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_accept_once">Accept once</string> - <string name="certificate_accepted_forever">Accept forever</string> - <string name="certificate_not_accepted">Abort</string> - - <!-- EPG Content --> - <string name="Content$Movie__Drama">Movie/Drama</string> - <string name="Content$Detective__Thriller">Detective/Thriller</string> - <string name="Content$Adventure__Western__War">Adventure/Western/War</string> - <string name="Content$Science_Fiction__Fantasy__Horror">Science Fiction/Fantasy/Horror</string> - <string name="Content$Comedy">Comedy</string> - <string name="Content$Soap__Melodrama__Folkloric">Soap/Melodrama/Folkloric</string> - <string name="Content$Romance">Romance</string> - <string name="Content$Serious__Classical__Religious__Historical_Movie__Drama">Serious/Classical/Religious/Historical Movie/Drama</string> - <string name="Content$Adult_Movie__Drama">Adult Movie/Drama</string> - <string name="Content$News__Current_Affairs">News/Current Affairs</string> - <string name="Content$News__Weather_Report">News/Weather Report</string> - <string name="Content$News_Magazine">News Magazine</string> - <string name="Content$Documentary">Documentary</string> - <string name="Content$Discussion__Inverview__Debate">Discussion/Inverview/Debate</string> - <string name="Content$Show__Game_Show">Show/Game Show</string> - <string name="Content$Game_Show__Quiz__Contest">Game Show/Quiz/Contest</string> - <string name="Content$Variety_Show">Variety Show</string> - <string name="Content$Talk_Show">Talk Show</string> - <string name="Content$Sports">Sports</string> - <string name="Content$Special_Event">Special Event</string> - <string name="Content$Sport_Magazine">Sport Magazine</string> - <string name="Content$Football__Soccer">Football/Soccer</string> - <string name="Content$Tennis__Squash">Tennis/Squash</string> - <string name="Content$Team_Sports">Team Sports</string> - <string name="Content$Athletics">Athletics</string> - <string name="Content$Motor_Sport">Motor Sport</string> - <string name="Content$Water_Sport">Water Sport</string> - <string name="Content$Winter_Sports">Winter Sports</string> - <string name="Content$Equestrian">Equestrian</string> - <string name="Content$Martial_Sports">Martial Sports</string> - <string name="Content$Childrens__Youth_Programme">Children\'s/Youth Programme</string> - <string name="Content$Preschool_Childrens_Programme">Pre-school Children\'s Programme</string> - <string name="Content$Entertainment_Programme_for_6_to_14">Entertainment Programme for 6 to 14</string> - <string name="Content$Entertainment_Programme_for_10_to_16">Entertainment Programme for 10 to 16</string> - <string name="Content$Informational__Educational__School_Programme">Informational/Educational/School Programme</string> - <string name="Content$Cartoons__Puppets">Cartoons/Puppets</string> - <string name="Content$Music__Ballet__Dance">Music/Ballet/Dance</string> - <string name="Content$Rock__Pop">Rock/Pop</string> - <string name="Content$Serious__Classical_Music">Serious/Classical Music</string> - <string name="Content$Folk__Tradional_Music">Folk/Tradional Music</string> - <string name="Content$Jazz">Jazz</string> - <string name="Content$Musical__Opera">Musical/Opera</string> - <string name="Content$Ballet">Ballet</string> - <string name="Content$Arts__Culture">Arts/Culture</string> - <string name="Content$Performing_Arts">Performing Arts</string> - <string name="Content$Fine_Arts">Fine Arts</string> - <string name="Content$Religion">Religion</string> - <string name="Content$Popular_Culture__Traditional_Arts">Popular Culture/Traditional Arts</string> - <string name="Content$Literature">Literature</string> - <string name="Content$Film__Cinema">Film/Cinema</string> - <string name="Content$Experimental_Film__Video">Experimental Film/Video</string> - <string name="Content$Broadcasting__Press">Broadcasting/Press</string> - <string name="Content$New_Media">New Media</string> - <string name="Content$Arts__Culture_Magazine">Arts/Culture Magazine</string> - <string name="Content$Fashion">Fashion</string> - <string name="Content$Social__Political__Economics">Social/Political/Economics</string> - <string name="Content$Magazine__Report__Documentary">Magazine/Report/Documentary</string> - <string name="Content$Economics__Social_Advisory">Economics/Social Advisory</string> - <string name="Content$Remarkable_People">Remarkable People</string> - <string name="Content$Education__Science__Factual">Education/Science/Factual</string> - <string name="Content$Nature__Animals__Environment">Nature/Animals/Environment</string> - <string name="Content$Technology__Natural_Sciences">Technology/Natural Sciences</string> - <string name="Content$Medicine__Physiology__Psychology">Medicine/Physiology/Psychology</string> - <string name="Content$Foreign_Countries__Expeditions">Foreign Countries/Expeditions</string> - <string name="Content$Social__Spiritual_Sciences">Social/Spiritual Sciences</string> - <string name="Content$Further_Education">Further Education</string> - <string name="Content$Languages">Languages</string> - <string name="Content$Leisure__Hobbies">Leisure/Hobbies</string> - <string name="Content$Tourism__Travel">Tourism/Travel</string> - <string name="Content$Handicraft">Handicraft</string> - <string name="Content$Motoring">Motoring</string> - <string name="Content$Fitness_and_Health">Fitness & Health</string> - <string name="Content$Cooking">Cooking</string> - <string name="Content$Advertisement__Shopping">Advertisement/Shopping</string> - <string name="Content$Gardening">Gardening</string> - <string name="Content$Original_Language">Original Language</string> - <string name="Content$Black_and_White">Black & White</string> - <string name="Content$Unpublished">Unpublished</string> - <string name="Content$Live_Broadcast">Live Broadcast</string> - <string name="Content$Unknown"></string> - <!-- EPG Content END --> - <string name="type_to_filter">type to filter</string> - <string name="drive_info">Free %1$s GB of %2$s GB (%3$s%%)</string> - <string name="drive_img">Drive</string> - <string name="sad_img">Sad</string> - <string name="search">Search</string> - <string name="clear_term_after_search_title">Clear Term after Search</string> - <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="drawer_open">Open navigation drawer</string> - <string name="drawer_close">Close navigation drawer</string> - <string name="action_websearch">Web search</string> - <string name="settings_smarttvweb_port_summary">VDR smarttvweb plugin has default port 8000</string> - <string name="settings_smarttvweb_port">Smarttvweb port</string> - <string name="recstream_smarttvweb_method_title">Smarttvweb Stream Type</string> - <string name="recstream_smarttvweb_method_summary">Supported methods: \'Progressive\', \'MPEG-DASH \/ OIPF HAS\', \'Apple HLS\'</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="svdrp_port_title">SVDRP Port</string> - <string name="svdrp_port_summary">Default is 6419</string> - <string name="label">Label</string> - <string name="hitkcommand">HITK Command</string> - <string name="menu_reset">Reset</string> - <string name="menu_exprt">Export</string> - <string name="menu_imprt">Import</string> - <string name="menu_remapback">\'Back\' is \'Back\' HITK</string> - <string name="remapback_hint">Longpress on Back Button to leave the remote.</string> - <string name="not_yet_implemented">Not Yet Implemented</string> - <string name="timer_error" >Can not create timer: %1$s</string> -</resources>
\ No newline at end of file diff --git a/vdrmanager/build.gradle b/vdrmanager/build.gradle index 420fcdb..9ed22aa 100644 --- a/vdrmanager/build.gradle +++ b/vdrmanager/build.gradle @@ -2,9 +2,10 @@ buildscript { repositories { jcenter() + google() } dependencies { - classpath 'com.android.tools.build:gradle:2.1.0' + classpath 'com.android.tools.build:gradle:3.0.0' } } @@ -17,5 +18,6 @@ allprojects { url "http://www.hampelratte.org/maven/releases" } jcenter() + google() } } diff --git a/vdrmanager/de.bjusystems.vdrmanager/build/generated/source/buildConfig/androidTest/debug/de/bjusystems/vdrmanager/test/BuildConfig.java b/vdrmanager/de.bjusystems.vdrmanager/build/generated/source/buildConfig/androidTest/debug/de/bjusystems/vdrmanager/test/BuildConfig.java new file mode 100644 index 0000000..93f4180 --- /dev/null +++ b/vdrmanager/de.bjusystems.vdrmanager/build/generated/source/buildConfig/androidTest/debug/de/bjusystems/vdrmanager/test/BuildConfig.java @@ -0,0 +1,13 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package de.bjusystems.vdrmanager.test; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String APPLICATION_ID = "de.bjusystems.vdrmanager.test"; + public static final String BUILD_TYPE = "debug"; + public static final String FLAVOR = ""; + public static final int VERSION_CODE = -1; + public static final String VERSION_NAME = ""; +} diff --git a/vdrmanager/de.bjusystems.vdrmanager/build/generated/source/buildConfig/debug/de/bjusystems/vdrmanager/BuildConfig.java b/vdrmanager/de.bjusystems.vdrmanager/build/generated/source/buildConfig/debug/de/bjusystems/vdrmanager/BuildConfig.java new file mode 100644 index 0000000..a762496 --- /dev/null +++ b/vdrmanager/de.bjusystems.vdrmanager/build/generated/source/buildConfig/debug/de/bjusystems/vdrmanager/BuildConfig.java @@ -0,0 +1,13 @@ +/** + * Automatically generated file. DO NOT MODIFY + */ +package de.bjusystems.vdrmanager; + +public final class BuildConfig { + public static final boolean DEBUG = Boolean.parseBoolean("true"); + public static final String APPLICATION_ID = "de.bjusystems.vdrmanager"; + public static final String BUILD_TYPE = "debug"; + public static final String FLAVOR = ""; + public static final int VERSION_CODE = 12700; + public static final String VERSION_NAME = "12.70"; +} diff --git a/vdrmanager/de.bjusystems.vdrmanager/build/generated/source/r/debug/android/support/v7/appcompat/R.java b/vdrmanager/de.bjusystems.vdrmanager/build/generated/source/r/debug/android/support/v7/appcompat/R.java new file mode 100644 index 0000000..0a5a5e0 --- /dev/null +++ b/vdrmanager/de.bjusystems.vdrmanager/build/generated/source/r/debug/android/support/v7/appcompat/R.java @@ -0,0 +1,1281 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * gradle plugin from the resource data it found. It + * should not be modified by hand. + */ +package android.support.v7.appcompat; + +public final class R { + public static final class anim { + public static final int abc_fade_in = 0x7f010000; + public static final int abc_fade_out = 0x7f010001; + public static final int abc_grow_fade_in_from_bottom = 0x7f010002; + public static final int abc_popup_enter = 0x7f010003; + public static final int abc_popup_exit = 0x7f010004; + public static final int abc_shrink_fade_out_from_bottom = 0x7f010005; + public static final int abc_slide_in_bottom = 0x7f010006; + public static final int abc_slide_in_top = 0x7f010007; + public static final int abc_slide_out_bottom = 0x7f010008; + public static final int abc_slide_out_top = 0x7f010009; + } + public static final class attr { + public static final int actionBarDivider = 0x7f030000; + public static final int actionBarItemBackground = 0x7f030001; + public static final int actionBarPopupTheme = 0x7f030002; + public static final int actionBarSize = 0x7f030003; + public static final int actionBarSplitStyle = 0x7f030004; + public static final int actionBarStyle = 0x7f030005; + public static final int actionBarTabBarStyle = 0x7f030006; + public static final int actionBarTabStyle = 0x7f030007; + public static final int actionBarTabTextStyle = 0x7f030008; + public static final int actionBarTheme = 0x7f030009; + public static final int actionBarWidgetTheme = 0x7f03000a; + public static final int actionButtonStyle = 0x7f03000b; + public static final int actionDropDownStyle = 0x7f03000c; + public static final int actionLayout = 0x7f03000d; + public static final int actionMenuTextAppearance = 0x7f03000e; + public static final int actionMenuTextColor = 0x7f03000f; + public static final int actionModeBackground = 0x7f030010; + public static final int actionModeCloseButtonStyle = 0x7f030011; + public static final int actionModeCloseDrawable = 0x7f030012; + public static final int actionModeCopyDrawable = 0x7f030013; + public static final int actionModeCutDrawable = 0x7f030014; + public static final int actionModeFindDrawable = 0x7f030015; + public static final int actionModePasteDrawable = 0x7f030016; + public static final int actionModePopupWindowStyle = 0x7f030017; + public static final int actionModeSelectAllDrawable = 0x7f030018; + public static final int actionModeShareDrawable = 0x7f030019; + public static final int actionModeSplitBackground = 0x7f03001a; + public static final int actionModeStyle = 0x7f03001b; + public static final int actionModeWebSearchDrawable = 0x7f03001c; + public static final int actionOverflowButtonStyle = 0x7f03001d; + public static final int actionOverflowMenuStyle = 0x7f03001e; + public static final int actionProviderClass = 0x7f03001f; + public static final int actionViewClass = 0x7f030020; + public static final int activityChooserViewStyle = 0x7f030021; + public static final int alertDialogButtonGroupStyle = 0x7f030022; + public static final int alertDialogCenterButtons = 0x7f030023; + public static final int alertDialogStyle = 0x7f030024; + public static final int alertDialogTheme = 0x7f030025; + public static final int allowStacking = 0x7f030026; + public static final int arrowHeadLength = 0x7f030027; + public static final int arrowShaftLength = 0x7f030028; + public static final int autoCompleteTextViewStyle = 0x7f030029; + public static final int background = 0x7f03002a; + public static final int backgroundSplit = 0x7f03002b; + public static final int backgroundStacked = 0x7f03002c; + public static final int backgroundTint = 0x7f03002d; + public static final int backgroundTintMode = 0x7f03002e; + public static final int barLength = 0x7f03002f; + public static final int borderlessButtonStyle = 0x7f030030; + public static final int buttonBarButtonStyle = 0x7f030031; + public static final int buttonBarNegativeButtonStyle = 0x7f030032; + public static final int buttonBarNeutralButtonStyle = 0x7f030033; + public static final int buttonBarPositiveButtonStyle = 0x7f030034; + public static final int buttonBarStyle = 0x7f030035; + public static final int buttonPanelSideLayout = 0x7f030036; + public static final int buttonStyle = 0x7f030037; + public static final int buttonStyleSmall = 0x7f030038; + public static final int buttonTint = 0x7f030039; + public static final int buttonTintMode = 0x7f03003a; + public static final int checkboxStyle = 0x7f03003c; + public static final int checkedTextViewStyle = 0x7f03003d; + public static final int closeIcon = 0x7f030040; + public static final int closeItemLayout = 0x7f030041; + public static final int collapseContentDescription = 0x7f030042; + public static final int collapseIcon = 0x7f030043; + public static final int color = 0x7f030044; + public static final int colorAccent = 0x7f030045; + public static final int colorButtonNormal = 0x7f030046; + public static final int colorControlActivated = 0x7f030047; + public static final int colorControlHighlight = 0x7f030048; + public static final int colorControlNormal = 0x7f030049; + public static final int colorPrimary = 0x7f03004a; + public static final int colorPrimaryDark = 0x7f03004b; + public static final int colorSwitchThumbNormal = 0x7f03004c; + public static final int commitIcon = 0x7f03004d; + public static final int contentInsetEnd = 0x7f03004e; + public static final int contentInsetLeft = 0x7f03004f; + public static final int contentInsetRight = 0x7f030050; + public static final int contentInsetStart = 0x7f030051; + public static final int controlBackground = 0x7f030052; + public static final int customNavigationLayout = 0x7f030054; + public static final int defaultQueryHint = 0x7f030055; + public static final int dialogPreferredPadding = 0x7f030056; + public static final int dialogTheme = 0x7f030057; + public static final int displayOptions = 0x7f030058; + public static final int divider = 0x7f030059; + public static final int dividerHorizontal = 0x7f03005a; + public static final int dividerPadding = 0x7f03005b; + public static final int dividerVertical = 0x7f03005c; + public static final int drawableSize = 0x7f03005d; + public static final int drawerArrowStyle = 0x7f03005e; + public static final int dropDownListViewStyle = 0x7f03005f; + public static final int dropdownListPreferredItemHeight = 0x7f030060; + public static final int editTextBackground = 0x7f030061; + public static final int editTextColor = 0x7f030062; + public static final int editTextStyle = 0x7f030063; + public static final int elevation = 0x7f030064; + public static final int expandActivityOverflowButtonDrawable = 0x7f030065; + public static final int gapBetweenBars = 0x7f03006d; + public static final int goIcon = 0x7f03006e; + public static final int height = 0x7f03006f; + public static final int hideOnContentScroll = 0x7f030070; + public static final int homeAsUpIndicator = 0x7f030071; + public static final int homeLayout = 0x7f030072; + public static final int icon = 0x7f030073; + public static final int iconifiedByDefault = 0x7f030074; + public static final int imageButtonStyle = 0x7f030075; + public static final int indeterminateProgressStyle = 0x7f030076; + public static final int initialActivityCount = 0x7f030077; + public static final int isLightTheme = 0x7f030078; + public static final int itemPadding = 0x7f030079; + public static final int layout = 0x7f03007a; + public static final int listChoiceBackgroundIndicator = 0x7f03007d; + public static final int listDividerAlertDialog = 0x7f03007e; + public static final int listItemLayout = 0x7f03007f; + public static final int listLayout = 0x7f030080; + public static final int listPopupWindowStyle = 0x7f030081; + public static final int listPreferredItemHeight = 0x7f030082; + public static final int listPreferredItemHeightLarge = 0x7f030083; + public static final int listPreferredItemHeightSmall = 0x7f030084; + public static final int listPreferredItemPaddingLeft = 0x7f030085; + public static final int listPreferredItemPaddingRight = 0x7f030086; + public static final int logo = 0x7f030087; + public static final int logoDescription = 0x7f030088; + public static final int maxButtonHeight = 0x7f030089; + public static final int measureWithLargestChild = 0x7f03008a; + public static final int multiChoiceItemLayout = 0x7f03008b; + public static final int navigationContentDescription = 0x7f03008c; + public static final int navigationIcon = 0x7f03008d; + public static final int navigationMode = 0x7f03008e; + public static final int overlapAnchor = 0x7f030091; + public static final int paddingEnd = 0x7f030092; + public static final int paddingStart = 0x7f030093; + public static final int panelBackground = 0x7f030094; + public static final int panelMenuListTheme = 0x7f030095; + public static final int panelMenuListWidth = 0x7f030096; + public static final int popupMenuStyle = 0x7f030097; + public static final int popupTheme = 0x7f030098; + public static final int popupWindowStyle = 0x7f030099; + public static final int preserveIconSpacing = 0x7f03009a; + public static final int progressBarPadding = 0x7f03009b; + public static final int progressBarStyle = 0x7f03009c; + public static final int queryBackground = 0x7f03009d; + public static final int queryHint = 0x7f03009e; + public static final int radioButtonStyle = 0x7f03009f; + public static final int ratingBarStyle = 0x7f0300a1; + public static final int ratingBarStyleIndicator = 0x7f0300a2; + public static final int ratingBarStyleSmall = 0x7f0300a3; + public static final int searchHintIcon = 0x7f0300a5; + public static final int searchIcon = 0x7f0300a6; + public static final int searchViewStyle = 0x7f0300a7; + public static final int seekBarStyle = 0x7f0300a8; + public static final int selectableItemBackground = 0x7f0300a9; + public static final int selectableItemBackgroundBorderless = 0x7f0300aa; + public static final int showAsAction = 0x7f0300ad; + public static final int showDividers = 0x7f0300ae; + public static final int showText = 0x7f0300af; + public static final int singleChoiceItemLayout = 0x7f0300b0; + public static final int spinBars = 0x7f0300b3; + public static final int spinnerDropDownItemStyle = 0x7f0300b4; + public static final int spinnerStyle = 0x7f0300b5; + public static final int splitTrack = 0x7f0300b6; + public static final int srcCompat = 0x7f0300b7; + public static final int state_above_anchor = 0x7f0300b9; + public static final int submitBackground = 0x7f0300bc; + public static final int subtitle = 0x7f0300bd; + public static final int subtitleTextAppearance = 0x7f0300be; + public static final int subtitleTextColor = 0x7f0300bf; + public static final int subtitleTextStyle = 0x7f0300c0; + public static final int suggestionRowLayout = 0x7f0300c1; + public static final int switchMinWidth = 0x7f0300c2; + public static final int switchPadding = 0x7f0300c3; + public static final int switchStyle = 0x7f0300c4; + public static final int switchTextAppearance = 0x7f0300c5; + public static final int textAllCaps = 0x7f0300c6; + public static final int textAppearanceLargePopupMenu = 0x7f0300c7; + public static final int textAppearanceListItem = 0x7f0300c8; + public static final int textAppearanceListItemSmall = 0x7f0300c9; + public static final int textAppearanceSearchResultSubtitle = 0x7f0300ca; + public static final int textAppearanceSearchResultTitle = 0x7f0300cb; + public static final int textAppearanceSmallPopupMenu = 0x7f0300cc; + public static final int textColorAlertDialogListItem = 0x7f0300ce; + public static final int textColorSearchUrl = 0x7f0300cf; + public static final int theme = 0x7f0300d1; + public static final int thickness = 0x7f0300d2; + public static final int thumbTextPadding = 0x7f0300d3; + public static final int title = 0x7f0300d4; + public static final int titleMarginBottom = 0x7f0300d5; + public static final int titleMarginEnd = 0x7f0300d6; + public static final int titleMarginStart = 0x7f0300d7; + public static final int titleMarginTop = 0x7f0300d8; + public static final int titleMargins = 0x7f0300d9; + public static final int titleTextAppearance = 0x7f0300dc; + public static final int titleTextColor = 0x7f0300dd; + public static final int titleTextStyle = 0x7f0300de; + public static final int toolbarNavigationButtonStyle = 0x7f0300df; + public static final int toolbarStyle = 0x7f0300e0; + public static final int track = 0x7f0300e2; + public static final int voiceIcon = 0x7f0300e3; + public static final int windowActionBar = 0x7f0300e4; + public static final int windowActionBarOverlay = 0x7f0300e5; + public static final int windowActionModeOverlay = 0x7f0300e6; + public static final int windowFixedHeightMajor = 0x7f0300e7; + public static final int windowFixedHeightMinor = 0x7f0300e8; + public static final int windowFixedWidthMajor = 0x7f0300e9; + public static final int windowFixedWidthMinor = 0x7f0300ea; + public static final int windowMinWidthMajor = 0x7f0300eb; + public static final int windowMinWidthMinor = 0x7f0300ec; + public static final int windowNoTitle = 0x7f0300ed; + } + public static final class bool { + public static final int abc_action_bar_embed_tabs = 0x7f040000; + public static final int abc_action_bar_embed_tabs_pre_jb = 0x7f040001; + public static final int abc_action_bar_expanded_action_views_exclusive = 0x7f040002; + public static final int abc_allow_stacked_button_bar = 0x7f040003; + public static final int abc_config_actionMenuItemAllCaps = 0x7f040004; + public static final int abc_config_allowActionMenuItemTextWithIcon = 0x7f040005; + public static final int abc_config_closeDialogWhenTouchOutside = 0x7f040006; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent = 0x7f040007; + } + public static final class color { + public static final int abc_background_cache_hint_selector_material_dark = 0x7f050000; + public static final int abc_background_cache_hint_selector_material_light = 0x7f050001; + public static final int abc_color_highlight_material = 0x7f050002; + public static final int abc_input_method_navigation_guard = 0x7f050003; + public static final int abc_primary_text_disable_only_material_dark = 0x7f050004; + public static final int abc_primary_text_disable_only_material_light = 0x7f050005; + public static final int abc_primary_text_material_dark = 0x7f050006; + public static final int abc_primary_text_material_light = 0x7f050007; + public static final int abc_search_url_text = 0x7f050008; + public static final int abc_search_url_text_normal = 0x7f050009; + public static final int abc_search_url_text_pressed = 0x7f05000a; + public static final int abc_search_url_text_selected = 0x7f05000b; + public static final int abc_secondary_text_material_dark = 0x7f05000c; + public static final int abc_secondary_text_material_light = 0x7f05000d; + public static final int accent_material_dark = 0x7f05000e; + public static final int accent_material_light = 0x7f05000f; + public static final int background_floating_material_dark = 0x7f050010; + public static final int background_floating_material_light = 0x7f050011; + public static final int background_material_dark = 0x7f050012; + public static final int background_material_light = 0x7f050013; + public static final int bright_foreground_disabled_material_dark = 0x7f050016; + public static final int bright_foreground_disabled_material_light = 0x7f050017; + public static final int bright_foreground_inverse_material_dark = 0x7f050018; + public static final int bright_foreground_inverse_material_light = 0x7f050019; + public static final int bright_foreground_material_dark = 0x7f05001a; + public static final int bright_foreground_material_light = 0x7f05001b; + public static final int button_material_dark = 0x7f05001c; + public static final int button_material_light = 0x7f05001d; + public static final int dim_foreground_disabled_material_dark = 0x7f050023; + public static final int dim_foreground_disabled_material_light = 0x7f050024; + public static final int dim_foreground_material_dark = 0x7f050025; + public static final int dim_foreground_material_light = 0x7f050026; + public static final int foreground_material_dark = 0x7f050027; + public static final int foreground_material_light = 0x7f050028; + public static final int highlighted_text_material_dark = 0x7f05002a; + public static final int highlighted_text_material_light = 0x7f05002b; + public static final int hint_foreground_material_dark = 0x7f05002c; + public static final int hint_foreground_material_light = 0x7f05002d; + public static final int material_blue_grey_800 = 0x7f05002e; + public static final int material_blue_grey_900 = 0x7f05002f; + public static final int material_blue_grey_950 = 0x7f050030; + public static final int material_deep_teal_200 = 0x7f050031; + public static final int material_deep_teal_500 = 0x7f050032; + public static final int material_grey_100 = 0x7f050033; + public static final int material_grey_300 = 0x7f050034; + public static final int material_grey_50 = 0x7f050035; + public static final int material_grey_600 = 0x7f050036; + public static final int material_grey_800 = 0x7f050037; + public static final int material_grey_850 = 0x7f050038; + public static final int material_grey_900 = 0x7f050039; + public static final int primary_dark_material_dark = 0x7f05003a; + public static final int primary_dark_material_light = 0x7f05003b; + public static final int primary_material_dark = 0x7f05003c; + public static final int primary_material_light = 0x7f05003d; + public static final int primary_text_default_material_dark = 0x7f05003e; + public static final int primary_text_default_material_light = 0x7f05003f; + public static final int primary_text_disabled_material_dark = 0x7f050040; + public static final int primary_text_disabled_material_light = 0x7f050041; + public static final int ripple_material_dark = 0x7f050043; + public static final int ripple_material_light = 0x7f050044; + public static final int secondary_text_default_material_dark = 0x7f050045; + public static final int secondary_text_default_material_light = 0x7f050046; + public static final int secondary_text_disabled_material_dark = 0x7f050047; + public static final int secondary_text_disabled_material_light = 0x7f050048; + public static final int switch_thumb_disabled_material_dark = 0x7f050049; + public static final int switch_thumb_disabled_material_light = 0x7f05004a; + public static final int switch_thumb_material_dark = 0x7f05004b; + public static final int switch_thumb_material_light = 0x7f05004c; + public static final int switch_thumb_normal_material_dark = 0x7f05004d; + public static final int switch_thumb_normal_material_light = 0x7f05004e; + } + public static final class dimen { + public static final int abc_action_bar_content_inset_material = 0x7f060000; + public static final int abc_action_bar_default_height_material = 0x7f060001; + public static final int abc_action_bar_default_padding_end_material = 0x7f060002; + public static final int abc_action_bar_default_padding_start_material = 0x7f060003; + public static final int abc_action_bar_icon_vertical_padding_material = 0x7f060004; + public static final int abc_action_bar_overflow_padding_end_material = 0x7f060005; + public static final int abc_action_bar_overflow_padding_start_material = 0x7f060006; + public static final int abc_action_bar_progress_bar_size = 0x7f060007; + public static final int abc_action_bar_stacked_max_height = 0x7f060008; + public static final int abc_action_bar_stacked_tab_max_width = 0x7f060009; + public static final int abc_action_bar_subtitle_bottom_margin_material = 0x7f06000a; + public static final int abc_action_bar_subtitle_top_margin_material = 0x7f06000b; + public static final int abc_action_button_min_height_material = 0x7f06000c; + public static final int abc_action_button_min_width_material = 0x7f06000d; + public static final int abc_action_button_min_width_overflow_material = 0x7f06000e; + public static final int abc_alert_dialog_button_bar_height = 0x7f06000f; + public static final int abc_button_inset_horizontal_material = 0x7f060010; + public static final int abc_button_inset_vertical_material = 0x7f060011; + public static final int abc_button_padding_horizontal_material = 0x7f060012; + public static final int abc_button_padding_vertical_material = 0x7f060013; + public static final int abc_config_prefDialogWidth = 0x7f060014; + public static final int abc_control_corner_material = 0x7f060015; + public static final int abc_control_inset_material = 0x7f060016; + public static final int abc_control_padding_material = 0x7f060017; + public static final int abc_dialog_fixed_height_major = 0x7f060018; + public static final int abc_dialog_fixed_height_minor = 0x7f060019; + public static final int abc_dialog_fixed_width_major = 0x7f06001a; + public static final int abc_dialog_fixed_width_minor = 0x7f06001b; + public static final int abc_dialog_list_padding_vertical_material = 0x7f06001c; + public static final int abc_dialog_min_width_major = 0x7f06001d; + public static final int abc_dialog_min_width_minor = 0x7f06001e; + public static final int abc_dialog_padding_material = 0x7f06001f; + public static final int abc_dialog_padding_top_material = 0x7f060020; + public static final int abc_disabled_alpha_material_dark = 0x7f060021; + public static final int abc_disabled_alpha_material_light = 0x7f060022; + public static final int abc_dropdownitem_icon_width = 0x7f060023; + public static final int abc_dropdownitem_text_padding_left = 0x7f060024; + public static final int abc_dropdownitem_text_padding_right = 0x7f060025; + public static final int abc_edit_text_inset_bottom_material = 0x7f060026; + public static final int abc_edit_text_inset_horizontal_material = 0x7f060027; + public static final int abc_edit_text_inset_top_material = 0x7f060028; + public static final int abc_floating_window_z = 0x7f060029; + public static final int abc_list_item_padding_horizontal_material = 0x7f06002a; + public static final int abc_panel_menu_list_width = 0x7f06002b; + public static final int abc_search_view_preferred_width = 0x7f06002c; + public static final int abc_search_view_text_min_width = 0x7f06002d; + public static final int abc_seekbar_track_background_height_material = 0x7f06002e; + public static final int abc_seekbar_track_progress_height_material = 0x7f06002f; + public static final int abc_select_dialog_padding_start_material = 0x7f060030; + public static final int abc_switch_padding = 0x7f060031; + public static final int abc_text_size_body_1_material = 0x7f060032; + public static final int abc_text_size_body_2_material = 0x7f060033; + public static final int abc_text_size_button_material = 0x7f060034; + public static final int abc_text_size_caption_material = 0x7f060035; + public static final int abc_text_size_display_1_material = 0x7f060036; + public static final int abc_text_size_display_2_material = 0x7f060037; + public static final int abc_text_size_display_3_material = 0x7f060038; + public static final int abc_text_size_display_4_material = 0x7f060039; + public static final int abc_text_size_headline_material = 0x7f06003a; + public static final int abc_text_size_large_material = 0x7f06003b; + public static final int abc_text_size_medium_material = 0x7f06003c; + public static final int abc_text_size_menu_material = 0x7f06003d; + public static final int abc_text_size_small_material = 0x7f06003e; + public static final int abc_text_size_subhead_material = 0x7f06003f; + public static final int abc_text_size_subtitle_material_toolbar = 0x7f060040; + public static final int abc_text_size_title_material = 0x7f060041; + public static final int abc_text_size_title_material_toolbar = 0x7f060042; + public static final int disabled_alpha_material_dark = 0x7f06004d; + public static final int disabled_alpha_material_light = 0x7f06004e; + public static final int highlight_alpha_material_colored = 0x7f06004f; + public static final int highlight_alpha_material_dark = 0x7f060050; + public static final int highlight_alpha_material_light = 0x7f060051; + public static final int notification_large_icon_height = 0x7f060058; + public static final int notification_large_icon_width = 0x7f060059; + public static final int notification_subtext_size = 0x7f06005a; + } + public static final class drawable { + public static final int abc_ab_share_pack_mtrl_alpha = 0x7f070000; + public static final int abc_action_bar_item_background_material = 0x7f070001; + public static final int abc_btn_borderless_material = 0x7f070002; + public static final int abc_btn_check_material = 0x7f070003; + public static final int abc_btn_check_to_on_mtrl_000 = 0x7f070004; + public static final int abc_btn_check_to_on_mtrl_015 = 0x7f070005; + public static final int abc_btn_colored_material = 0x7f070006; + public static final int abc_btn_default_mtrl_shape = 0x7f070007; + public static final int abc_btn_radio_material = 0x7f070008; + public static final int abc_btn_radio_to_on_mtrl_000 = 0x7f070009; + public static final int abc_btn_radio_to_on_mtrl_015 = 0x7f07000a; + public static final int abc_btn_rating_star_off_mtrl_alpha = 0x7f07000b; + public static final int abc_btn_rating_star_on_mtrl_alpha = 0x7f07000c; + public static final int abc_btn_switch_to_on_mtrl_00001 = 0x7f07000d; + public static final int abc_btn_switch_to_on_mtrl_00012 = 0x7f07000e; + public static final int abc_cab_background_internal_bg = 0x7f07000f; + public static final int abc_cab_background_top_material = 0x7f070010; + public static final int abc_cab_background_top_mtrl_alpha = 0x7f070011; + public static final int abc_control_background_material = 0x7f070012; + public static final int abc_dialog_material_background_dark = 0x7f070013; + public static final int abc_dialog_material_background_light = 0x7f070014; + public static final int abc_edit_text_material = 0x7f070015; + public static final int abc_ic_ab_back_mtrl_am_alpha = 0x7f070016; + public static final int abc_ic_clear_mtrl_alpha = 0x7f070017; + public static final int abc_ic_commit_search_api_mtrl_alpha = 0x7f070018; + public static final int abc_ic_go_search_api_mtrl_alpha = 0x7f070019; + public static final int abc_ic_menu_copy_mtrl_am_alpha = 0x7f07001a; + public static final int abc_ic_menu_cut_mtrl_alpha = 0x7f07001b; + public static final int abc_ic_menu_moreoverflow_mtrl_alpha = 0x7f07001c; + public static final int abc_ic_menu_paste_mtrl_am_alpha = 0x7f07001d; + public static final int abc_ic_menu_selectall_mtrl_alpha = 0x7f07001e; + public static final int abc_ic_menu_share_mtrl_alpha = 0x7f07001f; + public static final int abc_ic_search_api_mtrl_alpha = 0x7f070020; + public static final int abc_ic_star_black_16dp = 0x7f070021; + public static final int abc_ic_star_black_36dp = 0x7f070022; + public static final int abc_ic_star_half_black_16dp = 0x7f070023; + public static final int abc_ic_star_half_black_36dp = 0x7f070024; + public static final int abc_ic_voice_search_api_mtrl_alpha = 0x7f070025; + public static final int abc_item_background_holo_dark = 0x7f070026; + public static final int abc_item_background_holo_light = 0x7f070027; + public static final int abc_list_divider_mtrl_alpha = 0x7f070028; + public static final int abc_list_focused_holo = 0x7f070029; + public static final int abc_list_longpressed_holo = 0x7f07002a; + public static final int abc_list_pressed_holo_dark = 0x7f07002b; + public static final int abc_list_pressed_holo_light = 0x7f07002c; + public static final int abc_list_selector_background_transition_holo_dark = 0x7f07002d; + public static final int abc_list_selector_background_transition_holo_light = 0x7f07002e; + public static final int abc_list_selector_disabled_holo_dark = 0x7f07002f; + public static final int abc_list_selector_disabled_holo_light = 0x7f070030; + public static final int abc_list_selector_holo_dark = 0x7f070031; + public static final int abc_list_selector_holo_light = 0x7f070032; + public static final int abc_menu_hardkey_panel_mtrl_mult = 0x7f070033; + public static final int abc_popup_background_mtrl_mult = 0x7f070034; + public static final int abc_ratingbar_full_material = 0x7f070035; + public static final int abc_ratingbar_indicator_material = 0x7f070036; + public static final int abc_ratingbar_small_material = 0x7f070037; + public static final int abc_scrubber_control_off_mtrl_alpha = 0x7f070038; + public static final int abc_scrubber_control_to_pressed_mtrl_000 = 0x7f070039; + public static final int abc_scrubber_control_to_pressed_mtrl_005 = 0x7f07003a; + public static final int abc_scrubber_primary_mtrl_alpha = 0x7f07003b; + public static final int abc_scrubber_track_mtrl_alpha = 0x7f07003c; + public static final int abc_seekbar_thumb_material = 0x7f07003d; + public static final int abc_seekbar_track_material = 0x7f07003e; + public static final int abc_spinner_mtrl_am_alpha = 0x7f07003f; + public static final int abc_spinner_textfield_background_material = 0x7f070040; + public static final int abc_switch_thumb_material = 0x7f070041; + public static final int abc_switch_track_mtrl_alpha = 0x7f070042; + public static final int abc_tab_indicator_material = 0x7f070043; + public static final int abc_tab_indicator_mtrl_alpha = 0x7f070044; + public static final int abc_text_cursor_material = 0x7f070045; + public static final int abc_textfield_activated_mtrl_alpha = 0x7f070046; + public static final int abc_textfield_default_mtrl_alpha = 0x7f070047; + public static final int abc_textfield_search_activated_mtrl_alpha = 0x7f070048; + public static final int abc_textfield_search_default_mtrl_alpha = 0x7f070049; + public static final int abc_textfield_search_material = 0x7f07004a; + public static final int notification_template_icon_bg = 0x7f070076; + } + public static final class id { + public static final int action0 = 0x7f080006; + public static final int action_bar = 0x7f080007; + public static final int action_bar_activity_content = 0x7f080008; + public static final int action_bar_container = 0x7f080009; + public static final int action_bar_root = 0x7f08000a; + public static final int action_bar_spinner = 0x7f08000b; + public static final int action_bar_subtitle = 0x7f08000c; + public static final int action_bar_title = 0x7f08000d; + public static final int action_context_bar = 0x7f08000e; + public static final int action_divider = 0x7f08000f; + public static final int action_menu_divider = 0x7f080011; + public static final int action_menu_presenter = 0x7f080013; + public static final int action_mode_bar = 0x7f080018; + public static final int action_mode_bar_stub = 0x7f080019; + public static final int action_mode_close_button = 0x7f08001a; + public static final int activity_chooser_view_content = 0x7f08001b; + public static final int alertTitle = 0x7f08001c; + public static final int always = 0x7f08001d; + public static final int beginning = 0x7f080020; + public static final int buttonPanel = 0x7f080025; + public static final int cancel_action = 0x7f080026; + public static final int checkbox = 0x7f080035; + public static final int chronometer = 0x7f080036; + public static final int collapseActionView = 0x7f080037; + public static final int contentPanel = 0x7f080039; + public static final int custom = 0x7f08003c; + public static final int customPanel = 0x7f08003d; + public static final int decor_content_parent = 0x7f08003e; + public static final int default_activity_button = 0x7f08003f; + public static final int disableHome = 0x7f080040; + public static final int edit_query = 0x7f080047; + public static final int end = 0x7f080049; + public static final int end_padder = 0x7f08004a; + public static final int expand_activities_button = 0x7f080078; + public static final int expanded_menu = 0x7f080079; + public static final int home = 0x7f080085; + public static final int homeAsUp = 0x7f080086; + public static final int icon = 0x7f080088; + public static final int ifRoom = 0x7f080089; + public static final int image = 0x7f08008a; + public static final int info = 0x7f08008c; + public static final int line1 = 0x7f080091; + public static final int line3 = 0x7f080092; + public static final int listMode = 0x7f080094; + public static final int list_item = 0x7f080096; + public static final int media_actions = 0x7f0800a0; + public static final int middle = 0x7f0800a2; + public static final int multiply = 0x7f0800a3; + public static final int never = 0x7f0800a5; + public static final int none = 0x7f0800a8; + public static final int normal = 0x7f0800a9; + public static final int parentPanel = 0x7f0800ab; + public static final int progress_circular = 0x7f0800ac; + public static final int progress_horizontal = 0x7f0800ad; + public static final int radio = 0x7f0800ae; + public static final int screen = 0x7f0800bf; + public static final int scrollIndicatorDown = 0x7f0800c0; + public static final int scrollIndicatorUp = 0x7f0800c1; + public static final int scrollView = 0x7f0800c2; + public static final int search_badge = 0x7f0800c3; + public static final int search_bar = 0x7f0800c4; + public static final int search_button = 0x7f0800c6; + public static final int search_close_btn = 0x7f0800c7; + public static final int search_edit_frame = 0x7f0800c8; + public static final int search_go_btn = 0x7f0800c9; + public static final int search_mag_icon = 0x7f0800ca; + public static final int search_plate = 0x7f0800cb; + public static final int search_src_text = 0x7f0800cc; + public static final int search_voice_btn = 0x7f0800cd; + public static final int select_dialog_listview = 0x7f0800ce; + public static final int shortcut = 0x7f0800cf; + public static final int showCustom = 0x7f0800d0; + public static final int showHome = 0x7f0800d1; + public static final int showTitle = 0x7f0800d2; + public static final int spacer = 0x7f0800d3; + public static final int split_action_bar = 0x7f0800d4; + public static final int src_atop = 0x7f0800d5; + public static final int src_in = 0x7f0800d6; + public static final int src_over = 0x7f0800d7; + public static final int status_bar_latest_event_content = 0x7f0800d8; + public static final int submit_area = 0x7f0800d9; + public static final int tabMode = 0x7f0800db; + public static final int text = 0x7f0800dc; + public static final int text2 = 0x7f0800dd; + public static final int textSpacerNoButtons = 0x7f0800de; + public static final int time = 0x7f0800df; + public static final int title = 0x7f080100; + public static final int title_template = 0x7f080101; + public static final int topPanel = 0x7f080102; + public static final int up = 0x7f080105; + public static final int useLogo = 0x7f080106; + public static final int withText = 0x7f08010f; + public static final int wrap_content = 0x7f080110; + } + public static final class integer { + public static final int abc_config_activityDefaultDur = 0x7f090000; + public static final int abc_config_activityShortDur = 0x7f090001; + public static final int abc_max_action_buttons = 0x7f090002; + public static final int cancel_button_image_alpha = 0x7f090003; + public static final int status_bar_notification_info_maxnum = 0x7f090006; + } + public static final class layout { + public static final int abc_action_bar_title_item = 0x7f0a0000; + public static final int abc_action_bar_up_container = 0x7f0a0001; + public static final int abc_action_bar_view_list_nav_layout = 0x7f0a0002; + public static final int abc_action_menu_item_layout = 0x7f0a0003; + public static final int abc_action_menu_layout = 0x7f0a0004; + public static final int abc_action_mode_bar = 0x7f0a0005; + public static final int abc_action_mode_close_item_material = 0x7f0a0006; + public static final int abc_activity_chooser_view = 0x7f0a0007; + public static final int abc_activity_chooser_view_list_item = 0x7f0a0008; + public static final int abc_alert_dialog_button_bar_material = 0x7f0a0009; + public static final int abc_alert_dialog_material = 0x7f0a000a; + public static final int abc_dialog_title_material = 0x7f0a000b; + public static final int abc_expanded_menu_layout = 0x7f0a000c; + public static final int abc_list_menu_item_checkbox = 0x7f0a000d; + public static final int abc_list_menu_item_icon = 0x7f0a000e; + public static final int abc_list_menu_item_layout = 0x7f0a000f; + public static final int abc_list_menu_item_radio = 0x7f0a0010; + public static final int abc_popup_menu_item_layout = 0x7f0a0011; + public static final int abc_screen_content_include = 0x7f0a0012; + public static final int abc_screen_simple = 0x7f0a0013; + public static final int abc_screen_simple_overlay_action_mode = 0x7f0a0014; + public static final int abc_screen_toolbar = 0x7f0a0015; + public static final int abc_search_dropdown_item_icons_2line = 0x7f0a0016; + public static final int abc_search_view = 0x7f0a0017; + public static final int abc_select_dialog_material = 0x7f0a0018; + public static final int notification_media_action = 0x7f0a002e; + public static final int notification_media_cancel_action = 0x7f0a002f; + public static final int notification_template_big_media = 0x7f0a0030; + public static final int notification_template_big_media_narrow = 0x7f0a0031; + public static final int notification_template_lines = 0x7f0a0032; + public static final int notification_template_media = 0x7f0a0033; + public static final int notification_template_part_chronometer = 0x7f0a0034; + public static final int notification_template_part_time = 0x7f0a0035; + public static final int select_dialog_item_material = 0x7f0a003c; + public static final int select_dialog_multichoice_material = 0x7f0a003d; + public static final int select_dialog_singlechoice_material = 0x7f0a003e; + public static final int support_simple_spinner_dropdown_item = 0x7f0a003f; + } + public static final class string { + public static final int abc_action_bar_home_description = 0x7f0d0050; + public static final int abc_action_bar_home_description_format = 0x7f0d0051; + public static final int abc_action_bar_home_subtitle_description_format = 0x7f0d0052; + public static final int abc_action_bar_up_description = 0x7f0d0053; + public static final int abc_action_menu_overflow_description = 0x7f0d0054; + public static final int abc_action_mode_done = 0x7f0d0055; + public static final int abc_activity_chooser_view_see_all = 0x7f0d0056; + public static final int abc_activitychooserview_choose_application = 0x7f0d0057; + public static final int abc_capital_off = 0x7f0d0058; + public static final int abc_capital_on = 0x7f0d0059; + public static final int abc_search_hint = 0x7f0d005a; + public static final int abc_searchview_description_clear = 0x7f0d005b; + public static final int abc_searchview_description_query = 0x7f0d005c; + public static final int abc_searchview_description_search = 0x7f0d005d; + public static final int abc_searchview_description_submit = 0x7f0d005e; + public static final int abc_searchview_description_voice = 0x7f0d005f; + public static final int abc_shareactionprovider_share_with = 0x7f0d0060; + public static final int abc_shareactionprovider_share_with_application = 0x7f0d0061; + public static final int abc_toolbar_collapse_description = 0x7f0d0062; + public static final int status_bar_notification_info_overflow = 0x7f0d016b; + } + public static final class style { + public static final int AlertDialog_AppCompat = 0x7f0e0000; + public static final int AlertDialog_AppCompat_Light = 0x7f0e0001; + public static final int Animation_AppCompat_Dialog = 0x7f0e0002; + public static final int Animation_AppCompat_DropDownUp = 0x7f0e0003; + public static final int Base_AlertDialog_AppCompat = 0x7f0e0005; + public static final int Base_AlertDialog_AppCompat_Light = 0x7f0e0006; + public static final int Base_Animation_AppCompat_Dialog = 0x7f0e0007; + public static final int Base_Animation_AppCompat_DropDownUp = 0x7f0e0008; + public static final int Base_DialogWindowTitleBackground_AppCompat = 0x7f0e000a; + public static final int Base_DialogWindowTitle_AppCompat = 0x7f0e0009; + public static final int Base_TextAppearance_AppCompat = 0x7f0e000b; + public static final int Base_TextAppearance_AppCompat_Body1 = 0x7f0e000c; + public static final int Base_TextAppearance_AppCompat_Body2 = 0x7f0e000d; + public static final int Base_TextAppearance_AppCompat_Button = 0x7f0e000e; + public static final int Base_TextAppearance_AppCompat_Caption = 0x7f0e000f; + public static final int Base_TextAppearance_AppCompat_Display1 = 0x7f0e0010; + public static final int Base_TextAppearance_AppCompat_Display2 = 0x7f0e0011; + public static final int Base_TextAppearance_AppCompat_Display3 = 0x7f0e0012; + public static final int Base_TextAppearance_AppCompat_Display4 = 0x7f0e0013; + public static final int Base_TextAppearance_AppCompat_Headline = 0x7f0e0014; + public static final int Base_TextAppearance_AppCompat_Inverse = 0x7f0e0015; + public static final int Base_TextAppearance_AppCompat_Large = 0x7f0e0016; + public static final int Base_TextAppearance_AppCompat_Large_Inverse = 0x7f0e0017; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0e0018; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0e0019; + public static final int Base_TextAppearance_AppCompat_Medium = 0x7f0e001a; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse = 0x7f0e001b; + public static final int Base_TextAppearance_AppCompat_Menu = 0x7f0e001c; + public static final int Base_TextAppearance_AppCompat_SearchResult = 0x7f0e001d; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0e001e; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title = 0x7f0e001f; + public static final int Base_TextAppearance_AppCompat_Small = 0x7f0e0020; + public static final int Base_TextAppearance_AppCompat_Small_Inverse = 0x7f0e0021; + public static final int Base_TextAppearance_AppCompat_Subhead = 0x7f0e0022; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse = 0x7f0e0023; + public static final int Base_TextAppearance_AppCompat_Title = 0x7f0e0024; + public static final int Base_TextAppearance_AppCompat_Title_Inverse = 0x7f0e0025; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0e0026; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0e0027; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0e0028; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0e0029; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0e002a; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0e002b; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0e002c; + public static final int Base_TextAppearance_AppCompat_Widget_Button = 0x7f0e002d; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0e002e; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0e002f; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0e0030; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0e0031; + public static final int Base_TextAppearance_AppCompat_Widget_Switch = 0x7f0e0032; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0e0033; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0e0034; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0e0035; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0e0036; + public static final int Base_ThemeOverlay_AppCompat = 0x7f0e0045; + public static final int Base_ThemeOverlay_AppCompat_ActionBar = 0x7f0e0046; + public static final int Base_ThemeOverlay_AppCompat_Dark = 0x7f0e0047; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0e0048; + public static final int Base_ThemeOverlay_AppCompat_Light = 0x7f0e0049; + public static final int Base_Theme_AppCompat = 0x7f0e0037; + public static final int Base_Theme_AppCompat_CompactMenu = 0x7f0e0038; + public static final int Base_Theme_AppCompat_Dialog = 0x7f0e0039; + public static final int Base_Theme_AppCompat_DialogWhenLarge = 0x7f0e003d; + public static final int Base_Theme_AppCompat_Dialog_Alert = 0x7f0e003a; + public static final int Base_Theme_AppCompat_Dialog_FixedSize = 0x7f0e003b; + public static final int Base_Theme_AppCompat_Dialog_MinWidth = 0x7f0e003c; + public static final int Base_Theme_AppCompat_Light = 0x7f0e003e; + public static final int Base_Theme_AppCompat_Light_DarkActionBar = 0x7f0e003f; + public static final int Base_Theme_AppCompat_Light_Dialog = 0x7f0e0040; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge = 0x7f0e0044; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert = 0x7f0e0041; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize = 0x7f0e0042; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0e0043; + public static final int Base_V11_Theme_AppCompat_Dialog = 0x7f0e004a; + public static final int Base_V11_Theme_AppCompat_Light_Dialog = 0x7f0e004b; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView = 0x7f0e004c; + public static final int Base_V12_Widget_AppCompat_EditText = 0x7f0e004d; + public static final int Base_V21_Theme_AppCompat = 0x7f0e004e; + public static final int Base_V21_Theme_AppCompat_Dialog = 0x7f0e004f; + public static final int Base_V21_Theme_AppCompat_Light = 0x7f0e0050; + public static final int Base_V21_Theme_AppCompat_Light_Dialog = 0x7f0e0051; + public static final int Base_V22_Theme_AppCompat = 0x7f0e0052; + public static final int Base_V22_Theme_AppCompat_Light = 0x7f0e0053; + public static final int Base_V23_Theme_AppCompat = 0x7f0e0054; + public static final int Base_V23_Theme_AppCompat_Light = 0x7f0e0055; + public static final int Base_V7_Theme_AppCompat = 0x7f0e0056; + public static final int Base_V7_Theme_AppCompat_Dialog = 0x7f0e0057; + public static final int Base_V7_Theme_AppCompat_Light = 0x7f0e0058; + public static final int Base_V7_Theme_AppCompat_Light_Dialog = 0x7f0e0059; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView = 0x7f0e005a; + public static final int Base_V7_Widget_AppCompat_EditText = 0x7f0e005b; + public static final int Base_Widget_AppCompat_ActionBar = 0x7f0e005c; + public static final int Base_Widget_AppCompat_ActionBar_Solid = 0x7f0e005d; + public static final int Base_Widget_AppCompat_ActionBar_TabBar = 0x7f0e005e; + public static final int Base_Widget_AppCompat_ActionBar_TabText = 0x7f0e005f; + public static final int Base_Widget_AppCompat_ActionBar_TabView = 0x7f0e0060; + public static final int Base_Widget_AppCompat_ActionButton = 0x7f0e0061; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode = 0x7f0e0062; + public static final int Base_Widget_AppCompat_ActionButton_Overflow = 0x7f0e0063; + public static final int Base_Widget_AppCompat_ActionMode = 0x7f0e0064; + public static final int Base_Widget_AppCompat_ActivityChooserView = 0x7f0e0065; + public static final int Base_Widget_AppCompat_AutoCompleteTextView = 0x7f0e0066; + public static final int Base_Widget_AppCompat_Button = 0x7f0e0067; + public static final int Base_Widget_AppCompat_ButtonBar = 0x7f0e006d; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0e006e; + public static final int Base_Widget_AppCompat_Button_Borderless = 0x7f0e0068; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored = 0x7f0e0069; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0e006a; + public static final int Base_Widget_AppCompat_Button_Colored = 0x7f0e006b; + public static final int Base_Widget_AppCompat_Button_Small = 0x7f0e006c; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox = 0x7f0e006f; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton = 0x7f0e0070; + public static final int Base_Widget_AppCompat_CompoundButton_Switch = 0x7f0e0071; + public static final int Base_Widget_AppCompat_DrawerArrowToggle = 0x7f0e0072; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common = 0x7f0e0073; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner = 0x7f0e0074; + public static final int Base_Widget_AppCompat_EditText = 0x7f0e0075; + public static final int Base_Widget_AppCompat_ImageButton = 0x7f0e0076; + public static final int Base_Widget_AppCompat_Light_ActionBar = 0x7f0e0077; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid = 0x7f0e0078; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0e0079; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText = 0x7f0e007a; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0e007b; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView = 0x7f0e007c; + public static final int Base_Widget_AppCompat_Light_PopupMenu = 0x7f0e007d; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0e007e; + public static final int Base_Widget_AppCompat_ListPopupWindow = 0x7f0e007f; + public static final int Base_Widget_AppCompat_ListView = 0x7f0e0080; + public static final int Base_Widget_AppCompat_ListView_DropDown = 0x7f0e0081; + public static final int Base_Widget_AppCompat_ListView_Menu = 0x7f0e0082; + public static final int Base_Widget_AppCompat_PopupMenu = 0x7f0e0083; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow = 0x7f0e0084; + public static final int Base_Widget_AppCompat_PopupWindow = 0x7f0e0085; + public static final int Base_Widget_AppCompat_ProgressBar = 0x7f0e0086; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal = 0x7f0e0087; + public static final int Base_Widget_AppCompat_RatingBar = 0x7f0e0088; + public static final int Base_Widget_AppCompat_RatingBar_Indicator = 0x7f0e0089; + public static final int Base_Widget_AppCompat_RatingBar_Small = 0x7f0e008a; + public static final int Base_Widget_AppCompat_SearchView = 0x7f0e008b; + public static final int Base_Widget_AppCompat_SearchView_ActionBar = 0x7f0e008c; + public static final int Base_Widget_AppCompat_SeekBar = 0x7f0e008d; + public static final int Base_Widget_AppCompat_Spinner = 0x7f0e008e; + public static final int Base_Widget_AppCompat_Spinner_Underlined = 0x7f0e008f; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem = 0x7f0e0090; + public static final int Base_Widget_AppCompat_Toolbar = 0x7f0e0091; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0e0092; + public static final int Platform_AppCompat = 0x7f0e0096; + public static final int Platform_AppCompat_Light = 0x7f0e0097; + public static final int Platform_ThemeOverlay_AppCompat = 0x7f0e0098; + public static final int Platform_ThemeOverlay_AppCompat_Dark = 0x7f0e0099; + public static final int Platform_ThemeOverlay_AppCompat_Light = 0x7f0e009a; + public static final int Platform_V11_AppCompat = 0x7f0e009b; + public static final int Platform_V11_AppCompat_Light = 0x7f0e009c; + public static final int Platform_V14_AppCompat = 0x7f0e009d; + public static final int Platform_V14_AppCompat_Light = 0x7f0e009e; + public static final int Platform_Widget_AppCompat_Spinner = 0x7f0e009f; + public static final int RtlOverlay_DialogWindowTitle_AppCompat = 0x7f0e00a1; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem = 0x7f0e00a2; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon = 0x7f0e00a3; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem = 0x7f0e00a4; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup = 0x7f0e00a5; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text = 0x7f0e00a6; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon = 0x7f0e00ac; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown = 0x7f0e00a7; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 = 0x7f0e00a8; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 = 0x7f0e00a9; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query = 0x7f0e00aa; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text = 0x7f0e00ab; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton = 0x7f0e00ad; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow = 0x7f0e00ae; + public static final int TextAppearance_AppCompat = 0x7f0e00af; + public static final int TextAppearance_AppCompat_Body1 = 0x7f0e00b0; + public static final int TextAppearance_AppCompat_Body2 = 0x7f0e00b1; + public static final int TextAppearance_AppCompat_Button = 0x7f0e00b2; + public static final int TextAppearance_AppCompat_Caption = 0x7f0e00b3; + public static final int TextAppearance_AppCompat_Display1 = 0x7f0e00b4; + public static final int TextAppearance_AppCompat_Display2 = 0x7f0e00b5; + public static final int TextAppearance_AppCompat_Display3 = 0x7f0e00b6; + public static final int TextAppearance_AppCompat_Display4 = 0x7f0e00b7; + public static final int TextAppearance_AppCompat_Headline = 0x7f0e00b8; + public static final int TextAppearance_AppCompat_Inverse = 0x7f0e00b9; + public static final int TextAppearance_AppCompat_Large = 0x7f0e00ba; + public static final int TextAppearance_AppCompat_Large_Inverse = 0x7f0e00bb; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle = 0x7f0e00bc; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title = 0x7f0e00bd; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large = 0x7f0e00be; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small = 0x7f0e00bf; + public static final int TextAppearance_AppCompat_Medium = 0x7f0e00c0; + public static final int TextAppearance_AppCompat_Medium_Inverse = 0x7f0e00c1; + public static final int TextAppearance_AppCompat_Menu = 0x7f0e00c2; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle = 0x7f0e00c3; + public static final int TextAppearance_AppCompat_SearchResult_Title = 0x7f0e00c4; + public static final int TextAppearance_AppCompat_Small = 0x7f0e00c5; + public static final int TextAppearance_AppCompat_Small_Inverse = 0x7f0e00c6; + public static final int TextAppearance_AppCompat_Subhead = 0x7f0e00c7; + public static final int TextAppearance_AppCompat_Subhead_Inverse = 0x7f0e00c8; + public static final int TextAppearance_AppCompat_Title = 0x7f0e00c9; + public static final int TextAppearance_AppCompat_Title_Inverse = 0x7f0e00ca; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu = 0x7f0e00cb; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle = 0x7f0e00cc; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse = 0x7f0e00cd; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title = 0x7f0e00ce; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse = 0x7f0e00cf; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle = 0x7f0e00d0; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse = 0x7f0e00d1; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title = 0x7f0e00d2; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse = 0x7f0e00d3; + public static final int TextAppearance_AppCompat_Widget_Button = 0x7f0e00d4; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse = 0x7f0e00d5; + public static final int TextAppearance_AppCompat_Widget_DropDownItem = 0x7f0e00d6; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large = 0x7f0e00d7; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small = 0x7f0e00d8; + public static final int TextAppearance_AppCompat_Widget_Switch = 0x7f0e00d9; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem = 0x7f0e00da; + public static final int TextAppearance_StatusBar_EventContent = 0x7f0e00db; + public static final int TextAppearance_StatusBar_EventContent_Info = 0x7f0e00dc; + public static final int TextAppearance_StatusBar_EventContent_Line2 = 0x7f0e00dd; + public static final int TextAppearance_StatusBar_EventContent_Time = 0x7f0e00de; + public static final int TextAppearance_StatusBar_EventContent_Title = 0x7f0e00df; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item = 0x7f0e00e0; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle = 0x7f0e00e1; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title = 0x7f0e00e2; + public static final int ThemeOverlay_AppCompat = 0x7f0e00f9; + public static final int ThemeOverlay_AppCompat_ActionBar = 0x7f0e00fa; + public static final int ThemeOverlay_AppCompat_Dark = 0x7f0e00fb; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar = 0x7f0e00fc; + public static final int ThemeOverlay_AppCompat_Light = 0x7f0e00fd; + public static final int Theme_AppCompat = 0x7f0e00e3; + public static final int Theme_AppCompat_CompactMenu = 0x7f0e00e4; + public static final int Theme_AppCompat_DayNight = 0x7f0e00e5; + public static final int Theme_AppCompat_DayNight_DarkActionBar = 0x7f0e00e6; + public static final int Theme_AppCompat_DayNight_Dialog = 0x7f0e00e7; + public static final int Theme_AppCompat_DayNight_DialogWhenLarge = 0x7f0e00ea; + public static final int Theme_AppCompat_DayNight_Dialog_Alert = 0x7f0e00e8; + public static final int Theme_AppCompat_DayNight_Dialog_MinWidth = 0x7f0e00e9; + public static final int Theme_AppCompat_DayNight_NoActionBar = 0x7f0e00eb; + public static final int Theme_AppCompat_Dialog = 0x7f0e00ec; + public static final int Theme_AppCompat_DialogWhenLarge = 0x7f0e00ef; + public static final int Theme_AppCompat_Dialog_Alert = 0x7f0e00ed; + public static final int Theme_AppCompat_Dialog_MinWidth = 0x7f0e00ee; + public static final int Theme_AppCompat_Light = 0x7f0e00f0; + public static final int Theme_AppCompat_Light_DarkActionBar = 0x7f0e00f1; + public static final int Theme_AppCompat_Light_Dialog = 0x7f0e00f2; + public static final int Theme_AppCompat_Light_DialogWhenLarge = 0x7f0e00f5; + public static final int Theme_AppCompat_Light_Dialog_Alert = 0x7f0e00f3; + public static final int Theme_AppCompat_Light_Dialog_MinWidth = 0x7f0e00f4; + public static final int Theme_AppCompat_Light_NoActionBar = 0x7f0e00f6; + public static final int Theme_AppCompat_NoActionBar = 0x7f0e00f7; + public static final int Widget_AppCompat_ActionBar = 0x7f0e00fe; + public static final int Widget_AppCompat_ActionBar_Solid = 0x7f0e00ff; + public static final int Widget_AppCompat_ActionBar_TabBar = 0x7f0e0100; + public static final int Widget_AppCompat_ActionBar_TabText = 0x7f0e0101; + public static final int Widget_AppCompat_ActionBar_TabView = 0x7f0e0102; + public static final int Widget_AppCompat_ActionButton = 0x7f0e0103; + public static final int Widget_AppCompat_ActionButton_CloseMode = 0x7f0e0104; + public static final int Widget_AppCompat_ActionButton_Overflow = 0x7f0e0105; + public static final int Widget_AppCompat_ActionMode = 0x7f0e0106; + public static final int Widget_AppCompat_ActivityChooserView = 0x7f0e0107; + public static final int Widget_AppCompat_AutoCompleteTextView = 0x7f0e0108; + public static final int Widget_AppCompat_Button = 0x7f0e0109; + public static final int Widget_AppCompat_ButtonBar = 0x7f0e010f; + public static final int Widget_AppCompat_ButtonBar_AlertDialog = 0x7f0e0110; + public static final int Widget_AppCompat_Button_Borderless = 0x7f0e010a; + public static final int Widget_AppCompat_Button_Borderless_Colored = 0x7f0e010b; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog = 0x7f0e010c; + public static final int Widget_AppCompat_Button_Colored = 0x7f0e010d; + public static final int Widget_AppCompat_Button_Small = 0x7f0e010e; + public static final int Widget_AppCompat_CompoundButton_CheckBox = 0x7f0e0111; + public static final int Widget_AppCompat_CompoundButton_RadioButton = 0x7f0e0112; + public static final int Widget_AppCompat_CompoundButton_Switch = 0x7f0e0113; + public static final int Widget_AppCompat_DrawerArrowToggle = 0x7f0e0114; + public static final int Widget_AppCompat_DropDownItem_Spinner = 0x7f0e0115; + public static final int Widget_AppCompat_EditText = 0x7f0e0116; + public static final int Widget_AppCompat_ImageButton = 0x7f0e0117; + public static final int Widget_AppCompat_Light_ActionBar = 0x7f0e0118; + public static final int Widget_AppCompat_Light_ActionBar_Solid = 0x7f0e0119; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse = 0x7f0e011a; + public static final int Widget_AppCompat_Light_ActionBar_TabBar = 0x7f0e011b; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse = 0x7f0e011c; + public static final int Widget_AppCompat_Light_ActionBar_TabText = 0x7f0e011d; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse = 0x7f0e011e; + public static final int Widget_AppCompat_Light_ActionBar_TabView = 0x7f0e011f; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse = 0x7f0e0120; + public static final int Widget_AppCompat_Light_ActionButton = 0x7f0e0121; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode = 0x7f0e0122; + public static final int Widget_AppCompat_Light_ActionButton_Overflow = 0x7f0e0123; + public static final int Widget_AppCompat_Light_ActionMode_Inverse = 0x7f0e0124; + public static final int Widget_AppCompat_Light_ActivityChooserView = 0x7f0e0125; + public static final int Widget_AppCompat_Light_AutoCompleteTextView = 0x7f0e0126; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner = 0x7f0e0127; + public static final int Widget_AppCompat_Light_ListPopupWindow = 0x7f0e0128; + public static final int Widget_AppCompat_Light_ListView_DropDown = 0x7f0e0129; + public static final int Widget_AppCompat_Light_PopupMenu = 0x7f0e012a; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow = 0x7f0e012b; + public static final int Widget_AppCompat_Light_SearchView = 0x7f0e012c; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar = 0x7f0e012d; + public static final int Widget_AppCompat_ListPopupWindow = 0x7f0e012e; + public static final int Widget_AppCompat_ListView = 0x7f0e012f; + public static final int Widget_AppCompat_ListView_DropDown = 0x7f0e0130; + public static final int Widget_AppCompat_ListView_Menu = 0x7f0e0131; + public static final int Widget_AppCompat_PopupMenu = 0x7f0e0132; + public static final int Widget_AppCompat_PopupMenu_Overflow = 0x7f0e0133; + public static final int Widget_AppCompat_PopupWindow = 0x7f0e0134; + public static final int Widget_AppCompat_ProgressBar = 0x7f0e0135; + public static final int Widget_AppCompat_ProgressBar_Horizontal = 0x7f0e0136; + public static final int Widget_AppCompat_RatingBar = 0x7f0e0137; + public static final int Widget_AppCompat_RatingBar_Indicator = 0x7f0e0138; + public static final int Widget_AppCompat_RatingBar_Small = 0x7f0e0139; + public static final int Widget_AppCompat_SearchView = 0x7f0e013a; + public static final int Widget_AppCompat_SearchView_ActionBar = 0x7f0e013b; + public static final int Widget_AppCompat_SeekBar = 0x7f0e013c; + public static final int Widget_AppCompat_Spinner = 0x7f0e013d; + public static final int Widget_AppCompat_Spinner_DropDown = 0x7f0e013e; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar = 0x7f0e013f; + public static final int Widget_AppCompat_Spinner_Underlined = 0x7f0e0140; + public static final int Widget_AppCompat_TextView_SpinnerItem = 0x7f0e0141; + public static final int Widget_AppCompat_Toolbar = 0x7f0e0142; + public static final int Widget_AppCompat_Toolbar_Button_Navigation = 0x7f0e0143; + } + public static final class styleable { + public static final int[] ActionBar = { 0x7f03002a, 0x7f03002b, 0x7f03002c, 0x7f03004e, 0x7f03004f, 0x7f030050, 0x7f030051, 0x7f030054, 0x7f030058, 0x7f030059, 0x7f030064, 0x7f03006f, 0x7f030070, 0x7f030071, 0x7f030072, 0x7f030073, 0x7f030076, 0x7f030079, 0x7f030087, 0x7f03008e, 0x7f030098, 0x7f03009b, 0x7f03009c, 0x7f0300bd, 0x7f0300c0, 0x7f0300d4, 0x7f0300de }; + public static final int ActionBar_background = 0; + public static final int ActionBar_backgroundSplit = 1; + public static final int ActionBar_backgroundStacked = 2; + public static final int ActionBar_contentInsetEnd = 3; + public static final int ActionBar_contentInsetLeft = 4; + public static final int ActionBar_contentInsetRight = 5; + public static final int ActionBar_contentInsetStart = 6; + public static final int ActionBar_customNavigationLayout = 7; + public static final int ActionBar_displayOptions = 8; + public static final int ActionBar_divider = 9; + public static final int ActionBar_elevation = 10; + public static final int ActionBar_height = 11; + public static final int ActionBar_hideOnContentScroll = 12; + public static final int ActionBar_homeAsUpIndicator = 13; + public static final int ActionBar_homeLayout = 14; + public static final int ActionBar_icon = 15; + public static final int ActionBar_indeterminateProgressStyle = 16; + public static final int ActionBar_itemPadding = 17; + public static final int ActionBar_logo = 18; + public static final int ActionBar_navigationMode = 19; + public static final int ActionBar_popupTheme = 20; + public static final int ActionBar_progressBarPadding = 21; + public static final int ActionBar_progressBarStyle = 22; + public static final int ActionBar_subtitle = 23; + public static final int ActionBar_subtitleTextStyle = 24; + public static final int ActionBar_title = 25; + public static final int ActionBar_titleTextStyle = 26; + public static final int[] ActionBarLayout = { 0x010100b3 }; + public static final int ActionBarLayout_android_layout_gravity = 0; + public static final int[] ActionMenuItemView = { 0x0101013f }; + public static final int ActionMenuItemView_android_minWidth = 0; + public static final int[] ActionMenuView = { }; + public static final int[] ActionMode = { 0x7f03002a, 0x7f03002b, 0x7f030041, 0x7f03006f, 0x7f0300c0, 0x7f0300de }; + public static final int ActionMode_background = 0; + public static final int ActionMode_backgroundSplit = 1; + public static final int ActionMode_closeItemLayout = 2; + public static final int ActionMode_height = 3; + public static final int ActionMode_subtitleTextStyle = 4; + public static final int ActionMode_titleTextStyle = 5; + public static final int[] ActivityChooserView = { 0x7f030065, 0x7f030077 }; + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 0; + public static final int ActivityChooserView_initialActivityCount = 1; + public static final int[] AlertDialog = { 0x010100f2, 0x7f030036, 0x7f03007f, 0x7f030080, 0x7f03008b, 0x7f0300b0 }; + public static final int AlertDialog_android_layout = 0; + public static final int AlertDialog_buttonPanelSideLayout = 1; + public static final int AlertDialog_listItemLayout = 2; + public static final int AlertDialog_listLayout = 3; + public static final int AlertDialog_multiChoiceItemLayout = 4; + public static final int AlertDialog_singleChoiceItemLayout = 5; + public static final int[] AppCompatImageView = { 0x01010119, 0x7f0300b7 }; + public static final int AppCompatImageView_android_src = 0; + public static final int AppCompatImageView_srcCompat = 1; + public static final int[] AppCompatTextView = { 0x01010034, 0x7f0300c6 }; + public static final int AppCompatTextView_android_textAppearance = 0; + public static final int AppCompatTextView_textAllCaps = 1; + public static final int[] AppCompatTheme = { 0x01010057, 0x010100ae, 0x7f030000, 0x7f030001, 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, 0x7f030021, 0x7f030022, 0x7f030023, 0x7f030024, 0x7f030025, 0x7f030029, 0x7f030030, 0x7f030031, 0x7f030032, 0x7f030033, 0x7f030034, 0x7f030035, 0x7f030037, 0x7f030038, 0x7f03003c, 0x7f03003d, 0x7f030045, 0x7f030046, 0x7f030047, 0x7f030048, 0x7f030049, 0x7f03004a, 0x7f03004b, 0x7f03004c, 0x7f030052, 0x7f030056, 0x7f030057, 0x7f03005a, 0x7f03005c, 0x7f03005f, 0x7f030060, 0x7f030061, 0x7f030062, 0x7f030063, 0x7f030071, 0x7f030075, 0x7f03007d, 0x7f03007e, 0x7f030081, 0x7f030082, 0x7f030083, 0x7f030084, 0x7f030085, 0x7f030086, 0x7f030094, 0x7f030095, 0x7f030096, 0x7f030097, 0x7f030099, 0x7f03009f, 0x7f0300a1, 0x7f0300a2, 0x7f0300a3, 0x7f0300a7, 0x7f0300a8, 0x7f0300a9, 0x7f0300aa, 0x7f0300b4, 0x7f0300b5, 0x7f0300c4, 0x7f0300c7, 0x7f0300c8, 0x7f0300c9, 0x7f0300ca, 0x7f0300cb, 0x7f0300cc, 0x7f0300ce, 0x7f0300cf, 0x7f0300df, 0x7f0300e0, 0x7f0300e4, 0x7f0300e5, 0x7f0300e6, 0x7f0300e7, 0x7f0300e8, 0x7f0300e9, 0x7f0300ea, 0x7f0300eb, 0x7f0300ec, 0x7f0300ed }; + public static final int AppCompatTheme_android_windowIsFloating = 0; + public static final int AppCompatTheme_android_windowAnimationStyle = 1; + public static final int AppCompatTheme_actionBarDivider = 2; + public static final int AppCompatTheme_actionBarItemBackground = 3; + public static final int AppCompatTheme_actionBarPopupTheme = 4; + public static final int AppCompatTheme_actionBarSize = 5; + public static final int AppCompatTheme_actionBarSplitStyle = 6; + public static final int AppCompatTheme_actionBarStyle = 7; + public static final int AppCompatTheme_actionBarTabBarStyle = 8; + public static final int AppCompatTheme_actionBarTabStyle = 9; + public static final int AppCompatTheme_actionBarTabTextStyle = 10; + public static final int AppCompatTheme_actionBarTheme = 11; + public static final int AppCompatTheme_actionBarWidgetTheme = 12; + public static final int AppCompatTheme_actionButtonStyle = 13; + public static final int AppCompatTheme_actionDropDownStyle = 14; + public static final int AppCompatTheme_actionMenuTextAppearance = 15; + public static final int AppCompatTheme_actionMenuTextColor = 16; + public static final int AppCompatTheme_actionModeBackground = 17; + public static final int AppCompatTheme_actionModeCloseButtonStyle = 18; + public static final int AppCompatTheme_actionModeCloseDrawable = 19; + public static final int AppCompatTheme_actionModeCopyDrawable = 20; + public static final int AppCompatTheme_actionModeCutDrawable = 21; + public static final int AppCompatTheme_actionModeFindDrawable = 22; + public static final int AppCompatTheme_actionModePasteDrawable = 23; + public static final int AppCompatTheme_actionModePopupWindowStyle = 24; + public static final int AppCompatTheme_actionModeSelectAllDrawable = 25; + public static final int AppCompatTheme_actionModeShareDrawable = 26; + public static final int AppCompatTheme_actionModeSplitBackground = 27; + public static final int AppCompatTheme_actionModeStyle = 28; + public static final int AppCompatTheme_actionModeWebSearchDrawable = 29; + public static final int AppCompatTheme_actionOverflowButtonStyle = 30; + public static final int AppCompatTheme_actionOverflowMenuStyle = 31; + public static final int AppCompatTheme_activityChooserViewStyle = 32; + public static final int AppCompatTheme_alertDialogButtonGroupStyle = 33; + public static final int AppCompatTheme_alertDialogCenterButtons = 34; + public static final int AppCompatTheme_alertDialogStyle = 35; + public static final int AppCompatTheme_alertDialogTheme = 36; + public static final int AppCompatTheme_autoCompleteTextViewStyle = 37; + public static final int AppCompatTheme_borderlessButtonStyle = 38; + public static final int AppCompatTheme_buttonBarButtonStyle = 39; + public static final int AppCompatTheme_buttonBarNegativeButtonStyle = 40; + public static final int AppCompatTheme_buttonBarNeutralButtonStyle = 41; + public static final int AppCompatTheme_buttonBarPositiveButtonStyle = 42; + public static final int AppCompatTheme_buttonBarStyle = 43; + public static final int AppCompatTheme_buttonStyle = 44; + public static final int AppCompatTheme_buttonStyleSmall = 45; + public static final int AppCompatTheme_checkboxStyle = 46; + public static final int AppCompatTheme_checkedTextViewStyle = 47; + public static final int AppCompatTheme_colorAccent = 48; + public static final int AppCompatTheme_colorButtonNormal = 49; + public static final int AppCompatTheme_colorControlActivated = 50; + public static final int AppCompatTheme_colorControlHighlight = 51; + public static final int AppCompatTheme_colorControlNormal = 52; + public static final int AppCompatTheme_colorPrimary = 53; + public static final int AppCompatTheme_colorPrimaryDark = 54; + public static final int AppCompatTheme_colorSwitchThumbNormal = 55; + public static final int AppCompatTheme_controlBackground = 56; + public static final int AppCompatTheme_dialogPreferredPadding = 57; + public static final int AppCompatTheme_dialogTheme = 58; + public static final int AppCompatTheme_dividerHorizontal = 59; + public static final int AppCompatTheme_dividerVertical = 60; + public static final int AppCompatTheme_dropDownListViewStyle = 61; + public static final int AppCompatTheme_dropdownListPreferredItemHeight = 62; + public static final int AppCompatTheme_editTextBackground = 63; + public static final int AppCompatTheme_editTextColor = 64; + public static final int AppCompatTheme_editTextStyle = 65; + public static final int AppCompatTheme_homeAsUpIndicator = 66; + public static final int AppCompatTheme_imageButtonStyle = 67; + public static final int AppCompatTheme_listChoiceBackgroundIndicator = 68; + public static final int AppCompatTheme_listDividerAlertDialog = 69; + public static final int AppCompatTheme_listPopupWindowStyle = 70; + public static final int AppCompatTheme_listPreferredItemHeight = 71; + public static final int AppCompatTheme_listPreferredItemHeightLarge = 72; + public static final int AppCompatTheme_listPreferredItemHeightSmall = 73; + public static final int AppCompatTheme_listPreferredItemPaddingLeft = 74; + public static final int AppCompatTheme_listPreferredItemPaddingRight = 75; + public static final int AppCompatTheme_panelBackground = 76; + public static final int AppCompatTheme_panelMenuListTheme = 77; + public static final int AppCompatTheme_panelMenuListWidth = 78; + public static final int AppCompatTheme_popupMenuStyle = 79; + public static final int AppCompatTheme_popupWindowStyle = 80; + public static final int AppCompatTheme_radioButtonStyle = 81; + public static final int AppCompatTheme_ratingBarStyle = 82; + public static final int AppCompatTheme_ratingBarStyleIndicator = 83; + public static final int AppCompatTheme_ratingBarStyleSmall = 84; + public static final int AppCompatTheme_searchViewStyle = 85; + public static final int AppCompatTheme_seekBarStyle = 86; + public static final int AppCompatTheme_selectableItemBackground = 87; + public static final int AppCompatTheme_selectableItemBackgroundBorderless = 88; + public static final int AppCompatTheme_spinnerDropDownItemStyle = 89; + public static final int AppCompatTheme_spinnerStyle = 90; + public static final int AppCompatTheme_switchStyle = 91; + public static final int AppCompatTheme_textAppearanceLargePopupMenu = 92; + public static final int AppCompatTheme_textAppearanceListItem = 93; + public static final int AppCompatTheme_textAppearanceListItemSmall = 94; + public static final int AppCompatTheme_textAppearanceSearchResultSubtitle = 95; + public static final int AppCompatTheme_textAppearanceSearchResultTitle = 96; + public static final int AppCompatTheme_textAppearanceSmallPopupMenu = 97; + public static final int AppCompatTheme_textColorAlertDialogListItem = 98; + public static final int AppCompatTheme_textColorSearchUrl = 99; + public static final int AppCompatTheme_toolbarNavigationButtonStyle = 100; + public static final int AppCompatTheme_toolbarStyle = 101; + public static final int AppCompatTheme_windowActionBar = 102; + public static final int AppCompatTheme_windowActionBarOverlay = 103; + public static final int AppCompatTheme_windowActionModeOverlay = 104; + public static final int AppCompatTheme_windowFixedHeightMajor = 105; + public static final int AppCompatTheme_windowFixedHeightMinor = 106; + public static final int AppCompatTheme_windowFixedWidthMajor = 107; + public static final int AppCompatTheme_windowFixedWidthMinor = 108; + public static final int AppCompatTheme_windowMinWidthMajor = 109; + public static final int AppCompatTheme_windowMinWidthMinor = 110; + public static final int AppCompatTheme_windowNoTitle = 111; + public static final int[] ButtonBarLayout = { 0x7f030026 }; + public static final int ButtonBarLayout_allowStacking = 0; + public static final int[] CompoundButton = { 0x01010107, 0x7f030039, 0x7f03003a }; + public static final int CompoundButton_android_button = 0; + public static final int CompoundButton_buttonTint = 1; + public static final int CompoundButton_buttonTintMode = 2; + public static final int[] DrawerArrowToggle = { 0x7f030027, 0x7f030028, 0x7f03002f, 0x7f030044, 0x7f03005d, 0x7f03006d, 0x7f0300b3, 0x7f0300d2 }; + public static final int DrawerArrowToggle_arrowHeadLength = 0; + public static final int DrawerArrowToggle_arrowShaftLength = 1; + public static final int DrawerArrowToggle_barLength = 2; + public static final int DrawerArrowToggle_color = 3; + public static final int DrawerArrowToggle_drawableSize = 4; + public static final int DrawerArrowToggle_gapBetweenBars = 5; + public static final int DrawerArrowToggle_spinBars = 6; + public static final int DrawerArrowToggle_thickness = 7; + public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f030059, 0x7f03005b, 0x7f03008a, 0x7f0300ae }; + public static final int LinearLayoutCompat_android_gravity = 0; + public static final int LinearLayoutCompat_android_orientation = 1; + public static final int LinearLayoutCompat_android_baselineAligned = 2; + public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; + public static final int LinearLayoutCompat_android_weightSum = 4; + public static final int LinearLayoutCompat_divider = 5; + public static final int LinearLayoutCompat_dividerPadding = 6; + public static final int LinearLayoutCompat_measureWithLargestChild = 7; + public static final int LinearLayoutCompat_showDividers = 8; + public static final int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }; + public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0; + public static final int LinearLayoutCompat_Layout_android_layout_width = 1; + public static final int LinearLayoutCompat_Layout_android_layout_height = 2; + public static final int LinearLayoutCompat_Layout_android_layout_weight = 3; + public static final int[] ListPopupWindow = { 0x010102ac, 0x010102ad }; + public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; + public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; + public static final int[] MenuGroup = { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }; + public static final int MenuGroup_android_enabled = 0; + public static final int MenuGroup_android_id = 1; + public static final int MenuGroup_android_visible = 2; + public static final int MenuGroup_android_menuCategory = 3; + public static final int MenuGroup_android_orderInCategory = 4; + public static final int MenuGroup_android_checkableBehavior = 5; + public static final int[] MenuItem = { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f03000d, 0x7f03001f, 0x7f030020, 0x7f0300ad }; + public static final int MenuItem_android_icon = 0; + public static final int MenuItem_android_enabled = 1; + public static final int MenuItem_android_id = 2; + public static final int MenuItem_android_checked = 3; + public static final int MenuItem_android_visible = 4; + public static final int MenuItem_android_menuCategory = 5; + public static final int MenuItem_android_orderInCategory = 6; + public static final int MenuItem_android_title = 7; + public static final int MenuItem_android_titleCondensed = 8; + public static final int MenuItem_android_alphabeticShortcut = 9; + public static final int MenuItem_android_numericShortcut = 10; + public static final int MenuItem_android_checkable = 11; + public static final int MenuItem_android_onClick = 12; + public static final int MenuItem_actionLayout = 13; + public static final int MenuItem_actionProviderClass = 14; + public static final int MenuItem_actionViewClass = 15; + public static final int MenuItem_showAsAction = 16; + public static final int[] MenuView = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f03009a }; + public static final int MenuView_android_windowAnimationStyle = 0; + public static final int MenuView_android_itemTextAppearance = 1; + public static final int MenuView_android_horizontalDivider = 2; + public static final int MenuView_android_verticalDivider = 3; + public static final int MenuView_android_headerBackground = 4; + public static final int MenuView_android_itemBackground = 5; + public static final int MenuView_android_itemIconDisabledAlpha = 6; + public static final int MenuView_preserveIconSpacing = 7; + public static final int[] PopupWindow = { 0x01010176, 0x7f030091 }; + public static final int PopupWindow_android_popupBackground = 0; + public static final int PopupWindow_overlapAnchor = 1; + public static final int[] PopupWindowBackgroundState = { 0x7f0300b9 }; + public static final int PopupWindowBackgroundState_state_above_anchor = 0; + public static final int[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f030040, 0x7f03004d, 0x7f030055, 0x7f03006e, 0x7f030074, 0x7f03007a, 0x7f03009d, 0x7f03009e, 0x7f0300a5, 0x7f0300a6, 0x7f0300bc, 0x7f0300c1, 0x7f0300e3 }; + public static final int SearchView_android_focusable = 0; + public static final int SearchView_android_maxWidth = 1; + public static final int SearchView_android_inputType = 2; + public static final int SearchView_android_imeOptions = 3; + public static final int SearchView_closeIcon = 4; + public static final int SearchView_commitIcon = 5; + public static final int SearchView_defaultQueryHint = 6; + public static final int SearchView_goIcon = 7; + public static final int SearchView_iconifiedByDefault = 8; + public static final int SearchView_layout = 9; + public static final int SearchView_queryBackground = 10; + public static final int SearchView_queryHint = 11; + public static final int SearchView_searchHintIcon = 12; + public static final int SearchView_searchIcon = 13; + public static final int SearchView_submitBackground = 14; + public static final int SearchView_suggestionRowLayout = 15; + public static final int SearchView_voiceIcon = 16; + public static final int[] Spinner = { 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f030098 }; + public static final int Spinner_android_entries = 0; + public static final int Spinner_android_popupBackground = 1; + public static final int Spinner_android_prompt = 2; + public static final int Spinner_android_dropDownWidth = 3; + public static final int Spinner_popupTheme = 4; + public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f0300af, 0x7f0300b6, 0x7f0300c2, 0x7f0300c3, 0x7f0300c5, 0x7f0300d3, 0x7f0300e2 }; + public static final int SwitchCompat_android_textOn = 0; + public static final int SwitchCompat_android_textOff = 1; + public static final int SwitchCompat_android_thumb = 2; + public static final int SwitchCompat_showText = 3; + public static final int SwitchCompat_splitTrack = 4; + public static final int SwitchCompat_switchMinWidth = 5; + public static final int SwitchCompat_switchPadding = 6; + public static final int SwitchCompat_switchTextAppearance = 7; + public static final int SwitchCompat_thumbTextPadding = 8; + public static final int SwitchCompat_track = 9; + public static final int[] TextAppearance = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x7f0300c6 }; + public static final int TextAppearance_android_textSize = 0; + public static final int TextAppearance_android_typeface = 1; + public static final int TextAppearance_android_textStyle = 2; + public static final int TextAppearance_android_textColor = 3; + public static final int TextAppearance_android_shadowColor = 4; + public static final int TextAppearance_android_shadowDx = 5; + public static final int TextAppearance_android_shadowDy = 6; + public static final int TextAppearance_android_shadowRadius = 7; + public static final int TextAppearance_textAllCaps = 8; + public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f030042, 0x7f030043, 0x7f03004e, 0x7f03004f, 0x7f030050, 0x7f030051, 0x7f030087, 0x7f030088, 0x7f030089, 0x7f03008c, 0x7f03008d, 0x7f030098, 0x7f0300bd, 0x7f0300be, 0x7f0300bf, 0x7f0300d4, 0x7f0300d5, 0x7f0300d6, 0x7f0300d7, 0x7f0300d8, 0x7f0300d9, 0x7f0300dc, 0x7f0300dd }; + public static final int Toolbar_android_gravity = 0; + public static final int Toolbar_android_minHeight = 1; + public static final int Toolbar_collapseContentDescription = 2; + public static final int Toolbar_collapseIcon = 3; + public static final int Toolbar_contentInsetEnd = 4; + public static final int Toolbar_contentInsetLeft = 5; + public static final int Toolbar_contentInsetRight = 6; + public static final int Toolbar_contentInsetStart = 7; + public static final int Toolbar_logo = 8; + public static final int Toolbar_logoDescription = 9; + public static final int Toolbar_maxButtonHeight = 10; + public static final int Toolbar_navigationContentDescription = 11; + public static final int Toolbar_navigationIcon = 12; + public static final int Toolbar_popupTheme = 13; + public static final int Toolbar_subtitle = 14; + public static final int Toolbar_subtitleTextAppearance = 15; + public static final int Toolbar_subtitleTextColor = 16; + public static final int Toolbar_title = 17; + public static final int Toolbar_titleMarginBottom = 18; + public static final int Toolbar_titleMarginEnd = 19; + public static final int Toolbar_titleMarginStart = 20; + public static final int Toolbar_titleMarginTop = 21; + public static final int Toolbar_titleMargins = 22; + public static final int Toolbar_titleTextAppearance = 23; + public static final int Toolbar_titleTextColor = 24; + public static final int[] View = { 0x01010000, 0x010100da, 0x7f030092, 0x7f030093, 0x7f0300d1 }; + public static final int View_android_theme = 0; + public static final int View_android_focusable = 1; + public static final int View_paddingEnd = 2; + public static final int View_paddingStart = 3; + public static final int View_theme = 4; + public static final int[] ViewBackgroundHelper = { 0x010100d4, 0x7f03002d, 0x7f03002e }; + public static final int ViewBackgroundHelper_android_background = 0; + public static final int ViewBackgroundHelper_backgroundTint = 1; + public static final int ViewBackgroundHelper_backgroundTintMode = 2; + public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 }; + public static final int ViewStubCompat_android_id = 0; + public static final int ViewStubCompat_android_layout = 1; + public static final int ViewStubCompat_android_inflatedId = 2; + } +} diff --git a/vdrmanager/de.bjusystems.vdrmanager/build/generated/source/r/debug/de/bjusystems/vdrmanager/R.java b/vdrmanager/de.bjusystems.vdrmanager/build/generated/source/r/debug/de/bjusystems/vdrmanager/R.java new file mode 100644 index 0000000..bffcde8 --- /dev/null +++ b/vdrmanager/de.bjusystems.vdrmanager/build/generated/source/r/debug/de/bjusystems/vdrmanager/R.java @@ -0,0 +1,8641 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package de.bjusystems.vdrmanager; + +public final class R { + public static final class anim { + public static final int abc_fade_in=0x7f010000; + public static final int abc_fade_out=0x7f010001; + public static final int abc_grow_fade_in_from_bottom=0x7f010002; + public static final int abc_popup_enter=0x7f010003; + public static final int abc_popup_exit=0x7f010004; + public static final int abc_shrink_fade_out_from_bottom=0x7f010005; + public static final int abc_slide_in_bottom=0x7f010006; + public static final int abc_slide_in_top=0x7f010007; + public static final int abc_slide_out_bottom=0x7f010008; + public static final int abc_slide_out_top=0x7f010009; + public static final int slide_down_in=0x7f01000a; + public static final int slide_down_out=0x7f01000b; + public static final int slide_left_in=0x7f01000c; + public static final int slide_left_out=0x7f01000d; + public static final int slide_right_in=0x7f01000e; + public static final int slide_right_out=0x7f01000f; + public static final int slide_up_in=0x7f010010; + public static final int slide_up_out=0x7f010011; + } + public static final class array { + public static final int channels_group_by=0x7f020000; + public static final int epg_sort_by_channels_alpha=0x7f020001; + public static final int epg_sort_by_time_alpha=0x7f020002; + public static final int epg_sort_by_time_alpha_channel=0x7f020003; + public static final int font=0x7f020004; + public static final int imdb_urls=0x7f020005; + public static final int imdb_urls_velues=0x7f020006; + public static final int lang=0x7f020007; + public static final int lang_values=0x7f020008; + public static final int livetv_streamformat=0x7f020009; + public static final int livetv_streamformat_values=0x7f02000a; + public static final int navigation_array=0x7f02000b; + public static final int recent_channels_order_entries=0x7f02000c; + public static final int recent_channels_order_entry_values=0x7f02000d; + public static final int recordings_group_by=0x7f02000e; + public static final int recstream_entries=0x7f02000f; + public static final int recstream_entry_values=0x7f020010; + public static final int recstream_smarttvweb_entries=0x7f020011; + public static final int recstream_smarttvweb_entry_values=0x7f020012; + public static final int remux_entries=0x7f020013; + public static final int remux_entry_values=0x7f020014; + public static final int wakeup_methods=0x7f020015; + public static final int wakeup_methods_values=0x7f020016; + } + public static final class attr { + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionBarDivider=0x7f030000; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionBarItemBackground=0x7f030001; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionBarPopupTheme=0x7f030002; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * <p>Must be one of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>wrap_content</td><td>0</td><td></td></tr> + * </table> + */ + public static final int actionBarSize=0x7f030003; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionBarSplitStyle=0x7f030004; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionBarStyle=0x7f030005; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionBarTabBarStyle=0x7f030006; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionBarTabStyle=0x7f030007; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionBarTabTextStyle=0x7f030008; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionBarTheme=0x7f030009; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionBarWidgetTheme=0x7f03000a; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionButtonStyle=0x7f03000b; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionDropDownStyle=0x7f03000c; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionLayout=0x7f03000d; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionMenuTextAppearance=0x7f03000e; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int actionMenuTextColor=0x7f03000f; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionModeBackground=0x7f030010; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionModeCloseButtonStyle=0x7f030011; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionModeCloseDrawable=0x7f030012; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionModeCopyDrawable=0x7f030013; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionModeCutDrawable=0x7f030014; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionModeFindDrawable=0x7f030015; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionModePasteDrawable=0x7f030016; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionModePopupWindowStyle=0x7f030017; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionModeSelectAllDrawable=0x7f030018; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionModeShareDrawable=0x7f030019; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionModeSplitBackground=0x7f03001a; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionModeStyle=0x7f03001b; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionModeWebSearchDrawable=0x7f03001c; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionOverflowButtonStyle=0x7f03001d; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int actionOverflowMenuStyle=0x7f03001e; + /** + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int actionProviderClass=0x7f03001f; + /** + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int actionViewClass=0x7f030020; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int activityChooserViewStyle=0x7f030021; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int alertDialogButtonGroupStyle=0x7f030022; + /** + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + */ + public static final int alertDialogCenterButtons=0x7f030023; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int alertDialogStyle=0x7f030024; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int alertDialogTheme=0x7f030025; + /** + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + */ + public static final int allowStacking=0x7f030026; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int arrowHeadLength=0x7f030027; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int arrowShaftLength=0x7f030028; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int autoCompleteTextViewStyle=0x7f030029; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int background=0x7f03002a; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int backgroundSplit=0x7f03002b; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int backgroundStacked=0x7f03002c; + /** + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int backgroundTint=0x7f03002d; + /** + * <p>Must be one of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>multiply</td><td>e</td><td></td></tr> + * <tr><td>screen</td><td>f</td><td></td></tr> + * <tr><td>src_atop</td><td>9</td><td></td></tr> + * <tr><td>src_in</td><td>5</td><td></td></tr> + * <tr><td>src_over</td><td>3</td><td></td></tr> + * </table> + */ + public static final int backgroundTintMode=0x7f03002e; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int barLength=0x7f03002f; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int borderlessButtonStyle=0x7f030030; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int buttonBarButtonStyle=0x7f030031; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int buttonBarNegativeButtonStyle=0x7f030032; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int buttonBarNeutralButtonStyle=0x7f030033; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int buttonBarPositiveButtonStyle=0x7f030034; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int buttonBarStyle=0x7f030035; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int buttonPanelSideLayout=0x7f030036; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int buttonStyle=0x7f030037; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int buttonStyleSmall=0x7f030038; + /** + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int buttonTint=0x7f030039; + /** + * <p>Must be one of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>multiply</td><td>e</td><td></td></tr> + * <tr><td>screen</td><td>f</td><td></td></tr> + * <tr><td>src_atop</td><td>9</td><td></td></tr> + * <tr><td>src_in</td><td>5</td><td></td></tr> + * <tr><td>src_over</td><td>3</td><td></td></tr> + * </table> + */ + public static final int buttonTintMode=0x7f03003a; + /** + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + */ + public static final int centered=0x7f03003b; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int checkboxStyle=0x7f03003c; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int checkedTextViewStyle=0x7f03003d; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int circlePageIndicatorStyle=0x7f03003e; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int clipPadding=0x7f03003f; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int closeIcon=0x7f030040; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int closeItemLayout=0x7f030041; + /** + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int collapseContentDescription=0x7f030042; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int collapseIcon=0x7f030043; + /** + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int color=0x7f030044; + /** + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int colorAccent=0x7f030045; + /** + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int colorButtonNormal=0x7f030046; + /** + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int colorControlActivated=0x7f030047; + /** + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int colorControlHighlight=0x7f030048; + /** + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int colorControlNormal=0x7f030049; + /** + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int colorPrimary=0x7f03004a; + /** + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int colorPrimaryDark=0x7f03004b; + /** + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int colorSwitchThumbNormal=0x7f03004c; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int commitIcon=0x7f03004d; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetEnd=0x7f03004e; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetLeft=0x7f03004f; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetRight=0x7f030050; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int contentInsetStart=0x7f030051; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int controlBackground=0x7f030052; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int cornerRadius=0x7f030053; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int customNavigationLayout=0x7f030054; + /** + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int defaultQueryHint=0x7f030055; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int dialogPreferredPadding=0x7f030056; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int dialogTheme=0x7f030057; + /** + * <p>Must be one or more (separated by '|') of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>disableHome</td><td>20</td><td></td></tr> + * <tr><td>homeAsUp</td><td>4</td><td></td></tr> + * <tr><td>none</td><td>0</td><td></td></tr> + * <tr><td>showCustom</td><td>10</td><td></td></tr> + * <tr><td>showHome</td><td>2</td><td></td></tr> + * <tr><td>showTitle</td><td>8</td><td></td></tr> + * <tr><td>useLogo</td><td>1</td><td></td></tr> + * </table> + */ + public static final int displayOptions=0x7f030058; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int divider=0x7f030059; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int dividerHorizontal=0x7f03005a; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int dividerPadding=0x7f03005b; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int dividerVertical=0x7f03005c; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int drawableSize=0x7f03005d; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int drawerArrowStyle=0x7f03005e; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int dropDownListViewStyle=0x7f03005f; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int dropdownListPreferredItemHeight=0x7f030060; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int editTextBackground=0x7f030061; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int editTextColor=0x7f030062; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int editTextStyle=0x7f030063; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int elevation=0x7f030064; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int expandActivityOverflowButtonDrawable=0x7f030065; + /** + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int fillColor=0x7f030066; + /** + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int footerColor=0x7f030067; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int footerIndicatorHeight=0x7f030068; + /** + * <p>Must be one of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>none</td><td>0</td><td></td></tr> + * <tr><td>triangle</td><td>1</td><td></td></tr> + * <tr><td>underline</td><td>2</td><td></td></tr> + * </table> + */ + public static final int footerIndicatorStyle=0x7f030069; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int footerIndicatorUnderlinePadding=0x7f03006a; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int footerLineHeight=0x7f03006b; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int footerPadding=0x7f03006c; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int gapBetweenBars=0x7f03006d; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int goIcon=0x7f03006e; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int height=0x7f03006f; + /** + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + */ + public static final int hideOnContentScroll=0x7f030070; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int homeAsUpIndicator=0x7f030071; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int homeLayout=0x7f030072; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int icon=0x7f030073; + /** + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + */ + public static final int iconifiedByDefault=0x7f030074; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int imageButtonStyle=0x7f030075; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int indeterminateProgressStyle=0x7f030076; + /** + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int initialActivityCount=0x7f030077; + /** + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + */ + public static final int isLightTheme=0x7f030078; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int itemPadding=0x7f030079; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int layout=0x7f03007a; + /** + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int layoutManager=0x7f03007b; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int list=0x7f03007c; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int listChoiceBackgroundIndicator=0x7f03007d; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int listDividerAlertDialog=0x7f03007e; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int listItemLayout=0x7f03007f; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int listLayout=0x7f030080; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int listPopupWindowStyle=0x7f030081; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemHeight=0x7f030082; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemHeightLarge=0x7f030083; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemHeightSmall=0x7f030084; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemPaddingLeft=0x7f030085; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int listPreferredItemPaddingRight=0x7f030086; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int logo=0x7f030087; + /** + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int logoDescription=0x7f030088; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int maxButtonHeight=0x7f030089; + /** + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + */ + public static final int measureWithLargestChild=0x7f03008a; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int multiChoiceItemLayout=0x7f03008b; + /** + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int navigationContentDescription=0x7f03008c; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int navigationIcon=0x7f03008d; + /** + * <p>Must be one of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>listMode</td><td>1</td><td></td></tr> + * <tr><td>normal</td><td>0</td><td></td></tr> + * <tr><td>tabMode</td><td>2</td><td></td></tr> + * </table> + */ + public static final int navigationMode=0x7f03008e; + /** + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int normalStateColor=0x7f03008f; + /** + * <p>Must be one of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>horizontal</td><td>0</td><td></td></tr> + * <tr><td>vertical</td><td>1</td><td></td></tr> + * </table> + */ + public static final int orientation=0x7f030090; + /** + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + */ + public static final int overlapAnchor=0x7f030091; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int paddingEnd=0x7f030092; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int paddingStart=0x7f030093; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int panelBackground=0x7f030094; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int panelMenuListTheme=0x7f030095; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int panelMenuListWidth=0x7f030096; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int popupMenuStyle=0x7f030097; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int popupTheme=0x7f030098; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int popupWindowStyle=0x7f030099; + /** + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + */ + public static final int preserveIconSpacing=0x7f03009a; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int progressBarPadding=0x7f03009b; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int progressBarStyle=0x7f03009c; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int queryBackground=0x7f03009d; + /** + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int queryHint=0x7f03009e; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int radioButtonStyle=0x7f03009f; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int radius=0x7f0300a0; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int ratingBarStyle=0x7f0300a1; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int ratingBarStyleIndicator=0x7f0300a2; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int ratingBarStyleSmall=0x7f0300a3; + /** + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + */ + public static final int reverseLayout=0x7f0300a4; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int searchHintIcon=0x7f0300a5; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int searchIcon=0x7f0300a6; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int searchViewStyle=0x7f0300a7; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int seekBarStyle=0x7f0300a8; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int selectableItemBackground=0x7f0300a9; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int selectableItemBackgroundBorderless=0x7f0300aa; + /** + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + */ + public static final int selectedBold=0x7f0300ab; + /** + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int selectedColor=0x7f0300ac; + /** + * <p>Must be one or more (separated by '|') of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>always</td><td>2</td><td></td></tr> + * <tr><td>collapseActionView</td><td>8</td><td></td></tr> + * <tr><td>ifRoom</td><td>1</td><td></td></tr> + * <tr><td>never</td><td>0</td><td></td></tr> + * <tr><td>withText</td><td>4</td><td></td></tr> + * </table> + */ + public static final int showAsAction=0x7f0300ad; + /** + * <p>Must be one or more (separated by '|') of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>beginning</td><td>1</td><td></td></tr> + * <tr><td>end</td><td>4</td><td></td></tr> + * <tr><td>middle</td><td>2</td><td></td></tr> + * <tr><td>none</td><td>0</td><td></td></tr> + * </table> + */ + public static final int showDividers=0x7f0300ae; + /** + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + */ + public static final int showText=0x7f0300af; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int singleChoiceItemLayout=0x7f0300b0; + /** + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + */ + public static final int snap=0x7f0300b1; + /** + * <p>May be an integer value, such as "<code>100</code>". + */ + public static final int spanCount=0x7f0300b2; + /** + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + */ + public static final int spinBars=0x7f0300b3; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int spinnerDropDownItemStyle=0x7f0300b4; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int spinnerStyle=0x7f0300b5; + /** + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + */ + public static final int splitTrack=0x7f0300b6; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int srcCompat=0x7f0300b7; + /** + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + */ + public static final int stackFromEnd=0x7f0300b8; + /** + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + */ + public static final int state_above_anchor=0x7f0300b9; + /** + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int strokeColor=0x7f0300ba; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int strokeWidth=0x7f0300bb; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int submitBackground=0x7f0300bc; + /** + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int subtitle=0x7f0300bd; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int subtitleTextAppearance=0x7f0300be; + /** + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int subtitleTextColor=0x7f0300bf; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int subtitleTextStyle=0x7f0300c0; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int suggestionRowLayout=0x7f0300c1; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int switchMinWidth=0x7f0300c2; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int switchPadding=0x7f0300c3; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int switchStyle=0x7f0300c4; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int switchTextAppearance=0x7f0300c5; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + */ + public static final int textAllCaps=0x7f0300c6; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int textAppearanceLargePopupMenu=0x7f0300c7; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int textAppearanceListItem=0x7f0300c8; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int textAppearanceListItemSmall=0x7f0300c9; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int textAppearanceSearchResultSubtitle=0x7f0300ca; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int textAppearanceSearchResultTitle=0x7f0300cb; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int textAppearanceSmallPopupMenu=0x7f0300cc; + /** + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int textColor=0x7f0300cd; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int textColorAlertDialogListItem=0x7f0300ce; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int textColorSearchUrl=0x7f0300cf; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int textSize=0x7f0300d0; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int theme=0x7f0300d1; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int thickness=0x7f0300d2; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int thumbTextPadding=0x7f0300d3; + /** + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + */ + public static final int title=0x7f0300d4; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMarginBottom=0x7f0300d5; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMarginEnd=0x7f0300d6; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMarginStart=0x7f0300d7; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMarginTop=0x7f0300d8; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titleMargins=0x7f0300d9; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int titlePadding=0x7f0300da; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int titlePageIndicatorStyle=0x7f0300db; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int titleTextAppearance=0x7f0300dc; + /** + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + */ + public static final int titleTextColor=0x7f0300dd; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int titleTextStyle=0x7f0300de; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int toolbarNavigationButtonStyle=0x7f0300df; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int toolbarStyle=0x7f0300e0; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + */ + public static final int topPadding=0x7f0300e1; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int track=0x7f0300e2; + /** + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + */ + public static final int voiceIcon=0x7f0300e3; + /** + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + */ + public static final int windowActionBar=0x7f0300e4; + /** + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + */ + public static final int windowActionBarOverlay=0x7f0300e5; + /** + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + */ + public static final int windowActionModeOverlay=0x7f0300e6; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * <p>May be a fractional value, which is a floating point number appended with + * either % or %p, such as "<code>14.5%</code>". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowFixedHeightMajor=0x7f0300e7; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * <p>May be a fractional value, which is a floating point number appended with + * either % or %p, such as "<code>14.5%</code>". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowFixedHeightMinor=0x7f0300e8; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * <p>May be a fractional value, which is a floating point number appended with + * either % or %p, such as "<code>14.5%</code>". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowFixedWidthMajor=0x7f0300e9; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * <p>May be a fractional value, which is a floating point number appended with + * either % or %p, such as "<code>14.5%</code>". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowFixedWidthMinor=0x7f0300ea; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * <p>May be a fractional value, which is a floating point number appended with + * either % or %p, such as "<code>14.5%</code>". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowMinWidthMajor=0x7f0300eb; + /** + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * <p>May be a fractional value, which is a floating point number appended with + * either % or %p, such as "<code>14.5%</code>". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + */ + public static final int windowMinWidthMinor=0x7f0300ec; + /** + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + */ + public static final int windowNoTitle=0x7f0300ed; + } + public static final class bool { + public static final int abc_action_bar_embed_tabs=0x7f040000; + public static final int abc_action_bar_embed_tabs_pre_jb=0x7f040001; + public static final int abc_action_bar_expanded_action_views_exclusive=0x7f040002; + public static final int abc_allow_stacked_button_bar=0x7f040003; + public static final int abc_config_actionMenuItemAllCaps=0x7f040004; + public static final int abc_config_allowActionMenuItemTextWithIcon=0x7f040005; + public static final int abc_config_closeDialogWhenTouchOutside=0x7f040006; + public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f040007; + public static final int default_circle_indicator_centered=0x7f040008; + public static final int default_circle_indicator_snap=0x7f040009; + public static final int default_title_indicator_selected_bold=0x7f04000a; + } + public static final class color { + public static final int abc_background_cache_hint_selector_material_dark=0x7f050000; + public static final int abc_background_cache_hint_selector_material_light=0x7f050001; + public static final int abc_color_highlight_material=0x7f050002; + public static final int abc_input_method_navigation_guard=0x7f050003; + public static final int abc_primary_text_disable_only_material_dark=0x7f050004; + public static final int abc_primary_text_disable_only_material_light=0x7f050005; + public static final int abc_primary_text_material_dark=0x7f050006; + public static final int abc_primary_text_material_light=0x7f050007; + public static final int abc_search_url_text=0x7f050008; + public static final int abc_search_url_text_normal=0x7f050009; + public static final int abc_search_url_text_pressed=0x7f05000a; + public static final int abc_search_url_text_selected=0x7f05000b; + public static final int abc_secondary_text_material_dark=0x7f05000c; + public static final int abc_secondary_text_material_light=0x7f05000d; + public static final int accent_material_dark=0x7f05000e; + public static final int accent_material_light=0x7f05000f; + public static final int background_floating_material_dark=0x7f050010; + public static final int background_floating_material_light=0x7f050011; + public static final int background_material_dark=0x7f050012; + public static final int background_material_light=0x7f050013; + public static final int black=0x7f050014; + public static final int blue=0x7f050015; + public static final int bright_foreground_disabled_material_dark=0x7f050016; + public static final int bright_foreground_disabled_material_light=0x7f050017; + public static final int bright_foreground_inverse_material_dark=0x7f050018; + public static final int bright_foreground_inverse_material_light=0x7f050019; + public static final int bright_foreground_material_dark=0x7f05001a; + public static final int bright_foreground_material_light=0x7f05001b; + public static final int button_material_dark=0x7f05001c; + public static final int button_material_light=0x7f05001d; + public static final int default_circle_indicator_fill_color=0x7f05001e; + public static final int default_circle_indicator_stroke_color=0x7f05001f; + public static final int default_title_indicator_footer_color=0x7f050020; + public static final int default_title_indicator_selected_color=0x7f050021; + public static final int default_title_indicator_text_color=0x7f050022; + public static final int dim_foreground_disabled_material_dark=0x7f050023; + public static final int dim_foreground_disabled_material_light=0x7f050024; + public static final int dim_foreground_material_dark=0x7f050025; + public static final int dim_foreground_material_light=0x7f050026; + public static final int foreground_material_dark=0x7f050027; + public static final int foreground_material_light=0x7f050028; + public static final int green=0x7f050029; + public static final int highlighted_text_material_dark=0x7f05002a; + public static final int highlighted_text_material_light=0x7f05002b; + public static final int hint_foreground_material_dark=0x7f05002c; + public static final int hint_foreground_material_light=0x7f05002d; + public static final int material_blue_grey_800=0x7f05002e; + public static final int material_blue_grey_900=0x7f05002f; + public static final int material_blue_grey_950=0x7f050030; + public static final int material_deep_teal_200=0x7f050031; + public static final int material_deep_teal_500=0x7f050032; + public static final int material_grey_100=0x7f050033; + public static final int material_grey_300=0x7f050034; + public static final int material_grey_50=0x7f050035; + public static final int material_grey_600=0x7f050036; + public static final int material_grey_800=0x7f050037; + public static final int material_grey_850=0x7f050038; + public static final int material_grey_900=0x7f050039; + public static final int primary_dark_material_dark=0x7f05003a; + public static final int primary_dark_material_light=0x7f05003b; + public static final int primary_material_dark=0x7f05003c; + public static final int primary_material_light=0x7f05003d; + public static final int primary_text_default_material_dark=0x7f05003e; + public static final int primary_text_default_material_light=0x7f05003f; + public static final int primary_text_disabled_material_dark=0x7f050040; + public static final int primary_text_disabled_material_light=0x7f050041; + public static final int red=0x7f050042; + public static final int ripple_material_dark=0x7f050043; + public static final int ripple_material_light=0x7f050044; + public static final int secondary_text_default_material_dark=0x7f050045; + public static final int secondary_text_default_material_light=0x7f050046; + public static final int secondary_text_disabled_material_dark=0x7f050047; + public static final int secondary_text_disabled_material_light=0x7f050048; + public static final int switch_thumb_disabled_material_dark=0x7f050049; + public static final int switch_thumb_disabled_material_light=0x7f05004a; + public static final int switch_thumb_material_dark=0x7f05004b; + public static final int switch_thumb_material_light=0x7f05004c; + public static final int switch_thumb_normal_material_dark=0x7f05004d; + public static final int switch_thumb_normal_material_light=0x7f05004e; + public static final int white=0x7f05004f; + public static final int yellow=0x7f050050; + } + public static final class dimen { + public static final int abc_action_bar_content_inset_material=0x7f060000; + public static final int abc_action_bar_default_height_material=0x7f060001; + public static final int abc_action_bar_default_padding_end_material=0x7f060002; + public static final int abc_action_bar_default_padding_start_material=0x7f060003; + public static final int abc_action_bar_icon_vertical_padding_material=0x7f060004; + public static final int abc_action_bar_overflow_padding_end_material=0x7f060005; + public static final int abc_action_bar_overflow_padding_start_material=0x7f060006; + public static final int abc_action_bar_progress_bar_size=0x7f060007; + public static final int abc_action_bar_stacked_max_height=0x7f060008; + public static final int abc_action_bar_stacked_tab_max_width=0x7f060009; + public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f06000a; + public static final int abc_action_bar_subtitle_top_margin_material=0x7f06000b; + public static final int abc_action_button_min_height_material=0x7f06000c; + public static final int abc_action_button_min_width_material=0x7f06000d; + public static final int abc_action_button_min_width_overflow_material=0x7f06000e; + public static final int abc_alert_dialog_button_bar_height=0x7f06000f; + public static final int abc_button_inset_horizontal_material=0x7f060010; + public static final int abc_button_inset_vertical_material=0x7f060011; + public static final int abc_button_padding_horizontal_material=0x7f060012; + public static final int abc_button_padding_vertical_material=0x7f060013; + public static final int abc_config_prefDialogWidth=0x7f060014; + public static final int abc_control_corner_material=0x7f060015; + public static final int abc_control_inset_material=0x7f060016; + public static final int abc_control_padding_material=0x7f060017; + public static final int abc_dialog_fixed_height_major=0x7f060018; + public static final int abc_dialog_fixed_height_minor=0x7f060019; + public static final int abc_dialog_fixed_width_major=0x7f06001a; + public static final int abc_dialog_fixed_width_minor=0x7f06001b; + public static final int abc_dialog_list_padding_vertical_material=0x7f06001c; + public static final int abc_dialog_min_width_major=0x7f06001d; + public static final int abc_dialog_min_width_minor=0x7f06001e; + public static final int abc_dialog_padding_material=0x7f06001f; + public static final int abc_dialog_padding_top_material=0x7f060020; + public static final int abc_disabled_alpha_material_dark=0x7f060021; + public static final int abc_disabled_alpha_material_light=0x7f060022; + public static final int abc_dropdownitem_icon_width=0x7f060023; + public static final int abc_dropdownitem_text_padding_left=0x7f060024; + public static final int abc_dropdownitem_text_padding_right=0x7f060025; + public static final int abc_edit_text_inset_bottom_material=0x7f060026; + public static final int abc_edit_text_inset_horizontal_material=0x7f060027; + public static final int abc_edit_text_inset_top_material=0x7f060028; + public static final int abc_floating_window_z=0x7f060029; + public static final int abc_list_item_padding_horizontal_material=0x7f06002a; + public static final int abc_panel_menu_list_width=0x7f06002b; + public static final int abc_search_view_preferred_width=0x7f06002c; + public static final int abc_search_view_text_min_width=0x7f06002d; + public static final int abc_seekbar_track_background_height_material=0x7f06002e; + public static final int abc_seekbar_track_progress_height_material=0x7f06002f; + public static final int abc_select_dialog_padding_start_material=0x7f060030; + public static final int abc_switch_padding=0x7f060031; + public static final int abc_text_size_body_1_material=0x7f060032; + public static final int abc_text_size_body_2_material=0x7f060033; + public static final int abc_text_size_button_material=0x7f060034; + public static final int abc_text_size_caption_material=0x7f060035; + public static final int abc_text_size_display_1_material=0x7f060036; + public static final int abc_text_size_display_2_material=0x7f060037; + public static final int abc_text_size_display_3_material=0x7f060038; + public static final int abc_text_size_display_4_material=0x7f060039; + public static final int abc_text_size_headline_material=0x7f06003a; + public static final int abc_text_size_large_material=0x7f06003b; + public static final int abc_text_size_medium_material=0x7f06003c; + public static final int abc_text_size_menu_material=0x7f06003d; + public static final int abc_text_size_small_material=0x7f06003e; + public static final int abc_text_size_subhead_material=0x7f06003f; + public static final int abc_text_size_subtitle_material_toolbar=0x7f060040; + public static final int abc_text_size_title_material=0x7f060041; + public static final int abc_text_size_title_material_toolbar=0x7f060042; + public static final int default_circle_indicator_radius=0x7f060043; + public static final int default_circle_indicator_stroke_width=0x7f060044; + public static final int default_title_indicator_clip_padding=0x7f060045; + public static final int default_title_indicator_footer_indicator_height=0x7f060046; + public static final int default_title_indicator_footer_indicator_underline_padding=0x7f060047; + public static final int default_title_indicator_footer_line_height=0x7f060048; + public static final int default_title_indicator_footer_padding=0x7f060049; + public static final int default_title_indicator_text_size=0x7f06004a; + public static final int default_title_indicator_title_padding=0x7f06004b; + public static final int default_title_indicator_top_padding=0x7f06004c; + public static final int disabled_alpha_material_dark=0x7f06004d; + public static final int disabled_alpha_material_light=0x7f06004e; + public static final int highlight_alpha_material_colored=0x7f06004f; + public static final int highlight_alpha_material_dark=0x7f060050; + public static final int highlight_alpha_material_light=0x7f060051; + public static final int item_height=0x7f060052; + public static final int item_inset=0x7f060053; + public static final int item_margin=0x7f060054; + public static final int item_touch_helper_max_drag_scroll_per_frame=0x7f060055; + public static final int item_touch_helper_swipe_escape_max_velocity=0x7f060056; + public static final int item_touch_helper_swipe_escape_velocity=0x7f060057; + public static final int notification_large_icon_height=0x7f060058; + public static final int notification_large_icon_width=0x7f060059; + public static final int notification_subtext_size=0x7f06005a; + public static final int recycler_height=0x7f06005b; + } + public static final class drawable { + public static final int abc_ab_share_pack_mtrl_alpha=0x7f070000; + public static final int abc_action_bar_item_background_material=0x7f070001; + public static final int abc_btn_borderless_material=0x7f070002; + public static final int abc_btn_check_material=0x7f070003; + public static final int abc_btn_check_to_on_mtrl_000=0x7f070004; + public static final int abc_btn_check_to_on_mtrl_015=0x7f070005; + public static final int abc_btn_colored_material=0x7f070006; + public static final int abc_btn_default_mtrl_shape=0x7f070007; + public static final int abc_btn_radio_material=0x7f070008; + public static final int abc_btn_radio_to_on_mtrl_000=0x7f070009; + public static final int abc_btn_radio_to_on_mtrl_015=0x7f07000a; + public static final int abc_btn_rating_star_off_mtrl_alpha=0x7f07000b; + public static final int abc_btn_rating_star_on_mtrl_alpha=0x7f07000c; + public static final int abc_btn_switch_to_on_mtrl_00001=0x7f07000d; + public static final int abc_btn_switch_to_on_mtrl_00012=0x7f07000e; + public static final int abc_cab_background_internal_bg=0x7f07000f; + public static final int abc_cab_background_top_material=0x7f070010; + public static final int abc_cab_background_top_mtrl_alpha=0x7f070011; + public static final int abc_control_background_material=0x7f070012; + public static final int abc_dialog_material_background_dark=0x7f070013; + public static final int abc_dialog_material_background_light=0x7f070014; + public static final int abc_edit_text_material=0x7f070015; + public static final int abc_ic_ab_back_mtrl_am_alpha=0x7f070016; + public static final int abc_ic_clear_mtrl_alpha=0x7f070017; + public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f070018; + public static final int abc_ic_go_search_api_mtrl_alpha=0x7f070019; + public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f07001a; + public static final int abc_ic_menu_cut_mtrl_alpha=0x7f07001b; + public static final int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f07001c; + public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f07001d; + public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f07001e; + public static final int abc_ic_menu_share_mtrl_alpha=0x7f07001f; + public static final int abc_ic_search_api_mtrl_alpha=0x7f070020; + public static final int abc_ic_star_black_16dp=0x7f070021; + public static final int abc_ic_star_black_36dp=0x7f070022; + public static final int abc_ic_star_half_black_16dp=0x7f070023; + public static final int abc_ic_star_half_black_36dp=0x7f070024; + public static final int abc_ic_voice_search_api_mtrl_alpha=0x7f070025; + public static final int abc_item_background_holo_dark=0x7f070026; + public static final int abc_item_background_holo_light=0x7f070027; + public static final int abc_list_divider_mtrl_alpha=0x7f070028; + public static final int abc_list_focused_holo=0x7f070029; + public static final int abc_list_longpressed_holo=0x7f07002a; + public static final int abc_list_pressed_holo_dark=0x7f07002b; + public static final int abc_list_pressed_holo_light=0x7f07002c; + public static final int abc_list_selector_background_transition_holo_dark=0x7f07002d; + public static final int abc_list_selector_background_transition_holo_light=0x7f07002e; + public static final int abc_list_selector_disabled_holo_dark=0x7f07002f; + public static final int abc_list_selector_disabled_holo_light=0x7f070030; + public static final int abc_list_selector_holo_dark=0x7f070031; + public static final int abc_list_selector_holo_light=0x7f070032; + public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f070033; + public static final int abc_popup_background_mtrl_mult=0x7f070034; + public static final int abc_ratingbar_full_material=0x7f070035; + public static final int abc_ratingbar_indicator_material=0x7f070036; + public static final int abc_ratingbar_small_material=0x7f070037; + public static final int abc_scrubber_control_off_mtrl_alpha=0x7f070038; + public static final int abc_scrubber_control_to_pressed_mtrl_000=0x7f070039; + public static final int abc_scrubber_control_to_pressed_mtrl_005=0x7f07003a; + public static final int abc_scrubber_primary_mtrl_alpha=0x7f07003b; + public static final int abc_scrubber_track_mtrl_alpha=0x7f07003c; + public static final int abc_seekbar_thumb_material=0x7f07003d; + public static final int abc_seekbar_track_material=0x7f07003e; + public static final int abc_spinner_mtrl_am_alpha=0x7f07003f; + public static final int abc_spinner_textfield_background_material=0x7f070040; + public static final int abc_switch_thumb_material=0x7f070041; + public static final int abc_switch_track_mtrl_alpha=0x7f070042; + public static final int abc_tab_indicator_material=0x7f070043; + public static final int abc_tab_indicator_mtrl_alpha=0x7f070044; + public static final int abc_text_cursor_material=0x7f070045; + public static final int abc_textfield_activated_mtrl_alpha=0x7f070046; + public static final int abc_textfield_default_mtrl_alpha=0x7f070047; + public static final int abc_textfield_search_activated_mtrl_alpha=0x7f070048; + public static final int abc_textfield_search_default_mtrl_alpha=0x7f070049; + public static final int abc_textfield_search_material=0x7f07004a; + public static final int action_search=0x7f07004b; + public static final int app_logo=0x7f07004c; + public static final int back=0x7f07004d; + public static final int btn_channels=0x7f07004e; + public static final int btn_circle=0x7f07004f; + public static final int btn_circle_disable=0x7f070050; + public static final int btn_circle_disable_focused=0x7f070051; + public static final int btn_circle_normal=0x7f070052; + public static final int btn_circle_pressed=0x7f070053; + public static final int btn_circle_selected=0x7f070054; + public static final int btn_clock=0x7f070055; + public static final int btn_epglist=0x7f070056; + public static final int btn_recordings=0x7f070057; + public static final int btn_remote=0x7f070058; + public static final int btn_search=0x7f070059; + public static final int btn_search_times=0x7f07005a; + public static final int btn_timer=0x7f07005b; + public static final int btn_wakeup=0x7f07005c; + public static final int drawer_shadow=0x7f07005d; + public static final int folder=0x7f07005e; + public static final int ic_btn_round_minus=0x7f07005f; + public static final int ic_btn_round_plus=0x7f070060; + public static final int ic_drawer=0x7f070061; + public static final int ic_drive=0x7f070062; + public static final int ic_menu_3d_globe=0x7f070063; + public static final int ic_menu_back=0x7f070064; + public static final int ic_menu_filter=0x7f070065; + public static final int ic_menu_forward=0x7f070066; + public static final int ic_menu_goto=0x7f070067; + public static final int ic_menu_moreoverflow=0x7f070068; + public static final int ic_menu_play_clip=0x7f070069; + public static final int ic_menu_recent_history=0x7f07006a; + public static final int ic_menu_refresh=0x7f07006b; + public static final int ic_menu_revert=0x7f07006c; + public static final int ic_menu_video=0x7f07006d; + public static final int ic_menu_view=0x7f07006e; + public static final int ic_video_small=0x7f07006f; + public static final int ic_volume_small=0x7f070070; + public static final int icon=0x7f070071; + public static final int imdb=0x7f070072; + public static final int left=0x7f070073; + public static final int line_gradient=0x7f070074; + public static final int newrecording=0x7f070075; + public static final int notification_template_icon_bg=0x7f070076; + public static final int omdb=0x7f070077; + public static final int red_button=0x7f070078; + public static final int right=0x7f070079; + public static final int roundedbutton=0x7f07007a; + public static final int sad=0x7f07007b; + public static final int schere=0x7f07007c; + public static final int timer=0x7f07007d; + public static final int timer_active=0x7f07007e; + public static final int timer_active_begin=0x7f07007f; + public static final int timer_active_conflict=0x7f070080; + public static final int timer_active_end=0x7f070081; + public static final int timer_inactive=0x7f070082; + public static final int timer_inactive_begin=0x7f070083; + public static final int timer_inactive_end=0x7f070084; + public static final int timer_none=0x7f070085; + public static final int timer_recording=0x7f070086; + public static final int timer_recording_begin=0x7f070087; + public static final int timer_recording_conflict=0x7f070088; + public static final int timer_recording_end=0x7f070089; + public static final int timer_vps=0x7f07008a; + public static final int tmdb=0x7f07008b; + public static final int tv=0x7f07008c; + public static final int vdr_logo=0x7f07008d; + } + public static final class id { + public static final int ChannelDown=0x7f080000; + public static final int ChannelUp=0x7f080001; + public static final int LinearLayout01=0x7f080002; + public static final int Power=0x7f080003; + public static final int VolumeDown=0x7f080004; + public static final int VolumeUp=0x7f080005; + public static final int action0=0x7f080006; + public static final int action_bar=0x7f080007; + public static final int action_bar_activity_content=0x7f080008; + public static final int action_bar_container=0x7f080009; + public static final int action_bar_root=0x7f08000a; + public static final int action_bar_spinner=0x7f08000b; + public static final int action_bar_subtitle=0x7f08000c; + public static final int action_bar_title=0x7f08000d; + public static final int action_context_bar=0x7f08000e; + public static final int action_divider=0x7f08000f; + public static final int action_menu_channels=0x7f080010; + public static final int action_menu_divider=0x7f080011; + public static final int action_menu_epg=0x7f080012; + public static final int action_menu_presenter=0x7f080013; + public static final int action_menu_recordings=0x7f080014; + public static final int action_menu_remote=0x7f080015; + public static final int action_menu_timers=0x7f080016; + public static final int action_menu_wakeup=0x7f080017; + public static final int action_mode_bar=0x7f080018; + public static final int action_mode_bar_stub=0x7f080019; + public static final int action_mode_close_button=0x7f08001a; + public static final int activity_chooser_view_content=0x7f08001b; + public static final int alertTitle=0x7f08001c; + public static final int always=0x7f08001d; + public static final int audio_block=0x7f08001e; + public static final int audio_image=0x7f08001f; + public static final int beginning=0x7f080020; + public static final int blue=0x7f080021; + public static final int button=0x7f080022; + public static final int button6=0x7f080023; + public static final int button7=0x7f080024; + public static final int buttonPanel=0x7f080025; + public static final int cancel_action=0x7f080026; + public static final int channel_audio=0x7f080027; + public static final int channel_aux=0x7f080028; + public static final int channel_count=0x7f080029; + public static final int channel_group_menu_hide=0x7f08002a; + public static final int channel_group_menu_hide_permanent=0x7f08002b; + public static final int channel_info=0x7f08002c; + public static final int channel_item=0x7f08002d; + public static final int channel_item_menu_stream=0x7f08002e; + public static final int channel_item_menu_switch=0x7f08002f; + public static final int channel_list=0x7f080030; + public static final int channel_name=0x7f080031; + public static final int channel_type=0x7f080032; + public static final int channels_groupby=0x7f080033; + public static final int channels_recent_channels=0x7f080034; + public static final int checkbox=0x7f080035; + public static final int chronometer=0x7f080036; + public static final int collapseActionView=0x7f080037; + public static final int colorButtons=0x7f080038; + public static final int contentPanel=0x7f080039; + public static final int count=0x7f08003a; + public static final int current_count=0x7f08003b; + public static final int custom=0x7f08003c; + public static final int customPanel=0x7f08003d; + public static final int decor_content_parent=0x7f08003e; + public static final int default_activity_button=0x7f08003f; + public static final int disableHome=0x7f080040; + public static final int down=0x7f080041; + public static final int drawer_layout=0x7f080042; + public static final int drive_info=0x7f080043; + public static final int drive_info_pb=0x7f080044; + public static final int driver_info_container=0x7f080045; + public static final int edit=0x7f080046; + public static final int edit_query=0x7f080047; + public static final int empty_view=0x7f080048; + public static final int end=0x7f080049; + public static final int end_padder=0x7f08004a; + public static final int epg_detail_audio=0x7f08004b; + public static final int epg_detail_cats=0x7f08004c; + public static final int epg_detail_channel=0x7f08004d; + public static final int epg_detail_description=0x7f08004e; + public static final int epg_detail_description_scroll=0x7f08004f; + public static final int epg_detail_duration=0x7f080050; + public static final int epg_detail_progress=0x7f080051; + public static final int epg_detail_separator_0=0x7f080052; + public static final int epg_detail_separator_2=0x7f080053; + public static final int epg_detail_separator_3=0x7f080054; + public static final int epg_detail_shorttext=0x7f080055; + public static final int epg_detail_time=0x7f080056; + public static final int epg_detail_time_channel=0x7f080057; + public static final int epg_detail_title=0x7f080058; + public static final int epg_details_menu_add_to_cal=0x7f080059; + public static final int epg_details_menu_search_repeat=0x7f08005a; + public static final int epg_details_menu_share=0x7f08005b; + public static final int epg_details_menu_switch=0x7f08005c; + public static final int epg_event_create_timer=0x7f08005d; + public static final int epg_event_imdb=0x7f08005e; + public static final int epg_event_livetv=0x7f08005f; + public static final int epg_event_omdb=0x7f080060; + public static final int epg_event_tmdb=0x7f080061; + public static final int epg_item_menu_live_tv=0x7f080062; + public static final int epg_item_menu_switchto=0x7f080063; + public static final int epg_item_menu_timer_add=0x7f080064; + public static final int epg_item_menu_timer_delete=0x7f080065; + public static final int epg_item_menu_timer_modify=0x7f080066; + public static final int epg_item_menu_timer_toggle=0x7f080067; + public static final int epg_list_channel_spinner=0x7f080068; + public static final int epg_list_search_label=0x7f080069; + public static final int epg_list_sort_menu=0x7f08006a; + public static final int epg_list_stream=0x7f08006b; + public static final int epg_list_time_label=0x7f08006c; + public static final int epg_list_time_spinner=0x7f08006d; + public static final int epg_list_times=0x7f08006e; + public static final int epg_search=0x7f08006f; + public static final int epg_search_button=0x7f080070; + public static final int epg_search_text=0x7f080071; + public static final int epg_search_time_delete=0x7f080072; + public static final int epg_search_times_add=0x7f080073; + public static final int epg_search_times_list=0x7f080074; + public static final int epg_search_title=0x7f080075; + public static final int epg_timer_state=0x7f080076; + public static final int event_item_description=0x7f080077; + public static final int expand_activities_button=0x7f080078; + public static final int expanded_menu=0x7f080079; + public static final int exprt=0x7f08007a; + public static final int filter=0x7f08007b; + public static final int first_row=0x7f08007c; + public static final int flipper=0x7f08007d; + public static final int folder_info=0x7f08007e; + public static final int green=0x7f08007f; + public static final int group_name=0x7f080080; + public static final int header_item=0x7f080081; + public static final int hitk=0x7f080082; + public static final int hitkLabel=0x7f080083; + public static final int hitkSpinner=0x7f080084; + public static final int home=0x7f080085; + public static final int homeAsUp=0x7f080086; + public static final int horizontal=0x7f080087; + public static final int icon=0x7f080088; + public static final int ifRoom=0x7f080089; + public static final int image=0x7f08008a; + public static final int imprt=0x7f08008b; + public static final int info=0x7f08008c; + public static final int item_touch_helper_previous_elevation=0x7f08008d; + public static final int layout=0x7f08008e; + public static final int left=0x7f08008f; + public static final int left_drawer=0x7f080090; + public static final int line1=0x7f080091; + public static final int line3=0x7f080092; + public static final int list=0x7f080093; + public static final int listMode=0x7f080094; + public static final int list_filter=0x7f080095; + public static final int list_item=0x7f080096; + public static final int list_refresh=0x7f080097; + public static final int main_content=0x7f080098; + public static final int main_logo=0x7f080099; + public static final int main_menu_clear_search=0x7f08009a; + public static final int main_menu_exit=0x7f08009b; + public static final int main_menu_goto=0x7f08009c; + public static final int main_menu_info=0x7f08009d; + public static final int main_menu_preferences=0x7f08009e; + public static final int main_menu_vdrlist_restore=0x7f08009f; + public static final int media_actions=0x7f0800a0; + public static final int menu_search=0x7f0800a1; + public static final int middle=0x7f0800a2; + public static final int multiply=0x7f0800a3; + public static final int navigation=0x7f0800a4; + public static final int never=0x7f0800a5; + public static final int new_vdr=0x7f0800a6; + public static final int no_connection_layout=0x7f0800a7; + public static final int none=0x7f0800a8; + public static final int normal=0x7f0800a9; + public static final int ok=0x7f0800aa; + public static final int parentPanel=0x7f0800ab; + public static final int progress_circular=0x7f0800ac; + public static final int progress_horizontal=0x7f0800ad; + public static final int radio=0x7f0800ae; + public static final int rec_folder_info=0x7f0800af; + public static final int recording_item_menu_delete=0x7f0800b0; + public static final int recording_item_menu_stream=0x7f0800b1; + public static final int recording_list=0x7f0800b2; + public static final int red=0x7f0800b3; + public static final int remapback=0x7f0800b4; + public static final int remoteroot=0x7f0800b5; + public static final int reset=0x7f0800b6; + public static final int result=0x7f0800b7; + public static final int resultwrapper=0x7f0800b8; + public static final int retry_button=0x7f0800b9; + public static final int right=0x7f0800ba; + public static final int root=0x7f0800bb; + public static final int rows0=0x7f0800bc; + public static final int rows1=0x7f0800bd; + public static final int rows2=0x7f0800be; + public static final int screen=0x7f0800bf; + public static final int scrollIndicatorDown=0x7f0800c0; + public static final int scrollIndicatorUp=0x7f0800c1; + public static final int scrollView=0x7f0800c2; + public static final int search_badge=0x7f0800c3; + public static final int search_bar=0x7f0800c4; + public static final int search_box=0x7f0800c5; + public static final int search_button=0x7f0800c6; + public static final int search_close_btn=0x7f0800c7; + public static final int search_edit_frame=0x7f0800c8; + public static final int search_go_btn=0x7f0800c9; + public static final int search_mag_icon=0x7f0800ca; + public static final int search_plate=0x7f0800cb; + public static final int search_src_text=0x7f0800cc; + public static final int search_voice_btn=0x7f0800cd; + public static final int select_dialog_listview=0x7f0800ce; + public static final int shortcut=0x7f0800cf; + public static final int showCustom=0x7f0800d0; + public static final int showHome=0x7f0800d1; + public static final int showTitle=0x7f0800d2; + public static final int spacer=0x7f0800d3; + public static final int split_action_bar=0x7f0800d4; + public static final int src_atop=0x7f0800d5; + public static final int src_in=0x7f0800d6; + public static final int src_over=0x7f0800d7; + public static final int status_bar_latest_event_content=0x7f0800d8; + public static final int submit_area=0x7f0800d9; + public static final int switch_epg_view=0x7f0800da; + public static final int tabMode=0x7f0800db; + public static final int text=0x7f0800dc; + public static final int text2=0x7f0800dd; + public static final int textSpacerNoButtons=0x7f0800de; + public static final int time=0x7f0800df; + public static final int timer_block=0x7f0800e0; + public static final int timer_detail_channel=0x7f0800e1; + public static final int timer_detail_channel_title=0x7f0800e2; + public static final int timer_detail_day=0x7f0800e3; + public static final int timer_detail_end=0x7f0800e4; + public static final int timer_detail_end_title=0x7f0800e5; + public static final int timer_detail_fill=0x7f0800e6; + public static final int timer_detail_layout=0x7f0800e7; + public static final int timer_detail_lifetime=0x7f0800e8; + public static final int timer_detail_priority=0x7f0800e9; + public static final int timer_detail_repeat=0x7f0800ea; + public static final int timer_detail_scroll=0x7f0800eb; + public static final int timer_detail_start=0x7f0800ec; + public static final int timer_detail_start_daytime=0x7f0800ed; + public static final int timer_detail_start_title=0x7f0800ee; + public static final int timer_detail_title=0x7f0800ef; + public static final int timer_detail_title_title=0x7f0800f0; + public static final int timer_detail_vps=0x7f0800f1; + public static final int timer_details_cancel=0x7f0800f2; + public static final int timer_details_modify=0x7f0800f3; + public static final int timer_details_save=0x7f0800f4; + public static final int timer_item=0x7f0800f5; + public static final int timer_item_channel=0x7f0800f6; + public static final int timer_item_duration=0x7f0800f7; + public static final int timer_item_other=0x7f0800f8; + public static final int timer_item_shorttext=0x7f0800f9; + public static final int timer_item_state=0x7f0800fa; + public static final int timer_item_time=0x7f0800fb; + public static final int timer_item_title=0x7f0800fc; + public static final int timer_list=0x7f0800fd; + public static final int timer_menu_add=0x7f0800fe; + public static final int timer_progress=0x7f0800ff; + public static final int title=0x7f080100; + public static final int title_template=0x7f080101; + public static final int topPanel=0x7f080102; + public static final int triangle=0x7f080103; + public static final int underline=0x7f080104; + public static final int up=0x7f080105; + public static final int useLogo=0x7f080106; + public static final int vdr_list=0x7f080107; + public static final int vdrmanager_menu_item=0x7f080108; + public static final int vertical=0x7f080109; + public static final int video_button=0x7f08010a; + public static final int video_video=0x7f08010b; + public static final int viewpager=0x7f08010c; + public static final int whatson_list=0x7f08010d; + public static final int whatson_time=0x7f08010e; + public static final int withText=0x7f08010f; + public static final int wrap_content=0x7f080110; + public static final int yellow=0x7f080111; + } + public static final class integer { + public static final int abc_config_activityDefaultDur=0x7f090000; + public static final int abc_config_activityShortDur=0x7f090001; + public static final int abc_max_action_buttons=0x7f090002; + public static final int cancel_button_image_alpha=0x7f090003; + public static final int default_circle_indicator_orientation=0x7f090004; + public static final int default_title_indicator_footer_indicator_style=0x7f090005; + public static final int status_bar_notification_info_maxnum=0x7f090006; + public static final int svdrp_default_port=0x7f090007; + } + public static final class layout { + public static final int abc_action_bar_title_item=0x7f0a0000; + public static final int abc_action_bar_up_container=0x7f0a0001; + public static final int abc_action_bar_view_list_nav_layout=0x7f0a0002; + public static final int abc_action_menu_item_layout=0x7f0a0003; + public static final int abc_action_menu_layout=0x7f0a0004; + public static final int abc_action_mode_bar=0x7f0a0005; + public static final int abc_action_mode_close_item_material=0x7f0a0006; + public static final int abc_activity_chooser_view=0x7f0a0007; + public static final int abc_activity_chooser_view_list_item=0x7f0a0008; + public static final int abc_alert_dialog_button_bar_material=0x7f0a0009; + public static final int abc_alert_dialog_material=0x7f0a000a; + public static final int abc_dialog_title_material=0x7f0a000b; + public static final int abc_expanded_menu_layout=0x7f0a000c; + public static final int abc_list_menu_item_checkbox=0x7f0a000d; + public static final int abc_list_menu_item_icon=0x7f0a000e; + public static final int abc_list_menu_item_layout=0x7f0a000f; + public static final int abc_list_menu_item_radio=0x7f0a0010; + public static final int abc_popup_menu_item_layout=0x7f0a0011; + public static final int abc_screen_content_include=0x7f0a0012; + public static final int abc_screen_simple=0x7f0a0013; + public static final int abc_screen_simple_overlay_action_mode=0x7f0a0014; + public static final int abc_screen_toolbar=0x7f0a0015; + public static final int abc_search_dropdown_item_icons_2line=0x7f0a0016; + public static final int abc_search_view=0x7f0a0017; + public static final int abc_select_dialog_material=0x7f0a0018; + public static final int channel_item=0x7f0a0019; + public static final int channel_list=0x7f0a001a; + public static final int channel_list_fragment=0x7f0a001b; + public static final int child_layout=0x7f0a001c; + public static final int dialog_dropdown=0x7f0a001d; + public static final int drawer_list_item=0x7f0a001e; + public static final int edit_remote_key=0x7f0a001f; + public static final int epg_detail=0x7f0a0020; + public static final int epg_event_item=0x7f0a0021; + public static final int epg_search=0x7f0a0022; + public static final int epg_search_times_item=0x7f0a0023; + public static final int epg_search_times_list=0x7f0a0024; + public static final int epgdetails=0x7f0a0025; + public static final int event_epg_list=0x7f0a0026; + public static final int fetch_preference=0x7f0a0027; + public static final int folder_item=0x7f0a0028; + public static final int group_layout=0x7f0a0029; + public static final int header_item=0x7f0a002a; + public static final int left_drawer=0x7f0a002b; + public static final int main=0x7f0a002c; + public static final int no_connection=0x7f0a002d; + public static final int notification_media_action=0x7f0a002e; + public static final int notification_media_cancel_action=0x7f0a002f; + public static final int notification_template_big_media=0x7f0a0030; + public static final int notification_template_big_media_narrow=0x7f0a0031; + public static final int notification_template_lines=0x7f0a0032; + public static final int notification_template_media=0x7f0a0033; + public static final int notification_template_part_chronometer=0x7f0a0034; + public static final int notification_template_part_time=0x7f0a0035; + public static final int recording_detail=0x7f0a0036; + public static final int recording_list=0x7f0a0037; + public static final int recycler_buffer_item=0x7f0a0038; + public static final int recycler_itemviews=0x7f0a0039; + public static final int remote=0x7f0a003a; + public static final int search_epg_list=0x7f0a003b; + public static final int select_dialog_item_material=0x7f0a003c; + public static final int select_dialog_multichoice_material=0x7f0a003d; + public static final int select_dialog_singlechoice_material=0x7f0a003e; + public static final int support_simple_spinner_dropdown_item=0x7f0a003f; + public static final int time_epg_list=0x7f0a0040; + public static final int timer_detail=0x7f0a0041; + public static final int timer_list=0x7f0a0042; + public static final int timer_operation_list_item=0x7f0a0043; + public static final int vdr_list_add_delete=0x7f0a0044; + public static final int vdrlist=0x7f0a0045; + public static final int vdrmanager=0x7f0a0046; + public static final int vdrmanager_menu_item=0x7f0a0047; + public static final int video=0x7f0a0048; + } + public static final class menu { + public static final int channel_list_group_menu=0x7f0b0000; + public static final int channel_list_item_menu=0x7f0b0001; + public static final int channellist=0x7f0b0002; + public static final int epg_details=0x7f0b0003; + public static final int epg_event_list_menu=0x7f0b0004; + public static final int epg_list_item_menu=0x7f0b0005; + public static final int epg_list_menu=0x7f0b0006; + public static final int epg_search_menu=0x7f0b0007; + public static final int epg_search_time_item_menu=0x7f0b0008; + public static final int main_menu=0x7f0b0009; + public static final int recording_list_item_menu=0x7f0b000a; + public static final int recording_list_menu=0x7f0b000b; + public static final int refresh_filter_menu=0x7f0b000c; + public static final int refresh_menu=0x7f0b000d; + public static final int remote_menu=0x7f0b000e; + public static final int timer_list_menu=0x7f0b000f; + public static final int vdrlist=0x7f0b0010; + } + public static final class raw { + public static final int ormlite_config=0x7f0c0000; + } + public static final class string { + public static final int Content_Adult_Movie__Drama=0x7f0d0000; + public static final int Content_Adventure__Western__War=0x7f0d0001; + public static final int Content_Advertisement__Shopping=0x7f0d0002; + public static final int Content_Arts__Culture=0x7f0d0003; + public static final int Content_Arts__Culture_Magazine=0x7f0d0004; + public static final int Content_Athletics=0x7f0d0005; + public static final int Content_Ballet=0x7f0d0006; + public static final int Content_Black_and_White=0x7f0d0007; + public static final int Content_Broadcasting__Press=0x7f0d0008; + public static final int Content_Cartoons__Puppets=0x7f0d0009; + public static final int Content_Childrens__Youth_Programme=0x7f0d000a; + public static final int Content_Comedy=0x7f0d000b; + public static final int Content_Cooking=0x7f0d000c; + public static final int Content_Detective__Thriller=0x7f0d000d; + public static final int Content_Discussion__Inverview__Debate=0x7f0d000e; + public static final int Content_Documentary=0x7f0d000f; + public static final int Content_Economics__Social_Advisory=0x7f0d0010; + public static final int Content_Education__Science__Factual=0x7f0d0011; + public static final int Content_Entertainment_Programme_for_10_to_16=0x7f0d0012; + public static final int Content_Entertainment_Programme_for_6_to_14=0x7f0d0013; + public static final int Content_Equestrian=0x7f0d0014; + public static final int Content_Experimental_Film__Video=0x7f0d0015; + public static final int Content_Fashion=0x7f0d0016; + public static final int Content_Film__Cinema=0x7f0d0017; + public static final int Content_Fine_Arts=0x7f0d0018; + public static final int Content_Fitness_and_Health=0x7f0d0019; + public static final int Content_Folk__Tradional_Music=0x7f0d001a; + public static final int Content_Football__Soccer=0x7f0d001b; + public static final int Content_Foreign_Countries__Expeditions=0x7f0d001c; + public static final int Content_Further_Education=0x7f0d001d; + public static final int Content_Game_Show__Quiz__Contest=0x7f0d001e; + public static final int Content_Gardening=0x7f0d001f; + public static final int Content_Handicraft=0x7f0d0020; + public static final int Content_Informational__Educational__School_Programme=0x7f0d0021; + public static final int Content_Jazz=0x7f0d0022; + public static final int Content_Languages=0x7f0d0023; + public static final int Content_Leisure__Hobbies=0x7f0d0024; + public static final int Content_Literature=0x7f0d0025; + public static final int Content_Live_Broadcast=0x7f0d0026; + public static final int Content_Magazine__Report__Documentary=0x7f0d0027; + public static final int Content_Martial_Sports=0x7f0d0028; + public static final int Content_Medicine__Physiology__Psychology=0x7f0d0029; + public static final int Content_Motor_Sport=0x7f0d002a; + public static final int Content_Motoring=0x7f0d002b; + public static final int Content_Movie__Drama=0x7f0d002c; + public static final int Content_Music__Ballet__Dance=0x7f0d002d; + public static final int Content_Musical__Opera=0x7f0d002e; + public static final int Content_Nature__Animals__Environment=0x7f0d002f; + public static final int Content_New_Media=0x7f0d0030; + public static final int Content_News_Magazine=0x7f0d0031; + public static final int Content_News__Current_Affairs=0x7f0d0032; + public static final int Content_News__Weather_Report=0x7f0d0033; + public static final int Content_Original_Language=0x7f0d0034; + public static final int Content_Performing_Arts=0x7f0d0035; + public static final int Content_Popular_Culture__Traditional_Arts=0x7f0d0036; + public static final int Content_Preschool_Childrens_Programme=0x7f0d0037; + public static final int Content_Religion=0x7f0d0038; + public static final int Content_Remarkable_People=0x7f0d0039; + public static final int Content_Rock__Pop=0x7f0d003a; + public static final int Content_Romance=0x7f0d003b; + public static final int Content_Science_Fiction__Fantasy__Horror=0x7f0d003c; + public static final int Content_Serious__Classical_Music=0x7f0d003d; + public static final int Content_Serious__Classical__Religious__Historical_Movie__Drama=0x7f0d003e; + public static final int Content_Show__Game_Show=0x7f0d003f; + public static final int Content_Soap__Melodrama__Folkloric=0x7f0d0040; + public static final int Content_Social__Political__Economics=0x7f0d0041; + public static final int Content_Social__Spiritual_Sciences=0x7f0d0042; + public static final int Content_Special_Event=0x7f0d0043; + public static final int Content_Sport_Magazine=0x7f0d0044; + public static final int Content_Sports=0x7f0d0045; + public static final int Content_Talk_Show=0x7f0d0046; + public static final int Content_Team_Sports=0x7f0d0047; + public static final int Content_Technology__Natural_Sciences=0x7f0d0048; + public static final int Content_Tennis__Squash=0x7f0d0049; + public static final int Content_Tourism__Travel=0x7f0d004a; + public static final int Content_Unknown=0x7f0d004b; + public static final int Content_Unpublished=0x7f0d004c; + public static final int Content_Variety_Show=0x7f0d004d; + public static final int Content_Water_Sport=0x7f0d004e; + public static final int Content_Winter_Sports=0x7f0d004f; + public static final int abc_action_bar_home_description=0x7f0d0050; + public static final int abc_action_bar_home_description_format=0x7f0d0051; + public static final int abc_action_bar_home_subtitle_description_format=0x7f0d0052; + public static final int abc_action_bar_up_description=0x7f0d0053; + public static final int abc_action_menu_overflow_description=0x7f0d0054; + public static final int abc_action_mode_done=0x7f0d0055; + public static final int abc_activity_chooser_view_see_all=0x7f0d0056; + public static final int abc_activitychooserview_choose_application=0x7f0d0057; + public static final int abc_capital_off=0x7f0d0058; + public static final int abc_capital_on=0x7f0d0059; + public static final int abc_search_hint=0x7f0d005a; + public static final int abc_searchview_description_clear=0x7f0d005b; + public static final int abc_searchview_description_query=0x7f0d005c; + public static final int abc_searchview_description_search=0x7f0d005d; + public static final int abc_searchview_description_submit=0x7f0d005e; + public static final int abc_searchview_description_voice=0x7f0d005f; + public static final int abc_shareactionprovider_share_with=0x7f0d0060; + public static final int abc_shareactionprovider_share_with_application=0x7f0d0061; + public static final int abc_toolbar_collapse_description=0x7f0d0062; + public static final int aborted=0x7f0d0063; + public static final int about_text=0x7f0d0064; + public static final int about_title=0x7f0d0065; + public static final int action_menu_channels=0x7f0d0066; + public static final int action_menu_epg=0x7f0d0067; + public static final int action_menu_recordings=0x7f0d0068; + public static final int action_menu_remote=0x7f0d0069; + public static final int action_menu_search=0x7f0d006a; + public static final int action_menu_timers=0x7f0d006b; + public static final int action_menu_wakeup=0x7f0d006c; + public static final int action_websearch=0x7f0d006d; + public static final int addtocal=0x7f0d006e; + public static final int alive_check_enabled_key=0x7f0d006f; + public static final int alive_check_interval_key=0x7f0d0070; + public static final int app_name=0x7f0d0071; + public static final int audio_track_dolby=0x7f0d0072; + public static final int audio_tracks_template=0x7f0d0073; + public static final int certificate_accept_once=0x7f0d0074; + public static final int certificate_accepted_forever=0x7f0d0075; + public static final int certificate_not_accepted=0x7f0d0076; + public static final int certificate_problem_message_text=0x7f0d0077; + public static final int certificate_problem_message_title=0x7f0d0078; + public static final int channel_filter_filter_key=0x7f0d0079; + public static final int channel_filter_filter_summary=0x7f0d007a; + public static final int channel_filter_filter_title=0x7f0d007b; + public static final int channel_filter_last_key=0x7f0d007c; + public static final int channel_filter_last_summary=0x7f0d007d; + public static final int channel_filter_last_title=0x7f0d007e; + public static final int channel_filter_preferences=0x7f0d007f; + public static final int channel_group_menu_hide=0x7f0d0080; + public static final int channel_group_menu_hide_permanent=0x7f0d0081; + public static final int channel_item_menu_epg=0x7f0d0082; + public static final int channel_item_menu_hide=0x7f0d0083; + public static final int channel_item_menu_hide_permanent=0x7f0d0084; + public static final int channel_item_menu_stream=0x7f0d0085; + public static final int channel_item_menu_switch=0x7f0d0086; + public static final int channels_window_title_count=0x7f0d0087; + public static final int choose=0x7f0d0088; + public static final int clear_term_after_search_key=0x7f0d0089; + public static final int clear_term_after_search_summary_off=0x7f0d008a; + public static final int clear_term_after_search_summary_on=0x7f0d008b; + public static final int clear_term_after_search_title=0x7f0d008c; + public static final int common_delete=0x7f0d008d; + public static final int current_vdr_id_key=0x7f0d008e; + public static final int day_concat=0x7f0d008f; + public static final int default_wakeup_method=0x7f0d0090; + public static final int done=0x7f0d0091; + public static final int drawer_close=0x7f0d0092; + public static final int drawer_open=0x7f0d0093; + public static final int drive_img=0x7f0d0094; + public static final int drive_info=0x7f0d0095; + public static final int epg_by_channel=0x7f0d0096; + public static final int epg_by_search=0x7f0d0097; + public static final int epg_by_search_param=0x7f0d0098; + public static final int epg_by_time=0x7f0d0099; + public static final int epg_by_time_args=0x7f0d009a; + public static final int epg_client_errors=0x7f0d009b; + public static final int epg_duration_template=0x7f0d009c; + public static final int epg_duration_template_live=0x7f0d009d; + public static final int epg_eent_livetv_text=0x7f0d009e; + public static final int epg_event_create_timer_text=0x7f0d009f; + public static final int epg_event_imdb_text=0x7f0d00a0; + public static final int epg_event_modify_timer_text=0x7f0d00a1; + public static final int epg_event_omdb_text=0x7f0d00a2; + public static final int epg_event_share_text=0x7f0d00a3; + public static final int epg_event_tmdb_text=0x7f0d00a4; + public static final int epg_item_menu_timer_add=0x7f0d00a5; + public static final int epg_item_menu_timer_delete=0x7f0d00a6; + public static final int epg_item_menu_timer_disable=0x7f0d00a7; + public static final int epg_item_menu_timer_enable=0x7f0d00a8; + public static final int epg_item_menu_timer_modify=0x7f0d00a9; + public static final int epg_item_menu_timer_record=0x7f0d00aa; + public static final int epg_list_channel_spinner=0x7f0d00ab; + public static final int epg_list_search_label=0x7f0d00ac; + public static final int epg_list_time_adhoc=0x7f0d00ad; + public static final int epg_list_time_label=0x7f0d00ae; + public static final int epg_list_time_next=0x7f0d00af; + public static final int epg_list_time_now=0x7f0d00b0; + public static final int epg_menu_search=0x7f0d00b1; + public static final int epg_menu_times=0x7f0d00b2; + public static final int epg_no_items=0x7f0d00b3; + public static final int epg_of_a_channel=0x7f0d00b4; + public static final int epg_search_button=0x7f0d00b5; + public static final int epg_search_settings_description=0x7f0d00b6; + public static final int epg_search_times_add=0x7f0d00b7; + public static final int epg_search_times_key=0x7f0d00b8; + public static final int epg_search_times_window=0x7f0d00b9; + public static final int epg_window_title_count=0x7f0d00ba; + public static final int every_day=0x7f0d00bb; + public static final int export_custom_key_mapping=0x7f0d00bc; + public static final int filter=0x7f0d00bd; + public static final int generic_confirm_title=0x7f0d00be; + public static final int generic_progress_title=0x7f0d00bf; + public static final int groupby_channel=0x7f0d00c0; + public static final int groupby_date=0x7f0d00c1; + public static final int groupby_group=0x7f0d00c2; + public static final int groupby_name=0x7f0d00c3; + public static final int groupby_name_all_channels_group=0x7f0d00c4; + public static final int groupby_provider=0x7f0d00c5; + public static final int groupby_source=0x7f0d00c6; + public static final int groupby_window_title_templte=0x7f0d00c7; + public static final int gui_channels_show_channel_numbers_key=0x7f0d00c8; + public static final int gui_channels_show_channel_numbers_summary=0x7f0d00c9; + public static final int gui_channels_show_channel_numbers_title=0x7f0d00ca; + public static final int gui_custom_locale_key=0x7f0d00cb; + public static final int gui_custom_locale_sum=0x7f0d00cc; + public static final int gui_custom_locale_title=0x7f0d00cd; + public static final int gui_enable_24h_format_key=0x7f0d00ce; + public static final int gui_enable_24h_format_summary_off=0x7f0d00cf; + public static final int gui_enable_24h_format_summary_on=0x7f0d00d0; + public static final int gui_enable_24h_format_title=0x7f0d00d1; + public static final int gui_max_recent_channels_key=0x7f0d00d2; + public static final int gui_max_recent_channels_summary=0x7f0d00d3; + public static final int gui_max_recent_channels_title=0x7f0d00d4; + public static final int gui_preferences=0x7f0d00d5; + public static final int gui_quit_on_back_summary_off=0x7f0d00d6; + public static final int gui_quit_on_back_summary_on=0x7f0d00d7; + public static final int gui_quit_on_back_title=0x7f0d00d8; + public static final int gui_recent_channels_order_summary=0x7f0d00d9; + public static final int gui_recent_channels_order_title=0x7f0d00da; + public static final int hitkcommand=0x7f0d00db; + public static final int key_remux_command=0x7f0d00dc; + public static final int key_remux_enable=0x7f0d00dd; + public static final int key_remux_parameter=0x7f0d00de; + public static final int label=0x7f0d00df; + public static final int livetv=0x7f0d00e0; + public static final int main_menu_clear_search=0x7f0d00e1; + public static final int main_menu_exit=0x7f0d00e2; + public static final int main_menu_goto=0x7f0d00e3; + public static final int main_menu_goto_no_vdr=0x7f0d00e4; + public static final int main_menu_goto_title=0x7f0d00e5; + public static final int main_menu_info=0x7f0d00e6; + public static final int main_menu_preferences=0x7f0d00e7; + public static final int main_menu_switched_to=0x7f0d00e8; + public static final int menu_exprt=0x7f0d00e9; + public static final int menu_groupby=0x7f0d00ea; + public static final int menu_imprt=0x7f0d00eb; + public static final int menu_remapback=0x7f0d00ec; + public static final int menu_reset=0x7f0d00ed; + public static final int navigae_at_the_end=0x7f0d00ee; + public static final int navigae_at_the_start=0x7f0d00ef; + public static final int never=0x7f0d00f0; + public static final int new_timer=0x7f0d00f1; + public static final int new_vdr=0x7f0d00f2; + public static final int no_connection=0x7f0d00f3; + public static final int no_connection_retry=0x7f0d00f4; + public static final int no_internet_connection=0x7f0d00f5; + public static final int no_results=0x7f0d00f6; + public static final int no_vdr=0x7f0d00f7; + public static final int not_yet_implemented=0x7f0d00f8; + public static final int prefs_current_value=0x7f0d00f9; + public static final int prefs_current_value_not_set=0x7f0d00fa; + public static final int prefs_current_value_template=0x7f0d00fb; + public static final int probing=0x7f0d00fc; + public static final int processing=0x7f0d00fd; + public static final int progress_cache_hit=0x7f0d00fe; + public static final int progress_channels_loading=0x7f0d00ff; + public static final int progress_connect=0x7f0d0100; + public static final int progress_connect_error=0x7f0d0101; + public static final int progress_connect_finished_abnormal=0x7f0d0102; + public static final int progress_connect_finished_abnormal_arg=0x7f0d0103; + public static final int progress_connect_timeout=0x7f0d0104; + public static final int progress_disconnect=0x7f0d0105; + public static final int progress_loading=0x7f0d0106; + public static final int progress_login=0x7f0d0107; + public static final int progress_login_error=0x7f0d0108; + public static final int progress_recording_delete=0x7f0d0109; + public static final int progress_recordings_loading=0x7f0d010a; + public static final int progress_switching=0x7f0d010b; + public static final int progress_timer_delete=0x7f0d010c; + public static final int progress_timer_disable=0x7f0d010d; + public static final int progress_timer_enable=0x7f0d010e; + public static final int progress_timer_modify=0x7f0d010f; + public static final int progress_timer_save=0x7f0d0110; + public static final int progress_timers_loading=0x7f0d0111; + public static final int progress_wakeup_error=0x7f0d0112; + public static final int progress_wakeup_sending=0x7f0d0113; + public static final int progress_wakeup_sent=0x7f0d0114; + public static final int progress_whatson_loading=0x7f0d0115; + public static final int qui_imdb_url_key=0x7f0d0116; + public static final int qui_imdb_url_summary=0x7f0d0117; + public static final int qui_imdb_url_title=0x7f0d0118; + public static final int qui_quit_on_back_key=0x7f0d0119; + public static final int qui_show_imdb_button_key=0x7f0d011a; + public static final int qui_show_imdb_button_summary_off=0x7f0d011b; + public static final int qui_show_imdb_button_summary_on=0x7f0d011c; + public static final int qui_show_imdb_button_title=0x7f0d011d; + public static final int qui_show_omdb_button_key=0x7f0d011e; + public static final int qui_show_omdb_button_summary_off=0x7f0d011f; + public static final int qui_show_omdb_button_summary_on=0x7f0d0120; + public static final int qui_show_omdb_button_title=0x7f0d0121; + public static final int qui_show_tmdb_button_key=0x7f0d0122; + public static final int qui_show_tmdb_button_summary_off=0x7f0d0123; + public static final int qui_show_tmdb_button_summary_on=0x7f0d0124; + public static final int qui_show_tmdb_button_title=0x7f0d0125; + public static final int recent_channels=0x7f0d0126; + public static final int recent_channels_no_history=0x7f0d0127; + public static final int recording_item_menu_delete=0x7f0d0128; + public static final int recording_item_menu_stream=0x7f0d0129; + public static final int recording_started=0x7f0d012a; + public static final int recstream=0x7f0d012b; + public static final int recstream_enable_summary=0x7f0d012c; + public static final int recstream_enable_title=0x7f0d012d; + public static final int recstream_method_summary=0x7f0d012e; + public static final int recstream_method_title=0x7f0d012f; + public static final int recstream_smarttvweb_method_summary=0x7f0d0130; + public static final int recstream_smarttvweb_method_title=0x7f0d0131; + public static final int refresh=0x7f0d0132; + public static final int remapback_hint=0x7f0d0133; + public static final int remote=0x7f0d0134; + public static final int remote_enable_summary=0x7f0d0135; + public static final int remote_enable_title=0x7f0d0136; + public static final int remux_command_summary=0x7f0d0137; + public static final int remux_command_title=0x7f0d0138; + public static final int remux_enable_summary=0x7f0d0139; + public static final int remux_enable_title=0x7f0d013a; + public static final int remux_parameter_summary=0x7f0d013b; + public static final int remux_parameter_title=0x7f0d013c; + public static final int remux_title=0x7f0d013d; + public static final int sad_img=0x7f0d013e; + public static final int sd_card_canceled=0x7f0d013f; + public static final int sd_card_error_no_storage=0x7f0d0140; + public static final int sd_card_import_error=0x7f0d0141; + public static final int sd_card_import_error_no_file=0x7f0d0142; + public static final int sd_card_import_progress_message=0x7f0d0143; + public static final int sd_card_import_success=0x7f0d0144; + public static final int sd_card_save_error=0x7f0d0145; + public static final int sd_card_save_error_create_dir=0x7f0d0146; + public static final int sd_card_save_progress_message=0x7f0d0147; + public static final int sd_card_save_success=0x7f0d0148; + public static final int search=0x7f0d0149; + public static final int search_epg_hint=0x7f0d014a; + public static final int search_reapt=0x7f0d014b; + public static final int set_time=0x7f0d014c; + public static final int settings_backup=0x7f0d014d; + public static final int settings_backup_key=0x7f0d014e; + public static final int settings_backup_now=0x7f0d014f; + public static final int settings_backup_now_key=0x7f0d0150; + public static final int settings_backup_now_progress_message=0x7f0d0151; + public static final int settings_backup_now_summary=0x7f0d0152; + public static final int settings_backup_restore=0x7f0d0153; + public static final int settings_backup_restore_confirm_message=0x7f0d0154; + public static final int settings_backup_restore_key=0x7f0d0155; + public static final int settings_backup_restore_no_backup=0x7f0d0156; + public static final int settings_backup_restore_progress_message=0x7f0d0157; + public static final int settings_backup_restore_select_title=0x7f0d0158; + public static final int settings_backup_restore_summary=0x7f0d0159; + public static final int settings_backup_summary=0x7f0d015a; + public static final int settings_live_port=0x7f0d015b; + public static final int settings_live_port_summary=0x7f0d015c; + public static final int settings_livetv_port=0x7f0d015d; + public static final int settings_livetv_port_summary=0x7f0d015e; + public static final int settings_livetv_streamformat=0x7f0d015f; + public static final int settings_livetv_summary=0x7f0d0160; + public static final int settings_smarttvweb_port=0x7f0d0161; + public static final int settings_smarttvweb_port_summary=0x7f0d0162; + public static final int share=0x7f0d0163; + public static final int share_chooser=0x7f0d0164; + public static final int sort=0x7f0d0165; + public static final int sortby=0x7f0d0166; + public static final int sortby_alphabet=0x7f0d0167; + public static final int sortby_channel=0x7f0d0168; + public static final int sortby_channellist=0x7f0d0169; + public static final int sortby_time=0x7f0d016a; + public static final int status_bar_notification_info_overflow=0x7f0d016b; + public static final int stream_as=0x7f0d016c; + public static final int stream_choose_audio=0x7f0d016d; + public static final int stream_via=0x7f0d016e; + public static final int stream_via_as=0x7f0d016f; + public static final int streaming_password_key=0x7f0d0170; + public static final int streaming_password_sum=0x7f0d0171; + public static final int streaming_password_title=0x7f0d0172; + public static final int streaming_username_key=0x7f0d0173; + public static final int streaming_username_sum=0x7f0d0174; + public static final int streaming_username_title=0x7f0d0175; + public static final int svdrp_port_summary=0x7f0d0176; + public static final int svdrp_port_title=0x7f0d0177; + public static final int switch_to_channel=0x7f0d0178; + public static final int switching_failed=0x7f0d0179; + public static final int switching_success=0x7f0d017a; + public static final int timer_already_exists=0x7f0d017b; + public static final int timer_created=0x7f0d017c; + public static final int timer_default_lifetime_key=0x7f0d017d; + public static final int timer_default_lifetime_summary=0x7f0d017e; + public static final int timer_default_lifetime_title=0x7f0d017f; + public static final int timer_default_primary_limit_key=0x7f0d0180; + public static final int timer_default_primary_limit_summary=0x7f0d0181; + public static final int timer_default_primary_limit_title=0x7f0d0182; + public static final int timer_default_priority_key=0x7f0d0183; + public static final int timer_default_priority_summary=0x7f0d0184; + public static final int timer_default_priority_title=0x7f0d0185; + public static final int timer_detail_channel_title=0x7f0d0186; + public static final int timer_detail_day_title=0x7f0d0187; + public static final int timer_detail_end_title=0x7f0d0188; + public static final int timer_detail_lifetime=0x7f0d0189; + public static final int timer_detail_lifetime_hint=0x7f0d018a; + public static final int timer_detail_priority=0x7f0d018b; + public static final int timer_detail_priority_hint=0x7f0d018c; + public static final int timer_detail_repeat_title=0x7f0d018d; + public static final int timer_detail_start_title=0x7f0d018e; + public static final int timer_detail_title_title=0x7f0d018f; + public static final int timer_detail_title_vps=0x7f0d0190; + public static final int timer_detail_use_vps=0x7f0d0191; + public static final int timer_details_add_title=0x7f0d0192; + public static final int timer_details_create_title=0x7f0d0193; + public static final int timer_details_delete_title=0x7f0d0194; + public static final int timer_details_modify_title=0x7f0d0195; + public static final int timer_details_save_title=0x7f0d0196; + public static final int timer_error=0x7f0d0197; + public static final int timer_post_end_buffer_key=0x7f0d0198; + public static final int timer_post_end_buffer_summary=0x7f0d0199; + public static final int timer_post_end_buffer_title=0x7f0d019a; + public static final int timer_pre_start_buffer_key=0x7f0d019b; + public static final int timer_pre_start_buffer_summary=0x7f0d019c; + public static final int timer_pre_start_buffer_title=0x7f0d019d; + public static final int timer_preferences=0x7f0d019e; + public static final int timezone_key=0x7f0d019f; + public static final int type_to_filter=0x7f0d01a0; + public static final int update_will_start_in=0x7f0d01a1; + public static final int vdr_advanced_preferences=0x7f0d01a2; + public static final int vdr_advanced_preferences_summary=0x7f0d01a3; + public static final int vdr_conntimeout_key=0x7f0d01a4; + public static final int vdr_conntimeout_sum=0x7f0d01a5; + public static final int vdr_conntimeout_title=0x7f0d01a6; + public static final int vdr_device_delete_qeustion=0x7f0d01a7; + public static final int vdr_devices=0x7f0d01a8; + public static final int vdr_devices_category=0x7f0d01a9; + public static final int vdr_devices_summary=0x7f0d01aa; + public static final int vdr_encoding_key=0x7f0d01ab; + public static final int vdr_encoding_summary=0x7f0d01ac; + public static final int vdr_encoding_title=0x7f0d01ad; + public static final int vdr_error_text=0x7f0d01ae; + public static final int vdr_host_key=0x7f0d01af; + public static final int vdr_host_not_defined=0x7f0d01b0; + public static final int vdr_host_summary=0x7f0d01b1; + public static final int vdr_host_title=0x7f0d01b2; + public static final int vdr_name_key=0x7f0d01b3; + public static final int vdr_name_summary=0x7f0d01b4; + public static final int vdr_name_title=0x7f0d01b5; + public static final int vdr_password_key=0x7f0d01b6; + public static final int vdr_password_summary=0x7f0d01b7; + public static final int vdr_password_title=0x7f0d01b8; + public static final int vdr_port_default=0x7f0d01b9; + public static final int vdr_port_key=0x7f0d01ba; + public static final int vdr_port_summary=0x7f0d01bb; + public static final int vdr_port_title=0x7f0d01bc; + public static final int vdr_preferences=0x7f0d01bd; + public static final int vdr_prefs_category=0x7f0d01be; + public static final int vdr_readtimeout_key=0x7f0d01bf; + public static final int vdr_readtimeout_sum=0x7f0d01c0; + public static final int vdr_readtimeout_title=0x7f0d01c1; + public static final int vdr_ssl_key=0x7f0d01c2; + public static final int vdr_ssl_summary=0x7f0d01c3; + public static final int vdr_ssl_title=0x7f0d01c4; + public static final int vdr_stream_format=0x7f0d01c5; + public static final int vdr_stream_port=0x7f0d01c6; + public static final int vdr_stream_proxy_key=0x7f0d01c7; + public static final int vdr_timeout_key=0x7f0d01c8; + public static final int vdr_timeout_sum=0x7f0d01c9; + public static final int vdr_timeout_title=0x7f0d01ca; + public static final int vdr_timezone_summary=0x7f0d01cb; + public static final int vdr_timezone_title=0x7f0d01cc; + public static final int wakeup_enabled_key=0x7f0d01cd; + public static final int wakeup_enabled_summary=0x7f0d01ce; + public static final int wakeup_enabled_title=0x7f0d01cf; + public static final int wakeup_method_key=0x7f0d01d0; + public static final int wakeup_method_summary=0x7f0d01d1; + public static final int wakeup_method_title=0x7f0d01d2; + public static final int wakeup_password_key=0x7f0d01d3; + public static final int wakeup_password_summary=0x7f0d01d4; + public static final int wakeup_password_title=0x7f0d01d5; + public static final int wakeup_preferences=0x7f0d01d6; + public static final int wakeup_url_key=0x7f0d01d7; + public static final int wakeup_url_summary=0x7f0d01d8; + public static final int wakeup_url_title=0x7f0d01d9; + public static final int wakeup_user_key=0x7f0d01da; + public static final int wakeup_user_summary=0x7f0d01db; + public static final int wakeup_user_title=0x7f0d01dc; + public static final int wakeup_wol_custom_boradcast_summary=0x7f0d01dd; + public static final int wakeup_wol_custom_boradcast_title=0x7f0d01de; + public static final int wakeup_wol_custom_broadcast_key=0x7f0d01df; + public static final int wakeup_wol_mac_key=0x7f0d01e0; + public static final int wakeup_wol_mac_summary=0x7f0d01e1; + public static final int wakeup_wol_mac_title=0x7f0d01e2; + public static final int zone_list_menu_sort_alphabetically=0x7f0d01e3; + public static final int zone_list_menu_sort_by_timezone=0x7f0d01e4; + } + public static final class style { + public static final int AlertDialog_AppCompat=0x7f0e0000; + public static final int AlertDialog_AppCompat_Light=0x7f0e0001; + public static final int Animation_AppCompat_Dialog=0x7f0e0002; + public static final int Animation_AppCompat_DropDownUp=0x7f0e0003; + public static final int AppTheme=0x7f0e0004; + public static final int Base_AlertDialog_AppCompat=0x7f0e0005; + public static final int Base_AlertDialog_AppCompat_Light=0x7f0e0006; + public static final int Base_Animation_AppCompat_Dialog=0x7f0e0007; + public static final int Base_Animation_AppCompat_DropDownUp=0x7f0e0008; + public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f0e000a; + public static final int Base_DialogWindowTitle_AppCompat=0x7f0e0009; + public static final int Base_TextAppearance_AppCompat=0x7f0e000b; + public static final int Base_TextAppearance_AppCompat_Body1=0x7f0e000c; + public static final int Base_TextAppearance_AppCompat_Body2=0x7f0e000d; + public static final int Base_TextAppearance_AppCompat_Button=0x7f0e000e; + public static final int Base_TextAppearance_AppCompat_Caption=0x7f0e000f; + public static final int Base_TextAppearance_AppCompat_Display1=0x7f0e0010; + public static final int Base_TextAppearance_AppCompat_Display2=0x7f0e0011; + public static final int Base_TextAppearance_AppCompat_Display3=0x7f0e0012; + public static final int Base_TextAppearance_AppCompat_Display4=0x7f0e0013; + public static final int Base_TextAppearance_AppCompat_Headline=0x7f0e0014; + public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0e0015; + public static final int Base_TextAppearance_AppCompat_Large=0x7f0e0016; + public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0e0017; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0e0018; + public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0e0019; + public static final int Base_TextAppearance_AppCompat_Medium=0x7f0e001a; + public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0e001b; + public static final int Base_TextAppearance_AppCompat_Menu=0x7f0e001c; + public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0e001d; + public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0e001e; + public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0e001f; + public static final int Base_TextAppearance_AppCompat_Small=0x7f0e0020; + public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0e0021; + public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0e0022; + public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0e0023; + public static final int Base_TextAppearance_AppCompat_Title=0x7f0e0024; + public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0e0025; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0e0026; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0e0027; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0e0028; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0e0029; + public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0e002a; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0e002b; + public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0e002c; + public static final int Base_TextAppearance_AppCompat_Widget_Button=0x7f0e002d; + public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0e002e; + public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0e002f; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0e0030; + public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0e0031; + public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0e0032; + public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0e0033; + public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0e0034; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0e0035; + public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0e0036; + public static final int Base_ThemeOverlay_AppCompat=0x7f0e0045; + public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0e0046; + public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0e0047; + public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0e0048; + public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0e0049; + public static final int Base_Theme_AppCompat=0x7f0e0037; + public static final int Base_Theme_AppCompat_CompactMenu=0x7f0e0038; + public static final int Base_Theme_AppCompat_Dialog=0x7f0e0039; + public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0e003d; + public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f0e003a; + public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0e003b; + public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0e003c; + public static final int Base_Theme_AppCompat_Light=0x7f0e003e; + public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0e003f; + public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0e0040; + public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0e0044; + public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0e0041; + public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0e0042; + public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0e0043; + public static final int Base_V11_Theme_AppCompat_Dialog=0x7f0e004a; + public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0e004b; + public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f0e004c; + public static final int Base_V12_Widget_AppCompat_EditText=0x7f0e004d; + public static final int Base_V21_Theme_AppCompat=0x7f0e004e; + public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0e004f; + public static final int Base_V21_Theme_AppCompat_Light=0x7f0e0050; + public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0e0051; + public static final int Base_V22_Theme_AppCompat=0x7f0e0052; + public static final int Base_V22_Theme_AppCompat_Light=0x7f0e0053; + public static final int Base_V23_Theme_AppCompat=0x7f0e0054; + public static final int Base_V23_Theme_AppCompat_Light=0x7f0e0055; + public static final int Base_V7_Theme_AppCompat=0x7f0e0056; + public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0e0057; + public static final int Base_V7_Theme_AppCompat_Light=0x7f0e0058; + public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0e0059; + public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0e005a; + public static final int Base_V7_Widget_AppCompat_EditText=0x7f0e005b; + public static final int Base_Widget_AppCompat_ActionBar=0x7f0e005c; + public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0e005d; + public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0e005e; + public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0e005f; + public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0e0060; + public static final int Base_Widget_AppCompat_ActionButton=0x7f0e0061; + public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0e0062; + public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0e0063; + public static final int Base_Widget_AppCompat_ActionMode=0x7f0e0064; + public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0e0065; + public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0e0066; + public static final int Base_Widget_AppCompat_Button=0x7f0e0067; + public static final int Base_Widget_AppCompat_ButtonBar=0x7f0e006d; + public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0e006e; + public static final int Base_Widget_AppCompat_Button_Borderless=0x7f0e0068; + public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0e0069; + public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0e006a; + public static final int Base_Widget_AppCompat_Button_Colored=0x7f0e006b; + public static final int Base_Widget_AppCompat_Button_Small=0x7f0e006c; + public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0e006f; + public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0e0070; + public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0e0071; + public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0e0072; + public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0e0073; + public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0e0074; + public static final int Base_Widget_AppCompat_EditText=0x7f0e0075; + public static final int Base_Widget_AppCompat_ImageButton=0x7f0e0076; + public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0e0077; + public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0e0078; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0e0079; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0e007a; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0e007b; + public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0e007c; + public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0e007d; + public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0e007e; + public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0e007f; + public static final int Base_Widget_AppCompat_ListView=0x7f0e0080; + public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0e0081; + public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0e0082; + public static final int Base_Widget_AppCompat_PopupMenu=0x7f0e0083; + public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0e0084; + public static final int Base_Widget_AppCompat_PopupWindow=0x7f0e0085; + public static final int Base_Widget_AppCompat_ProgressBar=0x7f0e0086; + public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0e0087; + public static final int Base_Widget_AppCompat_RatingBar=0x7f0e0088; + public static final int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0e0089; + public static final int Base_Widget_AppCompat_RatingBar_Small=0x7f0e008a; + public static final int Base_Widget_AppCompat_SearchView=0x7f0e008b; + public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0e008c; + public static final int Base_Widget_AppCompat_SeekBar=0x7f0e008d; + public static final int Base_Widget_AppCompat_Spinner=0x7f0e008e; + public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0e008f; + public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0e0090; + public static final int Base_Widget_AppCompat_Toolbar=0x7f0e0091; + public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0e0092; + public static final int Line=0x7f0e0093; + public static final int Line2=0x7f0e0094; + public static final int MinusButton=0x7f0e0095; + public static final int Platform_AppCompat=0x7f0e0096; + public static final int Platform_AppCompat_Light=0x7f0e0097; + public static final int Platform_ThemeOverlay_AppCompat=0x7f0e0098; + public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f0e0099; + public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f0e009a; + public static final int Platform_V11_AppCompat=0x7f0e009b; + public static final int Platform_V11_AppCompat_Light=0x7f0e009c; + public static final int Platform_V14_AppCompat=0x7f0e009d; + public static final int Platform_V14_AppCompat_Light=0x7f0e009e; + public static final int Platform_Widget_AppCompat_Spinner=0x7f0e009f; + public static final int PlusButton=0x7f0e00a0; + public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0e00a1; + public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0e00a2; + public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0e00a3; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0e00a4; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0e00a5; + public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0e00a6; + public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0e00ac; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0e00a7; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0e00a8; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0e00a9; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0e00aa; + public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0e00ab; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0e00ad; + public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0e00ae; + public static final int TextAppearance_AppCompat=0x7f0e00af; + public static final int TextAppearance_AppCompat_Body1=0x7f0e00b0; + public static final int TextAppearance_AppCompat_Body2=0x7f0e00b1; + public static final int TextAppearance_AppCompat_Button=0x7f0e00b2; + public static final int TextAppearance_AppCompat_Caption=0x7f0e00b3; + public static final int TextAppearance_AppCompat_Display1=0x7f0e00b4; + public static final int TextAppearance_AppCompat_Display2=0x7f0e00b5; + public static final int TextAppearance_AppCompat_Display3=0x7f0e00b6; + public static final int TextAppearance_AppCompat_Display4=0x7f0e00b7; + public static final int TextAppearance_AppCompat_Headline=0x7f0e00b8; + public static final int TextAppearance_AppCompat_Inverse=0x7f0e00b9; + public static final int TextAppearance_AppCompat_Large=0x7f0e00ba; + public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0e00bb; + public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0e00bc; + public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0e00bd; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0e00be; + public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0e00bf; + public static final int TextAppearance_AppCompat_Medium=0x7f0e00c0; + public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0e00c1; + public static final int TextAppearance_AppCompat_Menu=0x7f0e00c2; + public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0e00c3; + public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0e00c4; + public static final int TextAppearance_AppCompat_Small=0x7f0e00c5; + public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0e00c6; + public static final int TextAppearance_AppCompat_Subhead=0x7f0e00c7; + public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0e00c8; + public static final int TextAppearance_AppCompat_Title=0x7f0e00c9; + public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0e00ca; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0e00cb; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0e00cc; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0e00cd; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0e00ce; + public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0e00cf; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0e00d0; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0e00d1; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0e00d2; + public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0e00d3; + public static final int TextAppearance_AppCompat_Widget_Button=0x7f0e00d4; + public static final int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0e00d5; + public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0e00d6; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0e00d7; + public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0e00d8; + public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0e00d9; + public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0e00da; + public static final int TextAppearance_StatusBar_EventContent=0x7f0e00db; + public static final int TextAppearance_StatusBar_EventContent_Info=0x7f0e00dc; + public static final int TextAppearance_StatusBar_EventContent_Line2=0x7f0e00dd; + public static final int TextAppearance_StatusBar_EventContent_Time=0x7f0e00de; + public static final int TextAppearance_StatusBar_EventContent_Title=0x7f0e00df; + public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0e00e0; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0e00e1; + public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0e00e2; + public static final int ThemeOverlay_AppCompat=0x7f0e00f9; + public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0e00fa; + public static final int ThemeOverlay_AppCompat_Dark=0x7f0e00fb; + public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0e00fc; + public static final int ThemeOverlay_AppCompat_Light=0x7f0e00fd; + public static final int Theme_AppCompat=0x7f0e00e3; + public static final int Theme_AppCompat_CompactMenu=0x7f0e00e4; + public static final int Theme_AppCompat_DayNight=0x7f0e00e5; + public static final int Theme_AppCompat_DayNight_DarkActionBar=0x7f0e00e6; + public static final int Theme_AppCompat_DayNight_Dialog=0x7f0e00e7; + public static final int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0e00ea; + public static final int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0e00e8; + public static final int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0e00e9; + public static final int Theme_AppCompat_DayNight_NoActionBar=0x7f0e00eb; + public static final int Theme_AppCompat_Dialog=0x7f0e00ec; + public static final int Theme_AppCompat_DialogWhenLarge=0x7f0e00ef; + public static final int Theme_AppCompat_Dialog_Alert=0x7f0e00ed; + public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0e00ee; + public static final int Theme_AppCompat_Light=0x7f0e00f0; + public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0e00f1; + public static final int Theme_AppCompat_Light_Dialog=0x7f0e00f2; + public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0e00f5; + public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0e00f3; + public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0e00f4; + public static final int Theme_AppCompat_Light_NoActionBar=0x7f0e00f6; + public static final int Theme_AppCompat_NoActionBar=0x7f0e00f7; + public static final int Theme_PageIndicatorDefaults=0x7f0e00f8; + public static final int Widget_AppCompat_ActionBar=0x7f0e00fe; + public static final int Widget_AppCompat_ActionBar_Solid=0x7f0e00ff; + public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0e0100; + public static final int Widget_AppCompat_ActionBar_TabText=0x7f0e0101; + public static final int Widget_AppCompat_ActionBar_TabView=0x7f0e0102; + public static final int Widget_AppCompat_ActionButton=0x7f0e0103; + public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0e0104; + public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0e0105; + public static final int Widget_AppCompat_ActionMode=0x7f0e0106; + public static final int Widget_AppCompat_ActivityChooserView=0x7f0e0107; + public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0e0108; + public static final int Widget_AppCompat_Button=0x7f0e0109; + public static final int Widget_AppCompat_ButtonBar=0x7f0e010f; + public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0e0110; + public static final int Widget_AppCompat_Button_Borderless=0x7f0e010a; + public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0e010b; + public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0e010c; + public static final int Widget_AppCompat_Button_Colored=0x7f0e010d; + public static final int Widget_AppCompat_Button_Small=0x7f0e010e; + public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f0e0111; + public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f0e0112; + public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0e0113; + public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0e0114; + public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0e0115; + public static final int Widget_AppCompat_EditText=0x7f0e0116; + public static final int Widget_AppCompat_ImageButton=0x7f0e0117; + public static final int Widget_AppCompat_Light_ActionBar=0x7f0e0118; + public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0e0119; + public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0e011a; + public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0e011b; + public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0e011c; + public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0e011d; + public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0e011e; + public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0e011f; + public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0e0120; + public static final int Widget_AppCompat_Light_ActionButton=0x7f0e0121; + public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0e0122; + public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0e0123; + public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0e0124; + public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0e0125; + public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0e0126; + public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0e0127; + public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0e0128; + public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0e0129; + public static final int Widget_AppCompat_Light_PopupMenu=0x7f0e012a; + public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0e012b; + public static final int Widget_AppCompat_Light_SearchView=0x7f0e012c; + public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0e012d; + public static final int Widget_AppCompat_ListPopupWindow=0x7f0e012e; + public static final int Widget_AppCompat_ListView=0x7f0e012f; + public static final int Widget_AppCompat_ListView_DropDown=0x7f0e0130; + public static final int Widget_AppCompat_ListView_Menu=0x7f0e0131; + public static final int Widget_AppCompat_PopupMenu=0x7f0e0132; + public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0e0133; + public static final int Widget_AppCompat_PopupWindow=0x7f0e0134; + public static final int Widget_AppCompat_ProgressBar=0x7f0e0135; + public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0e0136; + public static final int Widget_AppCompat_RatingBar=0x7f0e0137; + public static final int Widget_AppCompat_RatingBar_Indicator=0x7f0e0138; + public static final int Widget_AppCompat_RatingBar_Small=0x7f0e0139; + public static final int Widget_AppCompat_SearchView=0x7f0e013a; + public static final int Widget_AppCompat_SearchView_ActionBar=0x7f0e013b; + public static final int Widget_AppCompat_SeekBar=0x7f0e013c; + public static final int Widget_AppCompat_Spinner=0x7f0e013d; + public static final int Widget_AppCompat_Spinner_DropDown=0x7f0e013e; + public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0e013f; + public static final int Widget_AppCompat_Spinner_Underlined=0x7f0e0140; + public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0e0141; + public static final int Widget_AppCompat_Toolbar=0x7f0e0142; + public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0e0143; + public static final int Widget_CirclePageIndicator=0x7f0e0144; + public static final int Widget_TitlePageIndicator=0x7f0e0145; + public static final int cursorButton=0x7f0e0146; + public static final int volChanButton=0x7f0e0147; + } + public static final class styleable { + /** + * Attributes that can be used with a ActionBar. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #ActionBar_background de.bjusystems.vdrmanager:background}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_backgroundSplit de.bjusystems.vdrmanager:backgroundSplit}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_backgroundStacked de.bjusystems.vdrmanager:backgroundStacked}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_contentInsetEnd de.bjusystems.vdrmanager:contentInsetEnd}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_contentInsetLeft de.bjusystems.vdrmanager:contentInsetLeft}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_contentInsetRight de.bjusystems.vdrmanager:contentInsetRight}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_contentInsetStart de.bjusystems.vdrmanager:contentInsetStart}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_customNavigationLayout de.bjusystems.vdrmanager:customNavigationLayout}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_displayOptions de.bjusystems.vdrmanager:displayOptions}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_divider de.bjusystems.vdrmanager:divider}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_elevation de.bjusystems.vdrmanager:elevation}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_height de.bjusystems.vdrmanager:height}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_hideOnContentScroll de.bjusystems.vdrmanager:hideOnContentScroll}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_homeAsUpIndicator de.bjusystems.vdrmanager:homeAsUpIndicator}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_homeLayout de.bjusystems.vdrmanager:homeLayout}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_icon de.bjusystems.vdrmanager:icon}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_indeterminateProgressStyle de.bjusystems.vdrmanager:indeterminateProgressStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_itemPadding de.bjusystems.vdrmanager:itemPadding}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_logo de.bjusystems.vdrmanager:logo}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_navigationMode de.bjusystems.vdrmanager:navigationMode}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_popupTheme de.bjusystems.vdrmanager:popupTheme}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_progressBarPadding de.bjusystems.vdrmanager:progressBarPadding}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_progressBarStyle de.bjusystems.vdrmanager:progressBarStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_subtitle de.bjusystems.vdrmanager:subtitle}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_subtitleTextStyle de.bjusystems.vdrmanager:subtitleTextStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_title de.bjusystems.vdrmanager:title}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionBar_titleTextStyle de.bjusystems.vdrmanager:titleTextStyle}</code></td><td></td></tr> + * </table> + * @see #ActionBar_background + * @see #ActionBar_backgroundSplit + * @see #ActionBar_backgroundStacked + * @see #ActionBar_contentInsetEnd + * @see #ActionBar_contentInsetLeft + * @see #ActionBar_contentInsetRight + * @see #ActionBar_contentInsetStart + * @see #ActionBar_customNavigationLayout + * @see #ActionBar_displayOptions + * @see #ActionBar_divider + * @see #ActionBar_elevation + * @see #ActionBar_height + * @see #ActionBar_hideOnContentScroll + * @see #ActionBar_homeAsUpIndicator + * @see #ActionBar_homeLayout + * @see #ActionBar_icon + * @see #ActionBar_indeterminateProgressStyle + * @see #ActionBar_itemPadding + * @see #ActionBar_logo + * @see #ActionBar_navigationMode + * @see #ActionBar_popupTheme + * @see #ActionBar_progressBarPadding + * @see #ActionBar_progressBarStyle + * @see #ActionBar_subtitle + * @see #ActionBar_subtitleTextStyle + * @see #ActionBar_title + * @see #ActionBar_titleTextStyle + */ + public static final int[] ActionBar={ + 0x7f03002a, 0x7f03002b, 0x7f03002c, 0x7f03004e, + 0x7f03004f, 0x7f030050, 0x7f030051, 0x7f030054, + 0x7f030058, 0x7f030059, 0x7f030064, 0x7f03006f, + 0x7f030070, 0x7f030071, 0x7f030072, 0x7f030073, + 0x7f030076, 0x7f030079, 0x7f030087, 0x7f03008e, + 0x7f030098, 0x7f03009b, 0x7f03009c, 0x7f0300bd, + 0x7f0300c0, 0x7f0300d4, 0x7f0300de + }; + /** + * Attributes that can be used with a ActionBarLayout. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}</code></td><td></td></tr> + * </table> + * @see #ActionBarLayout_android_layout_gravity + */ + public static final int[] ActionBarLayout={ + 0x010100b3 + }; + /** + * <p>This symbol is the offset where the {@link android.R.attr#layout_gravity} + * attribute's value can be found in the {@link #ActionBarLayout} array. + * + * <p>Must be one or more (separated by '|') of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>end</td><td>800005</td><td></td></tr> + * <tr><td>start</td><td>800003</td><td></td></tr> + * <tr><td>bottom</td><td>50</td><td></td></tr> + * <tr><td>center</td><td>11</td><td></td></tr> + * <tr><td>center_horizontal</td><td>1</td><td></td></tr> + * <tr><td>center_vertical</td><td>10</td><td></td></tr> + * <tr><td>clip_horizontal</td><td>8</td><td></td></tr> + * <tr><td>clip_vertical</td><td>80</td><td></td></tr> + * <tr><td>fill</td><td>77</td><td></td></tr> + * <tr><td>fill_horizontal</td><td>7</td><td></td></tr> + * <tr><td>fill_vertical</td><td>70</td><td></td></tr> + * <tr><td>left</td><td>3</td><td></td></tr> + * <tr><td>right</td><td>5</td><td></td></tr> + * <tr><td>top</td><td>30</td><td></td></tr> + * </table> + * + * @attr name android:layout_gravity + */ + public static final int ActionBarLayout_android_layout_gravity=0; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#background} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:background + */ + public static final int ActionBar_background=0; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#backgroundSplit} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:backgroundSplit + */ + public static final int ActionBar_backgroundSplit=1; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#backgroundStacked} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:backgroundStacked + */ + public static final int ActionBar_backgroundStacked=2; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#contentInsetEnd} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:contentInsetEnd + */ + public static final int ActionBar_contentInsetEnd=3; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#contentInsetLeft} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:contentInsetLeft + */ + public static final int ActionBar_contentInsetLeft=4; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#contentInsetRight} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:contentInsetRight + */ + public static final int ActionBar_contentInsetRight=5; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#contentInsetStart} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:contentInsetStart + */ + public static final int ActionBar_contentInsetStart=6; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#customNavigationLayout} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:customNavigationLayout + */ + public static final int ActionBar_customNavigationLayout=7; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#displayOptions} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>Must be one or more (separated by '|') of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>disableHome</td><td>20</td><td></td></tr> + * <tr><td>homeAsUp</td><td>4</td><td></td></tr> + * <tr><td>none</td><td>0</td><td></td></tr> + * <tr><td>showCustom</td><td>10</td><td></td></tr> + * <tr><td>showHome</td><td>2</td><td></td></tr> + * <tr><td>showTitle</td><td>8</td><td></td></tr> + * <tr><td>useLogo</td><td>1</td><td></td></tr> + * </table> + * + * @attr name de.bjusystems.vdrmanager:displayOptions + */ + public static final int ActionBar_displayOptions=8; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#divider} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:divider + */ + public static final int ActionBar_divider=9; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#elevation} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:elevation + */ + public static final int ActionBar_elevation=10; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#height} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:height + */ + public static final int ActionBar_height=11; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#hideOnContentScroll} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name de.bjusystems.vdrmanager:hideOnContentScroll + */ + public static final int ActionBar_hideOnContentScroll=12; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#homeAsUpIndicator} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:homeAsUpIndicator + */ + public static final int ActionBar_homeAsUpIndicator=13; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#homeLayout} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:homeLayout + */ + public static final int ActionBar_homeLayout=14; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#icon} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:icon + */ + public static final int ActionBar_icon=15; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#indeterminateProgressStyle} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:indeterminateProgressStyle + */ + public static final int ActionBar_indeterminateProgressStyle=16; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#itemPadding} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:itemPadding + */ + public static final int ActionBar_itemPadding=17; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#logo} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:logo + */ + public static final int ActionBar_logo=18; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#navigationMode} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>Must be one of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>listMode</td><td>1</td><td></td></tr> + * <tr><td>normal</td><td>0</td><td></td></tr> + * <tr><td>tabMode</td><td>2</td><td></td></tr> + * </table> + * + * @attr name de.bjusystems.vdrmanager:navigationMode + */ + public static final int ActionBar_navigationMode=19; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#popupTheme} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:popupTheme + */ + public static final int ActionBar_popupTheme=20; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#progressBarPadding} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:progressBarPadding + */ + public static final int ActionBar_progressBarPadding=21; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#progressBarStyle} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:progressBarStyle + */ + public static final int ActionBar_progressBarStyle=22; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#subtitle} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name de.bjusystems.vdrmanager:subtitle + */ + public static final int ActionBar_subtitle=23; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#subtitleTextStyle} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:subtitleTextStyle + */ + public static final int ActionBar_subtitleTextStyle=24; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#title} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name de.bjusystems.vdrmanager:title + */ + public static final int ActionBar_title=25; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#titleTextStyle} + * attribute's value can be found in the {@link #ActionBar} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:titleTextStyle + */ + public static final int ActionBar_titleTextStyle=26; + /** + * Attributes that can be used with a ActionMenuItemView. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #ActionMenuItemView_android_minWidth android:minWidth}</code></td><td></td></tr> + * </table> + * @see #ActionMenuItemView_android_minWidth + */ + public static final int[] ActionMenuItemView={ + 0x0101013f + }; + /** + * <p>This symbol is the offset where the {@link android.R.attr#minWidth} + * attribute's value can be found in the {@link #ActionMenuItemView} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:minWidth + */ + public static final int ActionMenuItemView_android_minWidth=0; + public static final int[] ActionMenuView={ + }; + /** + * Attributes that can be used with a ActionMode. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #ActionMode_background de.bjusystems.vdrmanager:background}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionMode_backgroundSplit de.bjusystems.vdrmanager:backgroundSplit}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionMode_closeItemLayout de.bjusystems.vdrmanager:closeItemLayout}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionMode_height de.bjusystems.vdrmanager:height}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionMode_subtitleTextStyle de.bjusystems.vdrmanager:subtitleTextStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #ActionMode_titleTextStyle de.bjusystems.vdrmanager:titleTextStyle}</code></td><td></td></tr> + * </table> + * @see #ActionMode_background + * @see #ActionMode_backgroundSplit + * @see #ActionMode_closeItemLayout + * @see #ActionMode_height + * @see #ActionMode_subtitleTextStyle + * @see #ActionMode_titleTextStyle + */ + public static final int[] ActionMode={ + 0x7f03002a, 0x7f03002b, 0x7f030041, 0x7f03006f, + 0x7f0300c0, 0x7f0300de + }; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#background} + * attribute's value can be found in the {@link #ActionMode} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:background + */ + public static final int ActionMode_background=0; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#backgroundSplit} + * attribute's value can be found in the {@link #ActionMode} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:backgroundSplit + */ + public static final int ActionMode_backgroundSplit=1; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#closeItemLayout} + * attribute's value can be found in the {@link #ActionMode} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:closeItemLayout + */ + public static final int ActionMode_closeItemLayout=2; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#height} + * attribute's value can be found in the {@link #ActionMode} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:height + */ + public static final int ActionMode_height=3; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#subtitleTextStyle} + * attribute's value can be found in the {@link #ActionMode} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:subtitleTextStyle + */ + public static final int ActionMode_subtitleTextStyle=4; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#titleTextStyle} + * attribute's value can be found in the {@link #ActionMode} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:titleTextStyle + */ + public static final int ActionMode_titleTextStyle=5; + /** + * Attributes that can be used with a ActivityChooserView. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #ActivityChooserView_expandActivityOverflowButtonDrawable de.bjusystems.vdrmanager:expandActivityOverflowButtonDrawable}</code></td><td></td></tr> + * <tr><td><code>{@link #ActivityChooserView_initialActivityCount de.bjusystems.vdrmanager:initialActivityCount}</code></td><td></td></tr> + * </table> + * @see #ActivityChooserView_expandActivityOverflowButtonDrawable + * @see #ActivityChooserView_initialActivityCount + */ + public static final int[] ActivityChooserView={ + 0x7f030065, 0x7f030077 + }; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#expandActivityOverflowButtonDrawable} + * attribute's value can be found in the {@link #ActivityChooserView} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:expandActivityOverflowButtonDrawable + */ + public static final int ActivityChooserView_expandActivityOverflowButtonDrawable=0; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#initialActivityCount} + * attribute's value can be found in the {@link #ActivityChooserView} array. + * + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name de.bjusystems.vdrmanager:initialActivityCount + */ + public static final int ActivityChooserView_initialActivityCount=1; + /** + * Attributes that can be used with a AlertDialog. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #AlertDialog_android_layout android:layout}</code></td><td></td></tr> + * <tr><td><code>{@link #AlertDialog_buttonPanelSideLayout de.bjusystems.vdrmanager:buttonPanelSideLayout}</code></td><td></td></tr> + * <tr><td><code>{@link #AlertDialog_listItemLayout de.bjusystems.vdrmanager:listItemLayout}</code></td><td></td></tr> + * <tr><td><code>{@link #AlertDialog_listLayout de.bjusystems.vdrmanager:listLayout}</code></td><td></td></tr> + * <tr><td><code>{@link #AlertDialog_multiChoiceItemLayout de.bjusystems.vdrmanager:multiChoiceItemLayout}</code></td><td></td></tr> + * <tr><td><code>{@link #AlertDialog_singleChoiceItemLayout de.bjusystems.vdrmanager:singleChoiceItemLayout}</code></td><td></td></tr> + * </table> + * @see #AlertDialog_android_layout + * @see #AlertDialog_buttonPanelSideLayout + * @see #AlertDialog_listItemLayout + * @see #AlertDialog_listLayout + * @see #AlertDialog_multiChoiceItemLayout + * @see #AlertDialog_singleChoiceItemLayout + */ + public static final int[] AlertDialog={ + 0x010100f2, 0x7f030036, 0x7f03007f, 0x7f030080, + 0x7f03008b, 0x7f0300b0 + }; + /** + * <p>This symbol is the offset where the {@link android.R.attr#layout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name android:layout + */ + public static final int AlertDialog_android_layout=0; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#buttonPanelSideLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:buttonPanelSideLayout + */ + public static final int AlertDialog_buttonPanelSideLayout=1; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#listItemLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:listItemLayout + */ + public static final int AlertDialog_listItemLayout=2; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#listLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:listLayout + */ + public static final int AlertDialog_listLayout=3; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#multiChoiceItemLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:multiChoiceItemLayout + */ + public static final int AlertDialog_multiChoiceItemLayout=4; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#singleChoiceItemLayout} + * attribute's value can be found in the {@link #AlertDialog} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:singleChoiceItemLayout + */ + public static final int AlertDialog_singleChoiceItemLayout=5; + /** + * Attributes that can be used with a AppCompatImageView. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #AppCompatImageView_android_src android:src}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatImageView_srcCompat de.bjusystems.vdrmanager:srcCompat}</code></td><td></td></tr> + * </table> + * @see #AppCompatImageView_android_src + * @see #AppCompatImageView_srcCompat + */ + public static final int[] AppCompatImageView={ + 0x01010119, 0x7f0300b7 + }; + /** + * <p>This symbol is the offset where the {@link android.R.attr#src} + * attribute's value can be found in the {@link #AppCompatImageView} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name android:src + */ + public static final int AppCompatImageView_android_src=0; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#srcCompat} + * attribute's value can be found in the {@link #AppCompatImageView} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:srcCompat + */ + public static final int AppCompatImageView_srcCompat=1; + /** + * Attributes that can be used with a AppCompatTextView. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #AppCompatTextView_android_textAppearance android:textAppearance}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTextView_textAllCaps de.bjusystems.vdrmanager:textAllCaps}</code></td><td></td></tr> + * </table> + * @see #AppCompatTextView_android_textAppearance + * @see #AppCompatTextView_textAllCaps + */ + public static final int[] AppCompatTextView={ + 0x01010034, 0x7f0300c6 + }; + /** + * <p>This symbol is the offset where the {@link android.R.attr#textAppearance} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name android:textAppearance + */ + public static final int AppCompatTextView_android_textAppearance=0; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#textAllCaps} + * attribute's value can be found in the {@link #AppCompatTextView} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name de.bjusystems.vdrmanager:textAllCaps + */ + public static final int AppCompatTextView_textAllCaps=1; + /** + * Attributes that can be used with a AppCompatTheme. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #AppCompatTheme_android_windowIsFloating android:windowIsFloating}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_android_windowAnimationStyle android:windowAnimationStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionBarDivider de.bjusystems.vdrmanager:actionBarDivider}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionBarItemBackground de.bjusystems.vdrmanager:actionBarItemBackground}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionBarPopupTheme de.bjusystems.vdrmanager:actionBarPopupTheme}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionBarSize de.bjusystems.vdrmanager:actionBarSize}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionBarSplitStyle de.bjusystems.vdrmanager:actionBarSplitStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionBarStyle de.bjusystems.vdrmanager:actionBarStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionBarTabBarStyle de.bjusystems.vdrmanager:actionBarTabBarStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionBarTabStyle de.bjusystems.vdrmanager:actionBarTabStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionBarTabTextStyle de.bjusystems.vdrmanager:actionBarTabTextStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionBarTheme de.bjusystems.vdrmanager:actionBarTheme}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionBarWidgetTheme de.bjusystems.vdrmanager:actionBarWidgetTheme}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionButtonStyle de.bjusystems.vdrmanager:actionButtonStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionDropDownStyle de.bjusystems.vdrmanager:actionDropDownStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionMenuTextAppearance de.bjusystems.vdrmanager:actionMenuTextAppearance}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionMenuTextColor de.bjusystems.vdrmanager:actionMenuTextColor}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionModeBackground de.bjusystems.vdrmanager:actionModeBackground}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionModeCloseButtonStyle de.bjusystems.vdrmanager:actionModeCloseButtonStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionModeCloseDrawable de.bjusystems.vdrmanager:actionModeCloseDrawable}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionModeCopyDrawable de.bjusystems.vdrmanager:actionModeCopyDrawable}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionModeCutDrawable de.bjusystems.vdrmanager:actionModeCutDrawable}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionModeFindDrawable de.bjusystems.vdrmanager:actionModeFindDrawable}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionModePasteDrawable de.bjusystems.vdrmanager:actionModePasteDrawable}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionModePopupWindowStyle de.bjusystems.vdrmanager:actionModePopupWindowStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionModeSelectAllDrawable de.bjusystems.vdrmanager:actionModeSelectAllDrawable}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionModeShareDrawable de.bjusystems.vdrmanager:actionModeShareDrawable}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionModeSplitBackground de.bjusystems.vdrmanager:actionModeSplitBackground}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionModeStyle de.bjusystems.vdrmanager:actionModeStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionModeWebSearchDrawable de.bjusystems.vdrmanager:actionModeWebSearchDrawable}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionOverflowButtonStyle de.bjusystems.vdrmanager:actionOverflowButtonStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_actionOverflowMenuStyle de.bjusystems.vdrmanager:actionOverflowMenuStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_activityChooserViewStyle de.bjusystems.vdrmanager:activityChooserViewStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_alertDialogButtonGroupStyle de.bjusystems.vdrmanager:alertDialogButtonGroupStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_alertDialogCenterButtons de.bjusystems.vdrmanager:alertDialogCenterButtons}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_alertDialogStyle de.bjusystems.vdrmanager:alertDialogStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_alertDialogTheme de.bjusystems.vdrmanager:alertDialogTheme}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_autoCompleteTextViewStyle de.bjusystems.vdrmanager:autoCompleteTextViewStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_borderlessButtonStyle de.bjusystems.vdrmanager:borderlessButtonStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_buttonBarButtonStyle de.bjusystems.vdrmanager:buttonBarButtonStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_buttonBarNegativeButtonStyle de.bjusystems.vdrmanager:buttonBarNegativeButtonStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_buttonBarNeutralButtonStyle de.bjusystems.vdrmanager:buttonBarNeutralButtonStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_buttonBarPositiveButtonStyle de.bjusystems.vdrmanager:buttonBarPositiveButtonStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_buttonBarStyle de.bjusystems.vdrmanager:buttonBarStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_buttonStyle de.bjusystems.vdrmanager:buttonStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_buttonStyleSmall de.bjusystems.vdrmanager:buttonStyleSmall}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_checkboxStyle de.bjusystems.vdrmanager:checkboxStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_checkedTextViewStyle de.bjusystems.vdrmanager:checkedTextViewStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_colorAccent de.bjusystems.vdrmanager:colorAccent}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_colorButtonNormal de.bjusystems.vdrmanager:colorButtonNormal}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_colorControlActivated de.bjusystems.vdrmanager:colorControlActivated}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_colorControlHighlight de.bjusystems.vdrmanager:colorControlHighlight}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_colorControlNormal de.bjusystems.vdrmanager:colorControlNormal}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_colorPrimary de.bjusystems.vdrmanager:colorPrimary}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_colorPrimaryDark de.bjusystems.vdrmanager:colorPrimaryDark}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_colorSwitchThumbNormal de.bjusystems.vdrmanager:colorSwitchThumbNormal}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_controlBackground de.bjusystems.vdrmanager:controlBackground}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_dialogPreferredPadding de.bjusystems.vdrmanager:dialogPreferredPadding}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_dialogTheme de.bjusystems.vdrmanager:dialogTheme}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_dividerHorizontal de.bjusystems.vdrmanager:dividerHorizontal}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_dividerVertical de.bjusystems.vdrmanager:dividerVertical}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_dropDownListViewStyle de.bjusystems.vdrmanager:dropDownListViewStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_dropdownListPreferredItemHeight de.bjusystems.vdrmanager:dropdownListPreferredItemHeight}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_editTextBackground de.bjusystems.vdrmanager:editTextBackground}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_editTextColor de.bjusystems.vdrmanager:editTextColor}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_editTextStyle de.bjusystems.vdrmanager:editTextStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_homeAsUpIndicator de.bjusystems.vdrmanager:homeAsUpIndicator}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_imageButtonStyle de.bjusystems.vdrmanager:imageButtonStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_listChoiceBackgroundIndicator de.bjusystems.vdrmanager:listChoiceBackgroundIndicator}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_listDividerAlertDialog de.bjusystems.vdrmanager:listDividerAlertDialog}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_listPopupWindowStyle de.bjusystems.vdrmanager:listPopupWindowStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_listPreferredItemHeight de.bjusystems.vdrmanager:listPreferredItemHeight}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_listPreferredItemHeightLarge de.bjusystems.vdrmanager:listPreferredItemHeightLarge}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_listPreferredItemHeightSmall de.bjusystems.vdrmanager:listPreferredItemHeightSmall}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_listPreferredItemPaddingLeft de.bjusystems.vdrmanager:listPreferredItemPaddingLeft}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_listPreferredItemPaddingRight de.bjusystems.vdrmanager:listPreferredItemPaddingRight}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_panelBackground de.bjusystems.vdrmanager:panelBackground}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_panelMenuListTheme de.bjusystems.vdrmanager:panelMenuListTheme}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_panelMenuListWidth de.bjusystems.vdrmanager:panelMenuListWidth}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_popupMenuStyle de.bjusystems.vdrmanager:popupMenuStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_popupWindowStyle de.bjusystems.vdrmanager:popupWindowStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_radioButtonStyle de.bjusystems.vdrmanager:radioButtonStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_ratingBarStyle de.bjusystems.vdrmanager:ratingBarStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_ratingBarStyleIndicator de.bjusystems.vdrmanager:ratingBarStyleIndicator}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_ratingBarStyleSmall de.bjusystems.vdrmanager:ratingBarStyleSmall}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_searchViewStyle de.bjusystems.vdrmanager:searchViewStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_seekBarStyle de.bjusystems.vdrmanager:seekBarStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_selectableItemBackground de.bjusystems.vdrmanager:selectableItemBackground}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_selectableItemBackgroundBorderless de.bjusystems.vdrmanager:selectableItemBackgroundBorderless}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_spinnerDropDownItemStyle de.bjusystems.vdrmanager:spinnerDropDownItemStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_spinnerStyle de.bjusystems.vdrmanager:spinnerStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_switchStyle de.bjusystems.vdrmanager:switchStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_textAppearanceLargePopupMenu de.bjusystems.vdrmanager:textAppearanceLargePopupMenu}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_textAppearanceListItem de.bjusystems.vdrmanager:textAppearanceListItem}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_textAppearanceListItemSmall de.bjusystems.vdrmanager:textAppearanceListItemSmall}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_textAppearanceSearchResultSubtitle de.bjusystems.vdrmanager:textAppearanceSearchResultSubtitle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_textAppearanceSearchResultTitle de.bjusystems.vdrmanager:textAppearanceSearchResultTitle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_textAppearanceSmallPopupMenu de.bjusystems.vdrmanager:textAppearanceSmallPopupMenu}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_textColorAlertDialogListItem de.bjusystems.vdrmanager:textColorAlertDialogListItem}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_textColorSearchUrl de.bjusystems.vdrmanager:textColorSearchUrl}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_toolbarNavigationButtonStyle de.bjusystems.vdrmanager:toolbarNavigationButtonStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_toolbarStyle de.bjusystems.vdrmanager:toolbarStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_windowActionBar de.bjusystems.vdrmanager:windowActionBar}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_windowActionBarOverlay de.bjusystems.vdrmanager:windowActionBarOverlay}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_windowActionModeOverlay de.bjusystems.vdrmanager:windowActionModeOverlay}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_windowFixedHeightMajor de.bjusystems.vdrmanager:windowFixedHeightMajor}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_windowFixedHeightMinor de.bjusystems.vdrmanager:windowFixedHeightMinor}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_windowFixedWidthMajor de.bjusystems.vdrmanager:windowFixedWidthMajor}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_windowFixedWidthMinor de.bjusystems.vdrmanager:windowFixedWidthMinor}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_windowMinWidthMajor de.bjusystems.vdrmanager:windowMinWidthMajor}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_windowMinWidthMinor de.bjusystems.vdrmanager:windowMinWidthMinor}</code></td><td></td></tr> + * <tr><td><code>{@link #AppCompatTheme_windowNoTitle de.bjusystems.vdrmanager:windowNoTitle}</code></td><td></td></tr> + * </table> + * @see #AppCompatTheme_android_windowIsFloating + * @see #AppCompatTheme_android_windowAnimationStyle + * @see #AppCompatTheme_actionBarDivider + * @see #AppCompatTheme_actionBarItemBackground + * @see #AppCompatTheme_actionBarPopupTheme + * @see #AppCompatTheme_actionBarSize + * @see #AppCompatTheme_actionBarSplitStyle + * @see #AppCompatTheme_actionBarStyle + * @see #AppCompatTheme_actionBarTabBarStyle + * @see #AppCompatTheme_actionBarTabStyle + * @see #AppCompatTheme_actionBarTabTextStyle + * @see #AppCompatTheme_actionBarTheme + * @see #AppCompatTheme_actionBarWidgetTheme + * @see #AppCompatTheme_actionButtonStyle + * @see #AppCompatTheme_actionDropDownStyle + * @see #AppCompatTheme_actionMenuTextAppearance + * @see #AppCompatTheme_actionMenuTextColor + * @see #AppCompatTheme_actionModeBackground + * @see #AppCompatTheme_actionModeCloseButtonStyle + * @see #AppCompatTheme_actionModeCloseDrawable + * @see #AppCompatTheme_actionModeCopyDrawable + * @see #AppCompatTheme_actionModeCutDrawable + * @see #AppCompatTheme_actionModeFindDrawable + * @see #AppCompatTheme_actionModePasteDrawable + * @see #AppCompatTheme_actionModePopupWindowStyle + * @see #AppCompatTheme_actionModeSelectAllDrawable + * @see #AppCompatTheme_actionModeShareDrawable + * @see #AppCompatTheme_actionModeSplitBackground + * @see #AppCompatTheme_actionModeStyle + * @see #AppCompatTheme_actionModeWebSearchDrawable + * @see #AppCompatTheme_actionOverflowButtonStyle + * @see #AppCompatTheme_actionOverflowMenuStyle + * @see #AppCompatTheme_activityChooserViewStyle + * @see #AppCompatTheme_alertDialogButtonGroupStyle + * @see #AppCompatTheme_alertDialogCenterButtons + * @see #AppCompatTheme_alertDialogStyle + * @see #AppCompatTheme_alertDialogTheme + * @see #AppCompatTheme_autoCompleteTextViewStyle + * @see #AppCompatTheme_borderlessButtonStyle + * @see #AppCompatTheme_buttonBarButtonStyle + * @see #AppCompatTheme_buttonBarNegativeButtonStyle + * @see #AppCompatTheme_buttonBarNeutralButtonStyle + * @see #AppCompatTheme_buttonBarPositiveButtonStyle + * @see #AppCompatTheme_buttonBarStyle + * @see #AppCompatTheme_buttonStyle + * @see #AppCompatTheme_buttonStyleSmall + * @see #AppCompatTheme_checkboxStyle + * @see #AppCompatTheme_checkedTextViewStyle + * @see #AppCompatTheme_colorAccent + * @see #AppCompatTheme_colorButtonNormal + * @see #AppCompatTheme_colorControlActivated + * @see #AppCompatTheme_colorControlHighlight + * @see #AppCompatTheme_colorControlNormal + * @see #AppCompatTheme_colorPrimary + * @see #AppCompatTheme_colorPrimaryDark + * @see #AppCompatTheme_colorSwitchThumbNormal + * @see #AppCompatTheme_controlBackground + * @see #AppCompatTheme_dialogPreferredPadding + * @see #AppCompatTheme_dialogTheme + * @see #AppCompatTheme_dividerHorizontal + * @see #AppCompatTheme_dividerVertical + * @see #AppCompatTheme_dropDownListViewStyle + * @see #AppCompatTheme_dropdownListPreferredItemHeight + * @see #AppCompatTheme_editTextBackground + * @see #AppCompatTheme_editTextColor + * @see #AppCompatTheme_editTextStyle + * @see #AppCompatTheme_homeAsUpIndicator + * @see #AppCompatTheme_imageButtonStyle + * @see #AppCompatTheme_listChoiceBackgroundIndicator + * @see #AppCompatTheme_listDividerAlertDialog + * @see #AppCompatTheme_listPopupWindowStyle + * @see #AppCompatTheme_listPreferredItemHeight + * @see #AppCompatTheme_listPreferredItemHeightLarge + * @see #AppCompatTheme_listPreferredItemHeightSmall + * @see #AppCompatTheme_listPreferredItemPaddingLeft + * @see #AppCompatTheme_listPreferredItemPaddingRight + * @see #AppCompatTheme_panelBackground + * @see #AppCompatTheme_panelMenuListTheme + * @see #AppCompatTheme_panelMenuListWidth + * @see #AppCompatTheme_popupMenuStyle + * @see #AppCompatTheme_popupWindowStyle + * @see #AppCompatTheme_radioButtonStyle + * @see #AppCompatTheme_ratingBarStyle + * @see #AppCompatTheme_ratingBarStyleIndicator + * @see #AppCompatTheme_ratingBarStyleSmall + * @see #AppCompatTheme_searchViewStyle + * @see #AppCompatTheme_seekBarStyle + * @see #AppCompatTheme_selectableItemBackground + * @see #AppCompatTheme_selectableItemBackgroundBorderless + * @see #AppCompatTheme_spinnerDropDownItemStyle + * @see #AppCompatTheme_spinnerStyle + * @see #AppCompatTheme_switchStyle + * @see #AppCompatTheme_textAppearanceLargePopupMenu + * @see #AppCompatTheme_textAppearanceListItem + * @see #AppCompatTheme_textAppearanceListItemSmall + * @see #AppCompatTheme_textAppearanceSearchResultSubtitle + * @see #AppCompatTheme_textAppearanceSearchResultTitle + * @see #AppCompatTheme_textAppearanceSmallPopupMenu + * @see #AppCompatTheme_textColorAlertDialogListItem + * @see #AppCompatTheme_textColorSearchUrl + * @see #AppCompatTheme_toolbarNavigationButtonStyle + * @see #AppCompatTheme_toolbarStyle + * @see #AppCompatTheme_windowActionBar + * @see #AppCompatTheme_windowActionBarOverlay + * @see #AppCompatTheme_windowActionModeOverlay + * @see #AppCompatTheme_windowFixedHeightMajor + * @see #AppCompatTheme_windowFixedHeightMinor + * @see #AppCompatTheme_windowFixedWidthMajor + * @see #AppCompatTheme_windowFixedWidthMinor + * @see #AppCompatTheme_windowMinWidthMajor + * @see #AppCompatTheme_windowMinWidthMinor + * @see #AppCompatTheme_windowNoTitle + */ + public static final int[] AppCompatTheme={ + 0x01010057, 0x010100ae, 0x7f030000, 0x7f030001, + 0x7f030002, 0x7f030003, 0x7f030004, 0x7f030005, + 0x7f030006, 0x7f030007, 0x7f030008, 0x7f030009, + 0x7f03000a, 0x7f03000b, 0x7f03000c, 0x7f03000e, + 0x7f03000f, 0x7f030010, 0x7f030011, 0x7f030012, + 0x7f030013, 0x7f030014, 0x7f030015, 0x7f030016, + 0x7f030017, 0x7f030018, 0x7f030019, 0x7f03001a, + 0x7f03001b, 0x7f03001c, 0x7f03001d, 0x7f03001e, + 0x7f030021, 0x7f030022, 0x7f030023, 0x7f030024, + 0x7f030025, 0x7f030029, 0x7f030030, 0x7f030031, + 0x7f030032, 0x7f030033, 0x7f030034, 0x7f030035, + 0x7f030037, 0x7f030038, 0x7f03003c, 0x7f03003d, + 0x7f030045, 0x7f030046, 0x7f030047, 0x7f030048, + 0x7f030049, 0x7f03004a, 0x7f03004b, 0x7f03004c, + 0x7f030052, 0x7f030056, 0x7f030057, 0x7f03005a, + 0x7f03005c, 0x7f03005f, 0x7f030060, 0x7f030061, + 0x7f030062, 0x7f030063, 0x7f030071, 0x7f030075, + 0x7f03007d, 0x7f03007e, 0x7f030081, 0x7f030082, + 0x7f030083, 0x7f030084, 0x7f030085, 0x7f030086, + 0x7f030094, 0x7f030095, 0x7f030096, 0x7f030097, + 0x7f030099, 0x7f03009f, 0x7f0300a1, 0x7f0300a2, + 0x7f0300a3, 0x7f0300a7, 0x7f0300a8, 0x7f0300a9, + 0x7f0300aa, 0x7f0300b4, 0x7f0300b5, 0x7f0300c4, + 0x7f0300c7, 0x7f0300c8, 0x7f0300c9, 0x7f0300ca, + 0x7f0300cb, 0x7f0300cc, 0x7f0300ce, 0x7f0300cf, + 0x7f0300df, 0x7f0300e0, 0x7f0300e4, 0x7f0300e5, + 0x7f0300e6, 0x7f0300e7, 0x7f0300e8, 0x7f0300e9, + 0x7f0300ea, 0x7f0300eb, 0x7f0300ec, 0x7f0300ed + }; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionBarDivider} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionBarDivider + */ + public static final int AppCompatTheme_actionBarDivider=2; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionBarItemBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionBarItemBackground + */ + public static final int AppCompatTheme_actionBarItemBackground=3; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionBarPopupTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionBarPopupTheme + */ + public static final int AppCompatTheme_actionBarPopupTheme=4; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionBarSize} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * <p>Must be one of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>wrap_content</td><td>0</td><td></td></tr> + * </table> + * + * @attr name de.bjusystems.vdrmanager:actionBarSize + */ + public static final int AppCompatTheme_actionBarSize=5; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionBarSplitStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionBarSplitStyle + */ + public static final int AppCompatTheme_actionBarSplitStyle=6; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionBarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionBarStyle + */ + public static final int AppCompatTheme_actionBarStyle=7; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionBarTabBarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionBarTabBarStyle + */ + public static final int AppCompatTheme_actionBarTabBarStyle=8; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionBarTabStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionBarTabStyle + */ + public static final int AppCompatTheme_actionBarTabStyle=9; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionBarTabTextStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionBarTabTextStyle + */ + public static final int AppCompatTheme_actionBarTabTextStyle=10; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionBarTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionBarTheme + */ + public static final int AppCompatTheme_actionBarTheme=11; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionBarWidgetTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionBarWidgetTheme + */ + public static final int AppCompatTheme_actionBarWidgetTheme=12; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionButtonStyle + */ + public static final int AppCompatTheme_actionButtonStyle=13; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionDropDownStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionDropDownStyle + */ + public static final int AppCompatTheme_actionDropDownStyle=14; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionMenuTextAppearance} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionMenuTextAppearance + */ + public static final int AppCompatTheme_actionMenuTextAppearance=15; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionMenuTextColor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionMenuTextColor + */ + public static final int AppCompatTheme_actionMenuTextColor=16; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionModeBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionModeBackground + */ + public static final int AppCompatTheme_actionModeBackground=17; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionModeCloseButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionModeCloseButtonStyle + */ + public static final int AppCompatTheme_actionModeCloseButtonStyle=18; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionModeCloseDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionModeCloseDrawable + */ + public static final int AppCompatTheme_actionModeCloseDrawable=19; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionModeCopyDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionModeCopyDrawable + */ + public static final int AppCompatTheme_actionModeCopyDrawable=20; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionModeCutDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionModeCutDrawable + */ + public static final int AppCompatTheme_actionModeCutDrawable=21; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionModeFindDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionModeFindDrawable + */ + public static final int AppCompatTheme_actionModeFindDrawable=22; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionModePasteDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionModePasteDrawable + */ + public static final int AppCompatTheme_actionModePasteDrawable=23; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionModePopupWindowStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionModePopupWindowStyle + */ + public static final int AppCompatTheme_actionModePopupWindowStyle=24; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionModeSelectAllDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionModeSelectAllDrawable + */ + public static final int AppCompatTheme_actionModeSelectAllDrawable=25; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionModeShareDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionModeShareDrawable + */ + public static final int AppCompatTheme_actionModeShareDrawable=26; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionModeSplitBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionModeSplitBackground + */ + public static final int AppCompatTheme_actionModeSplitBackground=27; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionModeStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionModeStyle + */ + public static final int AppCompatTheme_actionModeStyle=28; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionModeWebSearchDrawable} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionModeWebSearchDrawable + */ + public static final int AppCompatTheme_actionModeWebSearchDrawable=29; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionOverflowButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionOverflowButtonStyle + */ + public static final int AppCompatTheme_actionOverflowButtonStyle=30; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionOverflowMenuStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionOverflowMenuStyle + */ + public static final int AppCompatTheme_actionOverflowMenuStyle=31; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#activityChooserViewStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:activityChooserViewStyle + */ + public static final int AppCompatTheme_activityChooserViewStyle=32; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#alertDialogButtonGroupStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:alertDialogButtonGroupStyle + */ + public static final int AppCompatTheme_alertDialogButtonGroupStyle=33; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#alertDialogCenterButtons} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name de.bjusystems.vdrmanager:alertDialogCenterButtons + */ + public static final int AppCompatTheme_alertDialogCenterButtons=34; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#alertDialogStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:alertDialogStyle + */ + public static final int AppCompatTheme_alertDialogStyle=35; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#alertDialogTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:alertDialogTheme + */ + public static final int AppCompatTheme_alertDialogTheme=36; + /** + * <p>This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name android:windowAnimationStyle + */ + public static final int AppCompatTheme_android_windowAnimationStyle=1; + /** + * <p>This symbol is the offset where the {@link android.R.attr#windowIsFloating} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name android:windowIsFloating + */ + public static final int AppCompatTheme_android_windowIsFloating=0; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#autoCompleteTextViewStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:autoCompleteTextViewStyle + */ + public static final int AppCompatTheme_autoCompleteTextViewStyle=37; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#borderlessButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:borderlessButtonStyle + */ + public static final int AppCompatTheme_borderlessButtonStyle=38; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#buttonBarButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:buttonBarButtonStyle + */ + public static final int AppCompatTheme_buttonBarButtonStyle=39; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#buttonBarNegativeButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:buttonBarNegativeButtonStyle + */ + public static final int AppCompatTheme_buttonBarNegativeButtonStyle=40; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#buttonBarNeutralButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:buttonBarNeutralButtonStyle + */ + public static final int AppCompatTheme_buttonBarNeutralButtonStyle=41; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#buttonBarPositiveButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:buttonBarPositiveButtonStyle + */ + public static final int AppCompatTheme_buttonBarPositiveButtonStyle=42; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#buttonBarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:buttonBarStyle + */ + public static final int AppCompatTheme_buttonBarStyle=43; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#buttonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:buttonStyle + */ + public static final int AppCompatTheme_buttonStyle=44; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#buttonStyleSmall} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:buttonStyleSmall + */ + public static final int AppCompatTheme_buttonStyleSmall=45; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#checkboxStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:checkboxStyle + */ + public static final int AppCompatTheme_checkboxStyle=46; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#checkedTextViewStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:checkedTextViewStyle + */ + public static final int AppCompatTheme_checkedTextViewStyle=47; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#colorAccent} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:colorAccent + */ + public static final int AppCompatTheme_colorAccent=48; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#colorButtonNormal} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:colorButtonNormal + */ + public static final int AppCompatTheme_colorButtonNormal=49; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#colorControlActivated} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:colorControlActivated + */ + public static final int AppCompatTheme_colorControlActivated=50; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#colorControlHighlight} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:colorControlHighlight + */ + public static final int AppCompatTheme_colorControlHighlight=51; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#colorControlNormal} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:colorControlNormal + */ + public static final int AppCompatTheme_colorControlNormal=52; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#colorPrimary} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:colorPrimary + */ + public static final int AppCompatTheme_colorPrimary=53; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#colorPrimaryDark} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:colorPrimaryDark + */ + public static final int AppCompatTheme_colorPrimaryDark=54; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#colorSwitchThumbNormal} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:colorSwitchThumbNormal + */ + public static final int AppCompatTheme_colorSwitchThumbNormal=55; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#controlBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:controlBackground + */ + public static final int AppCompatTheme_controlBackground=56; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#dialogPreferredPadding} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:dialogPreferredPadding + */ + public static final int AppCompatTheme_dialogPreferredPadding=57; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#dialogTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:dialogTheme + */ + public static final int AppCompatTheme_dialogTheme=58; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#dividerHorizontal} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:dividerHorizontal + */ + public static final int AppCompatTheme_dividerHorizontal=59; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#dividerVertical} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:dividerVertical + */ + public static final int AppCompatTheme_dividerVertical=60; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#dropDownListViewStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:dropDownListViewStyle + */ + public static final int AppCompatTheme_dropDownListViewStyle=61; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#dropdownListPreferredItemHeight} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:dropdownListPreferredItemHeight + */ + public static final int AppCompatTheme_dropdownListPreferredItemHeight=62; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#editTextBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:editTextBackground + */ + public static final int AppCompatTheme_editTextBackground=63; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#editTextColor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:editTextColor + */ + public static final int AppCompatTheme_editTextColor=64; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#editTextStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:editTextStyle + */ + public static final int AppCompatTheme_editTextStyle=65; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#homeAsUpIndicator} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:homeAsUpIndicator + */ + public static final int AppCompatTheme_homeAsUpIndicator=66; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#imageButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:imageButtonStyle + */ + public static final int AppCompatTheme_imageButtonStyle=67; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#listChoiceBackgroundIndicator} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:listChoiceBackgroundIndicator + */ + public static final int AppCompatTheme_listChoiceBackgroundIndicator=68; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#listDividerAlertDialog} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:listDividerAlertDialog + */ + public static final int AppCompatTheme_listDividerAlertDialog=69; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#listPopupWindowStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:listPopupWindowStyle + */ + public static final int AppCompatTheme_listPopupWindowStyle=70; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#listPreferredItemHeight} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:listPreferredItemHeight + */ + public static final int AppCompatTheme_listPreferredItemHeight=71; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#listPreferredItemHeightLarge} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:listPreferredItemHeightLarge + */ + public static final int AppCompatTheme_listPreferredItemHeightLarge=72; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#listPreferredItemHeightSmall} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:listPreferredItemHeightSmall + */ + public static final int AppCompatTheme_listPreferredItemHeightSmall=73; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#listPreferredItemPaddingLeft} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:listPreferredItemPaddingLeft + */ + public static final int AppCompatTheme_listPreferredItemPaddingLeft=74; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#listPreferredItemPaddingRight} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:listPreferredItemPaddingRight + */ + public static final int AppCompatTheme_listPreferredItemPaddingRight=75; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#panelBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:panelBackground + */ + public static final int AppCompatTheme_panelBackground=76; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#panelMenuListTheme} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:panelMenuListTheme + */ + public static final int AppCompatTheme_panelMenuListTheme=77; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#panelMenuListWidth} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:panelMenuListWidth + */ + public static final int AppCompatTheme_panelMenuListWidth=78; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#popupMenuStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:popupMenuStyle + */ + public static final int AppCompatTheme_popupMenuStyle=79; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#popupWindowStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:popupWindowStyle + */ + public static final int AppCompatTheme_popupWindowStyle=80; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#radioButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:radioButtonStyle + */ + public static final int AppCompatTheme_radioButtonStyle=81; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#ratingBarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:ratingBarStyle + */ + public static final int AppCompatTheme_ratingBarStyle=82; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#ratingBarStyleIndicator} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:ratingBarStyleIndicator + */ + public static final int AppCompatTheme_ratingBarStyleIndicator=83; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#ratingBarStyleSmall} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:ratingBarStyleSmall + */ + public static final int AppCompatTheme_ratingBarStyleSmall=84; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#searchViewStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:searchViewStyle + */ + public static final int AppCompatTheme_searchViewStyle=85; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#seekBarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:seekBarStyle + */ + public static final int AppCompatTheme_seekBarStyle=86; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#selectableItemBackground} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:selectableItemBackground + */ + public static final int AppCompatTheme_selectableItemBackground=87; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#selectableItemBackgroundBorderless} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:selectableItemBackgroundBorderless + */ + public static final int AppCompatTheme_selectableItemBackgroundBorderless=88; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#spinnerDropDownItemStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:spinnerDropDownItemStyle + */ + public static final int AppCompatTheme_spinnerDropDownItemStyle=89; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#spinnerStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:spinnerStyle + */ + public static final int AppCompatTheme_spinnerStyle=90; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#switchStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:switchStyle + */ + public static final int AppCompatTheme_switchStyle=91; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#textAppearanceLargePopupMenu} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:textAppearanceLargePopupMenu + */ + public static final int AppCompatTheme_textAppearanceLargePopupMenu=92; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#textAppearanceListItem} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:textAppearanceListItem + */ + public static final int AppCompatTheme_textAppearanceListItem=93; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#textAppearanceListItemSmall} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:textAppearanceListItemSmall + */ + public static final int AppCompatTheme_textAppearanceListItemSmall=94; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#textAppearanceSearchResultSubtitle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:textAppearanceSearchResultSubtitle + */ + public static final int AppCompatTheme_textAppearanceSearchResultSubtitle=95; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#textAppearanceSearchResultTitle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:textAppearanceSearchResultTitle + */ + public static final int AppCompatTheme_textAppearanceSearchResultTitle=96; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#textAppearanceSmallPopupMenu} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:textAppearanceSmallPopupMenu + */ + public static final int AppCompatTheme_textAppearanceSmallPopupMenu=97; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#textColorAlertDialogListItem} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:textColorAlertDialogListItem + */ + public static final int AppCompatTheme_textColorAlertDialogListItem=98; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#textColorSearchUrl} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:textColorSearchUrl + */ + public static final int AppCompatTheme_textColorSearchUrl=99; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#toolbarNavigationButtonStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:toolbarNavigationButtonStyle + */ + public static final int AppCompatTheme_toolbarNavigationButtonStyle=100; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#toolbarStyle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:toolbarStyle + */ + public static final int AppCompatTheme_toolbarStyle=101; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#windowActionBar} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name de.bjusystems.vdrmanager:windowActionBar + */ + public static final int AppCompatTheme_windowActionBar=102; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#windowActionBarOverlay} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name de.bjusystems.vdrmanager:windowActionBarOverlay + */ + public static final int AppCompatTheme_windowActionBarOverlay=103; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#windowActionModeOverlay} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name de.bjusystems.vdrmanager:windowActionModeOverlay + */ + public static final int AppCompatTheme_windowActionModeOverlay=104; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#windowFixedHeightMajor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * <p>May be a fractional value, which is a floating point number appended with + * either % or %p, such as "<code>14.5%</code>". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name de.bjusystems.vdrmanager:windowFixedHeightMajor + */ + public static final int AppCompatTheme_windowFixedHeightMajor=105; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#windowFixedHeightMinor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * <p>May be a fractional value, which is a floating point number appended with + * either % or %p, such as "<code>14.5%</code>". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name de.bjusystems.vdrmanager:windowFixedHeightMinor + */ + public static final int AppCompatTheme_windowFixedHeightMinor=106; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#windowFixedWidthMajor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * <p>May be a fractional value, which is a floating point number appended with + * either % or %p, such as "<code>14.5%</code>". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name de.bjusystems.vdrmanager:windowFixedWidthMajor + */ + public static final int AppCompatTheme_windowFixedWidthMajor=107; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#windowFixedWidthMinor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * <p>May be a fractional value, which is a floating point number appended with + * either % or %p, such as "<code>14.5%</code>". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name de.bjusystems.vdrmanager:windowFixedWidthMinor + */ + public static final int AppCompatTheme_windowFixedWidthMinor=108; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#windowMinWidthMajor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * <p>May be a fractional value, which is a floating point number appended with + * either % or %p, such as "<code>14.5%</code>". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name de.bjusystems.vdrmanager:windowMinWidthMajor + */ + public static final int AppCompatTheme_windowMinWidthMajor=109; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#windowMinWidthMinor} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * <p>May be a fractional value, which is a floating point number appended with + * either % or %p, such as "<code>14.5%</code>". + * The % suffix always means a percentage of the base size; + * the optional %p suffix provides a size relative to some parent container. + * + * @attr name de.bjusystems.vdrmanager:windowMinWidthMinor + */ + public static final int AppCompatTheme_windowMinWidthMinor=110; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#windowNoTitle} + * attribute's value can be found in the {@link #AppCompatTheme} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name de.bjusystems.vdrmanager:windowNoTitle + */ + public static final int AppCompatTheme_windowNoTitle=111; + /** + * Attributes that can be used with a ButtonBarLayout. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #ButtonBarLayout_allowStacking de.bjusystems.vdrmanager:allowStacking}</code></td><td></td></tr> + * </table> + * @see #ButtonBarLayout_allowStacking + */ + public static final int[] ButtonBarLayout={ + 0x7f030026 + }; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#allowStacking} + * attribute's value can be found in the {@link #ButtonBarLayout} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name de.bjusystems.vdrmanager:allowStacking + */ + public static final int ButtonBarLayout_allowStacking=0; + /** + * Attributes that can be used with a CirclePageIndicator. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #CirclePageIndicator_centered de.bjusystems.vdrmanager:centered}</code></td><td></td></tr> + * <tr><td><code>{@link #CirclePageIndicator_fillColor de.bjusystems.vdrmanager:fillColor}</code></td><td></td></tr> + * <tr><td><code>{@link #CirclePageIndicator_orientation de.bjusystems.vdrmanager:orientation}</code></td><td></td></tr> + * <tr><td><code>{@link #CirclePageIndicator_radius de.bjusystems.vdrmanager:radius}</code></td><td></td></tr> + * <tr><td><code>{@link #CirclePageIndicator_snap de.bjusystems.vdrmanager:snap}</code></td><td></td></tr> + * <tr><td><code>{@link #CirclePageIndicator_strokeColor de.bjusystems.vdrmanager:strokeColor}</code></td><td></td></tr> + * <tr><td><code>{@link #CirclePageIndicator_strokeWidth de.bjusystems.vdrmanager:strokeWidth}</code></td><td></td></tr> + * </table> + * @see #CirclePageIndicator_centered + * @see #CirclePageIndicator_fillColor + * @see #CirclePageIndicator_orientation + * @see #CirclePageIndicator_radius + * @see #CirclePageIndicator_snap + * @see #CirclePageIndicator_strokeColor + * @see #CirclePageIndicator_strokeWidth + */ + public static final int[] CirclePageIndicator={ + 0x7f03003b, 0x7f030066, 0x7f030090, 0x7f0300a0, + 0x7f0300b1, 0x7f0300ba, 0x7f0300bb + }; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#centered} + * attribute's value can be found in the {@link #CirclePageIndicator} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name de.bjusystems.vdrmanager:centered + */ + public static final int CirclePageIndicator_centered=0; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#fillColor} + * attribute's value can be found in the {@link #CirclePageIndicator} array. + * + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:fillColor + */ + public static final int CirclePageIndicator_fillColor=1; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#orientation} + * attribute's value can be found in the {@link #CirclePageIndicator} array. + * + * <p>Must be one of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>horizontal</td><td>0</td><td></td></tr> + * <tr><td>vertical</td><td>1</td><td></td></tr> + * </table> + * + * @attr name de.bjusystems.vdrmanager:orientation + */ + public static final int CirclePageIndicator_orientation=2; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#radius} + * attribute's value can be found in the {@link #CirclePageIndicator} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:radius + */ + public static final int CirclePageIndicator_radius=3; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#snap} + * attribute's value can be found in the {@link #CirclePageIndicator} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name de.bjusystems.vdrmanager:snap + */ + public static final int CirclePageIndicator_snap=4; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#strokeColor} + * attribute's value can be found in the {@link #CirclePageIndicator} array. + * + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:strokeColor + */ + public static final int CirclePageIndicator_strokeColor=5; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#strokeWidth} + * attribute's value can be found in the {@link #CirclePageIndicator} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:strokeWidth + */ + public static final int CirclePageIndicator_strokeWidth=6; + /** + * Attributes that can be used with a ColoredButton. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #ColoredButton_cornerRadius de.bjusystems.vdrmanager:cornerRadius}</code></td><td></td></tr> + * <tr><td><code>{@link #ColoredButton_normalStateColor de.bjusystems.vdrmanager:normalStateColor}</code></td><td></td></tr> + * </table> + * @see #ColoredButton_cornerRadius + * @see #ColoredButton_normalStateColor + */ + public static final int[] ColoredButton={ + 0x7f030053, 0x7f03008f + }; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#cornerRadius} + * attribute's value can be found in the {@link #ColoredButton} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:cornerRadius + */ + public static final int ColoredButton_cornerRadius=0; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#normalStateColor} + * attribute's value can be found in the {@link #ColoredButton} array. + * + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name de.bjusystems.vdrmanager:normalStateColor + */ + public static final int ColoredButton_normalStateColor=1; + /** + * Attributes that can be used with a CompoundButton. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #CompoundButton_android_button android:button}</code></td><td></td></tr> + * <tr><td><code>{@link #CompoundButton_buttonTint de.bjusystems.vdrmanager:buttonTint}</code></td><td></td></tr> + * <tr><td><code>{@link #CompoundButton_buttonTintMode de.bjusystems.vdrmanager:buttonTintMode}</code></td><td></td></tr> + * </table> + * @see #CompoundButton_android_button + * @see #CompoundButton_buttonTint + * @see #CompoundButton_buttonTintMode + */ + public static final int[] CompoundButton={ + 0x01010107, 0x7f030039, 0x7f03003a + }; + /** + * <p>This symbol is the offset where the {@link android.R.attr#button} + * attribute's value can be found in the {@link #CompoundButton} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name android:button + */ + public static final int CompoundButton_android_button=0; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#buttonTint} + * attribute's value can be found in the {@link #CompoundButton} array. + * + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:buttonTint + */ + public static final int CompoundButton_buttonTint=1; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#buttonTintMode} + * attribute's value can be found in the {@link #CompoundButton} array. + * + * <p>Must be one of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>multiply</td><td>e</td><td></td></tr> + * <tr><td>screen</td><td>f</td><td></td></tr> + * <tr><td>src_atop</td><td>9</td><td></td></tr> + * <tr><td>src_in</td><td>5</td><td></td></tr> + * <tr><td>src_over</td><td>3</td><td></td></tr> + * </table> + * + * @attr name de.bjusystems.vdrmanager:buttonTintMode + */ + public static final int CompoundButton_buttonTintMode=2; + /** + * Attributes that can be used with a DrawerArrowToggle. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #DrawerArrowToggle_arrowHeadLength de.bjusystems.vdrmanager:arrowHeadLength}</code></td><td></td></tr> + * <tr><td><code>{@link #DrawerArrowToggle_arrowShaftLength de.bjusystems.vdrmanager:arrowShaftLength}</code></td><td></td></tr> + * <tr><td><code>{@link #DrawerArrowToggle_barLength de.bjusystems.vdrmanager:barLength}</code></td><td></td></tr> + * <tr><td><code>{@link #DrawerArrowToggle_color de.bjusystems.vdrmanager:color}</code></td><td></td></tr> + * <tr><td><code>{@link #DrawerArrowToggle_drawableSize de.bjusystems.vdrmanager:drawableSize}</code></td><td></td></tr> + * <tr><td><code>{@link #DrawerArrowToggle_gapBetweenBars de.bjusystems.vdrmanager:gapBetweenBars}</code></td><td></td></tr> + * <tr><td><code>{@link #DrawerArrowToggle_spinBars de.bjusystems.vdrmanager:spinBars}</code></td><td></td></tr> + * <tr><td><code>{@link #DrawerArrowToggle_thickness de.bjusystems.vdrmanager:thickness}</code></td><td></td></tr> + * </table> + * @see #DrawerArrowToggle_arrowHeadLength + * @see #DrawerArrowToggle_arrowShaftLength + * @see #DrawerArrowToggle_barLength + * @see #DrawerArrowToggle_color + * @see #DrawerArrowToggle_drawableSize + * @see #DrawerArrowToggle_gapBetweenBars + * @see #DrawerArrowToggle_spinBars + * @see #DrawerArrowToggle_thickness + */ + public static final int[] DrawerArrowToggle={ + 0x7f030027, 0x7f030028, 0x7f03002f, 0x7f030044, + 0x7f03005d, 0x7f03006d, 0x7f0300b3, 0x7f0300d2 + }; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#arrowHeadLength} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:arrowHeadLength + */ + public static final int DrawerArrowToggle_arrowHeadLength=0; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#arrowShaftLength} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:arrowShaftLength + */ + public static final int DrawerArrowToggle_arrowShaftLength=1; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#barLength} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:barLength + */ + public static final int DrawerArrowToggle_barLength=2; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#color} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:color + */ + public static final int DrawerArrowToggle_color=3; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#drawableSize} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:drawableSize + */ + public static final int DrawerArrowToggle_drawableSize=4; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#gapBetweenBars} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:gapBetweenBars + */ + public static final int DrawerArrowToggle_gapBetweenBars=5; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#spinBars} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name de.bjusystems.vdrmanager:spinBars + */ + public static final int DrawerArrowToggle_spinBars=6; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#thickness} + * attribute's value can be found in the {@link #DrawerArrowToggle} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:thickness + */ + public static final int DrawerArrowToggle_thickness=7; + /** + * Attributes that can be used with a LinearLayoutCompat. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #LinearLayoutCompat_android_gravity android:gravity}</code></td><td></td></tr> + * <tr><td><code>{@link #LinearLayoutCompat_android_orientation android:orientation}</code></td><td></td></tr> + * <tr><td><code>{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned}</code></td><td></td></tr> + * <tr><td><code>{@link #LinearLayoutCompat_android_baselineAlignedChildIndex android:baselineAlignedChildIndex}</code></td><td></td></tr> + * <tr><td><code>{@link #LinearLayoutCompat_android_weightSum android:weightSum}</code></td><td></td></tr> + * <tr><td><code>{@link #LinearLayoutCompat_divider de.bjusystems.vdrmanager:divider}</code></td><td></td></tr> + * <tr><td><code>{@link #LinearLayoutCompat_dividerPadding de.bjusystems.vdrmanager:dividerPadding}</code></td><td></td></tr> + * <tr><td><code>{@link #LinearLayoutCompat_measureWithLargestChild de.bjusystems.vdrmanager:measureWithLargestChild}</code></td><td></td></tr> + * <tr><td><code>{@link #LinearLayoutCompat_showDividers de.bjusystems.vdrmanager:showDividers}</code></td><td></td></tr> + * </table> + * @see #LinearLayoutCompat_android_gravity + * @see #LinearLayoutCompat_android_orientation + * @see #LinearLayoutCompat_android_baselineAligned + * @see #LinearLayoutCompat_android_baselineAlignedChildIndex + * @see #LinearLayoutCompat_android_weightSum + * @see #LinearLayoutCompat_divider + * @see #LinearLayoutCompat_dividerPadding + * @see #LinearLayoutCompat_measureWithLargestChild + * @see #LinearLayoutCompat_showDividers + */ + public static final int[] LinearLayoutCompat={ + 0x010100af, 0x010100c4, 0x01010126, 0x01010127, + 0x01010128, 0x7f030059, 0x7f03005b, 0x7f03008a, + 0x7f0300ae + }; + /** + * Attributes that can be used with a LinearLayoutCompat_Layout. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}</code></td><td></td></tr> + * <tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}</code></td><td></td></tr> + * <tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}</code></td><td></td></tr> + * <tr><td><code>{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}</code></td><td></td></tr> + * </table> + * @see #LinearLayoutCompat_Layout_android_layout_gravity + * @see #LinearLayoutCompat_Layout_android_layout_width + * @see #LinearLayoutCompat_Layout_android_layout_height + * @see #LinearLayoutCompat_Layout_android_layout_weight + */ + public static final int[] LinearLayoutCompat_Layout={ + 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 + }; + /** + * <p>This symbol is the offset where the {@link android.R.attr#layout_gravity} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + * <p>Must be one or more (separated by '|') of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>end</td><td>800005</td><td></td></tr> + * <tr><td>start</td><td>800003</td><td></td></tr> + * <tr><td>bottom</td><td>50</td><td></td></tr> + * <tr><td>center</td><td>11</td><td></td></tr> + * <tr><td>center_horizontal</td><td>1</td><td></td></tr> + * <tr><td>center_vertical</td><td>10</td><td></td></tr> + * <tr><td>clip_horizontal</td><td>8</td><td></td></tr> + * <tr><td>clip_vertical</td><td>80</td><td></td></tr> + * <tr><td>fill</td><td>77</td><td></td></tr> + * <tr><td>fill_horizontal</td><td>7</td><td></td></tr> + * <tr><td>fill_vertical</td><td>70</td><td></td></tr> + * <tr><td>left</td><td>3</td><td></td></tr> + * <tr><td>right</td><td>5</td><td></td></tr> + * <tr><td>top</td><td>30</td><td></td></tr> + * </table> + * + * @attr name android:layout_gravity + */ + public static final int LinearLayoutCompat_Layout_android_layout_gravity=0; + /** + * <p>This symbol is the offset where the {@link android.R.attr#layout_height} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * <p>Must be one of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>wrap_content</td><td>fffffffe</td><td></td></tr> + * <tr><td>fill_parent</td><td>ffffffff</td><td></td></tr> + * <tr><td>match_parent</td><td>ffffffff</td><td></td></tr> + * </table> + * + * @attr name android:layout_height + */ + public static final int LinearLayoutCompat_Layout_android_layout_height=2; + /** + * <p>This symbol is the offset where the {@link android.R.attr#layout_weight} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + * <p>May be a floating point value, such as "<code>1.2</code>". + * + * @attr name android:layout_weight + */ + public static final int LinearLayoutCompat_Layout_android_layout_weight=3; + /** + * <p>This symbol is the offset where the {@link android.R.attr#layout_width} + * attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * <p>Must be one of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>wrap_content</td><td>fffffffe</td><td></td></tr> + * <tr><td>fill_parent</td><td>ffffffff</td><td></td></tr> + * <tr><td>match_parent</td><td>ffffffff</td><td></td></tr> + * </table> + * + * @attr name android:layout_width + */ + public static final int LinearLayoutCompat_Layout_android_layout_width=1; + /** + * <p>This symbol is the offset where the {@link android.R.attr#baselineAligned} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name android:baselineAligned + */ + public static final int LinearLayoutCompat_android_baselineAligned=2; + /** + * <p>This symbol is the offset where the {@link android.R.attr#baselineAlignedChildIndex} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + * <p>May be an integer value, such as "<code>100</code>". + * + * @attr name android:baselineAlignedChildIndex + */ + public static final int LinearLayoutCompat_android_baselineAlignedChildIndex=3; + /** + * <p>This symbol is the offset where the {@link android.R.attr#gravity} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + * <p>Must be one or more (separated by '|') of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>end</td><td>800005</td><td></td></tr> + * <tr><td>start</td><td>800003</td><td></td></tr> + * <tr><td>bottom</td><td>50</td><td></td></tr> + * <tr><td>center</td><td>11</td><td></td></tr> + * <tr><td>center_horizontal</td><td>1</td><td></td></tr> + * <tr><td>center_vertical</td><td>10</td><td></td></tr> + * <tr><td>clip_horizontal</td><td>8</td><td></td></tr> + * <tr><td>clip_vertical</td><td>80</td><td></td></tr> + * <tr><td>fill</td><td>77</td><td></td></tr> + * <tr><td>fill_horizontal</td><td>7</td><td></td></tr> + * <tr><td>fill_vertical</td><td>70</td><td></td></tr> + * <tr><td>left</td><td>3</td><td></td></tr> + * <tr><td>right</td><td>5</td><td></td></tr> + * <tr><td>top</td><td>30</td><td></td></tr> + * </table> + * + * @attr name android:gravity + */ + public static final int LinearLayoutCompat_android_gravity=0; + /** + * <p>This symbol is the offset where the {@link android.R.attr#orientation} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + * <p>Must be one of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>horizontal</td><td>0</td><td></td></tr> + * <tr><td>vertical</td><td>1</td><td></td></tr> + * </table> + * + * @attr name android:orientation + */ + public static final int LinearLayoutCompat_android_orientation=1; + /** + * <p>This symbol is the offset where the {@link android.R.attr#weightSum} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + * <p>May be a floating point value, such as "<code>1.2</code>". + * + * @attr name android:weightSum + */ + public static final int LinearLayoutCompat_android_weightSum=4; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#divider} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:divider + */ + public static final int LinearLayoutCompat_divider=5; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#dividerPadding} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:dividerPadding + */ + public static final int LinearLayoutCompat_dividerPadding=6; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#measureWithLargestChild} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name de.bjusystems.vdrmanager:measureWithLargestChild + */ + public static final int LinearLayoutCompat_measureWithLargestChild=7; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#showDividers} + * attribute's value can be found in the {@link #LinearLayoutCompat} array. + * + * <p>Must be one or more (separated by '|') of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>beginning</td><td>1</td><td></td></tr> + * <tr><td>end</td><td>4</td><td></td></tr> + * <tr><td>middle</td><td>2</td><td></td></tr> + * <tr><td>none</td><td>0</td><td></td></tr> + * </table> + * + * @attr name de.bjusystems.vdrmanager:showDividers + */ + public static final int LinearLayoutCompat_showDividers=8; + /** + * Attributes that can be used with a ListPopupWindow. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}</code></td><td></td></tr> + * <tr><td><code>{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset}</code></td><td></td></tr> + * </table> + * @see #ListPopupWindow_android_dropDownHorizontalOffset + * @see #ListPopupWindow_android_dropDownVerticalOffset + */ + public static final int[] ListPopupWindow={ + 0x010102ac, 0x010102ad + }; + /** + * <p>This symbol is the offset where the {@link android.R.attr#dropDownHorizontalOffset} + * attribute's value can be found in the {@link #ListPopupWindow} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:dropDownHorizontalOffset + */ + public static final int ListPopupWindow_android_dropDownHorizontalOffset=0; + /** + * <p>This symbol is the offset where the {@link android.R.attr#dropDownVerticalOffset} + * attribute's value can be found in the {@link #ListPopupWindow} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:dropDownVerticalOffset + */ + public static final int ListPopupWindow_android_dropDownVerticalOffset=1; + /** + * Attributes that can be used with a MenuGroup. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #MenuGroup_android_enabled android:enabled}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuGroup_android_id android:id}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuGroup_android_visible android:visible}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuGroup_android_menuCategory android:menuCategory}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuGroup_android_orderInCategory android:orderInCategory}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}</code></td><td></td></tr> + * </table> + * @see #MenuGroup_android_enabled + * @see #MenuGroup_android_id + * @see #MenuGroup_android_visible + * @see #MenuGroup_android_menuCategory + * @see #MenuGroup_android_orderInCategory + * @see #MenuGroup_android_checkableBehavior + */ + public static final int[] MenuGroup={ + 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, + 0x010101df, 0x010101e0 + }; + /** + * <p>This symbol is the offset where the {@link android.R.attr#checkableBehavior} + * attribute's value can be found in the {@link #MenuGroup} array. + * + * <p>Must be one of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>none</td><td>0</td><td></td></tr> + * <tr><td>all</td><td>1</td><td></td></tr> + * <tr><td>single</td><td>2</td><td></td></tr> + * </table> + * + * @attr name android:checkableBehavior + */ + public static final int MenuGroup_android_checkableBehavior=5; + /** + * <p>This symbol is the offset where the {@link android.R.attr#enabled} + * attribute's value can be found in the {@link #MenuGroup} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name android:enabled + */ + public static final int MenuGroup_android_enabled=0; + /** + * <p>This symbol is the offset where the {@link android.R.attr#id} + * attribute's value can be found in the {@link #MenuGroup} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name android:id + */ + public static final int MenuGroup_android_id=1; + /** + * <p>This symbol is the offset where the {@link android.R.attr#menuCategory} + * attribute's value can be found in the {@link #MenuGroup} array. + * + * <p>Must be one of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>alternative</td><td>40000</td><td></td></tr> + * <tr><td>container</td><td>10000</td><td></td></tr> + * <tr><td>secondary</td><td>30000</td><td></td></tr> + * <tr><td>system</td><td>20000</td><td></td></tr> + * </table> + * + * @attr name android:menuCategory + */ + public static final int MenuGroup_android_menuCategory=3; + /** + * <p>This symbol is the offset where the {@link android.R.attr#orderInCategory} + * attribute's value can be found in the {@link #MenuGroup} array. + * + * <p>May be an integer value, such as "<code>100</code>". + * + * @attr name android:orderInCategory + */ + public static final int MenuGroup_android_orderInCategory=4; + /** + * <p>This symbol is the offset where the {@link android.R.attr#visible} + * attribute's value can be found in the {@link #MenuGroup} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name android:visible + */ + public static final int MenuGroup_android_visible=2; + /** + * Attributes that can be used with a MenuItem. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #MenuItem_android_icon android:icon}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuItem_android_enabled android:enabled}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuItem_android_id android:id}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuItem_android_checked android:checked}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuItem_android_visible android:visible}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuItem_android_menuCategory android:menuCategory}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuItem_android_orderInCategory android:orderInCategory}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuItem_android_title android:title}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuItem_android_titleCondensed android:titleCondensed}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuItem_android_numericShortcut android:numericShortcut}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuItem_android_checkable android:checkable}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuItem_android_onClick android:onClick}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuItem_actionLayout de.bjusystems.vdrmanager:actionLayout}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuItem_actionProviderClass de.bjusystems.vdrmanager:actionProviderClass}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuItem_actionViewClass de.bjusystems.vdrmanager:actionViewClass}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuItem_showAsAction de.bjusystems.vdrmanager:showAsAction}</code></td><td></td></tr> + * </table> + * @see #MenuItem_android_icon + * @see #MenuItem_android_enabled + * @see #MenuItem_android_id + * @see #MenuItem_android_checked + * @see #MenuItem_android_visible + * @see #MenuItem_android_menuCategory + * @see #MenuItem_android_orderInCategory + * @see #MenuItem_android_title + * @see #MenuItem_android_titleCondensed + * @see #MenuItem_android_alphabeticShortcut + * @see #MenuItem_android_numericShortcut + * @see #MenuItem_android_checkable + * @see #MenuItem_android_onClick + * @see #MenuItem_actionLayout + * @see #MenuItem_actionProviderClass + * @see #MenuItem_actionViewClass + * @see #MenuItem_showAsAction + */ + public static final int[] MenuItem={ + 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, + 0x01010194, 0x010101de, 0x010101df, 0x010101e1, + 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, + 0x0101026f, 0x7f03000d, 0x7f03001f, 0x7f030020, + 0x7f0300ad + }; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionLayout} + * attribute's value can be found in the {@link #MenuItem} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:actionLayout + */ + public static final int MenuItem_actionLayout=13; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionProviderClass} + * attribute's value can be found in the {@link #MenuItem} array. + * + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name de.bjusystems.vdrmanager:actionProviderClass + */ + public static final int MenuItem_actionProviderClass=14; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#actionViewClass} + * attribute's value can be found in the {@link #MenuItem} array. + * + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name de.bjusystems.vdrmanager:actionViewClass + */ + public static final int MenuItem_actionViewClass=15; + /** + * <p>This symbol is the offset where the {@link android.R.attr#alphabeticShortcut} + * attribute's value can be found in the {@link #MenuItem} array. + * + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:alphabeticShortcut + */ + public static final int MenuItem_android_alphabeticShortcut=9; + /** + * <p>This symbol is the offset where the {@link android.R.attr#checkable} + * attribute's value can be found in the {@link #MenuItem} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name android:checkable + */ + public static final int MenuItem_android_checkable=11; + /** + * <p>This symbol is the offset where the {@link android.R.attr#checked} + * attribute's value can be found in the {@link #MenuItem} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name android:checked + */ + public static final int MenuItem_android_checked=3; + /** + * <p>This symbol is the offset where the {@link android.R.attr#enabled} + * attribute's value can be found in the {@link #MenuItem} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name android:enabled + */ + public static final int MenuItem_android_enabled=1; + /** + * <p>This symbol is the offset where the {@link android.R.attr#icon} + * attribute's value can be found in the {@link #MenuItem} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name android:icon + */ + public static final int MenuItem_android_icon=0; + /** + * <p>This symbol is the offset where the {@link android.R.attr#id} + * attribute's value can be found in the {@link #MenuItem} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name android:id + */ + public static final int MenuItem_android_id=2; + /** + * <p>This symbol is the offset where the {@link android.R.attr#menuCategory} + * attribute's value can be found in the {@link #MenuItem} array. + * + * <p>Must be one of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>alternative</td><td>40000</td><td></td></tr> + * <tr><td>container</td><td>10000</td><td></td></tr> + * <tr><td>secondary</td><td>30000</td><td></td></tr> + * <tr><td>system</td><td>20000</td><td></td></tr> + * </table> + * + * @attr name android:menuCategory + */ + public static final int MenuItem_android_menuCategory=5; + /** + * <p>This symbol is the offset where the {@link android.R.attr#numericShortcut} + * attribute's value can be found in the {@link #MenuItem} array. + * + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:numericShortcut + */ + public static final int MenuItem_android_numericShortcut=10; + /** + * <p>This symbol is the offset where the {@link android.R.attr#onClick} + * attribute's value can be found in the {@link #MenuItem} array. + * + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:onClick + */ + public static final int MenuItem_android_onClick=12; + /** + * <p>This symbol is the offset where the {@link android.R.attr#orderInCategory} + * attribute's value can be found in the {@link #MenuItem} array. + * + * <p>May be an integer value, such as "<code>100</code>". + * + * @attr name android:orderInCategory + */ + public static final int MenuItem_android_orderInCategory=6; + /** + * <p>This symbol is the offset where the {@link android.R.attr#title} + * attribute's value can be found in the {@link #MenuItem} array. + * + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:title + */ + public static final int MenuItem_android_title=7; + /** + * <p>This symbol is the offset where the {@link android.R.attr#titleCondensed} + * attribute's value can be found in the {@link #MenuItem} array. + * + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:titleCondensed + */ + public static final int MenuItem_android_titleCondensed=8; + /** + * <p>This symbol is the offset where the {@link android.R.attr#visible} + * attribute's value can be found in the {@link #MenuItem} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name android:visible + */ + public static final int MenuItem_android_visible=4; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#showAsAction} + * attribute's value can be found in the {@link #MenuItem} array. + * + * <p>Must be one or more (separated by '|') of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>always</td><td>2</td><td></td></tr> + * <tr><td>collapseActionView</td><td>8</td><td></td></tr> + * <tr><td>ifRoom</td><td>1</td><td></td></tr> + * <tr><td>never</td><td>0</td><td></td></tr> + * <tr><td>withText</td><td>4</td><td></td></tr> + * </table> + * + * @attr name de.bjusystems.vdrmanager:showAsAction + */ + public static final int MenuItem_showAsAction=16; + /** + * Attributes that can be used with a MenuView. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuView_android_horizontalDivider android:horizontalDivider}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuView_android_verticalDivider android:verticalDivider}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuView_android_headerBackground android:headerBackground}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuView_android_itemBackground android:itemBackground}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}</code></td><td></td></tr> + * <tr><td><code>{@link #MenuView_preserveIconSpacing de.bjusystems.vdrmanager:preserveIconSpacing}</code></td><td></td></tr> + * </table> + * @see #MenuView_android_windowAnimationStyle + * @see #MenuView_android_itemTextAppearance + * @see #MenuView_android_horizontalDivider + * @see #MenuView_android_verticalDivider + * @see #MenuView_android_headerBackground + * @see #MenuView_android_itemBackground + * @see #MenuView_android_itemIconDisabledAlpha + * @see #MenuView_preserveIconSpacing + */ + public static final int[] MenuView={ + 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, + 0x0101012f, 0x01010130, 0x01010131, 0x7f03009a + }; + /** + * <p>This symbol is the offset where the {@link android.R.attr#headerBackground} + * attribute's value can be found in the {@link #MenuView} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name android:headerBackground + */ + public static final int MenuView_android_headerBackground=4; + /** + * <p>This symbol is the offset where the {@link android.R.attr#horizontalDivider} + * attribute's value can be found in the {@link #MenuView} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name android:horizontalDivider + */ + public static final int MenuView_android_horizontalDivider=2; + /** + * <p>This symbol is the offset where the {@link android.R.attr#itemBackground} + * attribute's value can be found in the {@link #MenuView} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name android:itemBackground + */ + public static final int MenuView_android_itemBackground=5; + /** + * <p>This symbol is the offset where the {@link android.R.attr#itemIconDisabledAlpha} + * attribute's value can be found in the {@link #MenuView} array. + * + * <p>May be a floating point value, such as "<code>1.2</code>". + * + * @attr name android:itemIconDisabledAlpha + */ + public static final int MenuView_android_itemIconDisabledAlpha=6; + /** + * <p>This symbol is the offset where the {@link android.R.attr#itemTextAppearance} + * attribute's value can be found in the {@link #MenuView} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name android:itemTextAppearance + */ + public static final int MenuView_android_itemTextAppearance=1; + /** + * <p>This symbol is the offset where the {@link android.R.attr#verticalDivider} + * attribute's value can be found in the {@link #MenuView} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name android:verticalDivider + */ + public static final int MenuView_android_verticalDivider=3; + /** + * <p>This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} + * attribute's value can be found in the {@link #MenuView} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name android:windowAnimationStyle + */ + public static final int MenuView_android_windowAnimationStyle=0; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#preserveIconSpacing} + * attribute's value can be found in the {@link #MenuView} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name de.bjusystems.vdrmanager:preserveIconSpacing + */ + public static final int MenuView_preserveIconSpacing=7; + /** + * Attributes that can be used with a PopupWindow. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #PopupWindow_android_popupBackground android:popupBackground}</code></td><td></td></tr> + * <tr><td><code>{@link #PopupWindow_overlapAnchor de.bjusystems.vdrmanager:overlapAnchor}</code></td><td></td></tr> + * </table> + * @see #PopupWindow_android_popupBackground + * @see #PopupWindow_overlapAnchor + */ + public static final int[] PopupWindow={ + 0x01010176, 0x7f030091 + }; + /** + * Attributes that can be used with a PopupWindowBackgroundState. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #PopupWindowBackgroundState_state_above_anchor de.bjusystems.vdrmanager:state_above_anchor}</code></td><td></td></tr> + * </table> + * @see #PopupWindowBackgroundState_state_above_anchor + */ + public static final int[] PopupWindowBackgroundState={ + 0x7f0300b9 + }; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#state_above_anchor} + * attribute's value can be found in the {@link #PopupWindowBackgroundState} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name de.bjusystems.vdrmanager:state_above_anchor + */ + public static final int PopupWindowBackgroundState_state_above_anchor=0; + /** + * <p>This symbol is the offset where the {@link android.R.attr#popupBackground} + * attribute's value can be found in the {@link #PopupWindow} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name android:popupBackground + */ + public static final int PopupWindow_android_popupBackground=0; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#overlapAnchor} + * attribute's value can be found in the {@link #PopupWindow} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name de.bjusystems.vdrmanager:overlapAnchor + */ + public static final int PopupWindow_overlapAnchor=1; + /** + * Attributes that can be used with a RecyclerView. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #RecyclerView_android_orientation android:orientation}</code></td><td></td></tr> + * <tr><td><code>{@link #RecyclerView_layoutManager de.bjusystems.vdrmanager:layoutManager}</code></td><td></td></tr> + * <tr><td><code>{@link #RecyclerView_reverseLayout de.bjusystems.vdrmanager:reverseLayout}</code></td><td></td></tr> + * <tr><td><code>{@link #RecyclerView_spanCount de.bjusystems.vdrmanager:spanCount}</code></td><td></td></tr> + * <tr><td><code>{@link #RecyclerView_stackFromEnd de.bjusystems.vdrmanager:stackFromEnd}</code></td><td></td></tr> + * </table> + * @see #RecyclerView_android_orientation + * @see #RecyclerView_layoutManager + * @see #RecyclerView_reverseLayout + * @see #RecyclerView_spanCount + * @see #RecyclerView_stackFromEnd + */ + public static final int[] RecyclerView={ + 0x010100c4, 0x7f03007b, 0x7f0300a4, 0x7f0300b2, + 0x7f0300b8 + }; + /** + * <p>This symbol is the offset where the {@link android.R.attr#orientation} + * attribute's value can be found in the {@link #RecyclerView} array. + * + * <p>Must be one of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>horizontal</td><td>0</td><td></td></tr> + * <tr><td>vertical</td><td>1</td><td></td></tr> + * </table> + * + * @attr name android:orientation + */ + public static final int RecyclerView_android_orientation=0; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#layoutManager} + * attribute's value can be found in the {@link #RecyclerView} array. + * + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name de.bjusystems.vdrmanager:layoutManager + */ + public static final int RecyclerView_layoutManager=1; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#reverseLayout} + * attribute's value can be found in the {@link #RecyclerView} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name de.bjusystems.vdrmanager:reverseLayout + */ + public static final int RecyclerView_reverseLayout=2; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#spanCount} + * attribute's value can be found in the {@link #RecyclerView} array. + * + * <p>May be an integer value, such as "<code>100</code>". + * + * @attr name de.bjusystems.vdrmanager:spanCount + */ + public static final int RecyclerView_spanCount=3; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#stackFromEnd} + * attribute's value can be found in the {@link #RecyclerView} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name de.bjusystems.vdrmanager:stackFromEnd + */ + public static final int RecyclerView_stackFromEnd=4; + /** + * Attributes that can be used with a SearchView. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #SearchView_android_focusable android:focusable}</code></td><td></td></tr> + * <tr><td><code>{@link #SearchView_android_maxWidth android:maxWidth}</code></td><td></td></tr> + * <tr><td><code>{@link #SearchView_android_inputType android:inputType}</code></td><td></td></tr> + * <tr><td><code>{@link #SearchView_android_imeOptions android:imeOptions}</code></td><td></td></tr> + * <tr><td><code>{@link #SearchView_closeIcon de.bjusystems.vdrmanager:closeIcon}</code></td><td></td></tr> + * <tr><td><code>{@link #SearchView_commitIcon de.bjusystems.vdrmanager:commitIcon}</code></td><td></td></tr> + * <tr><td><code>{@link #SearchView_defaultQueryHint de.bjusystems.vdrmanager:defaultQueryHint}</code></td><td></td></tr> + * <tr><td><code>{@link #SearchView_goIcon de.bjusystems.vdrmanager:goIcon}</code></td><td></td></tr> + * <tr><td><code>{@link #SearchView_iconifiedByDefault de.bjusystems.vdrmanager:iconifiedByDefault}</code></td><td></td></tr> + * <tr><td><code>{@link #SearchView_layout de.bjusystems.vdrmanager:layout}</code></td><td></td></tr> + * <tr><td><code>{@link #SearchView_queryBackground de.bjusystems.vdrmanager:queryBackground}</code></td><td></td></tr> + * <tr><td><code>{@link #SearchView_queryHint de.bjusystems.vdrmanager:queryHint}</code></td><td></td></tr> + * <tr><td><code>{@link #SearchView_searchHintIcon de.bjusystems.vdrmanager:searchHintIcon}</code></td><td></td></tr> + * <tr><td><code>{@link #SearchView_searchIcon de.bjusystems.vdrmanager:searchIcon}</code></td><td></td></tr> + * <tr><td><code>{@link #SearchView_submitBackground de.bjusystems.vdrmanager:submitBackground}</code></td><td></td></tr> + * <tr><td><code>{@link #SearchView_suggestionRowLayout de.bjusystems.vdrmanager:suggestionRowLayout}</code></td><td></td></tr> + * <tr><td><code>{@link #SearchView_voiceIcon de.bjusystems.vdrmanager:voiceIcon}</code></td><td></td></tr> + * </table> + * @see #SearchView_android_focusable + * @see #SearchView_android_maxWidth + * @see #SearchView_android_inputType + * @see #SearchView_android_imeOptions + * @see #SearchView_closeIcon + * @see #SearchView_commitIcon + * @see #SearchView_defaultQueryHint + * @see #SearchView_goIcon + * @see #SearchView_iconifiedByDefault + * @see #SearchView_layout + * @see #SearchView_queryBackground + * @see #SearchView_queryHint + * @see #SearchView_searchHintIcon + * @see #SearchView_searchIcon + * @see #SearchView_submitBackground + * @see #SearchView_suggestionRowLayout + * @see #SearchView_voiceIcon + */ + public static final int[] SearchView={ + 0x010100da, 0x0101011f, 0x01010220, 0x01010264, + 0x7f030040, 0x7f03004d, 0x7f030055, 0x7f03006e, + 0x7f030074, 0x7f03007a, 0x7f03009d, 0x7f03009e, + 0x7f0300a5, 0x7f0300a6, 0x7f0300bc, 0x7f0300c1, + 0x7f0300e3 + }; + /** + * <p>This symbol is the offset where the {@link android.R.attr#focusable} + * attribute's value can be found in the {@link #SearchView} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name android:focusable + */ + public static final int SearchView_android_focusable=0; + /** + * <p>This symbol is the offset where the {@link android.R.attr#imeOptions} + * attribute's value can be found in the {@link #SearchView} array. + * + * <p>Must be one or more (separated by '|') of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>normal</td><td>0</td><td></td></tr> + * <tr><td>actionDone</td><td>6</td><td></td></tr> + * <tr><td>actionGo</td><td>2</td><td></td></tr> + * <tr><td>actionNext</td><td>5</td><td></td></tr> + * <tr><td>actionNone</td><td>1</td><td></td></tr> + * <tr><td>actionPrevious</td><td>7</td><td></td></tr> + * <tr><td>actionSearch</td><td>3</td><td></td></tr> + * <tr><td>actionSend</td><td>4</td><td></td></tr> + * <tr><td>actionUnspecified</td><td>0</td><td></td></tr> + * <tr><td>flagForceAscii</td><td>80000000</td><td></td></tr> + * <tr><td>flagNavigateNext</td><td>8000000</td><td></td></tr> + * <tr><td>flagNavigatePrevious</td><td>4000000</td><td></td></tr> + * <tr><td>flagNoAccessoryAction</td><td>20000000</td><td></td></tr> + * <tr><td>flagNoEnterAction</td><td>40000000</td><td></td></tr> + * <tr><td>flagNoExtractUi</td><td>10000000</td><td></td></tr> + * <tr><td>flagNoFullscreen</td><td>2000000</td><td></td></tr> + * </table> + * + * @attr name android:imeOptions + */ + public static final int SearchView_android_imeOptions=3; + /** + * <p>This symbol is the offset where the {@link android.R.attr#inputType} + * attribute's value can be found in the {@link #SearchView} array. + * + * <p>Must be one or more (separated by '|') of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>none</td><td>0</td><td></td></tr> + * <tr><td>date</td><td>14</td><td></td></tr> + * <tr><td>datetime</td><td>4</td><td></td></tr> + * <tr><td>number</td><td>2</td><td></td></tr> + * <tr><td>numberDecimal</td><td>2002</td><td></td></tr> + * <tr><td>numberPassword</td><td>12</td><td></td></tr> + * <tr><td>numberSigned</td><td>1002</td><td></td></tr> + * <tr><td>phone</td><td>3</td><td></td></tr> + * <tr><td>text</td><td>1</td><td></td></tr> + * <tr><td>textAutoComplete</td><td>10001</td><td></td></tr> + * <tr><td>textAutoCorrect</td><td>8001</td><td></td></tr> + * <tr><td>textCapCharacters</td><td>1001</td><td></td></tr> + * <tr><td>textCapSentences</td><td>4001</td><td></td></tr> + * <tr><td>textCapWords</td><td>2001</td><td></td></tr> + * <tr><td>textEmailAddress</td><td>21</td><td></td></tr> + * <tr><td>textEmailSubject</td><td>31</td><td></td></tr> + * <tr><td>textFilter</td><td>b1</td><td></td></tr> + * <tr><td>textImeMultiLine</td><td>40001</td><td></td></tr> + * <tr><td>textLongMessage</td><td>51</td><td></td></tr> + * <tr><td>textMultiLine</td><td>20001</td><td></td></tr> + * <tr><td>textNoSuggestions</td><td>80001</td><td></td></tr> + * <tr><td>textPassword</td><td>81</td><td></td></tr> + * <tr><td>textPersonName</td><td>61</td><td></td></tr> + * <tr><td>textPhonetic</td><td>c1</td><td></td></tr> + * <tr><td>textPostalAddress</td><td>71</td><td></td></tr> + * <tr><td>textShortMessage</td><td>41</td><td></td></tr> + * <tr><td>textUri</td><td>11</td><td></td></tr> + * <tr><td>textVisiblePassword</td><td>91</td><td></td></tr> + * <tr><td>textWebEditText</td><td>a1</td><td></td></tr> + * <tr><td>textWebEmailAddress</td><td>d1</td><td></td></tr> + * <tr><td>textWebPassword</td><td>e1</td><td></td></tr> + * <tr><td>time</td><td>24</td><td></td></tr> + * </table> + * + * @attr name android:inputType + */ + public static final int SearchView_android_inputType=2; + /** + * <p>This symbol is the offset where the {@link android.R.attr#maxWidth} + * attribute's value can be found in the {@link #SearchView} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:maxWidth + */ + public static final int SearchView_android_maxWidth=1; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#closeIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:closeIcon + */ + public static final int SearchView_closeIcon=4; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#commitIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:commitIcon + */ + public static final int SearchView_commitIcon=5; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#defaultQueryHint} + * attribute's value can be found in the {@link #SearchView} array. + * + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name de.bjusystems.vdrmanager:defaultQueryHint + */ + public static final int SearchView_defaultQueryHint=6; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#goIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:goIcon + */ + public static final int SearchView_goIcon=7; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#iconifiedByDefault} + * attribute's value can be found in the {@link #SearchView} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name de.bjusystems.vdrmanager:iconifiedByDefault + */ + public static final int SearchView_iconifiedByDefault=8; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#layout} + * attribute's value can be found in the {@link #SearchView} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:layout + */ + public static final int SearchView_layout=9; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#queryBackground} + * attribute's value can be found in the {@link #SearchView} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:queryBackground + */ + public static final int SearchView_queryBackground=10; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#queryHint} + * attribute's value can be found in the {@link #SearchView} array. + * + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name de.bjusystems.vdrmanager:queryHint + */ + public static final int SearchView_queryHint=11; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#searchHintIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:searchHintIcon + */ + public static final int SearchView_searchHintIcon=12; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#searchIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:searchIcon + */ + public static final int SearchView_searchIcon=13; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#submitBackground} + * attribute's value can be found in the {@link #SearchView} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:submitBackground + */ + public static final int SearchView_submitBackground=14; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#suggestionRowLayout} + * attribute's value can be found in the {@link #SearchView} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:suggestionRowLayout + */ + public static final int SearchView_suggestionRowLayout=15; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#voiceIcon} + * attribute's value can be found in the {@link #SearchView} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:voiceIcon + */ + public static final int SearchView_voiceIcon=16; + /** + * Attributes that can be used with a SearchableSpinner. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #SearchableSpinner_list de.bjusystems.vdrmanager:list}</code></td><td></td></tr> + * </table> + * @see #SearchableSpinner_list + */ + public static final int[] SearchableSpinner={ + 0x7f03007c + }; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#list} + * attribute's value can be found in the {@link #SearchableSpinner} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:list + */ + public static final int SearchableSpinner_list=0; + /** + * Attributes that can be used with a Spinner. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #Spinner_android_entries android:entries}</code></td><td></td></tr> + * <tr><td><code>{@link #Spinner_android_popupBackground android:popupBackground}</code></td><td></td></tr> + * <tr><td><code>{@link #Spinner_android_prompt android:prompt}</code></td><td></td></tr> + * <tr><td><code>{@link #Spinner_android_dropDownWidth android:dropDownWidth}</code></td><td></td></tr> + * <tr><td><code>{@link #Spinner_popupTheme de.bjusystems.vdrmanager:popupTheme}</code></td><td></td></tr> + * </table> + * @see #Spinner_android_entries + * @see #Spinner_android_popupBackground + * @see #Spinner_android_prompt + * @see #Spinner_android_dropDownWidth + * @see #Spinner_popupTheme + */ + public static final int[] Spinner={ + 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, + 0x7f030098 + }; + /** + * <p>This symbol is the offset where the {@link android.R.attr#dropDownWidth} + * attribute's value can be found in the {@link #Spinner} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * <p>Must be one of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>wrap_content</td><td>fffffffe</td><td></td></tr> + * <tr><td>fill_parent</td><td>ffffffff</td><td></td></tr> + * <tr><td>match_parent</td><td>ffffffff</td><td></td></tr> + * </table> + * + * @attr name android:dropDownWidth + */ + public static final int Spinner_android_dropDownWidth=3; + /** + * <p>This symbol is the offset where the {@link android.R.attr#entries} + * attribute's value can be found in the {@link #Spinner} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name android:entries + */ + public static final int Spinner_android_entries=0; + /** + * <p>This symbol is the offset where the {@link android.R.attr#popupBackground} + * attribute's value can be found in the {@link #Spinner} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name android:popupBackground + */ + public static final int Spinner_android_popupBackground=1; + /** + * <p>This symbol is the offset where the {@link android.R.attr#prompt} + * attribute's value can be found in the {@link #Spinner} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name android:prompt + */ + public static final int Spinner_android_prompt=2; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#popupTheme} + * attribute's value can be found in the {@link #Spinner} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:popupTheme + */ + public static final int Spinner_popupTheme=4; + /** + * Attributes that can be used with a SwitchCompat. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #SwitchCompat_android_textOn android:textOn}</code></td><td></td></tr> + * <tr><td><code>{@link #SwitchCompat_android_textOff android:textOff}</code></td><td></td></tr> + * <tr><td><code>{@link #SwitchCompat_android_thumb android:thumb}</code></td><td></td></tr> + * <tr><td><code>{@link #SwitchCompat_showText de.bjusystems.vdrmanager:showText}</code></td><td></td></tr> + * <tr><td><code>{@link #SwitchCompat_splitTrack de.bjusystems.vdrmanager:splitTrack}</code></td><td></td></tr> + * <tr><td><code>{@link #SwitchCompat_switchMinWidth de.bjusystems.vdrmanager:switchMinWidth}</code></td><td></td></tr> + * <tr><td><code>{@link #SwitchCompat_switchPadding de.bjusystems.vdrmanager:switchPadding}</code></td><td></td></tr> + * <tr><td><code>{@link #SwitchCompat_switchTextAppearance de.bjusystems.vdrmanager:switchTextAppearance}</code></td><td></td></tr> + * <tr><td><code>{@link #SwitchCompat_thumbTextPadding de.bjusystems.vdrmanager:thumbTextPadding}</code></td><td></td></tr> + * <tr><td><code>{@link #SwitchCompat_track de.bjusystems.vdrmanager:track}</code></td><td></td></tr> + * </table> + * @see #SwitchCompat_android_textOn + * @see #SwitchCompat_android_textOff + * @see #SwitchCompat_android_thumb + * @see #SwitchCompat_showText + * @see #SwitchCompat_splitTrack + * @see #SwitchCompat_switchMinWidth + * @see #SwitchCompat_switchPadding + * @see #SwitchCompat_switchTextAppearance + * @see #SwitchCompat_thumbTextPadding + * @see #SwitchCompat_track + */ + public static final int[] SwitchCompat={ + 0x01010124, 0x01010125, 0x01010142, 0x7f0300af, + 0x7f0300b6, 0x7f0300c2, 0x7f0300c3, 0x7f0300c5, + 0x7f0300d3, 0x7f0300e2 + }; + /** + * <p>This symbol is the offset where the {@link android.R.attr#textOff} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:textOff + */ + public static final int SwitchCompat_android_textOff=1; + /** + * <p>This symbol is the offset where the {@link android.R.attr#textOn} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name android:textOn + */ + public static final int SwitchCompat_android_textOn=0; + /** + * <p>This symbol is the offset where the {@link android.R.attr#thumb} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name android:thumb + */ + public static final int SwitchCompat_android_thumb=2; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#showText} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name de.bjusystems.vdrmanager:showText + */ + public static final int SwitchCompat_showText=3; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#splitTrack} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name de.bjusystems.vdrmanager:splitTrack + */ + public static final int SwitchCompat_splitTrack=4; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#switchMinWidth} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:switchMinWidth + */ + public static final int SwitchCompat_switchMinWidth=5; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#switchPadding} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:switchPadding + */ + public static final int SwitchCompat_switchPadding=6; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#switchTextAppearance} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:switchTextAppearance + */ + public static final int SwitchCompat_switchTextAppearance=7; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#thumbTextPadding} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:thumbTextPadding + */ + public static final int SwitchCompat_thumbTextPadding=8; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#track} + * attribute's value can be found in the {@link #SwitchCompat} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:track + */ + public static final int SwitchCompat_track=9; + /** + * Attributes that can be used with a TextAppearance. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #TextAppearance_android_textSize android:textSize}</code></td><td></td></tr> + * <tr><td><code>{@link #TextAppearance_android_typeface android:typeface}</code></td><td></td></tr> + * <tr><td><code>{@link #TextAppearance_android_textStyle android:textStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #TextAppearance_android_textColor android:textColor}</code></td><td></td></tr> + * <tr><td><code>{@link #TextAppearance_android_shadowColor android:shadowColor}</code></td><td></td></tr> + * <tr><td><code>{@link #TextAppearance_android_shadowDx android:shadowDx}</code></td><td></td></tr> + * <tr><td><code>{@link #TextAppearance_android_shadowDy android:shadowDy}</code></td><td></td></tr> + * <tr><td><code>{@link #TextAppearance_android_shadowRadius android:shadowRadius}</code></td><td></td></tr> + * <tr><td><code>{@link #TextAppearance_textAllCaps de.bjusystems.vdrmanager:textAllCaps}</code></td><td></td></tr> + * </table> + * @see #TextAppearance_android_textSize + * @see #TextAppearance_android_typeface + * @see #TextAppearance_android_textStyle + * @see #TextAppearance_android_textColor + * @see #TextAppearance_android_shadowColor + * @see #TextAppearance_android_shadowDx + * @see #TextAppearance_android_shadowDy + * @see #TextAppearance_android_shadowRadius + * @see #TextAppearance_textAllCaps + */ + public static final int[] TextAppearance={ + 0x01010095, 0x01010096, 0x01010097, 0x01010098, + 0x01010161, 0x01010162, 0x01010163, 0x01010164, + 0x7f0300c6 + }; + /** + * <p>This symbol is the offset where the {@link android.R.attr#shadowColor} + * attribute's value can be found in the {@link #TextAppearance} array. + * + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name android:shadowColor + */ + public static final int TextAppearance_android_shadowColor=4; + /** + * <p>This symbol is the offset where the {@link android.R.attr#shadowDx} + * attribute's value can be found in the {@link #TextAppearance} array. + * + * <p>May be a floating point value, such as "<code>1.2</code>". + * + * @attr name android:shadowDx + */ + public static final int TextAppearance_android_shadowDx=5; + /** + * <p>This symbol is the offset where the {@link android.R.attr#shadowDy} + * attribute's value can be found in the {@link #TextAppearance} array. + * + * <p>May be a floating point value, such as "<code>1.2</code>". + * + * @attr name android:shadowDy + */ + public static final int TextAppearance_android_shadowDy=6; + /** + * <p>This symbol is the offset where the {@link android.R.attr#shadowRadius} + * attribute's value can be found in the {@link #TextAppearance} array. + * + * <p>May be a floating point value, such as "<code>1.2</code>". + * + * @attr name android:shadowRadius + */ + public static final int TextAppearance_android_shadowRadius=7; + /** + * <p>This symbol is the offset where the {@link android.R.attr#textColor} + * attribute's value can be found in the {@link #TextAppearance} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name android:textColor + */ + public static final int TextAppearance_android_textColor=3; + /** + * <p>This symbol is the offset where the {@link android.R.attr#textSize} + * attribute's value can be found in the {@link #TextAppearance} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:textSize + */ + public static final int TextAppearance_android_textSize=0; + /** + * <p>This symbol is the offset where the {@link android.R.attr#textStyle} + * attribute's value can be found in the {@link #TextAppearance} array. + * + * <p>Must be one or more (separated by '|') of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>normal</td><td>0</td><td></td></tr> + * <tr><td>bold</td><td>1</td><td></td></tr> + * <tr><td>italic</td><td>2</td><td></td></tr> + * </table> + * + * @attr name android:textStyle + */ + public static final int TextAppearance_android_textStyle=2; + /** + * <p>This symbol is the offset where the {@link android.R.attr#typeface} + * attribute's value can be found in the {@link #TextAppearance} array. + * + * <p>Must be one of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>monospace</td><td>3</td><td></td></tr> + * <tr><td>normal</td><td>0</td><td></td></tr> + * <tr><td>sans</td><td>1</td><td></td></tr> + * <tr><td>serif</td><td>2</td><td></td></tr> + * </table> + * + * @attr name android:typeface + */ + public static final int TextAppearance_android_typeface=1; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#textAllCaps} + * attribute's value can be found in the {@link #TextAppearance} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name de.bjusystems.vdrmanager:textAllCaps + */ + public static final int TextAppearance_textAllCaps=8; + /** + * Attributes that can be used with a TitlePageIndicator. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #TitlePageIndicator_clipPadding de.bjusystems.vdrmanager:clipPadding}</code></td><td></td></tr> + * <tr><td><code>{@link #TitlePageIndicator_footerColor de.bjusystems.vdrmanager:footerColor}</code></td><td></td></tr> + * <tr><td><code>{@link #TitlePageIndicator_footerIndicatorHeight de.bjusystems.vdrmanager:footerIndicatorHeight}</code></td><td></td></tr> + * <tr><td><code>{@link #TitlePageIndicator_footerIndicatorStyle de.bjusystems.vdrmanager:footerIndicatorStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #TitlePageIndicator_footerIndicatorUnderlinePadding de.bjusystems.vdrmanager:footerIndicatorUnderlinePadding}</code></td><td></td></tr> + * <tr><td><code>{@link #TitlePageIndicator_footerLineHeight de.bjusystems.vdrmanager:footerLineHeight}</code></td><td></td></tr> + * <tr><td><code>{@link #TitlePageIndicator_footerPadding de.bjusystems.vdrmanager:footerPadding}</code></td><td></td></tr> + * <tr><td><code>{@link #TitlePageIndicator_selectedBold de.bjusystems.vdrmanager:selectedBold}</code></td><td></td></tr> + * <tr><td><code>{@link #TitlePageIndicator_selectedColor de.bjusystems.vdrmanager:selectedColor}</code></td><td></td></tr> + * <tr><td><code>{@link #TitlePageIndicator_textColor de.bjusystems.vdrmanager:textColor}</code></td><td></td></tr> + * <tr><td><code>{@link #TitlePageIndicator_textSize de.bjusystems.vdrmanager:textSize}</code></td><td></td></tr> + * <tr><td><code>{@link #TitlePageIndicator_titlePadding de.bjusystems.vdrmanager:titlePadding}</code></td><td></td></tr> + * <tr><td><code>{@link #TitlePageIndicator_topPadding de.bjusystems.vdrmanager:topPadding}</code></td><td></td></tr> + * </table> + * @see #TitlePageIndicator_clipPadding + * @see #TitlePageIndicator_footerColor + * @see #TitlePageIndicator_footerIndicatorHeight + * @see #TitlePageIndicator_footerIndicatorStyle + * @see #TitlePageIndicator_footerIndicatorUnderlinePadding + * @see #TitlePageIndicator_footerLineHeight + * @see #TitlePageIndicator_footerPadding + * @see #TitlePageIndicator_selectedBold + * @see #TitlePageIndicator_selectedColor + * @see #TitlePageIndicator_textColor + * @see #TitlePageIndicator_textSize + * @see #TitlePageIndicator_titlePadding + * @see #TitlePageIndicator_topPadding + */ + public static final int[] TitlePageIndicator={ + 0x7f03003f, 0x7f030067, 0x7f030068, 0x7f030069, + 0x7f03006a, 0x7f03006b, 0x7f03006c, 0x7f0300ab, + 0x7f0300ac, 0x7f0300cd, 0x7f0300d0, 0x7f0300da, + 0x7f0300e1 + }; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#clipPadding} + * attribute's value can be found in the {@link #TitlePageIndicator} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:clipPadding + */ + public static final int TitlePageIndicator_clipPadding=0; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#footerColor} + * attribute's value can be found in the {@link #TitlePageIndicator} array. + * + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:footerColor + */ + public static final int TitlePageIndicator_footerColor=1; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#footerIndicatorHeight} + * attribute's value can be found in the {@link #TitlePageIndicator} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:footerIndicatorHeight + */ + public static final int TitlePageIndicator_footerIndicatorHeight=2; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#footerIndicatorStyle} + * attribute's value can be found in the {@link #TitlePageIndicator} array. + * + * <p>Must be one of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>none</td><td>0</td><td></td></tr> + * <tr><td>triangle</td><td>1</td><td></td></tr> + * <tr><td>underline</td><td>2</td><td></td></tr> + * </table> + * + * @attr name de.bjusystems.vdrmanager:footerIndicatorStyle + */ + public static final int TitlePageIndicator_footerIndicatorStyle=3; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#footerIndicatorUnderlinePadding} + * attribute's value can be found in the {@link #TitlePageIndicator} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:footerIndicatorUnderlinePadding + */ + public static final int TitlePageIndicator_footerIndicatorUnderlinePadding=4; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#footerLineHeight} + * attribute's value can be found in the {@link #TitlePageIndicator} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:footerLineHeight + */ + public static final int TitlePageIndicator_footerLineHeight=5; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#footerPadding} + * attribute's value can be found in the {@link #TitlePageIndicator} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:footerPadding + */ + public static final int TitlePageIndicator_footerPadding=6; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#selectedBold} + * attribute's value can be found in the {@link #TitlePageIndicator} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name de.bjusystems.vdrmanager:selectedBold + */ + public static final int TitlePageIndicator_selectedBold=7; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#selectedColor} + * attribute's value can be found in the {@link #TitlePageIndicator} array. + * + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:selectedColor + */ + public static final int TitlePageIndicator_selectedColor=8; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#textColor} + * attribute's value can be found in the {@link #TitlePageIndicator} array. + * + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:textColor + */ + public static final int TitlePageIndicator_textColor=9; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#textSize} + * attribute's value can be found in the {@link #TitlePageIndicator} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:textSize + */ + public static final int TitlePageIndicator_textSize=10; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#titlePadding} + * attribute's value can be found in the {@link #TitlePageIndicator} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:titlePadding + */ + public static final int TitlePageIndicator_titlePadding=11; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#topPadding} + * attribute's value can be found in the {@link #TitlePageIndicator} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:topPadding + */ + public static final int TitlePageIndicator_topPadding=12; + /** + * Attributes that can be used with a Toolbar. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #Toolbar_android_gravity android:gravity}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_android_minHeight android:minHeight}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_collapseContentDescription de.bjusystems.vdrmanager:collapseContentDescription}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_collapseIcon de.bjusystems.vdrmanager:collapseIcon}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_contentInsetEnd de.bjusystems.vdrmanager:contentInsetEnd}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_contentInsetLeft de.bjusystems.vdrmanager:contentInsetLeft}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_contentInsetRight de.bjusystems.vdrmanager:contentInsetRight}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_contentInsetStart de.bjusystems.vdrmanager:contentInsetStart}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_logo de.bjusystems.vdrmanager:logo}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_logoDescription de.bjusystems.vdrmanager:logoDescription}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_maxButtonHeight de.bjusystems.vdrmanager:maxButtonHeight}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_navigationContentDescription de.bjusystems.vdrmanager:navigationContentDescription}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_navigationIcon de.bjusystems.vdrmanager:navigationIcon}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_popupTheme de.bjusystems.vdrmanager:popupTheme}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_subtitle de.bjusystems.vdrmanager:subtitle}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_subtitleTextAppearance de.bjusystems.vdrmanager:subtitleTextAppearance}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_subtitleTextColor de.bjusystems.vdrmanager:subtitleTextColor}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_title de.bjusystems.vdrmanager:title}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_titleMarginBottom de.bjusystems.vdrmanager:titleMarginBottom}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_titleMarginEnd de.bjusystems.vdrmanager:titleMarginEnd}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_titleMarginStart de.bjusystems.vdrmanager:titleMarginStart}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_titleMarginTop de.bjusystems.vdrmanager:titleMarginTop}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_titleMargins de.bjusystems.vdrmanager:titleMargins}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_titleTextAppearance de.bjusystems.vdrmanager:titleTextAppearance}</code></td><td></td></tr> + * <tr><td><code>{@link #Toolbar_titleTextColor de.bjusystems.vdrmanager:titleTextColor}</code></td><td></td></tr> + * </table> + * @see #Toolbar_android_gravity + * @see #Toolbar_android_minHeight + * @see #Toolbar_collapseContentDescription + * @see #Toolbar_collapseIcon + * @see #Toolbar_contentInsetEnd + * @see #Toolbar_contentInsetLeft + * @see #Toolbar_contentInsetRight + * @see #Toolbar_contentInsetStart + * @see #Toolbar_logo + * @see #Toolbar_logoDescription + * @see #Toolbar_maxButtonHeight + * @see #Toolbar_navigationContentDescription + * @see #Toolbar_navigationIcon + * @see #Toolbar_popupTheme + * @see #Toolbar_subtitle + * @see #Toolbar_subtitleTextAppearance + * @see #Toolbar_subtitleTextColor + * @see #Toolbar_title + * @see #Toolbar_titleMarginBottom + * @see #Toolbar_titleMarginEnd + * @see #Toolbar_titleMarginStart + * @see #Toolbar_titleMarginTop + * @see #Toolbar_titleMargins + * @see #Toolbar_titleTextAppearance + * @see #Toolbar_titleTextColor + */ + public static final int[] Toolbar={ + 0x010100af, 0x01010140, 0x7f030042, 0x7f030043, + 0x7f03004e, 0x7f03004f, 0x7f030050, 0x7f030051, + 0x7f030087, 0x7f030088, 0x7f030089, 0x7f03008c, + 0x7f03008d, 0x7f030098, 0x7f0300bd, 0x7f0300be, + 0x7f0300bf, 0x7f0300d4, 0x7f0300d5, 0x7f0300d6, + 0x7f0300d7, 0x7f0300d8, 0x7f0300d9, 0x7f0300dc, + 0x7f0300dd + }; + /** + * <p>This symbol is the offset where the {@link android.R.attr#gravity} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>Must be one or more (separated by '|') of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>end</td><td>800005</td><td></td></tr> + * <tr><td>start</td><td>800003</td><td></td></tr> + * <tr><td>bottom</td><td>50</td><td></td></tr> + * <tr><td>center</td><td>11</td><td></td></tr> + * <tr><td>center_horizontal</td><td>1</td><td></td></tr> + * <tr><td>center_vertical</td><td>10</td><td></td></tr> + * <tr><td>clip_horizontal</td><td>8</td><td></td></tr> + * <tr><td>clip_vertical</td><td>80</td><td></td></tr> + * <tr><td>fill</td><td>77</td><td></td></tr> + * <tr><td>fill_horizontal</td><td>7</td><td></td></tr> + * <tr><td>fill_vertical</td><td>70</td><td></td></tr> + * <tr><td>left</td><td>3</td><td></td></tr> + * <tr><td>right</td><td>5</td><td></td></tr> + * <tr><td>top</td><td>30</td><td></td></tr> + * </table> + * + * @attr name android:gravity + */ + public static final int Toolbar_android_gravity=0; + /** + * <p>This symbol is the offset where the {@link android.R.attr#minHeight} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name android:minHeight + */ + public static final int Toolbar_android_minHeight=1; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#collapseContentDescription} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name de.bjusystems.vdrmanager:collapseContentDescription + */ + public static final int Toolbar_collapseContentDescription=2; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#collapseIcon} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:collapseIcon + */ + public static final int Toolbar_collapseIcon=3; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#contentInsetEnd} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:contentInsetEnd + */ + public static final int Toolbar_contentInsetEnd=4; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#contentInsetLeft} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:contentInsetLeft + */ + public static final int Toolbar_contentInsetLeft=5; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#contentInsetRight} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:contentInsetRight + */ + public static final int Toolbar_contentInsetRight=6; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#contentInsetStart} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:contentInsetStart + */ + public static final int Toolbar_contentInsetStart=7; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#logo} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:logo + */ + public static final int Toolbar_logo=8; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#logoDescription} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name de.bjusystems.vdrmanager:logoDescription + */ + public static final int Toolbar_logoDescription=9; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#maxButtonHeight} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:maxButtonHeight + */ + public static final int Toolbar_maxButtonHeight=10; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#navigationContentDescription} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name de.bjusystems.vdrmanager:navigationContentDescription + */ + public static final int Toolbar_navigationContentDescription=11; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#navigationIcon} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:navigationIcon + */ + public static final int Toolbar_navigationIcon=12; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#popupTheme} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:popupTheme + */ + public static final int Toolbar_popupTheme=13; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#subtitle} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name de.bjusystems.vdrmanager:subtitle + */ + public static final int Toolbar_subtitle=14; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#subtitleTextAppearance} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:subtitleTextAppearance + */ + public static final int Toolbar_subtitleTextAppearance=15; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#subtitleTextColor} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:subtitleTextColor + */ + public static final int Toolbar_subtitleTextColor=16; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#title} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a string value, using '\\;' to escape characters such as + * '\\n' or '\\uxxxx' for a unicode character; + * + * @attr name de.bjusystems.vdrmanager:title + */ + public static final int Toolbar_title=17; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#titleMarginBottom} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:titleMarginBottom + */ + public static final int Toolbar_titleMarginBottom=18; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#titleMarginEnd} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:titleMarginEnd + */ + public static final int Toolbar_titleMarginEnd=19; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#titleMarginStart} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:titleMarginStart + */ + public static final int Toolbar_titleMarginStart=20; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#titleMarginTop} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:titleMarginTop + */ + public static final int Toolbar_titleMarginTop=21; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#titleMargins} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:titleMargins + */ + public static final int Toolbar_titleMargins=22; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#titleTextAppearance} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:titleTextAppearance + */ + public static final int Toolbar_titleTextAppearance=23; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#titleTextColor} + * attribute's value can be found in the {@link #Toolbar} array. + * + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:titleTextColor + */ + public static final int Toolbar_titleTextColor=24; + /** + * Attributes that can be used with a View. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #View_android_theme android:theme}</code></td><td></td></tr> + * <tr><td><code>{@link #View_android_focusable android:focusable}</code></td><td></td></tr> + * <tr><td><code>{@link #View_paddingEnd de.bjusystems.vdrmanager:paddingEnd}</code></td><td></td></tr> + * <tr><td><code>{@link #View_paddingStart de.bjusystems.vdrmanager:paddingStart}</code></td><td></td></tr> + * <tr><td><code>{@link #View_theme de.bjusystems.vdrmanager:theme}</code></td><td></td></tr> + * </table> + * @see #View_android_theme + * @see #View_android_focusable + * @see #View_paddingEnd + * @see #View_paddingStart + * @see #View_theme + */ + public static final int[] View={ + 0x01010000, 0x010100da, 0x7f030092, 0x7f030093, + 0x7f0300d1 + }; + /** + * Attributes that can be used with a ViewBackgroundHelper. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #ViewBackgroundHelper_android_background android:background}</code></td><td></td></tr> + * <tr><td><code>{@link #ViewBackgroundHelper_backgroundTint de.bjusystems.vdrmanager:backgroundTint}</code></td><td></td></tr> + * <tr><td><code>{@link #ViewBackgroundHelper_backgroundTintMode de.bjusystems.vdrmanager:backgroundTintMode}</code></td><td></td></tr> + * </table> + * @see #ViewBackgroundHelper_android_background + * @see #ViewBackgroundHelper_backgroundTint + * @see #ViewBackgroundHelper_backgroundTintMode + */ + public static final int[] ViewBackgroundHelper={ + 0x010100d4, 0x7f03002d, 0x7f03002e + }; + /** + * <p>This symbol is the offset where the {@link android.R.attr#background} + * attribute's value can be found in the {@link #ViewBackgroundHelper} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name android:background + */ + public static final int ViewBackgroundHelper_android_background=0; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#backgroundTint} + * attribute's value can be found in the {@link #ViewBackgroundHelper} array. + * + * <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", + * "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or + * "<code>#<i>aarrggbb</i></code>". + * + * @attr name de.bjusystems.vdrmanager:backgroundTint + */ + public static final int ViewBackgroundHelper_backgroundTint=1; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#backgroundTintMode} + * attribute's value can be found in the {@link #ViewBackgroundHelper} array. + * + * <p>Must be one of the following constant values.</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Constant</th><th>Value</th><th>Description</th></tr> + * <tr><td>multiply</td><td>e</td><td></td></tr> + * <tr><td>screen</td><td>f</td><td></td></tr> + * <tr><td>src_atop</td><td>9</td><td></td></tr> + * <tr><td>src_in</td><td>5</td><td></td></tr> + * <tr><td>src_over</td><td>3</td><td></td></tr> + * </table> + * + * @attr name de.bjusystems.vdrmanager:backgroundTintMode + */ + public static final int ViewBackgroundHelper_backgroundTintMode=2; + /** + * Attributes that can be used with a ViewPagerIndicator. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #ViewPagerIndicator_circlePageIndicatorStyle de.bjusystems.vdrmanager:circlePageIndicatorStyle}</code></td><td></td></tr> + * <tr><td><code>{@link #ViewPagerIndicator_titlePageIndicatorStyle de.bjusystems.vdrmanager:titlePageIndicatorStyle}</code></td><td></td></tr> + * </table> + * @see #ViewPagerIndicator_circlePageIndicatorStyle + * @see #ViewPagerIndicator_titlePageIndicatorStyle + */ + public static final int[] ViewPagerIndicator={ + 0x7f03003e, 0x7f0300db + }; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#circlePageIndicatorStyle} + * attribute's value can be found in the {@link #ViewPagerIndicator} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:circlePageIndicatorStyle + */ + public static final int ViewPagerIndicator_circlePageIndicatorStyle=0; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#titlePageIndicatorStyle} + * attribute's value can be found in the {@link #ViewPagerIndicator} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:titlePageIndicatorStyle + */ + public static final int ViewPagerIndicator_titlePageIndicatorStyle=1; + /** + * Attributes that can be used with a ViewStubCompat. + * <p>Includes the following attributes:</p> + * <table> + * <colgroup align="left" /> + * <colgroup align="left" /> + * <tr><th>Attribute</th><th>Description</th></tr> + * <tr><td><code>{@link #ViewStubCompat_android_id android:id}</code></td><td></td></tr> + * <tr><td><code>{@link #ViewStubCompat_android_layout android:layout}</code></td><td></td></tr> + * <tr><td><code>{@link #ViewStubCompat_android_inflatedId android:inflatedId}</code></td><td></td></tr> + * </table> + * @see #ViewStubCompat_android_id + * @see #ViewStubCompat_android_layout + * @see #ViewStubCompat_android_inflatedId + */ + public static final int[] ViewStubCompat={ + 0x010100d0, 0x010100f2, 0x010100f3 + }; + /** + * <p>This symbol is the offset where the {@link android.R.attr#id} + * attribute's value can be found in the {@link #ViewStubCompat} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name android:id + */ + public static final int ViewStubCompat_android_id=0; + /** + * <p>This symbol is the offset where the {@link android.R.attr#inflatedId} + * attribute's value can be found in the {@link #ViewStubCompat} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name android:inflatedId + */ + public static final int ViewStubCompat_android_inflatedId=2; + /** + * <p>This symbol is the offset where the {@link android.R.attr#layout} + * attribute's value can be found in the {@link #ViewStubCompat} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name android:layout + */ + public static final int ViewStubCompat_android_layout=1; + /** + * <p>This symbol is the offset where the {@link android.R.attr#focusable} + * attribute's value can be found in the {@link #View} array. + * + * <p>May be a boolean value, such as "<code>true</code>" or + * "<code>false</code>". + * + * @attr name android:focusable + */ + public static final int View_android_focusable=1; + /** + * <p>This symbol is the offset where the {@link android.R.attr#theme} + * attribute's value can be found in the {@link #View} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name android:theme + */ + public static final int View_android_theme=0; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#paddingEnd} + * attribute's value can be found in the {@link #View} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:paddingEnd + */ + public static final int View_paddingEnd=2; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#paddingStart} + * attribute's value can be found in the {@link #View} array. + * + * <p>May be a dimension value, which is a floating point number appended with a + * unit such as "<code>14.5sp</code>". + * Available units are: px (pixels), dp (density-independent pixels), + * sp (scaled pixels based on preferred font size), in (inches), and + * mm (millimeters). + * + * @attr name de.bjusystems.vdrmanager:paddingStart + */ + public static final int View_paddingStart=3; + /** + * <p>This symbol is the offset where the {@link de.bjusystems.vdrmanager.R.attr#theme} + * attribute's value can be found in the {@link #View} array. + * + * <p>May be a reference to another resource, in the form + * "<code>@[+][<i>package</i>:]<i>type</i>/<i>name</i></code>" or a theme + * attribute in the form + * "<code>?[<i>package</i>:]<i>type</i>/<i>name</i></code>". + * + * @attr name de.bjusystems.vdrmanager:theme + */ + public static final int View_theme=4; + } + public static final class xml { + public static final int backup_settings=0x7f100000; + public static final int preferences=0x7f100001; + public static final int searchable=0x7f100002; + public static final int timezones=0x7f100003; + public static final int vdr_prefs=0x7f100004; + } +}
\ No newline at end of file diff --git a/vdrmanager/de.bjusystems.vdrmanager/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml b/vdrmanager/de.bjusystems.vdrmanager/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml new file mode 100644 index 0000000..7578565 --- /dev/null +++ b/vdrmanager/de.bjusystems.vdrmanager/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<manifest xmlns:android="http://schemas.android.com/apk/res/android" + package="de.bjusystems.vdrmanager.test"> + + <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="23" /> + + <application android:debuggable="true" > + <uses-library android:name="android.test.runner" /> + </application> + + <instrumentation android:name="android.test.InstrumentationTestRunner" + android:targetPackage="de.bjusystems.vdrmanager" + android:handleProfiling="false" + android:functionalTest="false" + android:label="Tests for de.bjusystems.vdrmanager"/> +</manifest> diff --git a/vdrmanager/app/libs/ormlite-android-4.47.jar b/vdrmanager/de.bjusystems.vdrmanager/libs/ormlite-android-4.47.jar Binary files differindex 79f89a9..79f89a9 100644 --- a/vdrmanager/app/libs/ormlite-android-4.47.jar +++ b/vdrmanager/de.bjusystems.vdrmanager/libs/ormlite-android-4.47.jar diff --git a/vdrmanager/app/libs/ormlite-core-4.47.jar b/vdrmanager/de.bjusystems.vdrmanager/libs/ormlite-core-4.47.jar Binary files differindex c3c9384..c3c9384 100644 --- a/vdrmanager/app/libs/ormlite-core-4.47.jar +++ b/vdrmanager/de.bjusystems.vdrmanager/libs/ormlite-core-4.47.jar diff --git a/vdrmanager/app/libs/slf4j-android-1.6.1-RC1.jar b/vdrmanager/de.bjusystems.vdrmanager/libs/slf4j-android-1.6.1-RC1.jar Binary files differindex 480348f..480348f 100644 --- a/vdrmanager/app/libs/slf4j-android-1.6.1-RC1.jar +++ b/vdrmanager/de.bjusystems.vdrmanager/libs/slf4j-android-1.6.1-RC1.jar diff --git a/vdrmanager/app/libs/svdrp4j-1.1.0-SNAPSHOT.jar b/vdrmanager/de.bjusystems.vdrmanager/libs/svdrp4j-1.1.0-SNAPSHOT.jar Binary files differindex affb337..affb337 100644 --- a/vdrmanager/app/libs/svdrp4j-1.1.0-SNAPSHOT.jar +++ b/vdrmanager/de.bjusystems.vdrmanager/libs/svdrp4j-1.1.0-SNAPSHOT.jar diff --git a/vdrmanager/app/src/main/AndroidManifest.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/AndroidManifest.xml index cfedf7f..cfedf7f 100644 --- a/vdrmanager/app/src/main/AndroidManifest.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/AndroidManifest.xml diff --git a/vdrmanager/app/src/main/assets/fonts/fontawesome-webfont.ttf b/vdrmanager/de.bjusystems.vdrmanager/src/main/assets/fonts/fontawesome-webfont.ttf Binary files differindex ed9372f..ed9372f 100644 --- a/vdrmanager/app/src/main/assets/fonts/fontawesome-webfont.ttf +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/assets/fonts/fontawesome-webfont.ttf diff --git a/vdrmanager/app/src/main/java/com/viewpagerindicator/CirclePageIndicator.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/com/viewpagerindicator/CirclePageIndicator.java index 901d45f..901d45f 100644 --- a/vdrmanager/app/src/main/java/com/viewpagerindicator/CirclePageIndicator.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/com/viewpagerindicator/CirclePageIndicator.java diff --git a/vdrmanager/app/src/main/java/com/viewpagerindicator/PageIndicator.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/com/viewpagerindicator/PageIndicator.java index 64786d2..64786d2 100644 --- a/vdrmanager/app/src/main/java/com/viewpagerindicator/PageIndicator.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/com/viewpagerindicator/PageIndicator.java diff --git a/vdrmanager/app/src/main/java/com/viewpagerindicator/TitlePageIndicator.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/com/viewpagerindicator/TitlePageIndicator.java index c04f5ed..c04f5ed 100644 --- a/vdrmanager/app/src/main/java/com/viewpagerindicator/TitlePageIndicator.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/com/viewpagerindicator/TitlePageIndicator.java diff --git a/vdrmanager/app/src/main/java/com/viewpagerindicator/TitleProvider.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/com/viewpagerindicator/TitleProvider.java index 2a04b65..2a04b65 100644 --- a/vdrmanager/app/src/main/java/com/viewpagerindicator/TitleProvider.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/com/viewpagerindicator/TitleProvider.java diff --git a/vdrmanager/app/src/main/java/de/androvdr/widget/AnimatedTextView.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/androvdr/widget/AnimatedTextView.java index b6c120b..b6c120b 100644 --- a/vdrmanager/app/src/main/java/de/androvdr/widget/AnimatedTextView.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/androvdr/widget/AnimatedTextView.java diff --git a/vdrmanager/app/src/main/java/de/androvdr/widget/FontAwesome.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/androvdr/widget/FontAwesome.java index 77d7c07..77d7c07 100644 --- a/vdrmanager/app/src/main/java/de/androvdr/widget/FontAwesome.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/androvdr/widget/FontAwesome.java diff --git a/vdrmanager/app/src/main/java/de/androvdr/widget/FontAwesomeButton.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/androvdr/widget/FontAwesomeButton.java index 22c4de1..22c4de1 100644 --- a/vdrmanager/app/src/main/java/de/androvdr/widget/FontAwesomeButton.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/androvdr/widget/FontAwesomeButton.java diff --git a/vdrmanager/app/src/main/java/de/androvdr/widget/LruCache.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/androvdr/widget/LruCache.java index 9186b15..9186b15 100644 --- a/vdrmanager/app/src/main/java/de/androvdr/widget/LruCache.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/androvdr/widget/LruCache.java diff --git a/vdrmanager/app/src/main/java/de/androvdr/widget/SquareButton.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/androvdr/widget/SquareButton.java index 6c3ad29..6c3ad29 100644 --- a/vdrmanager/app/src/main/java/de/androvdr/widget/SquareButton.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/androvdr/widget/SquareButton.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/QueuedWork.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/QueuedWork.java index 09bb15b..09bb15b 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/QueuedWork.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/QueuedWork.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/StringUtils.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/StringUtils.java index 97050dc..97050dc 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/StringUtils.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/StringUtils.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/VdrSharedPreferencesImpl.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/VdrSharedPreferencesImpl.java index 97d6428..97d6428 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/VdrSharedPreferencesImpl.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/VdrSharedPreferencesImpl.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/ZonePicker.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/ZonePicker.java index 3b1dfbc..3b1dfbc 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/ZonePicker.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/ZonePicker.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/app/C.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/app/C.java index 8156f69..8156f69 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/app/C.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/app/C.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/app/Intents.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/app/Intents.java index 72feb99..72feb99 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/app/Intents.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/app/Intents.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/app/VdrManagerApp.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/app/VdrManagerApp.java index fd301f0..0d4f54c 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/app/VdrManagerApp.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/app/VdrManagerApp.java @@ -1,10 +1,5 @@ package de.bjusystems.vdrmanager.app; -import java.security.KeyStore; -import java.util.ArrayList; -import java.util.List; -import java.util.Locale; - import android.app.Activity; import android.app.Application; import de.bjusystems.vdrmanager.data.Channel; @@ -14,6 +9,11 @@ import de.bjusystems.vdrmanager.data.Preferences; import de.bjusystems.vdrmanager.data.Timer; import de.bjusystems.vdrmanager.data.Vdr; +import java.security.KeyStore; +import java.util.ArrayList; +import java.util.List; +import java.util.Locale; + public class VdrManagerApp extends Application { diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/AbstractSettingsActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/AbstractSettingsActivity.java index ef6dd5e..ef6dd5e 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/AbstractSettingsActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/AbstractSettingsActivity.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Api10Adapter.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Api10Adapter.java index 0527f89..0527f89 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Api10Adapter.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Api10Adapter.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Api11Adapter.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Api11Adapter.java index ec26635..ec26635 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Api11Adapter.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Api11Adapter.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Api14Adapter.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Api14Adapter.java index 642ceb7..642ceb7 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Api14Adapter.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Api14Adapter.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Api7Adapter.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Api7Adapter.java index b89168a..b89168a 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Api7Adapter.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Api7Adapter.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Api8Adapter.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Api8Adapter.java index 1fc61d3..1fc61d3 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Api8Adapter.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Api8Adapter.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Api8BackupPreferencesListener.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Api8BackupPreferencesListener.java index 90e3976..90e3976 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Api8BackupPreferencesListener.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Api8BackupPreferencesListener.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Api9Adapter.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Api9Adapter.java index 151f317..151f317 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Api9Adapter.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Api9Adapter.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/ApiAdapter.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/ApiAdapter.java index aa13297..aa13297 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/ApiAdapter.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/ApiAdapter.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/ApiAdapterFactory.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/ApiAdapterFactory.java index 5a14c10..5a14c10 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/ApiAdapterFactory.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/ApiAdapterFactory.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/BackupActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/BackupActivity.java index ed0da12..ed0da12 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/BackupActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/BackupActivity.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/BackupAsyncTask.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/BackupAsyncTask.java index 8e98ac0..8e98ac0 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/BackupAsyncTask.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/BackupAsyncTask.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/BackupPreferencesListener.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/BackupPreferencesListener.java index c9a5b2f..c9a5b2f 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/BackupPreferencesListener.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/BackupPreferencesListener.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/BackupSettingsActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/BackupSettingsActivity.java index e906a20..e906a20 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/BackupSettingsActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/BackupSettingsActivity.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Constants.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Constants.java index 491ec6f..491ec6f 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/Constants.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/Constants.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/ContentTypeIds.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/ContentTypeIds.java index bf48983..bf48983 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/ContentTypeIds.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/ContentTypeIds.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/ContextualActionModeCallback.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/ContextualActionModeCallback.java index d79d4be..d79d4be 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/ContextualActionModeCallback.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/ContextualActionModeCallback.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/DialogUtils.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/DialogUtils.java index c9b716c..c9b716c 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/DialogUtils.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/DialogUtils.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/ExternalFileBackup.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/ExternalFileBackup.java index 790375e..790375e 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/ExternalFileBackup.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/ExternalFileBackup.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/FileUtils.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/FileUtils.java index d53a80b..d53a80b 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/FileUtils.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/FileUtils.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/IOUtils.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/IOUtils.java index 53be61c..53be61c 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/IOUtils.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/IOUtils.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/IntentUtils.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/IntentUtils.java index 43131b4..43131b4 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/IntentUtils.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/IntentUtils.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/LineIterator.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/LineIterator.java index c60ee66..c60ee66 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/LineIterator.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/LineIterator.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/PreferenceBackupHelper.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/PreferenceBackupHelper.java index 30a32b4..30a32b4 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/PreferenceBackupHelper.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/PreferenceBackupHelper.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/RestoreActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/RestoreActivity.java index 97e4749..97e4749 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/RestoreActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/RestoreActivity.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/RestoreAsyncTask.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/RestoreAsyncTask.java index 37373f3..37373f3 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/RestoreAsyncTask.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/RestoreAsyncTask.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/RestoreChooserActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/RestoreChooserActivity.java index cba6ab0..cba6ab0 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/backup/RestoreChooserActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/backup/RestoreChooserActivity.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/AliveState.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/AliveState.java index cf96efa..cf96efa 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/AliveState.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/AliveState.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/AudioTrack.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/AudioTrack.java index 323507f..323507f 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/AudioTrack.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/AudioTrack.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Channel.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Channel.java index 8aadb16..8aadb16 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Channel.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Channel.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Epg.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Epg.java index bfc0c6c..bfc0c6c 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Epg.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Epg.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/EpgCache.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/EpgCache.java index fd1a895..fd1a895 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/EpgCache.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/EpgCache.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/EpgSearchParams.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/EpgSearchParams.java index fbcac24..fbcac24 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/EpgSearchParams.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/EpgSearchParams.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/EpgSearchTimeValue.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/EpgSearchTimeValue.java index 8ba9b5e..8ba9b5e 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/EpgSearchTimeValue.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/EpgSearchTimeValue.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/EpgSearchTimeValues.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/EpgSearchTimeValues.java index c859db1..c859db1 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/EpgSearchTimeValues.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/EpgSearchTimeValues.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Event.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Event.java index bbd3181..bbd3181 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Event.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Event.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/EventContentGroup.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/EventContentGroup.java index 03fcd90..03fcd90 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/EventContentGroup.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/EventContentGroup.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/EventFormatter.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/EventFormatter.java index 6cc7151..6cc7151 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/EventFormatter.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/EventFormatter.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/EventListItem.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/EventListItem.java index b01aee5..b01aee5 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/EventListItem.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/EventListItem.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/FetchEditTextPreference.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/FetchEditTextPreference.java index 17a93b7..17a93b7 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/FetchEditTextPreference.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/FetchEditTextPreference.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/HasAudio.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/HasAudio.java index 10d9fd9..10d9fd9 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/HasAudio.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/HasAudio.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/MenuActionHandler.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/MenuActionHandler.java index b1f1d2e..b1f1d2e 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/MenuActionHandler.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/MenuActionHandler.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/OrmLiteBasePreferenceActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/OrmLiteBasePreferenceActivity.java index eae8302..eae8302 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/OrmLiteBasePreferenceActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/OrmLiteBasePreferenceActivity.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/P.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/P.java index b3e9918..b3e9918 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/P.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/P.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Preferences.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Preferences.java index d4aaab9..d4aaab9 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Preferences.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Preferences.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/RecentChannelDAO.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/RecentChannelDAO.java index d8a8c41..d8a8c41 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/RecentChannelDAO.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/RecentChannelDAO.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/RecenteChannel.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/RecenteChannel.java index b747537..b747537 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/RecenteChannel.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/RecenteChannel.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Recording.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Recording.java index d1ae085..d1ae085 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Recording.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Recording.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/RecordingListItem.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/RecordingListItem.java index 8395364..8395364 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/RecordingListItem.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/RecordingListItem.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Timer.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Timer.java index 1c48ca5..1c48ca5 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Timer.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Timer.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/TimerMatch.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/TimerMatch.java index b8126ab..b8126ab 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/TimerMatch.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/TimerMatch.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Timerable.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Timerable.java index aa371ed..aa371ed 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Timerable.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Timerable.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Vdr.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Vdr.java index b7960d3..b7960d3 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/Vdr.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/Vdr.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/VdrSharedPreferences.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/VdrSharedPreferences.java index bb0ad77..bb0ad77 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/VdrSharedPreferences.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/VdrSharedPreferences.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/WakeupState.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/WakeupState.java index f7917d8..f7917d8 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/WakeupState.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/WakeupState.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/db/DBAccess.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/db/DBAccess.java index f854204..f854204 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/db/DBAccess.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/db/DBAccess.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/db/EPGSearchSuggestionsProvider.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/db/EPGSearchSuggestionsProvider.java index 3ff6162..3ff6162 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/data/db/EPGSearchSuggestionsProvider.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/data/db/EPGSearchSuggestionsProvider.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/About.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/About.java index 34ae472..34ae472 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/About.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/About.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/BaseActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/BaseActivity.java index ce5e089..26fe8e4 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/BaseActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/BaseActivity.java @@ -1,7 +1,5 @@ package de.bjusystems.vdrmanager.gui; -import java.util.List; - import android.app.AlertDialog; import android.app.ProgressDialog; import android.content.Intent; @@ -9,7 +7,6 @@ import android.content.res.Configuration; import android.os.Bundle; import android.support.v4.app.ActionBarDrawerToggle; import android.support.v4.view.GravityCompat; -import android.support.v4.view.MenuCompat; import android.support.v4.widget.DrawerLayout; import android.support.v7.app.ActionBarActivity; import android.view.Menu; @@ -22,6 +19,9 @@ import android.widget.ArrayAdapter; import android.widget.Button; import android.widget.ListView; import android.widget.ViewFlipper; + +import java.util.List; + import de.bjusystems.vdrmanager.R; import de.bjusystems.vdrmanager.app.VdrManagerApp; import de.bjusystems.vdrmanager.data.Channel; diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/BaseEventAdapter.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/BaseEventAdapter.java index 17edd42..17edd42 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/BaseEventAdapter.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/BaseEventAdapter.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/BaseEventListActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/BaseEventListActivity.java index f1779d8..f1779d8 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/BaseEventListActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/BaseEventListActivity.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/BasePreferencesActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/BasePreferencesActivity.java index 50e9bb7..50e9bb7 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/BasePreferencesActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/BasePreferencesActivity.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/BaseTimerEditActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/BaseTimerEditActivity.java index 9aaed58..9aaed58 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/BaseTimerEditActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/BaseTimerEditActivity.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/CertificateProblemDialog.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/CertificateProblemDialog.java index b0c58df..b0c58df 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/CertificateProblemDialog.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/CertificateProblemDialog.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/ChannelAdapter.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/ChannelAdapter.java index 289dc63..289dc63 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/ChannelAdapter.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/ChannelAdapter.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/ChannelEventAdapter.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/ChannelEventAdapter.java index 475f3e6..475f3e6 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/ChannelEventAdapter.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/ChannelEventAdapter.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/ChannelHolder.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/ChannelHolder.java index e103449..e103449 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/ChannelHolder.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/ChannelHolder.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/ChannelListActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/ChannelListActivity.java index 0b51f5e..d5b0b3f 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/ChannelListActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/ChannelListActivity.java @@ -1,22 +1,12 @@ package de.bjusystems.vdrmanager.gui; -import java.util.ArrayList; -import java.util.Collections; -import java.util.Comparator; -import java.util.HashMap; -import java.util.List; - import android.app.Activity; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; -import android.content.res.Configuration; import android.os.Build; import android.os.Bundle; -import android.support.v4.app.ActionBarDrawerToggle; -import android.support.v4.view.GravityCompat; -import android.support.v4.widget.DrawerLayout; import android.text.TextUtils; import android.view.ContextMenu; import android.view.ContextMenu.ContextMenuInfo; @@ -26,13 +16,11 @@ import android.view.MenuItem; import android.view.View; import android.view.ViewGroup; import android.view.inputmethod.InputMethodManager; -import android.widget.AdapterView; import android.widget.ArrayAdapter; import android.widget.ExpandableListView; import android.widget.ExpandableListView.ExpandableListContextMenuInfo; import android.widget.ExpandableListView.OnChildClickListener; import android.widget.ExpandableListView.OnGroupClickListener; -import android.widget.ListView; import android.widget.TextView; import de.bjusystems.vdrmanager.R; import de.bjusystems.vdrmanager.data.Channel; @@ -45,6 +33,12 @@ import de.bjusystems.vdrmanager.utils.svdrp.ChannelClient; import de.bjusystems.vdrmanager.utils.svdrp.SvdrpAsyncTask; import de.bjusystems.vdrmanager.utils.svdrp.SvdrpClient; +import java.util.ArrayList; +import java.util.Collections; +import java.util.Comparator; +import java.util.HashMap; +import java.util.List; + /** * This class is used for showing what's current running on all channels * @@ -634,4 +628,4 @@ public class ChannelListActivity extends protected int getListNavigationIndex() { return LIST_NAVIGATION_CHANNELS; } -}
\ No newline at end of file +} diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/ChannelListFragment.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/ChannelListFragment.java index 0ce4cc2..0ce4cc2 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/ChannelListFragment.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/ChannelListFragment.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/ColoredButton.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/ColoredButton.java index f10860c..f10860c 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/ColoredButton.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/ColoredButton.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/EpgDetailsActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/EpgDetailsActivity.java index bd6a8bf..b063854 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/EpgDetailsActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/EpgDetailsActivity.java @@ -1,16 +1,10 @@ package de.bjusystems.vdrmanager.gui; -import java.net.URLEncoder; -import java.util.ArrayList; -import java.util.Date; -import java.util.List; - import android.app.AlertDialog; import android.app.SearchManager; import android.content.ActivityNotFoundException; import android.content.DialogInterface; import android.content.Intent; -import android.gesture.Prediction; import android.net.Uri; import android.os.Bundle; import android.os.Parcelable; @@ -29,9 +23,7 @@ import android.widget.ImageView; import android.widget.ProgressBar; import android.widget.TextView; import android.widget.Toast; - import com.viewpagerindicator.TitleProvider; - import de.bjusystems.vdrmanager.R; import de.bjusystems.vdrmanager.app.Intents; import de.bjusystems.vdrmanager.app.VdrManagerApp; @@ -51,6 +43,11 @@ import de.bjusystems.vdrmanager.tasks.ToggleTimerTask; import de.bjusystems.vdrmanager.tasks.VoidAsyncTask; import de.bjusystems.vdrmanager.utils.svdrp.SvdrpEvent; +import java.net.URLEncoder; +import java.util.ArrayList; +import java.util.Date; +import java.util.List; + /** * This class is used for showing what's current running on all channels * diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/EpgSearchListActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/EpgSearchListActivity.java index 0c08670..0c08670 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/EpgSearchListActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/EpgSearchListActivity.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/EpgSearchTimesListActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/EpgSearchTimesListActivity.java index 0a131ff..0a131ff 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/EpgSearchTimesListActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/EpgSearchTimesListActivity.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/EventEpgListActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/EventEpgListActivity.java index 3e73729..3e73729 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/EventEpgListActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/EventEpgListActivity.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/EventListItemHolder.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/EventListItemHolder.java index eaf70bb..eaf70bb 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/EventListItemHolder.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/EventListItemHolder.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/PreferencesActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/PreferencesActivity.java index e8ae690..e8ae690 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/PreferencesActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/PreferencesActivity.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/RecordingAdapter.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/RecordingAdapter.java index b664276..b664276 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/RecordingAdapter.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/RecordingAdapter.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/RecordingDir.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/RecordingDir.java index ce7b995..ce7b995 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/RecordingDir.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/RecordingDir.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/RecordingListActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/RecordingListActivity.java index 50f0971..faafd1d 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/RecordingListActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/RecordingListActivity.java @@ -1,12 +1,5 @@ package de.bjusystems.vdrmanager.gui; -import java.util.ArrayList; -import java.util.Calendar; -import java.util.Collection; -import java.util.Collections; -import java.util.List; -import java.util.Stack; - import android.os.Bundle; import android.util.Log; import android.view.ContextMenu; @@ -35,6 +28,13 @@ import de.bjusystems.vdrmanager.utils.svdrp.SvdrpClient; import de.bjusystems.vdrmanager.utils.svdrp.SvdrpEvent; import de.bjusystems.vdrmanager.utils.svdrp.SvdrpStartListener; +import java.util.ArrayList; +import java.util.Calendar; +import java.util.Collection; +import java.util.Collections; +import java.util.List; +import java.util.Stack; + /** * This class is used for showing what's current running on all channels * diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/SimpleGestureFilter.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/SimpleGestureFilter.java index 2afe23a..2afe23a 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/SimpleGestureFilter.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/SimpleGestureFilter.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/SvdrpProgressDialog.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/SvdrpProgressDialog.java index 1afab79..1afab79 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/SvdrpProgressDialog.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/SvdrpProgressDialog.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/TimeEpgListActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/TimeEpgListActivity.java index c9c6a57..c9c6a57 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/TimeEpgListActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/TimeEpgListActivity.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/TimeEventAdapter.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/TimeEventAdapter.java index 53bc690..53bc690 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/TimeEventAdapter.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/TimeEventAdapter.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/TimerDetailsActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/TimerDetailsActivity.java index 1b30890..1b30890 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/TimerDetailsActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/TimerDetailsActivity.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/TimerEventAdapter.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/TimerEventAdapter.java index 0c39f81..0c39f81 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/TimerEventAdapter.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/TimerEventAdapter.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/TimerListActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/TimerListActivity.java index ae07e1c..ae07e1c 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/TimerListActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/TimerListActivity.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/Utils.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/Utils.java index 4d039fd..d7e262b 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/Utils.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/Utils.java @@ -526,210 +526,210 @@ public class Utils { switch (c & 0x0F) { default: case 0x00: - return R.string.Content$Movie__Drama; + return R.string.Content_Movie__Drama; case 0x01: - return R.string.Content$Detective__Thriller; + return R.string.Content_Detective__Thriller; case 0x02: - return R.string.Content$Adventure__Western__War; + return R.string.Content_Adventure__Western__War; case 0x03: - return R.string.Content$Science_Fiction__Fantasy__Horror; + return R.string.Content_Science_Fiction__Fantasy__Horror; case 0x04: - return R.string.Content$Comedy; + return R.string.Content_Comedy; case 0x05: - return R.string.Content$Soap__Melodrama__Folkloric; + return R.string.Content_Soap__Melodrama__Folkloric; case 0x06: - return R.string.Content$Romance; + return R.string.Content_Romance; case 0x07: - return R.string.Content$Serious__Classical__Religious__Historical_Movie__Drama; + return R.string.Content_Serious__Classical__Religious__Historical_Movie__Drama; case 0x08: - return R.string.Content$Adult_Movie__Drama; + return R.string.Content_Adult_Movie__Drama; } case EventContentGroup.NewsCurrentAffairs: switch (c & 0x0F) { default: case 0x00: - return R.string.Content$News__Current_Affairs; + return R.string.Content_News__Current_Affairs; case 0x01: - return R.string.Content$News__Weather_Report; + return R.string.Content_News__Weather_Report; case 0x02: - return R.string.Content$News_Magazine; + return R.string.Content_News_Magazine; case 0x03: - return R.string.Content$Documentary; + return R.string.Content_Documentary; case 0x04: - return R.string.Content$Discussion__Inverview__Debate; + return R.string.Content_Discussion__Inverview__Debate; } case EventContentGroup.Show: switch (c & 0x0F) { default: case 0x00: - return R.string.Content$Show__Game_Show; + return R.string.Content_Show__Game_Show; case 0x01: - return R.string.Content$Game_Show__Quiz__Contest; + return R.string.Content_Game_Show__Quiz__Contest; case 0x02: - return R.string.Content$Variety_Show; + return R.string.Content_Variety_Show; case 0x03: - return R.string.Content$Talk_Show; + return R.string.Content_Talk_Show; } case EventContentGroup.Sports: switch (c & 0x0F) { default: case 0x00: - return R.string.Content$Sports; + return R.string.Content_Sports; case 0x01: - return R.string.Content$Special_Event; + return R.string.Content_Special_Event; case 0x02: - return R.string.Content$Sport_Magazine; + return R.string.Content_Sport_Magazine; case 0x03: - return R.string.Content$Football__Soccer; + return R.string.Content_Football__Soccer; case 0x04: - return R.string.Content$Tennis__Squash; + return R.string.Content_Tennis__Squash; case 0x05: - return R.string.Content$Team_Sports; + return R.string.Content_Team_Sports; case 0x06: - return R.string.Content$Athletics; + return R.string.Content_Athletics; case 0x07: - return R.string.Content$Motor_Sport; + return R.string.Content_Motor_Sport; case 0x08: - return R.string.Content$Water_Sport; + return R.string.Content_Water_Sport; case 0x09: - return R.string.Content$Winter_Sports; + return R.string.Content_Winter_Sports; case 0x0A: - return R.string.Content$Equestrian; + return R.string.Content_Equestrian; case 0x0B: - return R.string.Content$Martial_Sports; + return R.string.Content_Martial_Sports; } case EventContentGroup.ChildrenYouth: switch (c & 0x0F) { default: case 0x00: - return R.string.Content$Childrens__Youth_Programme; + return R.string.Content_Childrens__Youth_Programme; case 0x01: - return R.string.Content$Preschool_Childrens_Programme; + return R.string.Content_Preschool_Childrens_Programme; case 0x02: - return R.string.Content$Entertainment_Programme_for_6_to_14; + return R.string.Content_Entertainment_Programme_for_6_to_14; case 0x03: - return R.string.Content$Entertainment_Programme_for_10_to_16; + return R.string.Content_Entertainment_Programme_for_10_to_16; case 0x04: - return R.string.Content$Informational__Educational__School_Programme; + return R.string.Content_Informational__Educational__School_Programme; case 0x05: - return R.string.Content$Cartoons__Puppets; + return R.string.Content_Cartoons__Puppets; } case EventContentGroup.MusicBalletDance: switch (c & 0x0F) { default: case 0x00: - return R.string.Content$Music__Ballet__Dance; + return R.string.Content_Music__Ballet__Dance; case 0x01: - return R.string.Content$Rock__Pop; + return R.string.Content_Rock__Pop; case 0x02: - return R.string.Content$Serious__Classical_Music; + return R.string.Content_Serious__Classical_Music; case 0x03: - return R.string.Content$Folk__Tradional_Music; + return R.string.Content_Folk__Tradional_Music; case 0x04: - return R.string.Content$Jazz; + return R.string.Content_Jazz; case 0x05: - return R.string.Content$Musical__Opera; + return R.string.Content_Musical__Opera; case 0x06: - return R.string.Content$Ballet; + return R.string.Content_Ballet; } case EventContentGroup.ArtsCulture: switch (c & 0x0F) { default: case 0x00: - return R.string.Content$Arts__Culture; + return R.string.Content_Arts__Culture; case 0x01: - return R.string.Content$Performing_Arts; + return R.string.Content_Performing_Arts; case 0x02: - return R.string.Content$Fine_Arts; + return R.string.Content_Fine_Arts; case 0x03: - return R.string.Content$Religion; + return R.string.Content_Religion; case 0x04: - return R.string.Content$Popular_Culture__Traditional_Arts; + return R.string.Content_Popular_Culture__Traditional_Arts; case 0x05: - return R.string.Content$Literature; + return R.string.Content_Literature; case 0x06: - return R.string.Content$Film__Cinema; + return R.string.Content_Film__Cinema; case 0x07: - return R.string.Content$Experimental_Film__Video; + return R.string.Content_Experimental_Film__Video; case 0x08: - return R.string.Content$Broadcasting__Press; + return R.string.Content_Broadcasting__Press; case 0x09: - return R.string.Content$New_Media; + return R.string.Content_New_Media; case 0x0A: - return R.string.Content$Arts__Culture_Magazine; + return R.string.Content_Arts__Culture_Magazine; case 0x0B: - return R.string.Content$Fashion; + return R.string.Content_Fashion; } case EventContentGroup.SocialPoliticalEconomics: switch (c & 0x0F) { default: case 0x00: - return R.string.Content$Social__Political__Economics; + return R.string.Content_Social__Political__Economics; case 0x01: - return R.string.Content$Magazine__Report__Documentary; + return R.string.Content_Magazine__Report__Documentary; case 0x02: - return R.string.Content$Economics__Social_Advisory; + return R.string.Content_Economics__Social_Advisory; case 0x03: - return R.string.Content$Remarkable_People; + return R.string.Content_Remarkable_People; } case EventContentGroup.EducationalScience: switch (c & 0x0F) { default: case 0x00: - return R.string.Content$Education__Science__Factual; + return R.string.Content_Education__Science__Factual; case 0x01: - return R.string.Content$Nature__Animals__Environment; + return R.string.Content_Nature__Animals__Environment; case 0x02: - return R.string.Content$Technology__Natural_Sciences; + return R.string.Content_Technology__Natural_Sciences; case 0x03: - return R.string.Content$Medicine__Physiology__Psychology; + return R.string.Content_Medicine__Physiology__Psychology; case 0x04: - return R.string.Content$Foreign_Countries__Expeditions; + return R.string.Content_Foreign_Countries__Expeditions; case 0x05: - return R.string.Content$Social__Spiritual_Sciences; + return R.string.Content_Social__Spiritual_Sciences; case 0x06: - return R.string.Content$Further_Education; + return R.string.Content_Further_Education; case 0x07: - return R.string.Content$Languages; + return R.string.Content_Languages; } case EventContentGroup.LeisureHobbies: switch (c & 0x0F) { default: case 0x00: - return R.string.Content$Leisure__Hobbies; + return R.string.Content_Leisure__Hobbies; case 0x01: - return R.string.Content$Tourism__Travel; + return R.string.Content_Tourism__Travel; case 0x02: - return R.string.Content$Handicraft; + return R.string.Content_Handicraft; case 0x03: - return R.string.Content$Motoring; + return R.string.Content_Motoring; case 0x04: - return R.string.Content$Fitness_and_Health; + return R.string.Content_Fitness_and_Health; case 0x05: - return R.string.Content$Cooking; + return R.string.Content_Cooking; case 0x06: - return R.string.Content$Advertisement__Shopping; + return R.string.Content_Advertisement__Shopping; case 0x07: - return R.string.Content$Gardening; + return R.string.Content_Gardening; } case EventContentGroup.Special: switch (c & 0x0F) { case 0x00: - return R.string.Content$Original_Language; + return R.string.Content_Original_Language; case 0x01: - return R.string.Content$Black_and_White; + return R.string.Content_Black_and_White; case 0x02: - return R.string.Content$Unpublished; + return R.string.Content_Unpublished; case 0x03: - return R.string.Content$Live_Broadcast; + return R.string.Content_Live_Broadcast; default: ; } @@ -737,7 +737,7 @@ public class Utils { default: ; } - return R.string.Content$Unknown; + return R.string.Content_Unknown; } public static String getContenString(Context ctx, int[] contents) { diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/VdrListActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/VdrListActivity.java index 615917a..af1b532 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/VdrListActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/VdrListActivity.java @@ -1,16 +1,11 @@ package de.bjusystems.vdrmanager.gui; -import java.util.ArrayList; -import java.util.List; - -import android.app.Activity; import android.app.AlertDialog; -import android.app.ListActivity; import android.content.DialogInterface; import android.content.Intent; import android.graphics.Typeface; import android.os.Bundle; -import android.support.v7.app.ActionBarActivity; +import android.support.v7.app.AppCompatActivity; import android.text.SpannableString; import android.text.style.UnderlineSpan; import android.view.Menu; @@ -32,7 +27,10 @@ import de.bjusystems.vdrmanager.data.Preferences; import de.bjusystems.vdrmanager.data.Vdr; import de.bjusystems.vdrmanager.data.db.DBAccess; -public class VdrListActivity extends ActionBarActivity implements +import java.util.ArrayList; +import java.util.List; + +public class VdrListActivity extends AppCompatActivity implements OnItemClickListener, OnItemLongClickListener, View.OnClickListener { private static final String TAG = VdrListActivity.class.getName(); diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/VdrManagerActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/VdrManagerActivity.java index 729d75c..729d75c 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/VdrManagerActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/VdrManagerActivity.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/VdrPreferencesActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/VdrPreferencesActivity.java index 143954c..143954c 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/gui/VdrPreferencesActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/gui/VdrPreferencesActivity.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/remote/HITK.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/remote/HITK.java index 5d0c596..5d0c596 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/remote/HITK.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/remote/HITK.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/remote/RemoteActivity.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/remote/RemoteActivity.java index 34f5533..efd3cec 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/remote/RemoteActivity.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/remote/RemoteActivity.java @@ -1,31 +1,26 @@ package de.bjusystems.vdrmanager.remote; -import java.util.ArrayList; - import android.app.Activity; -import android.content.Intent; -import android.os.Build; -import android.view.*; -import de.bjusystems.vdrmanager.gui.Utils; -import org.hampelratte.svdrp.Connection; -import org.hampelratte.svdrp.Response; -import org.hampelratte.svdrp.commands.HITK; - -import de.androvdr.widget.AnimatedTextView; -import de.androvdr.widget.FontAwesome; -import de.bjusystems.vdrmanager.R; -import de.bjusystems.vdrmanager.data.Preferences; -import de.bjusystems.vdrmanager.gui.ColoredButton; -import de.bjusystems.vdrmanager.tasks.VoidAsyncTask; - import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; +import android.content.Intent; import android.content.SharedPreferences; import android.os.AsyncTask; +import android.os.Build; import android.os.Bundle; +import android.util.Pair; +import android.view.ContextMenu; +import android.view.KeyEvent; +import android.view.Menu; +import android.view.MenuInflater; +import android.view.MenuItem; +import android.view.View; import android.view.View.OnClickListener; +import android.view.ViewGroup; +import android.view.Window; +import android.view.WindowManager; import android.view.animation.AlphaAnimation; import android.widget.AdapterView; import android.widget.ArrayAdapter; @@ -34,8 +29,28 @@ import android.widget.EditText; import android.widget.Spinner; import android.widget.TextView; +import org.hampelratte.svdrp.Connection; +import org.hampelratte.svdrp.Response; +import org.hampelratte.svdrp.commands.HITK; +import org.json.JSONException; +import org.json.JSONObject; + +import java.util.ArrayList; + +import de.androvdr.widget.AnimatedTextView; +import de.androvdr.widget.FontAwesome; +import de.bjusystems.vdrmanager.R; +import de.bjusystems.vdrmanager.data.Preferences; +import de.bjusystems.vdrmanager.gui.ColoredButton; +import de.bjusystems.vdrmanager.gui.Utils; +import de.bjusystems.vdrmanager.tasks.VoidAsyncTask; + +/** + * The type Remote activity. + */ public class RemoteActivity extends Activity implements OnClickListener, View.OnLongClickListener { + private static final int TAG_KEY = -100; private Connection connection; @@ -43,6 +58,8 @@ public class RemoteActivity extends Activity implements OnClickListener, View.On private AlphaAnimation out; private AlphaAnimation in; + private View dummyContextMenuView; + @Override protected void onCreate(Bundle savedInstanceState) { @@ -55,12 +72,14 @@ public class RemoteActivity extends Activity implements OnClickListener, View.On setContentView(view); + dummyContextMenuView = view.findViewById(R.id.resultwrapper); + registerForContextMenu(dummyContextMenuView); view.setOnLongClickListener(this); - ViewGroup viewGroup = (ViewGroup) view.findViewById(R.id.root); + ViewGroup viewGroup = (ViewGroup) view.findViewById(R.id.remoteroot); - Button button = (Button) viewGroup.findViewById(R.id.red); + //Button button = (Button) viewGroup.findViewById(R.id.red); //button.getBackground().setColorFilter(0xFF00FF00, PorterDuff.Mode.MULTIPLY); setAllButtonListener(viewGroup); @@ -76,6 +95,10 @@ public class RemoteActivity extends Activity implements OnClickListener, View.On in = new AlphaAnimation(0.0f, 1.0f); in.setDuration(100); + + //SearchableSpinner spinner2 = (SearchableSpinner) findViewById(R.id.search2); + //spinner2.setList(getResources().getStringArray(R.array.font)); + } @Override @@ -88,7 +111,7 @@ public class RemoteActivity extends Activity implements OnClickListener, View.On @Override public void onBackPressed() { - if(isBackKeyRemapped() == false) { + if (isBackKeyRemapped() == false) { super.onBackPressed(); } else { new HitkAsyncTask() { @@ -98,7 +121,7 @@ public class RemoteActivity extends Activity implements OnClickListener, View.On } - private void resetOverrides(){ + private void resetOverrides() { SharedPreferences sharedPref = getSharedPreferences("remote_" + Preferences.get().getCurrentVdr().getId(), Context.MODE_PRIVATE); sharedPref .edit() @@ -107,23 +130,23 @@ public class RemoteActivity extends Activity implements OnClickListener, View.On restart(); } - private void setBackKeyRemapped(boolean value){ - SharedPreferences sharedPref = getSharedPreferences("misc_" + Preferences.get().getCurrentVdr().getId(), Context.MODE_PRIVATE); + private boolean isBackKeyRemapped() { + SharedPreferences sharedPref = getSharedPreferences("misc_" + Preferences.get().getCurrentVdr().getId(), Context.MODE_PRIVATE); + return sharedPref.getBoolean("backishitk", false); + } + + private void setBackKeyRemapped(boolean value) { + SharedPreferences sharedPref = getSharedPreferences("misc_" + Preferences.get().getCurrentVdr().getId(), Context.MODE_PRIVATE); sharedPref// .edit()// .putBoolean("backishitk", value)// .commit(); } - private boolean isBackKeyRemapped(){ - SharedPreferences sharedPref = getSharedPreferences("misc_" + Preferences.get().getCurrentVdr().getId(), Context.MODE_PRIVATE); - return sharedPref.getBoolean("backishitk", false); - } - @Override public boolean onKeyLongPress(int keyCode, KeyEvent event) { if (keyCode == KeyEvent.KEYCODE_BACK) { - if(isBackKeyRemapped() == false){ + if (isBackKeyRemapped() == false) { return super.onKeyLongPress(keyCode, event); } super.onBackPressed(); @@ -132,42 +155,58 @@ public class RemoteActivity extends Activity implements OnClickListener, View.On return super.onKeyLongPress(keyCode, event); } - @Override - public boolean onPrepareOptionsMenu(Menu menu) { - MenuItem item = menu.findItem(R.id.remapback); - item.setChecked(isBackKeyRemapped()); - return true; - } - - @Override - public boolean onOptionsItemSelected(MenuItem item) { - switch (item.getItemId()) { - case R.id.reset: { - resetOverrides(); - return true; - } - case R.id.exprt: { - Utils.say(this, R.string.not_yet_implemented); - return true; - } - case R.id.imprt: { - Utils.say(this, R.string.not_yet_implemented); - return true; + /** + * Export. + */ + public void export() { + SharedPreferences sharedPref = getSharedPreferences("remote_" + Preferences.get().getCurrentVdr().getId(), Context.MODE_PRIVATE); + ViewGroup viewGroup = (ViewGroup) findViewById(R.id.remoteroot); + ArrayList<Pair<String, String>> list = new ArrayList<>(); + gather(viewGroup, list, sharedPref); + + JSONObject root = new JSONObject(); + try { + for (Pair<String, String> stringStringPair : list) { + root.put(stringStringPair.first, stringStringPair.second); } - case R.id.remapback: { - if(item.isChecked()){ - setBackKeyRemapped(false); - } else { - setBackKeyRemapped(true); - Utils.say(this, R.string.remapback_hint); + } catch (JSONException jse) { + Utils.say(this, jse.getLocalizedMessage()); + } + + Intent i = new Intent(android.content.Intent.ACTION_SEND); + i.setType("application/json"); + i.putExtra(android.content.Intent.EXTRA_TEXT, root.toString()); + startActivity(Intent.createChooser(i, getResources().getString(R.string.export_custom_key_mapping))); + } + + /** + * Gather. + * + * @param viewGroup the view group + * @param pair the pair + * @param sharedPref the shared pref + */ + public void gather(ViewGroup viewGroup, ArrayList<Pair<String, String>> pair, SharedPreferences sharedPref) { + for (int i = 0; i < viewGroup.getChildCount(); i++) { + View v = viewGroup.getChildAt(i); + if (v instanceof ViewGroup) { + gather((ViewGroup) v, pair, sharedPref); + } else if (v instanceof Button) { + if (v.getTag() == null) { + continue; + } + String hitk = sharedPref.getString("key_" + String.valueOf(v.getTag()), null); + String label = sharedPref.getString("label_" + String.valueOf(v.getTag()), null); + if (hitk == null && label == null) { + continue; } + pair.add(Pair.create(hitk, label)); } } - - return super.onOptionsItemSelected(item); } + @Override protected void onPause() { super.onPause(); @@ -195,6 +234,11 @@ public class RemoteActivity extends Activity implements OnClickListener, View.On Preferences.init(this); } + /** + * Sets all button listener. + * + * @param viewGroup the view group + */ public void setAllButtonListener(ViewGroup viewGroup) { // @@ -214,13 +258,13 @@ public class RemoteActivity extends Activity implements OnClickListener, View.On String hitk = sharedPref.getString("key_" + String.valueOf(v.getTag()), null); setOverrideTag(v, hitk); String label = sharedPref.getString("label_" + String.valueOf(v.getTag()), null); - setOverrideLabel((Button)v, label); + setOverrideLabel((Button) v, label); } } } private void setOverrideLabel(Button b, CharSequence label) { - if(label == null){ + if (label == null) { return; } b.setText(label); @@ -242,45 +286,33 @@ public class RemoteActivity extends Activity implements OnClickListener, View.On } } + @Override + public boolean onContextItemSelected(MenuItem item) { - class HitkAsyncTask extends AsyncTask<String, Void, Void>{ - - Response send; - - Exception ex; - - @Override - protected void onPostExecute(Void aVoid) { - result.setText(""); - result.fadeIn(); - if (send != null) { - result.setText(String.valueOf(send.getMessage())); - result.fadeOut(); - //Utils.say(getBaseContext(), send.toString()); - } else if (ex != null) { - result.setText(ex.getMessage()); + switch (item.getItemId()) { + case R.id.reset: { + resetOverrides(); + return true; } - } - - @Override - protected Void doInBackground(String... hitk) { - try { - - if (connection == null) { - connection = new Connection(Preferences.get().getHost(), Preferences.get().getSvdrpPort()); + case R.id.exprt: { + export(); + return true; + } + case R.id.imprt: { + Utils.say(this, R.string.not_yet_implemented); + return true; + } + case R.id.remapback: { + if (item.isChecked()) { + setBackKeyRemapped(false); + } else { + setBackKeyRemapped(true); + Utils.say(this, R.string.remapback_hint); } - - send = connection.send(new HITK(hitk[0])); - } catch (Exception ex) { - this.ex = ex; } - - return null; } - - - - }; + return super.onContextItemSelected(item); + } @Override public void onClick(final View v) { @@ -288,18 +320,27 @@ public class RemoteActivity extends Activity implements OnClickListener, View.On }.execute(getCurrentTag(v)); } + ; + @Override - public boolean onLongClick(final View v) { + public void onCreateContextMenu(ContextMenu menu, View v, ContextMenu.ContextMenuInfo menuInfo) { + MenuInflater inflater = getMenuInflater(); + inflater.inflate(R.menu.remote_menu, menu); + MenuItem item = menu.findItem(R.id.remapback); + } - if (v.getId() == R.id.root) { - openOptionsMenu(); + @Override + public boolean onLongClick(final View v) { + + if (v.getId() == R.id.remoteroot) { + openContextMenu(dummyContextMenuView); return true; } CharSequence text = ((Button) v).getText(); final String tag = (String) v.getTag(); - final String override = (String) v.getTag(-100); + final String override = (String) v.getTag(TAG_KEY); String current = override != null ? override : tag; View view = getLayoutInflater().inflate(R.layout.edit_remote_key, null); @@ -389,7 +430,7 @@ public class RemoteActivity extends Activity implements OnClickListener, View.On return null; } - Object otag = view.getTag(-100); + Object otag = view.getTag(TAG_KEY); if (otag == null) { return (String) tag; } @@ -397,6 +438,53 @@ public class RemoteActivity extends Activity implements OnClickListener, View.On } private void setOverrideTag(View view, String hitk) { - view.setTag(-100, hitk); + view.setTag(TAG_KEY, hitk); + } + + /** + * The type Hitk async task. + */ + class HitkAsyncTask extends AsyncTask<String, Void, Void> { + + /** + * The Send. + */ + Response send; + + /** + * The Ex. + */ + Exception ex; + + @Override + protected void onPostExecute(Void aVoid) { + result.setText(""); + result.fadeIn(); + if (send != null) { + result.setText(String.valueOf(send.getMessage())); + result.fadeOut(); + //Utils.say(getBaseContext(), send.toString()); + } else if (ex != null) { + result.setText(ex.getMessage()); + } + } + + @Override + protected Void doInBackground(String... hitk) { + try { + + if (connection == null) { + connection = new Connection(Preferences.get().getHost(), Preferences.get().getSvdrpPort()); + } + + send = connection.send(new HITK(hitk[0])); + } catch (Exception ex) { + this.ex = ex; + } + + return null; + } + + } } diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/AsyncProgressTask.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/AsyncProgressTask.java index 022b479..022b479 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/AsyncProgressTask.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/AsyncProgressTask.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/ChannelsTask.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/ChannelsTask.java index 1623575..1623575 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/ChannelsTask.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/ChannelsTask.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/CreateTimerTask.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/CreateTimerTask.java index fa7dc43..fa7dc43 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/CreateTimerTask.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/CreateTimerTask.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/DeleteRecordingTask.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/DeleteRecordingTask.java index b9f5f75..b9f5f75 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/DeleteRecordingTask.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/DeleteRecordingTask.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/DeleteTimerTask.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/DeleteTimerTask.java index b3314d2..b3314d2 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/DeleteTimerTask.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/DeleteTimerTask.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/ModifyTimerTask.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/ModifyTimerTask.java index 80aae53..80aae53 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/ModifyTimerTask.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/ModifyTimerTask.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/ToggleTimerTask.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/ToggleTimerTask.java index 82daae4..82daae4 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/ToggleTimerTask.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/ToggleTimerTask.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/VoidAsyncTask.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/VoidAsyncTask.java index 1d9f9f7..1d9f9f7 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/tasks/VoidAsyncTask.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/tasks/VoidAsyncTask.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/date/DateFormatter.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/date/DateFormatter.java index 95f99db..95f99db 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/date/DateFormatter.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/date/DateFormatter.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/http/HttpHelper.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/http/HttpHelper.java index 8d3c4d1..8d3c4d1 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/http/HttpHelper.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/http/HttpHelper.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/AliveClient.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/AliveClient.java index 0d5dca9..0d5dca9 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/AliveClient.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/AliveClient.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/CertificateProblemListener.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/CertificateProblemListener.java index ac0ac1e..ac0ac1e 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/CertificateProblemListener.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/CertificateProblemListener.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/ChannelClient.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/ChannelClient.java index c3761c4..c3761c4 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/ChannelClient.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/ChannelClient.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/DelRecordingClient.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/DelRecordingClient.java index 522e285..522e285 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/DelRecordingClient.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/DelRecordingClient.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/EpgClient.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/EpgClient.java index 6b651ab..6b651ab 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/EpgClient.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/EpgClient.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/MySSLSocketFactory.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/MySSLSocketFactory.java index 6c87faa..6c87faa 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/MySSLSocketFactory.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/MySSLSocketFactory.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/RecordingClient.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/RecordingClient.java index 99d88f9..99d88f9 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/RecordingClient.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/RecordingClient.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SetTimerClient.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SetTimerClient.java index 8abc02a..8abc02a 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SetTimerClient.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SetTimerClient.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpAsyncTask.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpAsyncTask.java index 505b084..505b084 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpAsyncTask.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpAsyncTask.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpClient.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpClient.java index 31fa0f4..31fa0f4 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpClient.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpClient.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpEvent.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpEvent.java index a64f905..a64f905 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpEvent.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpEvent.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpException.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpException.java index 8deb8e1..8deb8e1 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpException.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpException.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpExceptionListener.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpExceptionListener.java index 1483e6d..1483e6d 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpExceptionListener.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpExceptionListener.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpFinishedListener.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpFinishedListener.java index 7fba637..7fba637 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpFinishedListener.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpFinishedListener.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpListener.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpListener.java index 88ea35e..88ea35e 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpListener.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpListener.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpResultListener.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpResultListener.java index fbea3c3..fbea3c3 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpResultListener.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpResultListener.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpStartListener.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpStartListener.java index e7c6700..e7c6700 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpStartListener.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SvdrpStartListener.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SwitchChannelClient.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SwitchChannelClient.java index 65a4d59..65a4d59 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SwitchChannelClient.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/SwitchChannelClient.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/TimerClient.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/TimerClient.java index 90ad2f7..90ad2f7 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/TimerClient.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/svdrp/TimerClient.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/AsyncWakeupTask.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/AsyncWakeupTask.java index 0b99b04..0b99b04 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/AsyncWakeupTask.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/AsyncWakeupTask.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeOnLanClient.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeOnLanClient.java index 737195a..737195a 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeOnLanClient.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeOnLanClient.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeupProgress.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeupProgress.java index f86608a..f86608a 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeupProgress.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeupProgress.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeupProgressType.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeupProgressType.java index 28dcf38..28dcf38 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeupProgressType.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeupProgressType.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeupUrlClient.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeupUrlClient.java index 231554a..231554a 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeupUrlClient.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/WakeupUrlClient.java diff --git a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/Wakeuper.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/Wakeuper.java index 5b149e4..5b149e4 100644 --- a/vdrmanager/app/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/Wakeuper.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/de/bjusystems/vdrmanager/utils/wakeup/Wakeuper.java diff --git a/vdrmanager/app/src/main/java/org/fueri/reeldroid/network/DeviceManager.java b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/org/fueri/reeldroid/network/DeviceManager.java index 427ff35..427ff35 100644 --- a/vdrmanager/app/src/main/java/org/fueri/reeldroid/network/DeviceManager.java +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/java/org/fueri/reeldroid/network/DeviceManager.java diff --git a/vdrmanager/app/src/main/res/anim/slide_down_in.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_down_in.xml index dd1ca08..dd1ca08 100644 --- a/vdrmanager/app/src/main/res/anim/slide_down_in.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_down_in.xml diff --git a/vdrmanager/app/src/main/res/anim/slide_down_out.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_down_out.xml index 188c817..188c817 100644 --- a/vdrmanager/app/src/main/res/anim/slide_down_out.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_down_out.xml diff --git a/vdrmanager/app/src/main/res/anim/slide_left_in.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_left_in.xml index c72fd87..c72fd87 100644 --- a/vdrmanager/app/src/main/res/anim/slide_left_in.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_left_in.xml diff --git a/vdrmanager/app/src/main/res/anim/slide_left_out.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_left_out.xml index e4308ec..e4308ec 100644 --- a/vdrmanager/app/src/main/res/anim/slide_left_out.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_left_out.xml diff --git a/vdrmanager/app/src/main/res/anim/slide_right_in.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_right_in.xml index f2f97fc..f2f97fc 100644 --- a/vdrmanager/app/src/main/res/anim/slide_right_in.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_right_in.xml diff --git a/vdrmanager/app/src/main/res/anim/slide_right_out.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_right_out.xml index 1807f10..1807f10 100644 --- a/vdrmanager/app/src/main/res/anim/slide_right_out.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_right_out.xml diff --git a/vdrmanager/app/src/main/res/anim/slide_up_in.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_up_in.xml index 675908f..675908f 100644 --- a/vdrmanager/app/src/main/res/anim/slide_up_in.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_up_in.xml diff --git a/vdrmanager/app/src/main/res/anim/slide_up_out.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_up_out.xml index a1303a5..a1303a5 100644 --- a/vdrmanager/app/src/main/res/anim/slide_up_out.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/anim/slide_up_out.xml diff --git a/vdrmanager/app/src/main/res/drawable-finger/btn_circle.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-finger/btn_circle.xml index 9208010..9208010 100644 --- a/vdrmanager/app/src/main/res/drawable-finger/btn_circle.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-finger/btn_circle.xml diff --git a/vdrmanager/app/src/main/res/drawable-hdpi-finger/btn_circle_disable.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi-finger/btn_circle_disable.png Binary files differindex 4f12078..4f12078 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi-finger/btn_circle_disable.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi-finger/btn_circle_disable.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi-finger/btn_circle_disable_focused.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi-finger/btn_circle_disable_focused.png Binary files differindex bc0d77b..bc0d77b 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi-finger/btn_circle_disable_focused.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi-finger/btn_circle_disable_focused.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi-finger/btn_circle_normal.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi-finger/btn_circle_normal.png Binary files differindex d1e21d9..d1e21d9 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi-finger/btn_circle_normal.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi-finger/btn_circle_normal.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi-finger/btn_circle_pressed.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi-finger/btn_circle_pressed.png Binary files differindex 31e69e2..31e69e2 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi-finger/btn_circle_pressed.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi-finger/btn_circle_pressed.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi-finger/btn_circle_selected.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi-finger/btn_circle_selected.png Binary files differindex 0f809ee..0f809ee 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi-finger/btn_circle_selected.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi-finger/btn_circle_selected.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi/action_search.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/action_search.png Binary files differindex f12e005..f12e005 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi/action_search.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/action_search.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi/btn_channels.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/btn_channels.png Binary files differindex ba1d15f..ba1d15f 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi/btn_channels.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/btn_channels.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi/btn_epglist.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/btn_epglist.png Binary files differindex 57d9200..57d9200 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi/btn_epglist.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/btn_epglist.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi/btn_recordings.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/btn_recordings.png Binary files differindex 7671c31..7671c31 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi/btn_recordings.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/btn_recordings.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi/btn_remote.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/btn_remote.png Binary files differindex 90d1ef4..90d1ef4 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi/btn_remote.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/btn_remote.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi/btn_search.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/btn_search.png Binary files differindex 7e6924d..7e6924d 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi/btn_search.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/btn_search.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi/btn_timer.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/btn_timer.png Binary files differindex 90d9da6..90d9da6 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi/btn_timer.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/btn_timer.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi/btn_wakeup.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/btn_wakeup.png Binary files differindex af19dfe..af19dfe 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi/btn_wakeup.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/btn_wakeup.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi/drawer_shadow.9.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/drawer_shadow.9.png Binary files differindex 224cc4f..224cc4f 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi/drawer_shadow.9.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/drawer_shadow.9.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi/ic_btn_round_minus.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_btn_round_minus.png Binary files differindex 02bec7d..02bec7d 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi/ic_btn_round_minus.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_btn_round_minus.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi/ic_btn_round_plus.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_btn_round_plus.png Binary files differindex 1fdfb69..1fdfb69 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi/ic_btn_round_plus.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_btn_round_plus.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi/ic_drawer.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_drawer.png Binary files differindex ff7b1de..ff7b1de 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi/ic_drawer.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_drawer.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi/ic_drive.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_drive.png Binary files differindex ad159a8..ad159a8 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi/ic_drive.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_drive.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_3d_globe.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_3d_globe.png Binary files differindex 1b55f09..1b55f09 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_3d_globe.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_3d_globe.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_filter.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_filter.png Binary files differindex 39472a6..39472a6 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_filter.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_filter.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_goto.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_goto.png Binary files differindex ca6e835..ca6e835 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_goto.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_goto.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_moreoverflow.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_moreoverflow.png Binary files differindex 33bb5e7..33bb5e7 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_moreoverflow.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_moreoverflow.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_play_clip.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_play_clip.png Binary files differindex 2d0d2e2..2d0d2e2 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_play_clip.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_play_clip.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_recent_history.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_recent_history.png Binary files differindex 4101434..4101434 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_recent_history.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_recent_history.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_refresh.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_refresh.png Binary files differindex e13315f..e13315f 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_refresh.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_refresh.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_view.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_view.png Binary files differindex 25c2ff3..25c2ff3 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi/ic_menu_view.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_menu_view.png diff --git a/vdrmanager/app/src/main/res/drawable-hdpi/ic_volume_small.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_volume_small.png Binary files differindex 4e9a7ea..4e9a7ea 100644 --- a/vdrmanager/app/src/main/res/drawable-hdpi/ic_volume_small.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-hdpi/ic_volume_small.png diff --git a/vdrmanager/app/src/main/res/drawable-mdpi-finger/btn_circle_disable.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi-finger/btn_circle_disable.png Binary files differindex 33b74a6..33b74a6 100644 --- a/vdrmanager/app/src/main/res/drawable-mdpi-finger/btn_circle_disable.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi-finger/btn_circle_disable.png diff --git a/vdrmanager/app/src/main/res/drawable-mdpi-finger/btn_circle_disable_focused.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi-finger/btn_circle_disable_focused.png Binary files differindex 005ad8d..005ad8d 100644 --- a/vdrmanager/app/src/main/res/drawable-mdpi-finger/btn_circle_disable_focused.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi-finger/btn_circle_disable_focused.png diff --git a/vdrmanager/app/src/main/res/drawable-mdpi-finger/btn_circle_normal.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi-finger/btn_circle_normal.png Binary files differindex fc5af1c..fc5af1c 100644 --- a/vdrmanager/app/src/main/res/drawable-mdpi-finger/btn_circle_normal.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi-finger/btn_circle_normal.png diff --git a/vdrmanager/app/src/main/res/drawable-mdpi-finger/btn_circle_pressed.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi-finger/btn_circle_pressed.png Binary files differindex 8f40afd..8f40afd 100644 --- a/vdrmanager/app/src/main/res/drawable-mdpi-finger/btn_circle_pressed.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi-finger/btn_circle_pressed.png diff --git a/vdrmanager/app/src/main/res/drawable-mdpi-finger/btn_circle_selected.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi-finger/btn_circle_selected.png Binary files differindex c74fac2..c74fac2 100644 --- a/vdrmanager/app/src/main/res/drawable-mdpi-finger/btn_circle_selected.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi-finger/btn_circle_selected.png diff --git a/vdrmanager/app/src/main/res/drawable-mdpi/action_search.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/action_search.png Binary files differindex 587d9e0..587d9e0 100644 --- a/vdrmanager/app/src/main/res/drawable-mdpi/action_search.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/action_search.png diff --git a/vdrmanager/app/src/main/res/drawable-mdpi/drawer_shadow.9.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/drawer_shadow.9.png Binary files differindex 3797f99..3797f99 100644 --- a/vdrmanager/app/src/main/res/drawable-mdpi/drawer_shadow.9.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/drawer_shadow.9.png diff --git a/vdrmanager/app/src/main/res/drawable-mdpi/ic_btn_round_minus.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_btn_round_minus.png Binary files differindex 96dbb17..96dbb17 100644 --- a/vdrmanager/app/src/main/res/drawable-mdpi/ic_btn_round_minus.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_btn_round_minus.png diff --git a/vdrmanager/app/src/main/res/drawable-mdpi/ic_btn_round_plus.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_btn_round_plus.png Binary files differindex 1ec8a95..1ec8a95 100644 --- a/vdrmanager/app/src/main/res/drawable-mdpi/ic_btn_round_plus.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_btn_round_plus.png diff --git a/vdrmanager/app/src/main/res/drawable-mdpi/ic_drawer.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_drawer.png Binary files differindex fb681ba..fb681ba 100644 --- a/vdrmanager/app/src/main/res/drawable-mdpi/ic_drawer.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_drawer.png diff --git a/vdrmanager/app/src/main/res/drawable-mdpi/ic_drive.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_drive.png Binary files differindex 4c2f957..4c2f957 100644 --- a/vdrmanager/app/src/main/res/drawable-mdpi/ic_drive.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_drive.png diff --git a/vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_3d_globe.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_3d_globe.png Binary files differindex 6755d5e..6755d5e 100644 --- a/vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_3d_globe.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_3d_globe.png diff --git a/vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_filter.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_filter.png Binary files differindex 19e8d1b..19e8d1b 100644 --- a/vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_filter.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_filter.png diff --git a/vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_goto.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_goto.png Binary files differindex 5471f5b..5471f5b 100644 --- a/vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_goto.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_goto.png diff --git a/vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_moreoverflow.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_moreoverflow.png Binary files differindex e478922..e478922 100644 --- a/vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_moreoverflow.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_moreoverflow.png diff --git a/vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_play_clip.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_play_clip.png Binary files differindex 5983c22..5983c22 100644 --- a/vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_play_clip.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_play_clip.png diff --git a/vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_recent_history.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_recent_history.png Binary files differindex e5f8e2d..e5f8e2d 100644 --- a/vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_recent_history.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_recent_history.png diff --git a/vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_refresh.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_refresh.png Binary files differindex 30b660f..30b660f 100644 --- a/vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_refresh.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_refresh.png diff --git a/vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_video.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_video.png Binary files differindex 0a40ba6..0a40ba6 100644 --- a/vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_video.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_video.png diff --git a/vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_view.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_view.png Binary files differindex 082810d..082810d 100644 --- a/vdrmanager/app/src/main/res/drawable-mdpi/ic_menu_view.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_menu_view.png diff --git a/vdrmanager/app/src/main/res/drawable-mdpi/ic_video_small.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_video_small.png Binary files differindex 441b81a..441b81a 100644 --- a/vdrmanager/app/src/main/res/drawable-mdpi/ic_video_small.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_video_small.png diff --git a/vdrmanager/app/src/main/res/drawable-mdpi/ic_volume_small.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_volume_small.png Binary files differindex 2a7ec03..2a7ec03 100644 --- a/vdrmanager/app/src/main/res/drawable-mdpi/ic_volume_small.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-mdpi/ic_volume_small.png diff --git a/vdrmanager/app/src/main/res/drawable-xhdpi/action_search.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/action_search.png Binary files differindex 3549f84..3549f84 100644 --- a/vdrmanager/app/src/main/res/drawable-xhdpi/action_search.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/action_search.png diff --git a/vdrmanager/app/src/main/res/drawable-xhdpi/drawer_shadow.9.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/drawer_shadow.9.png Binary files differindex fa3d853..fa3d853 100644 --- a/vdrmanager/app/src/main/res/drawable-xhdpi/drawer_shadow.9.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/drawer_shadow.9.png diff --git a/vdrmanager/app/src/main/res/drawable-xhdpi/ic_drawer.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_drawer.png Binary files differindex b9bc3d7..b9bc3d7 100644 --- a/vdrmanager/app/src/main/res/drawable-xhdpi/ic_drawer.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_drawer.png diff --git a/vdrmanager/app/src/main/res/drawable-xhdpi/ic_drive.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_drive.png Binary files differindex 378e63e..378e63e 100644 --- a/vdrmanager/app/src/main/res/drawable-xhdpi/ic_drive.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_drive.png diff --git a/vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_3d_globe.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_3d_globe.png Binary files differindex 1fda0a2..1fda0a2 100644 --- a/vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_3d_globe.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_3d_globe.png diff --git a/vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_filter.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_filter.png Binary files differindex fe3836c..fe3836c 100644 --- a/vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_filter.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_filter.png diff --git a/vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_goto.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_goto.png Binary files differindex b925e69..b925e69 100644 --- a/vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_goto.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_goto.png diff --git a/vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_moreoverflow.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_moreoverflow.png Binary files differindex 2998d65..2998d65 100644 --- a/vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_moreoverflow.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_moreoverflow.png diff --git a/vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_play_clip.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_play_clip.png Binary files differindex f680fce..f680fce 100644 --- a/vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_play_clip.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_play_clip.png diff --git a/vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_recent_history.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_recent_history.png Binary files differindex fc5e1fc..fc5e1fc 100644 --- a/vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_recent_history.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_recent_history.png diff --git a/vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_refresh.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_refresh.png Binary files differindex 9e9f10e..9e9f10e 100644 --- a/vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_refresh.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_refresh.png diff --git a/vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_view.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_view.png Binary files differindex e97c30d..e97c30d 100644 --- a/vdrmanager/app/src/main/res/drawable-xhdpi/ic_menu_view.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_menu_view.png diff --git a/vdrmanager/app/src/main/res/drawable-xhdpi/ic_volume_small.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_volume_small.png Binary files differindex 9d6d920..9d6d920 100644 --- a/vdrmanager/app/src/main/res/drawable-xhdpi/ic_volume_small.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable-xhdpi/ic_volume_small.png diff --git a/vdrmanager/app/src/main/res/drawable/app_logo.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/app_logo.png Binary files differindex 40fe91f..40fe91f 100644 --- a/vdrmanager/app/src/main/res/drawable/app_logo.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/app_logo.png diff --git a/vdrmanager/app/src/main/res/drawable/back.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/back.xml index 1975fd9..1975fd9 100644 --- a/vdrmanager/app/src/main/res/drawable/back.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/back.xml diff --git a/vdrmanager/app/src/main/res/drawable/btn_channels.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_channels.png Binary files differindex b1eff10..b1eff10 100644 --- a/vdrmanager/app/src/main/res/drawable/btn_channels.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_channels.png diff --git a/vdrmanager/app/src/main/res/drawable/btn_clock.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_clock.png Binary files differindex f682d6d..f682d6d 100644 --- a/vdrmanager/app/src/main/res/drawable/btn_clock.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_clock.png diff --git a/vdrmanager/app/src/main/res/drawable/btn_epglist.jpg b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_epglist.jpg Binary files differindex e5a6df5..e5a6df5 100644 --- a/vdrmanager/app/src/main/res/drawable/btn_epglist.jpg +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_epglist.jpg diff --git a/vdrmanager/app/src/main/res/drawable/btn_recordings.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_recordings.png Binary files differindex f2af210..f2af210 100644 --- a/vdrmanager/app/src/main/res/drawable/btn_recordings.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_recordings.png diff --git a/vdrmanager/app/src/main/res/drawable/btn_remote.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_remote.png Binary files differindex a4b8774..a4b8774 100644 --- a/vdrmanager/app/src/main/res/drawable/btn_remote.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_remote.png diff --git a/vdrmanager/app/src/main/res/drawable/btn_search.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_search.png Binary files differindex 2edd18a..2edd18a 100644 --- a/vdrmanager/app/src/main/res/drawable/btn_search.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_search.png diff --git a/vdrmanager/app/src/main/res/drawable/btn_search_times.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_search_times.png Binary files differindex 4722cbb..4722cbb 100644 --- a/vdrmanager/app/src/main/res/drawable/btn_search_times.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_search_times.png diff --git a/vdrmanager/app/src/main/res/drawable/btn_timer.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_timer.png Binary files differindex b7fe536..b7fe536 100644 --- a/vdrmanager/app/src/main/res/drawable/btn_timer.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_timer.png diff --git a/vdrmanager/app/src/main/res/drawable/btn_wakeup.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_wakeup.png Binary files differindex eda2e95..eda2e95 100644 --- a/vdrmanager/app/src/main/res/drawable/btn_wakeup.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/btn_wakeup.png diff --git a/vdrmanager/app/src/main/res/drawable/folder.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/folder.png Binary files differindex 5b3fcec..5b3fcec 100644 --- a/vdrmanager/app/src/main/res/drawable/folder.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/folder.png diff --git a/vdrmanager/app/src/main/res/drawable/ic_btn_round_minus.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_btn_round_minus.png Binary files differindex 02bec7d..02bec7d 100644 --- a/vdrmanager/app/src/main/res/drawable/ic_btn_round_minus.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_btn_round_minus.png diff --git a/vdrmanager/app/src/main/res/drawable/ic_btn_round_plus.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_btn_round_plus.png Binary files differindex 1fdfb69..1fdfb69 100644 --- a/vdrmanager/app/src/main/res/drawable/ic_btn_round_plus.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_btn_round_plus.png diff --git a/vdrmanager/app/src/main/res/drawable/ic_drive.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_drive.png Binary files differindex 4c2f957..4c2f957 100644 --- a/vdrmanager/app/src/main/res/drawable/ic_drive.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_drive.png diff --git a/vdrmanager/app/src/main/res/drawable/ic_menu_3d_globe.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_menu_3d_globe.png Binary files differindex 6755d5e..6755d5e 100644 --- a/vdrmanager/app/src/main/res/drawable/ic_menu_3d_globe.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_menu_3d_globe.png diff --git a/vdrmanager/app/src/main/res/drawable/ic_menu_back.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_menu_back.png Binary files differindex 91fa3e7..91fa3e7 100644 --- a/vdrmanager/app/src/main/res/drawable/ic_menu_back.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_menu_back.png diff --git a/vdrmanager/app/src/main/res/drawable/ic_menu_filter.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_menu_filter.png Binary files differindex 39472a6..39472a6 100644 --- a/vdrmanager/app/src/main/res/drawable/ic_menu_filter.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_menu_filter.png diff --git a/vdrmanager/app/src/main/res/drawable/ic_menu_forward.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_menu_forward.png Binary files differindex 632e4f6..632e4f6 100644 --- a/vdrmanager/app/src/main/res/drawable/ic_menu_forward.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_menu_forward.png diff --git a/vdrmanager/app/src/main/res/drawable/ic_menu_play_clip.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_menu_play_clip.png Binary files differindex 2d0d2e2..2d0d2e2 100644 --- a/vdrmanager/app/src/main/res/drawable/ic_menu_play_clip.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_menu_play_clip.png diff --git a/vdrmanager/app/src/main/res/drawable/ic_menu_refresh.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_menu_refresh.png Binary files differindex c3551be..c3551be 100644 --- a/vdrmanager/app/src/main/res/drawable/ic_menu_refresh.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_menu_refresh.png diff --git a/vdrmanager/app/src/main/res/drawable/ic_menu_revert.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_menu_revert.png Binary files differindex 2afc8e8..2afc8e8 100644 --- a/vdrmanager/app/src/main/res/drawable/ic_menu_revert.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_menu_revert.png diff --git a/vdrmanager/app/src/main/res/drawable/ic_video_small.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_video_small.png Binary files differindex 67071fc..67071fc 100644 --- a/vdrmanager/app/src/main/res/drawable/ic_video_small.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_video_small.png diff --git a/vdrmanager/app/src/main/res/drawable/ic_volume_small.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_volume_small.png Binary files differindex 2a7ec03..2a7ec03 100644 --- a/vdrmanager/app/src/main/res/drawable/ic_volume_small.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/ic_volume_small.png diff --git a/vdrmanager/app/src/main/res/drawable/icon.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/icon.png Binary files differindex 7197eab..7197eab 100644 --- a/vdrmanager/app/src/main/res/drawable/icon.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/icon.png diff --git a/vdrmanager/app/src/main/res/drawable/imdb.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/imdb.png Binary files differindex e1e0853..e1e0853 100644 --- a/vdrmanager/app/src/main/res/drawable/imdb.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/imdb.png diff --git a/vdrmanager/app/src/main/res/drawable/left.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/left.png Binary files differindex 26522f0..26522f0 100644 --- a/vdrmanager/app/src/main/res/drawable/left.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/left.png diff --git a/vdrmanager/app/src/main/res/drawable/line_gradient.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/line_gradient.xml index f04ecbc..f04ecbc 100644 --- a/vdrmanager/app/src/main/res/drawable/line_gradient.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/line_gradient.xml diff --git a/vdrmanager/app/src/main/res/drawable/newrecording.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/newrecording.png Binary files differindex 28cae46..28cae46 100644 --- a/vdrmanager/app/src/main/res/drawable/newrecording.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/newrecording.png diff --git a/vdrmanager/app/src/main/res/drawable/omdb.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/omdb.png Binary files differindex 870e511..870e511 100644 --- a/vdrmanager/app/src/main/res/drawable/omdb.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/omdb.png diff --git a/vdrmanager/app/src/main/res/drawable/red_button.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/red_button.xml index b034119..b034119 100644 --- a/vdrmanager/app/src/main/res/drawable/red_button.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/red_button.xml diff --git a/vdrmanager/app/src/main/res/drawable/right.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/right.png Binary files differindex f8a518d..f8a518d 100644 --- a/vdrmanager/app/src/main/res/drawable/right.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/right.png diff --git a/vdrmanager/app/src/main/res/drawable/roundedbutton.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/roundedbutton.xml index 26ac40f..26ac40f 100644 --- a/vdrmanager/app/src/main/res/drawable/roundedbutton.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/roundedbutton.xml diff --git a/vdrmanager/app/src/main/res/drawable/sad.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/sad.png Binary files differindex feee3be..feee3be 100644 --- a/vdrmanager/app/src/main/res/drawable/sad.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/sad.png diff --git a/vdrmanager/app/src/main/res/drawable/schere.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/schere.png Binary files differindex 623367e..623367e 100644 --- a/vdrmanager/app/src/main/res/drawable/schere.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/schere.png diff --git a/vdrmanager/app/src/main/res/drawable/timer.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer.png Binary files differindex a3df3c0..a3df3c0 100644 --- a/vdrmanager/app/src/main/res/drawable/timer.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer.png diff --git a/vdrmanager/app/src/main/res/drawable/timer_active.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_active.png Binary files differindex 5bbd402..5bbd402 100644 --- a/vdrmanager/app/src/main/res/drawable/timer_active.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_active.png diff --git a/vdrmanager/app/src/main/res/drawable/timer_active_begin.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_active_begin.png Binary files differindex 98507b2..98507b2 100644 --- a/vdrmanager/app/src/main/res/drawable/timer_active_begin.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_active_begin.png diff --git a/vdrmanager/app/src/main/res/drawable/timer_active_conflict.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_active_conflict.png Binary files differindex 6d31433..6d31433 100644 --- a/vdrmanager/app/src/main/res/drawable/timer_active_conflict.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_active_conflict.png diff --git a/vdrmanager/app/src/main/res/drawable/timer_active_end.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_active_end.png Binary files differindex b77c1f5..b77c1f5 100644 --- a/vdrmanager/app/src/main/res/drawable/timer_active_end.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_active_end.png diff --git a/vdrmanager/app/src/main/res/drawable/timer_inactive.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_inactive.png Binary files differindex 452394d..452394d 100644 --- a/vdrmanager/app/src/main/res/drawable/timer_inactive.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_inactive.png diff --git a/vdrmanager/app/src/main/res/drawable/timer_inactive_begin.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_inactive_begin.png Binary files differindex f12b2e8..f12b2e8 100644 --- a/vdrmanager/app/src/main/res/drawable/timer_inactive_begin.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_inactive_begin.png diff --git a/vdrmanager/app/src/main/res/drawable/timer_inactive_end.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_inactive_end.png Binary files differindex d13d3fc..d13d3fc 100644 --- a/vdrmanager/app/src/main/res/drawable/timer_inactive_end.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_inactive_end.png diff --git a/vdrmanager/app/src/main/res/drawable/timer_none.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_none.png Binary files differindex a81516d..a81516d 100644 --- a/vdrmanager/app/src/main/res/drawable/timer_none.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_none.png diff --git a/vdrmanager/app/src/main/res/drawable/timer_recording.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_recording.png Binary files differindex c28b04c..c28b04c 100644 --- a/vdrmanager/app/src/main/res/drawable/timer_recording.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_recording.png diff --git a/vdrmanager/app/src/main/res/drawable/timer_recording_begin.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_recording_begin.png Binary files differindex 98e3f27..98e3f27 100644 --- a/vdrmanager/app/src/main/res/drawable/timer_recording_begin.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_recording_begin.png diff --git a/vdrmanager/app/src/main/res/drawable/timer_recording_conflict.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_recording_conflict.png Binary files differindex 6dbe3a1..6dbe3a1 100644 --- a/vdrmanager/app/src/main/res/drawable/timer_recording_conflict.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_recording_conflict.png diff --git a/vdrmanager/app/src/main/res/drawable/timer_recording_end.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_recording_end.png Binary files differindex d94b615..d94b615 100644 --- a/vdrmanager/app/src/main/res/drawable/timer_recording_end.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_recording_end.png diff --git a/vdrmanager/app/src/main/res/drawable/timer_vps.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_vps.png Binary files differindex a51a394..a51a394 100644 --- a/vdrmanager/app/src/main/res/drawable/timer_vps.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/timer_vps.png diff --git a/vdrmanager/app/src/main/res/drawable/tmdb.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/tmdb.png Binary files differindex 20e4731..20e4731 100644 --- a/vdrmanager/app/src/main/res/drawable/tmdb.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/tmdb.png diff --git a/vdrmanager/app/src/main/res/drawable/tv.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/tv.png Binary files differindex d233ef0..d233ef0 100644 --- a/vdrmanager/app/src/main/res/drawable/tv.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/tv.png diff --git a/vdrmanager/app/src/main/res/drawable/vdr_logo.png b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/vdr_logo.png Binary files differindex 6d88fa6..6d88fa6 100644 --- a/vdrmanager/app/src/main/res/drawable/vdr_logo.png +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/drawable/vdr_logo.png diff --git a/vdrmanager/app/src/main/res/layout-land/vdrmanager.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout-land/vdrmanager.xml index d158690..d158690 100644 --- a/vdrmanager/app/src/main/res/layout-land/vdrmanager.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout-land/vdrmanager.xml diff --git a/vdrmanager/app/src/main/res/layout/channel_item.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/channel_item.xml index dd09400..dd09400 100644 --- a/vdrmanager/app/src/main/res/layout/channel_item.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/channel_item.xml diff --git a/vdrmanager/app/src/main/res/layout/channel_list.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/channel_list.xml index df2d984..df2d984 100644 --- a/vdrmanager/app/src/main/res/layout/channel_list.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/channel_list.xml diff --git a/vdrmanager/app/src/main/res/layout/channel_list_fragment.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/channel_list_fragment.xml index becf269..becf269 100644 --- a/vdrmanager/app/src/main/res/layout/channel_list_fragment.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/channel_list_fragment.xml diff --git a/vdrmanager/app/src/main/res/layout/child_layout.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/child_layout.xml index 69340a6..69340a6 100644 --- a/vdrmanager/app/src/main/res/layout/child_layout.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/child_layout.xml diff --git a/vdrmanager/app/src/main/res/layout/drawer_list_item.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/drawer_list_item.xml index ab52575..ab52575 100644 --- a/vdrmanager/app/src/main/res/layout/drawer_list_item.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/drawer_list_item.xml diff --git a/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/edit_remote_key.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/edit_remote_key.xml new file mode 100644 index 0000000..2dfe156 --- /dev/null +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/edit_remote_key.xml @@ -0,0 +1,65 @@ +<?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="vertical" + android:padding="5dp"> + + <TextView + android:id="@+id/hitkLabel" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_weight="1" + android:text="@string/label" /> + + + <LinearLayout + android:layout_width="match_parent" + android:layout_height="wrap_content"> + + <EditText + android:id="@+id/hitk" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_weight="1" /> + + <de.androvdr.widget.FontAwesomeButton + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:text="" /> + + </LinearLayout> + + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginTop="10dp" + android:text="@string/hitkcommand" /> + + <Spinner + android:id="@+id/hitkSpinner" + android:layout_width="match_parent" + android:layout_height="wrap_content" /> + + <LinearLayout + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:orientation="horizontal" + android:visibility="gone"> + + <Button + android:id="@+id/button7" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="right" + android:layout_weight="1" + android:text="@android:string/cancel" /> + + <Button + android:id="@+id/button6" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_weight="1" + android:text="@android:string/ok" /> + </LinearLayout> +</LinearLayout> diff --git a/vdrmanager/app/src/main/res/layout/epg_detail.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/epg_detail.xml index 85bc221..85bc221 100644 --- a/vdrmanager/app/src/main/res/layout/epg_detail.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/epg_detail.xml diff --git a/vdrmanager/app/src/main/res/layout/epg_event_item.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/epg_event_item.xml index a8caa6f..a8caa6f 100644 --- a/vdrmanager/app/src/main/res/layout/epg_event_item.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/epg_event_item.xml diff --git a/vdrmanager/app/src/main/res/layout/epg_search.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/epg_search.xml index 4153451..4153451 100644 --- a/vdrmanager/app/src/main/res/layout/epg_search.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/epg_search.xml diff --git a/vdrmanager/app/src/main/res/layout/epg_search_times_item.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/epg_search_times_item.xml index 5680f7e..5680f7e 100644 --- a/vdrmanager/app/src/main/res/layout/epg_search_times_item.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/epg_search_times_item.xml diff --git a/vdrmanager/app/src/main/res/layout/epg_search_times_list.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/epg_search_times_list.xml index f2ab650..f2ab650 100644 --- a/vdrmanager/app/src/main/res/layout/epg_search_times_list.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/epg_search_times_list.xml diff --git a/vdrmanager/app/src/main/res/layout/epgdetails.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/epgdetails.xml index 5e29667..5e29667 100644 --- a/vdrmanager/app/src/main/res/layout/epgdetails.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/epgdetails.xml diff --git a/vdrmanager/app/src/main/res/layout/event_epg_list.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/event_epg_list.xml index 2e835d4..2e835d4 100644 --- a/vdrmanager/app/src/main/res/layout/event_epg_list.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/event_epg_list.xml diff --git a/vdrmanager/app/src/main/res/layout/fetch_preference.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/fetch_preference.xml index d276625..d276625 100644 --- a/vdrmanager/app/src/main/res/layout/fetch_preference.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/fetch_preference.xml diff --git a/vdrmanager/app/src/main/res/layout/folder_item.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/folder_item.xml index 432fa13..432fa13 100644 --- a/vdrmanager/app/src/main/res/layout/folder_item.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/folder_item.xml diff --git a/vdrmanager/app/src/main/res/layout/group_layout.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/group_layout.xml index 48ee690..48ee690 100644 --- a/vdrmanager/app/src/main/res/layout/group_layout.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/group_layout.xml diff --git a/vdrmanager/app/src/main/res/layout/header_item.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/header_item.xml index 0821980..0821980 100644 --- a/vdrmanager/app/src/main/res/layout/header_item.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/header_item.xml diff --git a/vdrmanager/app/src/main/res/layout/left_drawer.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/left_drawer.xml index ad8379a..ad8379a 100644 --- a/vdrmanager/app/src/main/res/layout/left_drawer.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/left_drawer.xml diff --git a/vdrmanager/app/src/main/res/layout/main.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/main.xml index 1d0e21b..1d0e21b 100644 --- a/vdrmanager/app/src/main/res/layout/main.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/main.xml diff --git a/vdrmanager/app/src/main/res/layout/no_connection.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/no_connection.xml index 1a6e5db..1a6e5db 100644 --- a/vdrmanager/app/src/main/res/layout/no_connection.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/no_connection.xml diff --git a/vdrmanager/app/src/main/res/layout/recording_detail.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/recording_detail.xml index 0aa5da7..0aa5da7 100644 --- a/vdrmanager/app/src/main/res/layout/recording_detail.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/recording_detail.xml diff --git a/vdrmanager/app/src/main/res/layout/recording_list.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/recording_list.xml index dd4b100..dd4b100 100644 --- a/vdrmanager/app/src/main/res/layout/recording_list.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/recording_list.xml diff --git a/vdrmanager/app/src/main/res/layout/remote.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/remote.xml index 0fe92ea..b251ca1 100644 --- a/vdrmanager/app/src/main/res/layout/remote.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/remote.xml @@ -1,7 +1,7 @@ <?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:id="@+id/remoteroot" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" @@ -339,4 +339,4 @@ </LinearLayout> -</RelativeLayout>
\ No newline at end of file +</RelativeLayout> diff --git a/vdrmanager/app/src/main/res/layout/search_epg_list.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/search_epg_list.xml index d5cc5af..d5cc5af 100644 --- a/vdrmanager/app/src/main/res/layout/search_epg_list.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/search_epg_list.xml diff --git a/vdrmanager/app/src/main/res/layout/time_epg_list.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/time_epg_list.xml index f42ab32..f42ab32 100644 --- a/vdrmanager/app/src/main/res/layout/time_epg_list.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/time_epg_list.xml diff --git a/vdrmanager/app/src/main/res/layout/timer_detail.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/timer_detail.xml index b74d54e..b74d54e 100644 --- a/vdrmanager/app/src/main/res/layout/timer_detail.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/timer_detail.xml diff --git a/vdrmanager/app/src/main/res/layout/timer_list.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/timer_list.xml index 7a3ed02..7a3ed02 100644 --- a/vdrmanager/app/src/main/res/layout/timer_list.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/timer_list.xml diff --git a/vdrmanager/app/src/main/res/layout/timer_operation_list_item.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/timer_operation_list_item.xml index 16aa849..16aa849 100644 --- a/vdrmanager/app/src/main/res/layout/timer_operation_list_item.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/timer_operation_list_item.xml diff --git a/vdrmanager/app/src/main/res/layout/vdr_list_add_delete.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/vdr_list_add_delete.xml index a8b0e85..a8b0e85 100644 --- a/vdrmanager/app/src/main/res/layout/vdr_list_add_delete.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/vdr_list_add_delete.xml diff --git a/vdrmanager/app/src/main/res/layout/vdrlist.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/vdrlist.xml index d04df91..d04df91 100644 --- a/vdrmanager/app/src/main/res/layout/vdrlist.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/vdrlist.xml diff --git a/vdrmanager/app/src/main/res/layout/vdrmanager.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/vdrmanager.xml index 3959a9e..3959a9e 100644 --- a/vdrmanager/app/src/main/res/layout/vdrmanager.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/vdrmanager.xml diff --git a/vdrmanager/app/src/main/res/layout/vdrmanager_menu_item.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/vdrmanager_menu_item.xml index 1c793d8..1c793d8 100644 --- a/vdrmanager/app/src/main/res/layout/vdrmanager_menu_item.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/vdrmanager_menu_item.xml diff --git a/vdrmanager/app/src/main/res/layout/video.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/video.xml index 595e02a..595e02a 100644 --- a/vdrmanager/app/src/main/res/layout/video.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/video.xml diff --git a/vdrmanager/app/src/main/res/menu/channel_list_group_menu.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/channel_list_group_menu.xml index d3f7b5f..d3f7b5f 100644 --- a/vdrmanager/app/src/main/res/menu/channel_list_group_menu.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/channel_list_group_menu.xml diff --git a/vdrmanager/app/src/main/res/menu/channel_list_item_menu.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/channel_list_item_menu.xml index c2fc9e0..c2fc9e0 100644 --- a/vdrmanager/app/src/main/res/menu/channel_list_item_menu.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/channel_list_item_menu.xml diff --git a/vdrmanager/app/src/main/res/menu/channellist.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/channellist.xml index 4f2695a..4f2695a 100644 --- a/vdrmanager/app/src/main/res/menu/channellist.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/channellist.xml diff --git a/vdrmanager/app/src/main/res/menu/epg_details.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/epg_details.xml index 6ce238a..6ce238a 100644 --- a/vdrmanager/app/src/main/res/menu/epg_details.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/epg_details.xml diff --git a/vdrmanager/app/src/main/res/menu/epg_event_list_menu.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/epg_event_list_menu.xml index 4796a13..4796a13 100644 --- a/vdrmanager/app/src/main/res/menu/epg_event_list_menu.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/epg_event_list_menu.xml diff --git a/vdrmanager/app/src/main/res/menu/epg_list_item_menu.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/epg_list_item_menu.xml index 15dbef8..15dbef8 100644 --- a/vdrmanager/app/src/main/res/menu/epg_list_item_menu.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/epg_list_item_menu.xml diff --git a/vdrmanager/app/src/main/res/menu/epg_list_menu.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/epg_list_menu.xml index 2e1b029..2e1b029 100644 --- a/vdrmanager/app/src/main/res/menu/epg_list_menu.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/epg_list_menu.xml diff --git a/vdrmanager/app/src/main/res/menu/epg_search_menu.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/epg_search_menu.xml index 22a69ee..22a69ee 100644 --- a/vdrmanager/app/src/main/res/menu/epg_search_menu.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/epg_search_menu.xml diff --git a/vdrmanager/app/src/main/res/menu/epg_search_time_item_menu.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/epg_search_time_item_menu.xml index a54abf0..a54abf0 100644 --- a/vdrmanager/app/src/main/res/menu/epg_search_time_item_menu.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/epg_search_time_item_menu.xml diff --git a/vdrmanager/app/src/main/res/menu/main_menu.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/main_menu.xml index f08a1fd..f08a1fd 100644 --- a/vdrmanager/app/src/main/res/menu/main_menu.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/main_menu.xml diff --git a/vdrmanager/app/src/main/res/menu/recording_list_item_menu.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/recording_list_item_menu.xml index 1da52d5..1da52d5 100644 --- a/vdrmanager/app/src/main/res/menu/recording_list_item_menu.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/recording_list_item_menu.xml diff --git a/vdrmanager/app/src/main/res/menu/recording_list_menu.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/recording_list_menu.xml index ddc32e7..ddc32e7 100644 --- a/vdrmanager/app/src/main/res/menu/recording_list_menu.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/recording_list_menu.xml diff --git a/vdrmanager/app/src/main/res/menu/refresh_filter_menu.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/refresh_filter_menu.xml index 0046707..0046707 100644 --- a/vdrmanager/app/src/main/res/menu/refresh_filter_menu.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/refresh_filter_menu.xml diff --git a/vdrmanager/app/src/main/res/menu/refresh_menu.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/refresh_menu.xml index 79626b9..79626b9 100644 --- a/vdrmanager/app/src/main/res/menu/refresh_menu.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/refresh_menu.xml diff --git a/vdrmanager/app/src/main/res/menu/remote_menu.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/remote_menu.xml index a2540d3..a2540d3 100644 --- a/vdrmanager/app/src/main/res/menu/remote_menu.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/remote_menu.xml diff --git a/vdrmanager/app/src/main/res/menu/timer_list_menu.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/timer_list_menu.xml index 3003bea..3003bea 100644 --- a/vdrmanager/app/src/main/res/menu/timer_list_menu.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/timer_list_menu.xml diff --git a/vdrmanager/app/src/main/res/menu/vdrlist.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/vdrlist.xml index 821dc21..821dc21 100644 --- a/vdrmanager/app/src/main/res/menu/vdrlist.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/menu/vdrlist.xml diff --git a/vdrmanager/app/src/main/res/raw/ormlite_config.txt b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/raw/ormlite_config.txt index e69de29..e69de29 100644 --- a/vdrmanager/app/src/main/res/raw/ormlite_config.txt +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/raw/ormlite_config.txt diff --git a/vdrmanager/app/src/main/res/values-de/strings.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-de/strings.xml index 83e4867..3ba27fa 100644 --- a/vdrmanager/app/src/main/res/values-de/strings.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-de/strings.xml @@ -395,85 +395,85 @@ Wie soll verfahren werden?</string> <string name="certificate_accepted_forever">Immer akzeptieren</string> <string name="certificate_not_accepted">Abbruch</string> <!-- EPG Content --> - <string name="Content$Movie__Drama">Film/Drama</string> - <string name="Content$Detective__Thriller">Detektiv/Thriller</string> - <string name="Content$Adventure__Western__War">Abenteuer/Western/Krieg</string> - <string name="Content$Science_Fiction__Fantasy__Horror">Science-Fiction/Fantasy/Horror</string> - <string name="Content$Comedy">Komödie</string> - <string name="Content$Soap__Melodrama__Folkloric">Seife/Melodram/Folklore</string> - <string name="Content$Romance">Romanze</string> - <string name="Content$Serious__Classical__Religious__Historical_Movie__Drama">Ernst/Klassik/Religion/Historischer Film/Drama</string> - <string name="Content$Adult_Movie__Drama">Erwachsenen-Film/Drama</string> - <string name="Content$News__Current_Affairs">Aktuelle Angelegenheiten</string> - <string name="Content$News__Weather_Report">Wetterbericht</string> - <string name="Content$News_Magazine">Nachrichtenmagazin</string> - <string name="Content$Documentary">Dokumentation</string> - <string name="Content$Discussion__Inverview__Debate">Diskussion/Interview/Debatte</string> - <string name="Content$Show__Game_Show">Show/Spielshow</string> - <string name="Content$Game_Show__Quiz__Contest">Spielshow/Quiz/Wettbewerb</string> - <string name="Content$Variety_Show">Variete-Show</string> - <string name="Content$Talk_Show">Talkshow</string> - <string name="Content$Sports">Sport</string> - <string name="Content$Special_Event">Besonderes Ereignis</string> - <string name="Content$Sport_Magazine">Sportmagazin</string> - <string name="Content$Football__Soccer">Football/Fußball</string> - <string name="Content$Tennis__Squash">Tennis/Squash</string> - <string name="Content$Team_Sports">Mannschaftssport</string> - <string name="Content$Athletics">Athletik</string> - <string name="Content$Motor_Sport">Motorsport</string> - <string name="Content$Water_Sport">Wassersport</string> - <string name="Content$Winter_Sports">Wintersport</string> - <string name="Content$Equestrian">Kampfsport</string> - <string name="Content$Martial_Sports">Kampfsport</string> - <string name="Content$Childrens__Youth_Programme">Kinder/Jugendprogramm</string> - <string name="Content$Preschool_Childrens_Programme">Programm für Vorschulkinder</string> - <string name="Content$Entertainment_Programme_for_6_to_14">Unterhaltungsprogramm für 6 bis 14</string> - <string name="Content$Entertainment_Programme_for_10_to_16">Unterhaltungsprogramm für 10 bis 16</string> - <string name="Content$Informational__Educational__School_Programme">Informations/Lehr/Schul-Programm</string> - <string name="Content$Cartoons__Puppets">Zeichentrick/Puppen</string> - <string name="Content$Music__Ballet__Dance">Musik/Ballett/Tanz</string> - <string name="Content$Rock__Pop">Rock/Pop</string> - <string name="Content$Serious__Classical_Music">Ernste/Klassische Musik</string> - <string name="Content$Folk__Tradional_Music">Volks/Traditionelle Musik</string> - <string name="Content$Jazz">Jazz</string> - <string name="Content$Musical__Opera">Musical/Oper</string> - <string name="Content$Ballet">Ballett</string> - <string name="Content$Arts__Culture">Kunst/Kultur</string> - <string name="Content$Performing_Arts">Bildende Künste</string> - <string name="Content$Fine_Arts">Bildende Künste</string> - <string name="Content$Religion">Religion</string> - <string name="Content$Popular_Culture__Traditional_Arts">Pop-Kultur/Traditionelle Künste</string> - <string name="Content$Literature">Literatur</string> - <string name="Content$Film__Cinema">Film/Kino</string> - <string name="Content$Experimental_Film__Video">Experimentalfilm/Video</string> - <string name="Content$Broadcasting__Press">Rundfunk/Presse</string> - <string name="Content$New_Media">Neue Medien</string> - <string name="Content$Arts__Culture_Magazine">Kunst/Kulturmagazin</string> - <string name="Content$Fashion">Mode</string> - <string name="Content$Social__Political__Economics">Gesellschaft/Politik/Wirtschaft</string> - <string name="Content$Magazine__Report__Documentary">Magazin/Bericht/Dokumentation</string> - <string name="Content$Economics__Social_Advisory">Wirtschafts/Gesellschaftsberatung</string> - <string name="Content$Remarkable_People">Bemerkenswerte Leute</string> - <string name="Content$Education__Science__Factual">Ausbildung/Wissenschaft/Sachlich</string> - <string name="Content$Nature__Animals__Environment">Natur/Tiere/Umwelt</string> - <string name="Content$Technology__Natural_Sciences">Technik/Naturwissenschaften</string> - <string name="Content$Medicine__Physiology__Psychology">Medizin/Physiologie/Psychologie</string> - <string name="Content$Foreign_Countries__Expeditions">Ausland/Expeditionen</string> - <string name="Content$Social__Spiritual_Sciences">Sozial/Geisteswissenschaften</string> - <string name="Content$Further_Education">Weiterbildung</string> - <string name="Content$Languages">Sprachen</string> - <string name="Content$Leisure__Hobbies">Freizeit/Hobbies</string> - <string name="Content$Tourism__Travel">Tourismus/Reisen</string> - <string name="Content$Handicraft">Handwerk</string> - <string name="Content$Motoring">Autofahren</string> - <string name="Content$Fitness_and_Health">Fitness & Gesundheit</string> - <string name="Content$Cooking">Kochen</string> - <string name="Content$Advertisement__Shopping">Werbung/Einkaufen</string> - <string name="Content$Gardening">Gartenbau</string> - <string name="Content$Original_Language">Originalsprache</string> - <string name="Content$Black_and_White">Schwarz-weiß</string> - <string name="Content$Unpublished">Unveröffentlicht</string> - <string name="Content$Live_Broadcast">Live Broadcast</string> + <string name="Content_Movie__Drama">Film/Drama</string> + <string name="Content_Detective__Thriller">Detektiv/Thriller</string> + <string name="Content_Adventure__Western__War">Abenteuer/Western/Krieg</string> + <string name="Content_Science_Fiction__Fantasy__Horror">Science-Fiction/Fantasy/Horror</string> + <string name="Content_Comedy">Komödie</string> + <string name="Content_Soap__Melodrama__Folkloric">Seife/Melodram/Folklore</string> + <string name="Content_Romance">Romanze</string> + <string name="Content_Serious__Classical__Religious__Historical_Movie__Drama">Ernst/Klassik/Religion/Historischer Film/Drama</string> + <string name="Content_Adult_Movie__Drama">Erwachsenen-Film/Drama</string> + <string name="Content_News__Current_Affairs">Aktuelle Angelegenheiten</string> + <string name="Content_News__Weather_Report">Wetterbericht</string> + <string name="Content_News_Magazine">Nachrichtenmagazin</string> + <string name="Content_Documentary">Dokumentation</string> + <string name="Content_Discussion__Inverview__Debate">Diskussion/Interview/Debatte</string> + <string name="Content_Show__Game_Show">Show/Spielshow</string> + <string name="Content_Game_Show__Quiz__Contest">Spielshow/Quiz/Wettbewerb</string> + <string name="Content_Variety_Show">Variete-Show</string> + <string name="Content_Talk_Show">Talkshow</string> + <string name="Content_Sports">Sport</string> + <string name="Content_Special_Event">Besonderes Ereignis</string> + <string name="Content_Sport_Magazine">Sportmagazin</string> + <string name="Content_Football__Soccer">Football/Fußball</string> + <string name="Content_Tennis__Squash">Tennis/Squash</string> + <string name="Content_Team_Sports">Mannschaftssport</string> + <string name="Content_Athletics">Athletik</string> + <string name="Content_Motor_Sport">Motorsport</string> + <string name="Content_Water_Sport">Wassersport</string> + <string name="Content_Winter_Sports">Wintersport</string> + <string name="Content_Equestrian">Kampfsport</string> + <string name="Content_Martial_Sports">Kampfsport</string> + <string name="Content_Childrens__Youth_Programme">Kinder/Jugendprogramm</string> + <string name="Content_Preschool_Childrens_Programme">Programm für Vorschulkinder</string> + <string name="Content_Entertainment_Programme_for_6_to_14">Unterhaltungsprogramm für 6 bis 14</string> + <string name="Content_Entertainment_Programme_for_10_to_16">Unterhaltungsprogramm für 10 bis 16</string> + <string name="Content_Informational__Educational__School_Programme">Informations/Lehr/Schul-Programm</string> + <string name="Content_Cartoons__Puppets">Zeichentrick/Puppen</string> + <string name="Content_Music__Ballet__Dance">Musik/Ballett/Tanz</string> + <string name="Content_Rock__Pop">Rock/Pop</string> + <string name="Content_Serious__Classical_Music">Ernste/Klassische Musik</string> + <string name="Content_Folk__Tradional_Music">Volks/Traditionelle Musik</string> + <string name="Content_Jazz">Jazz</string> + <string name="Content_Musical__Opera">Musical/Oper</string> + <string name="Content_Ballet">Ballett</string> + <string name="Content_Arts__Culture">Kunst/Kultur</string> + <string name="Content_Performing_Arts">Bildende Künste</string> + <string name="Content_Fine_Arts">Bildende Künste</string> + <string name="Content_Religion">Religion</string> + <string name="Content_Popular_Culture__Traditional_Arts">Pop-Kultur/Traditionelle Künste</string> + <string name="Content_Literature">Literatur</string> + <string name="Content_Film__Cinema">Film/Kino</string> + <string name="Content_Experimental_Film__Video">Experimentalfilm/Video</string> + <string name="Content_Broadcasting__Press">Rundfunk/Presse</string> + <string name="Content_New_Media">Neue Medien</string> + <string name="Content_Arts__Culture_Magazine">Kunst/Kulturmagazin</string> + <string name="Content_Fashion">Mode</string> + <string name="Content_Social__Political__Economics">Gesellschaft/Politik/Wirtschaft</string> + <string name="Content_Magazine__Report__Documentary">Magazin/Bericht/Dokumentation</string> + <string name="Content_Economics__Social_Advisory">Wirtschafts/Gesellschaftsberatung</string> + <string name="Content_Remarkable_People">Bemerkenswerte Leute</string> + <string name="Content_Education__Science__Factual">Ausbildung/Wissenschaft/Sachlich</string> + <string name="Content_Nature__Animals__Environment">Natur/Tiere/Umwelt</string> + <string name="Content_Technology__Natural_Sciences">Technik/Naturwissenschaften</string> + <string name="Content_Medicine__Physiology__Psychology">Medizin/Physiologie/Psychologie</string> + <string name="Content_Foreign_Countries__Expeditions">Ausland/Expeditionen</string> + <string name="Content_Social__Spiritual_Sciences">Sozial/Geisteswissenschaften</string> + <string name="Content_Further_Education">Weiterbildung</string> + <string name="Content_Languages">Sprachen</string> + <string name="Content_Leisure__Hobbies">Freizeit/Hobbies</string> + <string name="Content_Tourism__Travel">Tourismus/Reisen</string> + <string name="Content_Handicraft">Handwerk</string> + <string name="Content_Motoring">Autofahren</string> + <string name="Content_Fitness_and_Health">Fitness & Gesundheit</string> + <string name="Content_Cooking">Kochen</string> + <string name="Content_Advertisement__Shopping">Werbung/Einkaufen</string> + <string name="Content_Gardening">Gartenbau</string> + <string name="Content_Original_Language">Originalsprache</string> + <string name="Content_Black_and_White">Schwarz-weiß</string> + <string name="Content_Unpublished">Unveröffentlicht</string> + <string name="Content_Live_Broadcast">Live Broadcast</string> <!-- EPG Content END --> <string name="type_to_filter">Tippen um zu filtern</string> <string name="drive_info">Frei %1$s GB von %2$s GB (%3$s%%)</string> diff --git a/vdrmanager/app/src/main/res/values-fr/backup.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-fr/backup.xml index 6878060..6878060 100644 --- a/vdrmanager/app/src/main/res/values-fr/backup.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-fr/backup.xml diff --git a/vdrmanager/app/src/main/res/values-fr/strings.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-fr/strings.xml index 362f233..f7087cb 100644 --- a/vdrmanager/app/src/main/res/values-fr/strings.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-fr/strings.xml @@ -395,85 +395,85 @@ Que voulez-vous faire?</string> <string name="certificate_accepted_forever">Toujours accepter</string> <string name="certificate_not_accepted">Abandonner</string> <!-- EPG Content --> - <string name="Content$Movie__Drama">Film/Dramatique</string> - <string name="Content$Detective__Thriller">Détectives/Polar</string> - <string name="Content$Adventure__Western__War">Aventure/Western/Guerre</string> - <string name="Content$Science_Fiction__Fantasy__Horror">Science Fiction/Fantaisie/Horreur</string> - <string name="Content$Comedy">Comédie</string> - <string name="Content$Soap__Melodrama__Folkloric">Feuilleton/Mélodrame/Folklorique</string> - <string name="Content$Romance">Romance</string> - <string name="Content$Serious__Classical__Religious__Historical_Movie__Drama">Sérieux/Classique/Religieux/Film Historique/Drame</string> - <string name="Content$Adult_Movie__Drama">Film pour adultes/Drame</string> - <string name="Content$News__Current_Affairs">Informations/Actualités</string> - <string name="Content$News__Weather_Report">Informations/Météo</string> - <string name="Content$News_Magazine">Magazine d\'information</string> - <string name="Content$Documentary">Documentaire</string> - <string name="Content$Discussion__Inverview__Debate">Discussion/Interview/Débat</string> - <string name="Content$Show__Game_Show">Spectacle/Jeu Télévisé</string> - <string name="Content$Game_Show__Quiz__Contest">Jeu Télévisé/Quiz/Concours</string> - <string name="Content$Variety_Show">Spectacle de variétés</string> - <string name="Content$Talk_Show">Débat télévisé</string> - <string name="Content$Sports">Sports</string> - <string name="Content$Special_Event">Évènement spécial</string> - <string name="Content$Sport_Magazine">Magazine sportif</string> - <string name="Content$Football__Soccer">Football/Foot</string> - <string name="Content$Tennis__Squash">Tennis/Squash</string> - <string name="Content$Team_Sports">Sports d\'équipe</string> - <string name="Content$Athletics">Sports d\'équipe</string> - <string name="Content$Motor_Sport">Sports mécaniques</string> - <string name="Content$Water_Sport">Sports nautiques</string> - <string name="Content$Winter_Sports">Sports d\'hiver</string> - <string name="Content$Equestrian">Équitation</string> - <string name="Content$Martial_Sports">Sports de combat</string> - <string name="Content$Childrens__Youth_Programme">Enfant/Programme jeunesse</string> - <string name="Content$Preschool_Childrens_Programme">Programme pour les enfants d\'âge préscolaire</string> - <string name="Content$Entertainment_Programme_for_6_to_14">Programme de divertissement pour les 6-14 ans</string> - <string name="Content$Entertainment_Programme_for_10_to_16">Programme de divertissement pour les 10 - 16 ans</string> - <string name="Content$Informational__Educational__School_Programme">Informationnel/Éducatif/Programme Scolaire</string> - <string name="Content$Cartoons__Puppets">Dessins animés/Marionnettes</string> - <string name="Content$Music__Ballet__Dance">Musique/Ballet/Danse</string> - <string name="Content$Rock__Pop">Rock/Pop</string> - <string name="Content$Serious__Classical_Music">Sérieux/Musique Classique</string> - <string name="Content$Folk__Tradional_Music">Folk/Musique Traditionnelle</string> - <string name="Content$Jazz">Jazz</string> - <string name="Content$Musical__Opera">Comédie Musicale/Opéra</string> - <string name="Content$Ballet">Ballet</string> - <string name="Content$Arts__Culture">Arts/Culture</string> - <string name="Content$Performing_Arts">Performances artistiques</string> - <string name="Content$Fine_Arts">Beaux Arts</string> - <string name="Content$Religion">Religion</string> - <string name="Content$Popular_Culture__Traditional_Arts">Culture Populaire/Arts Traditionnels</string> - <string name="Content$Literature">Littérature</string> - <string name="Content$Film__Cinema">Film/Cinéma</string> - <string name="Content$Experimental_Film__Video">Film Expérimental/Vidéo</string> - <string name="Content$Broadcasting__Press">Télédiffusion/Presse</string> - <string name="Content$New_Media">Nouveau Média</string> - <string name="Content$Arts__Culture_Magazine">Arts/Magazine Culturel</string> - <string name="Content$Fashion">Mode</string> - <string name="Content$Social__Political__Economics">Société/Politique/Économie</string> - <string name="Content$Magazine__Report__Documentary">Magazine/Reportage/Documentaire</string> - <string name="Content$Economics__Social_Advisory">Économie/Reportage de Société</string> - <string name="Content$Remarkable_People">Personnalités</string> - <string name="Content$Education__Science__Factual">Éducation/Science/Factuel</string> - <string name="Content$Nature__Animals__Environment">Nature/Animaux/Environnement</string> - <string name="Content$Technology__Natural_Sciences">Technologie/Sciences Naturelles</string> - <string name="Content$Medicine__Physiology__Psychology">Médecine/Physiologie/Psychologie</string> - <string name="Content$Foreign_Countries__Expeditions">Pays Étrangers/Expéditions</string> - <string name="Content$Social__Spiritual_Sciences">Société/Sciences Spirituelles</string> - <string name="Content$Further_Education">Formation Continue</string> - <string name="Content$Languages">Langages</string> - <string name="Content$Leisure__Hobbies">Loisir/Passe temps</string> - <string name="Content$Tourism__Travel">Tourisme/Voyage</string> - <string name="Content$Handicraft">Artisanat</string> - <string name="Content$Motoring">Automobilisme</string> - <string name="Content$Fitness_and_Health">Forme & Santé</string> - <string name="Content$Cooking">Cuisine</string> - <string name="Content$Advertisement__Shopping">Publicité/Téléachat</string> - <string name="Content$Gardening">Jardinage</string> - <string name="Content$Original_Language">Version originale</string> - <string name="Content$Black_and_White">Noir & Blanc</string> - <string name="Content$Unpublished">Inédit</string> - <string name="Content$Live_Broadcast">Live Broadcast</string> + <string name="Content_Movie__Drama">Film/Dramatique</string> + <string name="Content_Detective__Thriller">Détectives/Polar</string> + <string name="Content_Adventure__Western__War">Aventure/Western/Guerre</string> + <string name="Content_Science_Fiction__Fantasy__Horror">Science Fiction/Fantaisie/Horreur</string> + <string name="Content_Comedy">Comédie</string> + <string name="Content_Soap__Melodrama__Folkloric">Feuilleton/Mélodrame/Folklorique</string> + <string name="Content_Romance">Romance</string> + <string name="Content_Serious__Classical__Religious__Historical_Movie__Drama">Sérieux/Classique/Religieux/Film Historique/Drame</string> + <string name="Content_Adult_Movie__Drama">Film pour adultes/Drame</string> + <string name="Content_News__Current_Affairs">Informations/Actualités</string> + <string name="Content_News__Weather_Report">Informations/Météo</string> + <string name="Content_News_Magazine">Magazine d\'information</string> + <string name="Content_Documentary">Documentaire</string> + <string name="Content_Discussion__Inverview__Debate">Discussion/Interview/Débat</string> + <string name="Content_Show__Game_Show">Spectacle/Jeu Télévisé</string> + <string name="Content_Game_Show__Quiz__Contest">Jeu Télévisé/Quiz/Concours</string> + <string name="Content_Variety_Show">Spectacle de variétés</string> + <string name="Content_Talk_Show">Débat télévisé</string> + <string name="Content_Sports">Sports</string> + <string name="Content_Special_Event">Évènement spécial</string> + <string name="Content_Sport_Magazine">Magazine sportif</string> + <string name="Content_Football__Soccer">Football/Foot</string> + <string name="Content_Tennis__Squash">Tennis/Squash</string> + <string name="Content_Team_Sports">Sports d\'équipe</string> + <string name="Content_Athletics">Sports d\'équipe</string> + <string name="Content_Motor_Sport">Sports mécaniques</string> + <string name="Content_Water_Sport">Sports nautiques</string> + <string name="Content_Winter_Sports">Sports d\'hiver</string> + <string name="Content_Equestrian">Équitation</string> + <string name="Content_Martial_Sports">Sports de combat</string> + <string name="Content_Childrens__Youth_Programme">Enfant/Programme jeunesse</string> + <string name="Content_Preschool_Childrens_Programme">Programme pour les enfants d\'âge préscolaire</string> + <string name="Content_Entertainment_Programme_for_6_to_14">Programme de divertissement pour les 6-14 ans</string> + <string name="Content_Entertainment_Programme_for_10_to_16">Programme de divertissement pour les 10 - 16 ans</string> + <string name="Content_Informational__Educational__School_Programme">Informationnel/Éducatif/Programme Scolaire</string> + <string name="Content_Cartoons__Puppets">Dessins animés/Marionnettes</string> + <string name="Content_Music__Ballet__Dance">Musique/Ballet/Danse</string> + <string name="Content_Rock__Pop">Rock/Pop</string> + <string name="Content_Serious__Classical_Music">Sérieux/Musique Classique</string> + <string name="Content_Folk__Tradional_Music">Folk/Musique Traditionnelle</string> + <string name="Content_Jazz">Jazz</string> + <string name="Content_Musical__Opera">Comédie Musicale/Opéra</string> + <string name="Content_Ballet">Ballet</string> + <string name="Content_Arts__Culture">Arts/Culture</string> + <string name="Content_Performing_Arts">Performances artistiques</string> + <string name="Content_Fine_Arts">Beaux Arts</string> + <string name="Content_Religion">Religion</string> + <string name="Content_Popular_Culture__Traditional_Arts">Culture Populaire/Arts Traditionnels</string> + <string name="Content_Literature">Littérature</string> + <string name="Content_Film__Cinema">Film/Cinéma</string> + <string name="Content_Experimental_Film__Video">Film Expérimental/Vidéo</string> + <string name="Content_Broadcasting__Press">Télédiffusion/Presse</string> + <string name="Content_New_Media">Nouveau Média</string> + <string name="Content_Arts__Culture_Magazine">Arts/Magazine Culturel</string> + <string name="Content_Fashion">Mode</string> + <string name="Content_Social__Political__Economics">Société/Politique/Économie</string> + <string name="Content_Magazine__Report__Documentary">Magazine/Reportage/Documentaire</string> + <string name="Content_Economics__Social_Advisory">Économie/Reportage de Société</string> + <string name="Content_Remarkable_People">Personnalités</string> + <string name="Content_Education__Science__Factual">Éducation/Science/Factuel</string> + <string name="Content_Nature__Animals__Environment">Nature/Animaux/Environnement</string> + <string name="Content_Technology__Natural_Sciences">Technologie/Sciences Naturelles</string> + <string name="Content_Medicine__Physiology__Psychology">Médecine/Physiologie/Psychologie</string> + <string name="Content_Foreign_Countries__Expeditions">Pays Étrangers/Expéditions</string> + <string name="Content_Social__Spiritual_Sciences">Société/Sciences Spirituelles</string> + <string name="Content_Further_Education">Formation Continue</string> + <string name="Content_Languages">Langages</string> + <string name="Content_Leisure__Hobbies">Loisir/Passe temps</string> + <string name="Content_Tourism__Travel">Tourisme/Voyage</string> + <string name="Content_Handicraft">Artisanat</string> + <string name="Content_Motoring">Automobilisme</string> + <string name="Content_Fitness_and_Health">Forme & Santé</string> + <string name="Content_Cooking">Cuisine</string> + <string name="Content_Advertisement__Shopping">Publicité/Téléachat</string> + <string name="Content_Gardening">Jardinage</string> + <string name="Content_Original_Language">Version originale</string> + <string name="Content_Black_and_White">Noir & Blanc</string> + <string name="Content_Unpublished">Inédit</string> + <string name="Content_Live_Broadcast">Live Broadcast</string> <!-- EPG Content END --> <string name="type_to_filter">Type de filtre</string> <string name="drive_info">Libre %1$s Go of %2$s Go (%3$s%%)</string> diff --git a/vdrmanager/app/src/main/res/values-fr/timers.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-fr/timers.xml index f789f9a..f789f9a 100644 --- a/vdrmanager/app/src/main/res/values-fr/timers.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-fr/timers.xml diff --git a/vdrmanager/app/src/main/res/values-it/strings.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-it/strings.xml index e3e555a..01575cb 100644 --- a/vdrmanager/app/src/main/res/values-it/strings.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-it/strings.xml @@ -395,85 +395,85 @@ What do you want to do?</string> <string name="certificate_accepted_forever">Accept forever</string> <string name="certificate_not_accepted">Abort</string> <!-- EPG Content --> - <string name="Content$Movie__Drama">Movie/Drama</string> - <string name="Content$Detective__Thriller">Detective/Thriller</string> - <string name="Content$Adventure__Western__War">Adventure/Western/War</string> - <string name="Content$Science_Fiction__Fantasy__Horror">Science Fiction/Fantasy/Horror</string> - <string name="Content$Comedy">Comedy</string> - <string name="Content$Soap__Melodrama__Folkloric">Soap/Melodrama/Folkloric</string> - <string name="Content$Romance">Romance</string> - <string name="Content$Serious__Classical__Religious__Historical_Movie__Drama">Serious/Classical/Religious/Historical Movie/Drama</string> - <string name="Content$Adult_Movie__Drama">Adult Movie/Drama</string> - <string name="Content$News__Current_Affairs">News/Current Affairs</string> - <string name="Content$News__Weather_Report">News/Weather Report</string> - <string name="Content$News_Magazine">News Magazine</string> - <string name="Content$Documentary">Documentary</string> - <string name="Content$Discussion__Inverview__Debate">Discussion/Inverview/Debate</string> - <string name="Content$Show__Game_Show">Show/Game Show</string> - <string name="Content$Game_Show__Quiz__Contest">Game Show/Quiz/Contest</string> - <string name="Content$Variety_Show">Variety Show</string> - <string name="Content$Talk_Show">Talk Show</string> - <string name="Content$Sports">Sports</string> - <string name="Content$Special_Event">Special Event</string> - <string name="Content$Sport_Magazine">Sport Magazine</string> - <string name="Content$Football__Soccer">Football/Soccer</string> - <string name="Content$Tennis__Squash">Tennis/Squash</string> - <string name="Content$Team_Sports">Team Sports</string> - <string name="Content$Athletics">Athletics</string> - <string name="Content$Motor_Sport">Motor Sport</string> - <string name="Content$Water_Sport">Water Sport</string> - <string name="Content$Winter_Sports">Winter Sports</string> - <string name="Content$Equestrian">Equestrian</string> - <string name="Content$Martial_Sports">Martial Sports</string> - <string name="Content$Childrens__Youth_Programme">Children\'s/Youth Programme</string> - <string name="Content$Preschool_Childrens_Programme">Pre-school Children\'s Programme</string> - <string name="Content$Entertainment_Programme_for_6_to_14">Entertainment Programme for 6 to 14</string> - <string name="Content$Entertainment_Programme_for_10_to_16">Entertainment Programme for 10 to 16</string> - <string name="Content$Informational__Educational__School_Programme">Informational/Educational/School Programme</string> - <string name="Content$Cartoons__Puppets">Cartoons/Puppets</string> - <string name="Content$Music__Ballet__Dance">Music/Ballet/Dance</string> - <string name="Content$Rock__Pop">Rock/Pop</string> - <string name="Content$Serious__Classical_Music">Serious/Classical Music</string> - <string name="Content$Folk__Tradional_Music">Folk/Tradional Music</string> - <string name="Content$Jazz">Jazz</string> - <string name="Content$Musical__Opera">Musical/Opera</string> - <string name="Content$Ballet">Ballet</string> - <string name="Content$Arts__Culture">Arts/Culture</string> - <string name="Content$Performing_Arts">Performing Arts</string> - <string name="Content$Fine_Arts">Fine Arts</string> - <string name="Content$Religion">Religion</string> - <string name="Content$Popular_Culture__Traditional_Arts">Popular Culture/Traditional Arts</string> - <string name="Content$Literature">Literature</string> - <string name="Content$Film__Cinema">Film/Cinema</string> - <string name="Content$Experimental_Film__Video">Experimental Film/Video</string> - <string name="Content$Broadcasting__Press">Broadcasting/Press</string> - <string name="Content$New_Media">New Media</string> - <string name="Content$Arts__Culture_Magazine">Arts/Culture Magazine</string> - <string name="Content$Fashion">Fashion</string> - <string name="Content$Social__Political__Economics">Social/Political/Economics</string> - <string name="Content$Magazine__Report__Documentary">Magazine/Report/Documentary</string> - <string name="Content$Economics__Social_Advisory">Economics/Social Advisory</string> - <string name="Content$Remarkable_People">Remarkable People</string> - <string name="Content$Education__Science__Factual">Education/Science/Factual</string> - <string name="Content$Nature__Animals__Environment">Nature/Animals/Environment</string> - <string name="Content$Technology__Natural_Sciences">Technology/Natural Sciences</string> - <string name="Content$Medicine__Physiology__Psychology">Medicine/Physiology/Psychology</string> - <string name="Content$Foreign_Countries__Expeditions">Foreign Countries/Expeditions</string> - <string name="Content$Social__Spiritual_Sciences">Social/Spiritual Sciences</string> - <string name="Content$Further_Education">Further Education</string> - <string name="Content$Languages">Languages</string> - <string name="Content$Leisure__Hobbies">Leisure/Hobbies</string> - <string name="Content$Tourism__Travel">Tourism/Travel</string> - <string name="Content$Handicraft">Handicraft</string> - <string name="Content$Motoring">Motoring</string> - <string name="Content$Fitness_and_Health">Fitness & Health</string> - <string name="Content$Cooking">Cooking</string> - <string name="Content$Advertisement__Shopping">Advertisement/Shopping</string> - <string name="Content$Gardening">Gardening</string> - <string name="Content$Original_Language">Original Language</string> - <string name="Content$Black_and_White">Black & White</string> - <string name="Content$Unpublished">Unpublished</string> - <string name="Content$Live_Broadcast">Live Broadcast</string> + <string name="Content_Movie__Drama">Movie/Drama</string> + <string name="Content_Detective__Thriller">Detective/Thriller</string> + <string name="Content_Adventure__Western__War">Adventure/Western/War</string> + <string name="Content_Science_Fiction__Fantasy__Horror">Science Fiction/Fantasy/Horror</string> + <string name="Content_Comedy">Comedy</string> + <string name="Content_Soap__Melodrama__Folkloric">Soap/Melodrama/Folkloric</string> + <string name="Content_Romance">Romance</string> + <string name="Content_Serious__Classical__Religious__Historical_Movie__Drama">Serious/Classical/Religious/Historical Movie/Drama</string> + <string name="Content_Adult_Movie__Drama">Adult Movie/Drama</string> + <string name="Content_News__Current_Affairs">News/Current Affairs</string> + <string name="Content_News__Weather_Report">News/Weather Report</string> + <string name="Content_News_Magazine">News Magazine</string> + <string name="Content_Documentary">Documentary</string> + <string name="Content_Discussion__Inverview__Debate">Discussion/Inverview/Debate</string> + <string name="Content_Show__Game_Show">Show/Game Show</string> + <string name="Content_Game_Show__Quiz__Contest">Game Show/Quiz/Contest</string> + <string name="Content_Variety_Show">Variety Show</string> + <string name="Content_Talk_Show">Talk Show</string> + <string name="Content_Sports">Sports</string> + <string name="Content_Special_Event">Special Event</string> + <string name="Content_Sport_Magazine">Sport Magazine</string> + <string name="Content_Football__Soccer">Football/Soccer</string> + <string name="Content_Tennis__Squash">Tennis/Squash</string> + <string name="Content_Team_Sports">Team Sports</string> + <string name="Content_Athletics">Athletics</string> + <string name="Content_Motor_Sport">Motor Sport</string> + <string name="Content_Water_Sport">Water Sport</string> + <string name="Content_Winter_Sports">Winter Sports</string> + <string name="Content_Equestrian">Equestrian</string> + <string name="Content_Martial_Sports">Martial Sports</string> + <string name="Content_Childrens__Youth_Programme">Children\'s/Youth Programme</string> + <string name="Content_Preschool_Childrens_Programme">Pre-school Children\'s Programme</string> + <string name="Content_Entertainment_Programme_for_6_to_14">Entertainment Programme for 6 to 14</string> + <string name="Content_Entertainment_Programme_for_10_to_16">Entertainment Programme for 10 to 16</string> + <string name="Content_Informational__Educational__School_Programme">Informational/Educational/School Programme</string> + <string name="Content_Cartoons__Puppets">Cartoons/Puppets</string> + <string name="Content_Music__Ballet__Dance">Music/Ballet/Dance</string> + <string name="Content_Rock__Pop">Rock/Pop</string> + <string name="Content_Serious__Classical_Music">Serious/Classical Music</string> + <string name="Content_Folk__Tradional_Music">Folk/Tradional Music</string> + <string name="Content_Jazz">Jazz</string> + <string name="Content_Musical__Opera">Musical/Opera</string> + <string name="Content_Ballet">Ballet</string> + <string name="Content_Arts__Culture">Arts/Culture</string> + <string name="Content_Performing_Arts">Performing Arts</string> + <string name="Content_Fine_Arts">Fine Arts</string> + <string name="Content_Religion">Religion</string> + <string name="Content_Popular_Culture__Traditional_Arts">Popular Culture/Traditional Arts</string> + <string name="Content_Literature">Literature</string> + <string name="Content_Film__Cinema">Film/Cinema</string> + <string name="Content_Experimental_Film__Video">Experimental Film/Video</string> + <string name="Content_Broadcasting__Press">Broadcasting/Press</string> + <string name="Content_New_Media">New Media</string> + <string name="Content_Arts__Culture_Magazine">Arts/Culture Magazine</string> + <string name="Content_Fashion">Fashion</string> + <string name="Content_Social__Political__Economics">Social/Political/Economics</string> + <string name="Content_Magazine__Report__Documentary">Magazine/Report/Documentary</string> + <string name="Content_Economics__Social_Advisory">Economics/Social Advisory</string> + <string name="Content_Remarkable_People">Remarkable People</string> + <string name="Content_Education__Science__Factual">Education/Science/Factual</string> + <string name="Content_Nature__Animals__Environment">Nature/Animals/Environment</string> + <string name="Content_Technology__Natural_Sciences">Technology/Natural Sciences</string> + <string name="Content_Medicine__Physiology__Psychology">Medicine/Physiology/Psychology</string> + <string name="Content_Foreign_Countries__Expeditions">Foreign Countries/Expeditions</string> + <string name="Content_Social__Spiritual_Sciences">Social/Spiritual Sciences</string> + <string name="Content_Further_Education">Further Education</string> + <string name="Content_Languages">Languages</string> + <string name="Content_Leisure__Hobbies">Leisure/Hobbies</string> + <string name="Content_Tourism__Travel">Tourism/Travel</string> + <string name="Content_Handicraft">Handicraft</string> + <string name="Content_Motoring">Motoring</string> + <string name="Content_Fitness_and_Health">Fitness & Health</string> + <string name="Content_Cooking">Cooking</string> + <string name="Content_Advertisement__Shopping">Advertisement/Shopping</string> + <string name="Content_Gardening">Gardening</string> + <string name="Content_Original_Language">Original Language</string> + <string name="Content_Black_and_White">Black & White</string> + <string name="Content_Unpublished">Unpublished</string> + <string name="Content_Live_Broadcast">Live Broadcast</string> <!-- EPG Content END --> <string name="type_to_filter">type to filter</string> <string name="drive_info">Free %1$s GB of %2$s GB (%3$s%%)</string> diff --git a/vdrmanager/app/src/main/res/values-pl/backup.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-pl/backup.xml index f6afef3..f6afef3 100644 --- a/vdrmanager/app/src/main/res/values-pl/backup.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-pl/backup.xml diff --git a/vdrmanager/app/src/main/res/values-pl/strings.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-pl/strings.xml index b6bad37..a4338a4 100644 --- a/vdrmanager/app/src/main/res/values-pl/strings.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-pl/strings.xml @@ -391,85 +391,85 @@ What do you want to do?</string> <string name="certificate_accepted_forever">Zaakceptuj na zawsze</string> <string name="certificate_not_accepted">Anuluj</string> <!-- EPG Content --> - <string name="Content$Movie__Drama">Film/Dramat</string> - <string name="Content$Detective__Thriller">Thriller</string> - <string name="Content$Adventure__Western__War">Przygodowy/Western/Wojenny</string> - <string name="Content$Science_Fiction__Fantasy__Horror">Science Fiction/Fantastyka/Horror</string> - <string name="Content$Comedy">Komedia</string> - <string name="Content$Soap__Melodrama__Folkloric">Opera mydlana/Melodramat/Folklor</string> - <string name="Content$Romance">Romans</string> - <string name="Content$Serious__Classical__Religious__Historical_Movie__Drama">Serious/Classical/Religious/Historical Movie/Drama</string> - <string name="Content$Adult_Movie__Drama">Adult Movie/Drama</string> - <string name="Content$News__Current_Affairs">News/Current Affairs</string> - <string name="Content$News__Weather_Report">News/Weather Report</string> - <string name="Content$News_Magazine">News Magazine</string> - <string name="Content$Documentary">Dokumentalny</string> - <string name="Content$Discussion__Inverview__Debate">Discussion/Inverview/Debate</string> - <string name="Content$Show__Game_Show">Show/Game Show</string> - <string name="Content$Game_Show__Quiz__Contest">Game Show/Quiz/Contest</string> - <string name="Content$Variety_Show">Variety Show</string> - <string name="Content$Talk_Show">Talk Show</string> - <string name="Content$Sports">Sport</string> - <string name="Content$Special_Event">Wydarzenia specjalne</string> - <string name="Content$Sport_Magazine">Magazyn sportowy</string> - <string name="Content$Football__Soccer">Biłka nożna</string> - <string name="Content$Tennis__Squash">Tenis/Squash</string> - <string name="Content$Team_Sports">Sporty drużynowe</string> - <string name="Content$Athletics">Lekkoatletyka</string> - <string name="Content$Motor_Sport">Sporty motorowe</string> - <string name="Content$Water_Sport">Sporty wodne</string> - <string name="Content$Winter_Sports">Sporty zimowe</string> - <string name="Content$Equestrian">Equestrian</string> - <string name="Content$Martial_Sports">Martial Sports</string> - <string name="Content$Childrens__Youth_Programme">Children\'s/Youth Programme</string> - <string name="Content$Preschool_Childrens_Programme">Pre-school Children\'s Programme</string> - <string name="Content$Entertainment_Programme_for_6_to_14">Entertainment Programme for 6 to 14</string> - <string name="Content$Entertainment_Programme_for_10_to_16">Entertainment Programme for 10 to 16</string> - <string name="Content$Informational__Educational__School_Programme">Informational/Educational/School Programme</string> - <string name="Content$Cartoons__Puppets">Cartoons/Puppets</string> - <string name="Content$Music__Ballet__Dance">Music/Ballet/Dance</string> - <string name="Content$Rock__Pop">Rock/Pop</string> - <string name="Content$Serious__Classical_Music">Serious/Classical Music</string> - <string name="Content$Folk__Tradional_Music">Folk/Tradional Music</string> - <string name="Content$Jazz">Jazz</string> - <string name="Content$Musical__Opera">Musical/Opera</string> - <string name="Content$Ballet">Ballet</string> - <string name="Content$Arts__Culture">Arts/Culture</string> - <string name="Content$Performing_Arts">Performing Arts</string> - <string name="Content$Fine_Arts">Fine Arts</string> - <string name="Content$Religion">Religion</string> - <string name="Content$Popular_Culture__Traditional_Arts">Popular Culture/Traditional Arts</string> - <string name="Content$Literature">Literature</string> - <string name="Content$Film__Cinema">Film/Cinema</string> - <string name="Content$Experimental_Film__Video">Experimental Film/Video</string> - <string name="Content$Broadcasting__Press">Broadcasting/Press</string> - <string name="Content$New_Media">New Media</string> - <string name="Content$Arts__Culture_Magazine">Arts/Culture Magazine</string> - <string name="Content$Fashion">Fashion</string> - <string name="Content$Social__Political__Economics">Social/Political/Economics</string> - <string name="Content$Magazine__Report__Documentary">Magazine/Report/Documentary</string> - <string name="Content$Economics__Social_Advisory">Economics/Social Advisory</string> - <string name="Content$Remarkable_People">Remarkable People</string> - <string name="Content$Education__Science__Factual">Education/Science/Factual</string> - <string name="Content$Nature__Animals__Environment">Nature/Animals/Environment</string> - <string name="Content$Technology__Natural_Sciences">Technology/Natural Sciences</string> - <string name="Content$Medicine__Physiology__Psychology">Medicine/Physiology/Psychology</string> - <string name="Content$Foreign_Countries__Expeditions">Foreign Countries/Expeditions</string> - <string name="Content$Social__Spiritual_Sciences">Social/Spiritual Sciences</string> - <string name="Content$Further_Education">Further Education</string> - <string name="Content$Languages">Languages</string> - <string name="Content$Leisure__Hobbies">Leisure/Hobbies</string> - <string name="Content$Tourism__Travel">Tourism/Travel</string> - <string name="Content$Handicraft">Handicraft</string> - <string name="Content$Motoring">Motoring</string> - <string name="Content$Fitness_and_Health">Fitness & Health</string> - <string name="Content$Cooking">Cooking</string> - <string name="Content$Advertisement__Shopping">Advertisement/Shopping</string> - <string name="Content$Gardening">Gardening</string> - <string name="Content$Original_Language">Original Language</string> - <string name="Content$Black_and_White">Black & White</string> - <string name="Content$Unpublished">Unpublished</string> - <string name="Content$Live_Broadcast">Live Broadcas</string> + <string name="Content_Movie__Drama">Film/Dramat</string> + <string name="Content_Detective__Thriller">Thriller</string> + <string name="Content_Adventure__Western__War">Przygodowy/Western/Wojenny</string> + <string name="Content_Science_Fiction__Fantasy__Horror">Science Fiction/Fantastyka/Horror</string> + <string name="Content_Comedy">Komedia</string> + <string name="Content_Soap__Melodrama__Folkloric">Opera mydlana/Melodramat/Folklor</string> + <string name="Content_Romance">Romans</string> + <string name="Content_Serious__Classical__Religious__Historical_Movie__Drama">Serious/Classical/Religious/Historical Movie/Drama</string> + <string name="Content_Adult_Movie__Drama">Adult Movie/Drama</string> + <string name="Content_News__Current_Affairs">News/Current Affairs</string> + <string name="Content_News__Weather_Report">News/Weather Report</string> + <string name="Content_News_Magazine">News Magazine</string> + <string name="Content_Documentary">Dokumentalny</string> + <string name="Content_Discussion__Inverview__Debate">Discussion/Inverview/Debate</string> + <string name="Content_Show__Game_Show">Show/Game Show</string> + <string name="Content_Game_Show__Quiz__Contest">Game Show/Quiz/Contest</string> + <string name="Content_Variety_Show">Variety Show</string> + <string name="Content_Talk_Show">Talk Show</string> + <string name="Content_Sports">Sport</string> + <string name="Content_Special_Event">Wydarzenia specjalne</string> + <string name="Content_Sport_Magazine">Magazyn sportowy</string> + <string name="Content_Football__Soccer">Biłka nożna</string> + <string name="Content_Tennis__Squash">Tenis/Squash</string> + <string name="Content_Team_Sports">Sporty drużynowe</string> + <string name="Content_Athletics">Lekkoatletyka</string> + <string name="Content_Motor_Sport">Sporty motorowe</string> + <string name="Content_Water_Sport">Sporty wodne</string> + <string name="Content_Winter_Sports">Sporty zimowe</string> + <string name="Content_Equestrian">Equestrian</string> + <string name="Content_Martial_Sports">Martial Sports</string> + <string name="Content_Childrens__Youth_Programme">Children\'s/Youth Programme</string> + <string name="Content_Preschool_Childrens_Programme">Pre-school Children\'s Programme</string> + <string name="Content_Entertainment_Programme_for_6_to_14">Entertainment Programme for 6 to 14</string> + <string name="Content_Entertainment_Programme_for_10_to_16">Entertainment Programme for 10 to 16</string> + <string name="Content_Informational__Educational__School_Programme">Informational/Educational/School Programme</string> + <string name="Content_Cartoons__Puppets">Cartoons/Puppets</string> + <string name="Content_Music__Ballet__Dance">Music/Ballet/Dance</string> + <string name="Content_Rock__Pop">Rock/Pop</string> + <string name="Content_Serious__Classical_Music">Serious/Classical Music</string> + <string name="Content_Folk__Tradional_Music">Folk/Tradional Music</string> + <string name="Content_Jazz">Jazz</string> + <string name="Content_Musical__Opera">Musical/Opera</string> + <string name="Content_Ballet">Ballet</string> + <string name="Content_Arts__Culture">Arts/Culture</string> + <string name="Content_Performing_Arts">Performing Arts</string> + <string name="Content_Fine_Arts">Fine Arts</string> + <string name="Content_Religion">Religion</string> + <string name="Content_Popular_Culture__Traditional_Arts">Popular Culture/Traditional Arts</string> + <string name="Content_Literature">Literature</string> + <string name="Content_Film__Cinema">Film/Cinema</string> + <string name="Content_Experimental_Film__Video">Experimental Film/Video</string> + <string name="Content_Broadcasting__Press">Broadcasting/Press</string> + <string name="Content_New_Media">New Media</string> + <string name="Content_Arts__Culture_Magazine">Arts/Culture Magazine</string> + <string name="Content_Fashion">Fashion</string> + <string name="Content_Social__Political__Economics">Social/Political/Economics</string> + <string name="Content_Magazine__Report__Documentary">Magazine/Report/Documentary</string> + <string name="Content_Economics__Social_Advisory">Economics/Social Advisory</string> + <string name="Content_Remarkable_People">Remarkable People</string> + <string name="Content_Education__Science__Factual">Education/Science/Factual</string> + <string name="Content_Nature__Animals__Environment">Nature/Animals/Environment</string> + <string name="Content_Technology__Natural_Sciences">Technology/Natural Sciences</string> + <string name="Content_Medicine__Physiology__Psychology">Medicine/Physiology/Psychology</string> + <string name="Content_Foreign_Countries__Expeditions">Foreign Countries/Expeditions</string> + <string name="Content_Social__Spiritual_Sciences">Social/Spiritual Sciences</string> + <string name="Content_Further_Education">Further Education</string> + <string name="Content_Languages">Languages</string> + <string name="Content_Leisure__Hobbies">Leisure/Hobbies</string> + <string name="Content_Tourism__Travel">Tourism/Travel</string> + <string name="Content_Handicraft">Handicraft</string> + <string name="Content_Motoring">Motoring</string> + <string name="Content_Fitness_and_Health">Fitness & Health</string> + <string name="Content_Cooking">Cooking</string> + <string name="Content_Advertisement__Shopping">Advertisement/Shopping</string> + <string name="Content_Gardening">Gardening</string> + <string name="Content_Original_Language">Original Language</string> + <string name="Content_Black_and_White">Black & White</string> + <string name="Content_Unpublished">Unpublished</string> + <string name="Content_Live_Broadcast">Live Broadcas</string> <!-- EPG Content END --> <string name="type_to_filter">type to filter</string> <string name="drive_info">Free %1$s GB of %2$s GB (%3$s%%)</string> diff --git a/vdrmanager/app/src/main/res/values-pl/timers.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-pl/timers.xml index 1f25a3a..1f25a3a 100644 --- a/vdrmanager/app/src/main/res/values-pl/timers.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-pl/timers.xml diff --git a/vdrmanager/app/src/main/res/values-uk/strings.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-uk/strings.xml index 56f65ad..46dc34f 100644 --- a/vdrmanager/app/src/main/res/values-uk/strings.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values-uk/strings.xml @@ -393,85 +393,85 @@ What do you want to do?</string> <string name="certificate_accepted_forever">Accept forever</string> <string name="certificate_not_accepted">Abort</string> <!-- EPG Content --> - <string name="Content$Movie__Drama">Movie/Drama</string> - <string name="Content$Detective__Thriller">Detective/Thriller</string> - <string name="Content$Adventure__Western__War">Adventure/Western/War</string> - <string name="Content$Science_Fiction__Fantasy__Horror">Science Fiction/Fantasy/Horror</string> - <string name="Content$Comedy">Comedy</string> - <string name="Content$Soap__Melodrama__Folkloric">Soap/Melodrama/Folkloric</string> - <string name="Content$Romance">Romance</string> - <string name="Content$Serious__Classical__Religious__Historical_Movie__Drama">Serious/Classical/Religious/Historical Movie/Drama</string> - <string name="Content$Adult_Movie__Drama">Adult Movie/Drama</string> - <string name="Content$News__Current_Affairs">News/Current Affairs</string> - <string name="Content$News__Weather_Report">News/Weather Report</string> - <string name="Content$News_Magazine">News Magazine</string> - <string name="Content$Documentary">Documentary</string> - <string name="Content$Discussion__Inverview__Debate">Discussion/Inverview/Debate</string> - <string name="Content$Show__Game_Show">Show/Game Show</string> - <string name="Content$Game_Show__Quiz__Contest">Game Show/Quiz/Contest</string> - <string name="Content$Variety_Show">Вар\'єте</string> - <string name="Content$Talk_Show">Ток-шоу</string> - <string name="Content$Sports">Спорт</string> - <string name="Content$Special_Event">Спеціальна подія</string> - <string name="Content$Sport_Magazine">Спортивний журнал</string> - <string name="Content$Football__Soccer">Футбол</string> - <string name="Content$Tennis__Squash">Теніс/сквош</string> - <string name="Content$Team_Sports">Командні види спорту</string> - <string name="Content$Athletics">Легка атлетика</string> - <string name="Content$Motor_Sport">Автоспорт</string> - <string name="Content$Water_Sport">Водний спорт</string> - <string name="Content$Winter_Sports">Зимові види спорту</string> - <string name="Content$Equestrian">Кінний спорт</string> - <string name="Content$Martial_Sports">Бойові мистецтва</string> - <string name="Content$Childrens__Youth_Programme">Дитяча/молодіжна програма</string> - <string name="Content$Preschool_Childrens_Programme">Програма для дітей дошкільного віку</string> - <string name="Content$Entertainment_Programme_for_6_to_14">Розважальна програма для 6-14 років</string> - <string name="Content$Entertainment_Programme_for_10_to_16">Розважальна програма для 10-16 років</string> - <string name="Content$Informational__Educational__School_Programme">Інформаційна/освітня/шкільна програма</string> - <string name="Content$Cartoons__Puppets">Мультфільми/маріонетки</string> - <string name="Content$Music__Ballet__Dance">Music/Ballet/Dance</string> - <string name="Content$Rock__Pop">Rock/Pop</string> - <string name="Content$Serious__Classical_Music">Serious/Classical Music</string> - <string name="Content$Folk__Tradional_Music">Folk/Tradional Music</string> - <string name="Content$Jazz">Jazz</string> - <string name="Content$Musical__Opera">Musical/Opera</string> - <string name="Content$Ballet">Ballet</string> - <string name="Content$Arts__Culture">Arts/Culture</string> - <string name="Content$Performing_Arts">Performing Arts</string> - <string name="Content$Fine_Arts">Fine Arts</string> - <string name="Content$Religion">Religion</string> - <string name="Content$Popular_Culture__Traditional_Arts">Popular Culture/Traditional Arts</string> - <string name="Content$Literature">Literature</string> - <string name="Content$Film__Cinema">Film/Cinema</string> - <string name="Content$Experimental_Film__Video">Experimental Film/Video</string> - <string name="Content$Broadcasting__Press">Broadcasting/Press</string> - <string name="Content$New_Media">New Media</string> - <string name="Content$Arts__Culture_Magazine">Arts/Culture Magazine</string> - <string name="Content$Fashion">Fashion</string> - <string name="Content$Social__Political__Economics">Social/Political/Economics</string> - <string name="Content$Magazine__Report__Documentary">Magazine/Report/Documentary</string> - <string name="Content$Economics__Social_Advisory">Economics/Social Advisory</string> - <string name="Content$Remarkable_People">Remarkable People</string> - <string name="Content$Education__Science__Factual">Education/Science/Factual</string> - <string name="Content$Nature__Animals__Environment">Nature/Animals/Environment</string> - <string name="Content$Technology__Natural_Sciences">Technology/Natural Sciences</string> - <string name="Content$Medicine__Physiology__Psychology">Medicine/Physiology/Psychology</string> - <string name="Content$Foreign_Countries__Expeditions">Foreign Countries/Expeditions</string> - <string name="Content$Social__Spiritual_Sciences">Social/Spiritual Sciences</string> - <string name="Content$Further_Education">Further Education</string> - <string name="Content$Languages">Languages</string> - <string name="Content$Leisure__Hobbies">Leisure/Hobbies</string> - <string name="Content$Tourism__Travel">Tourism/Travel</string> - <string name="Content$Handicraft">Handicraft</string> - <string name="Content$Motoring">Motoring</string> - <string name="Content$Fitness_and_Health">Fitness & Health</string> - <string name="Content$Cooking">Cooking</string> - <string name="Content$Advertisement__Shopping">Advertisement/Shopping</string> - <string name="Content$Gardening">Gardening</string> - <string name="Content$Original_Language">Original Language</string> - <string name="Content$Black_and_White">Black & White</string> - <string name="Content$Unpublished">Unpublished</string> - <string name="Content$Live_Broadcast">Live Broadcast</string> + <string name="Content_Movie__Drama">Movie/Drama</string> + <string name="Content_Detective__Thriller">Detective/Thriller</string> + <string name="Content_Adventure__Western__War">Adventure/Western/War</string> + <string name="Content_Science_Fiction__Fantasy__Horror">Science Fiction/Fantasy/Horror</string> + <string name="Content_Comedy">Comedy</string> + <string name="Content_Soap__Melodrama__Folkloric">Soap/Melodrama/Folkloric</string> + <string name="Content_Romance">Romance</string> + <string name="Content_Serious__Classical__Religious__Historical_Movie__Drama">Serious/Classical/Religious/Historical Movie/Drama</string> + <string name="Content_Adult_Movie__Drama">Adult Movie/Drama</string> + <string name="Content_News__Current_Affairs">News/Current Affairs</string> + <string name="Content_News__Weather_Report">News/Weather Report</string> + <string name="Content_News_Magazine">News Magazine</string> + <string name="Content_Documentary">Documentary</string> + <string name="Content_Discussion__Inverview__Debate">Discussion/Inverview/Debate</string> + <string name="Content_Show__Game_Show">Show/Game Show</string> + <string name="Content_Game_Show__Quiz__Contest">Game Show/Quiz/Contest</string> + <string name="Content_Variety_Show">Вар\'єте</string> + <string name="Content_Talk_Show">Ток-шоу</string> + <string name="Content_Sports">Спорт</string> + <string name="Content_Special_Event">Спеціальна подія</string> + <string name="Content_Sport_Magazine">Спортивний журнал</string> + <string name="Content_Football__Soccer">Футбол</string> + <string name="Content_Tennis__Squash">Теніс/сквош</string> + <string name="Content_Team_Sports">Командні види спорту</string> + <string name="Content_Athletics">Легка атлетика</string> + <string name="Content_Motor_Sport">Автоспорт</string> + <string name="Content_Water_Sport">Водний спорт</string> + <string name="Content_Winter_Sports">Зимові види спорту</string> + <string name="Content_Equestrian">Кінний спорт</string> + <string name="Content_Martial_Sports">Бойові мистецтва</string> + <string name="Content_Childrens__Youth_Programme">Дитяча/молодіжна програма</string> + <string name="Content_Preschool_Childrens_Programme">Програма для дітей дошкільного віку</string> + <string name="Content_Entertainment_Programme_for_6_to_14">Розважальна програма для 6-14 років</string> + <string name="Content_Entertainment_Programme_for_10_to_16">Розважальна програма для 10-16 років</string> + <string name="Content_Informational__Educational__School_Programme">Інформаційна/освітня/шкільна програма</string> + <string name="Content_Cartoons__Puppets">Мультфільми/маріонетки</string> + <string name="Content_Music__Ballet__Dance">Music/Ballet/Dance</string> + <string name="Content_Rock__Pop">Rock/Pop</string> + <string name="Content_Serious__Classical_Music">Serious/Classical Music</string> + <string name="Content_Folk__Tradional_Music">Folk/Tradional Music</string> + <string name="Content_Jazz">Jazz</string> + <string name="Content_Musical__Opera">Musical/Opera</string> + <string name="Content_Ballet">Ballet</string> + <string name="Content_Arts__Culture">Arts/Culture</string> + <string name="Content_Performing_Arts">Performing Arts</string> + <string name="Content_Fine_Arts">Fine Arts</string> + <string name="Content_Religion">Religion</string> + <string name="Content_Popular_Culture__Traditional_Arts">Popular Culture/Traditional Arts</string> + <string name="Content_Literature">Literature</string> + <string name="Content_Film__Cinema">Film/Cinema</string> + <string name="Content_Experimental_Film__Video">Experimental Film/Video</string> + <string name="Content_Broadcasting__Press">Broadcasting/Press</string> + <string name="Content_New_Media">New Media</string> + <string name="Content_Arts__Culture_Magazine">Arts/Culture Magazine</string> + <string name="Content_Fashion">Fashion</string> + <string name="Content_Social__Political__Economics">Social/Political/Economics</string> + <string name="Content_Magazine__Report__Documentary">Magazine/Report/Documentary</string> + <string name="Content_Economics__Social_Advisory">Economics/Social Advisory</string> + <string name="Content_Remarkable_People">Remarkable People</string> + <string name="Content_Education__Science__Factual">Education/Science/Factual</string> + <string name="Content_Nature__Animals__Environment">Nature/Animals/Environment</string> + <string name="Content_Technology__Natural_Sciences">Technology/Natural Sciences</string> + <string name="Content_Medicine__Physiology__Psychology">Medicine/Physiology/Psychology</string> + <string name="Content_Foreign_Countries__Expeditions">Foreign Countries/Expeditions</string> + <string name="Content_Social__Spiritual_Sciences">Social/Spiritual Sciences</string> + <string name="Content_Further_Education">Further Education</string> + <string name="Content_Languages">Languages</string> + <string name="Content_Leisure__Hobbies">Leisure/Hobbies</string> + <string name="Content_Tourism__Travel">Tourism/Travel</string> + <string name="Content_Handicraft">Handicraft</string> + <string name="Content_Motoring">Motoring</string> + <string name="Content_Fitness_and_Health">Fitness & Health</string> + <string name="Content_Cooking">Cooking</string> + <string name="Content_Advertisement__Shopping">Advertisement/Shopping</string> + <string name="Content_Gardening">Gardening</string> + <string name="Content_Original_Language">Original Language</string> + <string name="Content_Black_and_White">Black & White</string> + <string name="Content_Unpublished">Unpublished</string> + <string name="Content_Live_Broadcast">Live Broadcast</string> <!-- EPG Content END --> <string name="type_to_filter">type to filter</string> <string name="drive_info">Free %1$s GB of %2$s GB (%3$s%%)</string> diff --git a/vdrmanager/app/src/main/res/values/arrays.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/arrays.xml index c0398bd..c0398bd 100644 --- a/vdrmanager/app/src/main/res/values/arrays.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/arrays.xml diff --git a/vdrmanager/app/src/main/res/values/attrs.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/attrs.xml index dbd8d1a..5c07b63 100644 --- a/vdrmanager/app/src/main/res/values/attrs.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/attrs.xml @@ -80,4 +80,7 @@ <attr name="normalStateColor" format="string" /> <attr name="cornerRadius" format="dimension" /> </declare-styleable> + <declare-styleable name="SearchableSpinner"> + <attr name="list" format="reference" /> + </declare-styleable> </resources> diff --git a/vdrmanager/app/src/main/res/values/backup.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/backup.xml index 35c7d97..35c7d97 100644 --- a/vdrmanager/app/src/main/res/values/backup.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/backup.xml diff --git a/vdrmanager/app/src/main/res/values/colors.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/colors.xml index 4a6db26..4a6db26 100644 --- a/vdrmanager/app/src/main/res/values/colors.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/colors.xml diff --git a/vdrmanager/app/src/main/res/values/defaults.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/defaults.xml index d78ad73..d78ad73 100644 --- a/vdrmanager/app/src/main/res/values/defaults.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/defaults.xml diff --git a/vdrmanager/app/src/main/res/values/integers.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/integers.xml index 807a6a9..807a6a9 100644 --- a/vdrmanager/app/src/main/res/values/integers.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/integers.xml diff --git a/vdrmanager/app/src/main/res/values/no_translate.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/no_translate.xml index d416c8b..d416c8b 100644 --- a/vdrmanager/app/src/main/res/values/no_translate.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/no_translate.xml diff --git a/vdrmanager/app/src/main/res/values/preferences_keys.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/preferences_keys.xml index 1512b76..1512b76 100644 --- a/vdrmanager/app/src/main/res/values/preferences_keys.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/preferences_keys.xml diff --git a/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/strings.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/strings.xml new file mode 100644 index 0000000..ec417e0 --- /dev/null +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/strings.xml @@ -0,0 +1,560 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources xmlns:tools="http://schemas.android.com/tools"> + + <string name="action_menu_channels">Channels</string> + <string name="action_menu_timers">Timers</string> + <string name="action_menu_recordings">Recordings</string> + <string name="action_menu_epg">EPG list</string> + <string name="action_menu_search">EPG search</string> + <string name="action_menu_wakeup">Wakeup</string> + <string name="action_menu_remote">Remote</string> + <string name="app_name">VDR-Manager</string> + <string name="channel_item_menu_epg">Show EPG</string> + <string name="channel_item_menu_stream">Live stream</string> + <string name="channel_item_menu_hide">Hide</string> + <string name="channel_item_menu_hide_permanent">Hide permanent</string> + <string name="channel_group_menu_hide">Hide</string> + <string name="channel_group_menu_hide_permanent">Hide permanent</string> + <string name="menu_groupby">Group by</string> + <string name="groupby_group">Group</string> + <string name="groupby_provider">Provider</string> + <string name="groupby_name">Name</string> + <string name="groupby_source">Source</string> + <string name="groupby_channel">By Channel</string> + <string name="groupby_date">By Date</string> + <string name="groupby_name_all_channels_group">All Channels</string> + <string name="groupby_window_title_templte">Group by %1$s</string> + <string name="common_delete">Delete</string> + <string name="prefs_current_value">Current:</string> + <string name="prefs_current_value_template">\nCurrent: %1$s</string> + <string name="prefs_current_value_not_set"><not set></string> + <string name="no_connection">No connection</string> + <string name="aborted">Connection aborted.</string> + <string name="no_connection_retry">Retry</string> + <string name="refresh">Refresh</string> + <string name="done">Done</string> + <string name="share">Share</string> + <string name="addtocal">Add to calendar</string> + <string name="search_reapt">Reruns</string> + <string name="share_chooser">Share EPG Entry</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="no_internet_connection">No data connection</string> + <string name="update_will_start_in">Update will start in one second</string> + <string name="epg_menu_search">Search EPG</string> + <string name="epg_menu_times">Search times</string> + <string name="epg_item_menu_timer_add">Create timer</string> + <string name="epg_item_menu_timer_record">Record</string> + <string name="epg_item_menu_timer_delete">Delete timer</string> + <string name="epg_item_menu_timer_modify">Modify timer</string> + <string name="epg_item_menu_timer_enable">Enable timer</string> + <string name="epg_item_menu_timer_disable">Disable timer</string> + <string name="epg_no_items">Nothing found…</string> + <string name="epg_client_errors">An error occurred, check logs…</string> + <string name="navigae_at_the_end">End</string> + <string name="navigae_at_the_start">Beginning</string> + <string name="epg_search_times_add">Add time</string> + <string name="epg_search_times_window">Custom times</string> + + <!-- What's on display --> + <string name="epg_list_time_label">What\'s on at</string> + <string name="epg_list_time_now">Now</string> + <string name="epg_list_time_next">Next</string> + <string name="epg_list_time_adhoc">Ad Hoc</string> + <string name="epg_list_channel_spinner">Channel</string> + <string name="epg_list_search_label">Search results</string> + + <!-- create timer --> + <string name="epg_event_share_text">Share</string> + <string name="epg_event_imdb_text">IMDb Search</string> + <string name="epg_event_omdb_text">OMDB Search</string> + <string name="epg_event_tmdb_text">TMDb Search</string> + <string name="epg_eent_livetv_text">Stream</string> + <string name="epg_event_create_timer_text">Add timer</string> + <string name="epg_event_modify_timer_text">Modify timer</string> + + <!-- search --> + <string name="epg_search_button">Search</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_of_a_channel">%1$s, %2$s/%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="search_epg_hint">Search EPG</string> + <string name="epg_search_settings_description">Search VDR EPG</string> + <string name="epg_window_title_count">%1$s, %2$s items</string> + <string name="channels_window_title_count">%1$s, %2$s/%3$s</string> + <string name="new_timer">New timer</string> + <string name="vdr_error_text">The communication with VDR has caused an error: %1$s</string> + <string name="livetv">Live TV</string> + <string name="settings_livetv_summary">Needs streamdev-server on VDR and an external + player such as VPlayer + </string> + <string name="settings_livetv_streamformat">Streamformat</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-array name="livetv_streamformat"> + <item>TS</item> + <item>PES</item> + <item>ES</item> + <item>PS</item> + </string-array> + + <string name="key_remux_enable">remux_enable</string> + <string name="key_remux_command">remux_command</string> + <string name="key_remux_parameter">remux_parameter</string> + <string name="stream_via_as">Stream</string> + <string name="stream_choose_audio">Choose Audio Track</string> + <string name="stream_via">via %s</string> + <string name="stream_as">as %s</string> + <string name="remux_title">Remux</string> + <string name="remux_enable_title">Enable Remux</string> + <string name="remux_enable_summary">Enable streaming via remux (e.g. externremux.sh)</string> + <string name="remux_command_title">Command</string> + <string name="remux_command_summary">Typically EXT or Extern e.g. http://vdr:3000/EXT/1</string> + <string name="remux_parameter_title">Parameter</string> + <string name="remux_parameter_summary">Control Streaming quality. E.g. http://vdr:3000/EXT;DSL1000/1</string> + <string name="main_menu_preferences">Preferences</string> + <string name="main_menu_info">Info</string> + <string name="main_menu_exit">Exit</string> + <string name="main_menu_goto">Switch Device</string> + <string name="main_menu_goto_title">Switch to…</string> + <string name="main_menu_goto_no_vdr">Can not load selected device :(</string> + <string name="main_menu_switched_to">Switched to %1$s</string> + <string name="vdr_devices_summary">Define one or more VDR Devices.</string> + <string name="vdr_devices">VDR Devices</string> + + <!-- VDR plugin preferences --> + <string name="vdr_preferences">Network settings</string> + <string name="vdr_host_title">VDR host</string> + <string name="vdr_host_summary">Host running VDR</string> + <string name="vdr_port_title">VDR plugin port</string> + <string name="vdr_port_summary">Port for connections to VDR plugin</string> + <string name="vdr_password_title">VDR plugin password</string> + <string name="vdr_password_summary">Password for the VDR plugin</string> + <string name="vdr_ssl_title">Secure connect</string> + <string name="vdr_ssl_summary">Use SSL for connections</string> + + <!-- channel filter preferences --> + <string name="channel_filter_preferences">Channel settings</string> + <string name="channel_filter_filter_title">Limit channels</string> + <string name="channel_filter_filter_summary">Use only given channels</string> + <string name="channel_filter_last_title">Channel filter</string> + <string name="channel_filter_last_summary">Comma separated channelnumbers or ranges (separator \'-\'). A.e. 1,2,4-10 + </string> + + <!-- wakeup --> + <string name="wakeup_preferences">Remote VDR host wakeup</string> + <string name="wakeup_enabled_title">Can remote wakeup VDR</string> + <string name="wakeup_enabled_summary">Enables to remote wakeup the VDR host</string> + <string name="wakeup_url_title">URL for remote wakeup</string> + <string name="wakeup_url_summary">URL for a request doing the wakeup</string> + <string name="wakeup_user_title">Wakeup user</string> + <string name="wakeup_user_summary">User for remote wakeup</string> + <string name="wakeup_password_title">Wakeup password</string> + <string name="wakeup_password_summary">Password for remote wakeup</string> + <string name="wakeup_method_title">Wakeup method</string> + <string name="wakeup_method_summary">Choose a method to wakeup the vdr host</string> + + <string-array name="wakeup_methods"> + <item>Call a URL</item> + <item>WOL</item> + </string-array> + + <string name="wakeup_wol_custom_boradcast_title">Destination IP address</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_mac_title">MAC-Address</string> + <string name="wakeup_wol_mac_summary">MAC-Address of the VDR host. Use \':\' or \'-\' or a space as separator.</string> + + <!-- timer --> + <string name="timer_preferences">Timer defaults</string> + <string name="timer_pre_start_buffer_title">Margin at start</string> + <string name="timer_pre_start_buffer_summary">Minutes recording starts before the beginning of + the broadcast + </string> + <string name="timer_post_end_buffer_title">Margin at stop</string> + <string name="timer_post_end_buffer_summary">Minutes recording stops after the end of the + broadcast + </string> + <string name="timer_default_priority_title">Default priority</string> + <string name="timer_default_priority_summary">Default priority</string> + <string name="timer_default_primary_limit_title">Default primary limit</string> + <string name="timer_default_primary_limit_summary">Default primary limit</string> + <string name="timer_default_lifetime_title">Default lifetime</string> + <string name="timer_default_lifetime_summary">Default lifetime</string> + <string name="timer_already_exists">Timer already defined.</string> + <string name="timer_created">Timer created</string> + + + <!-- GUI --> + <string name="gui_preferences">GUI Settings</string> + <string name="gui_enable_24h_format_title">Use 24-hour format</string> + <string name="gui_enable_24h_format_summary_on">13:00</string> + <string name="gui_enable_24h_format_summary_off">1:00 PM</string> + <string name="gui_channels_show_channel_numbers_title">Show channel numbers</string> + <string name="gui_channels_show_channel_numbers_summary">Show channel numbers in the channel list.</string> + <string name="gui_quit_on_back_title">Quit on back button</string> + <string name="gui_quit_on_back_summary_on">Back button quits the VDR-Manager</string> + <string name="gui_quit_on_back_summary_off">Back button does not quit VDR-Manager</string> + <string name="qui_show_imdb_button_title">Show IMDb Button</string> + <string name="qui_show_imdb_button_summary_on">IMDb Button is shown</string> + <string name="qui_show_imdb_button_summary_off">IMDb Button is not shown</string> + <string name="qui_imdb_url_title">IMDb Site</string> + <string name="qui_imdb_url_summary">Which IMDb site to search.</string> + <string name="qui_show_omdb_button_title">Show OMDB Button</string> + <string name="qui_show_omdb_button_summary_on">OMDB Button is shown</string> + <string name="qui_show_omdb_button_summary_off">OMDB Button is not shown</string> + <string name="qui_show_tmdb_button_title">Show TMDb Button</string> + <string name="qui_show_tmdb_button_summary_on">TMDb Button is shown</string> + <string name="qui_show_tmdb_button_summary_off">TMDb Button is not shown</string> + <string name="gui_custom_locale_title">Custom language</string> + <string name="gui_custom_locale_sum">Set a custom language.</string> + + <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>Default language</item> --> + <item>English</item> + <item>German</item> + <item>French</item> + <item>Italian</item> + <item>Polish</item> + <item>Ukrainian</item> + </string-array> + <string-array name="remux_entries"> + <item>EXT</item> + <item>EXTERN (deprecated)</item> + </string-array> + + <string name="vdr_advanced_preferences">Advanced</string> + <string name="vdr_advanced_preferences_summary">Advanced settings</string> + <string name="vdr_conntimeout_title">Connection Timeout</string> + <string name="vdr_conntimeout_sum">How long (in seconds) to wait before the connection is established?</string> + <string name="vdr_readtimeout_title">Read Timeout</string> + <string name="vdr_readtimeout_sum">How long (in seconds) to wait for every read line operation?</string> + <string name="vdr_timeout_title">Total timeout</string> + <string name="vdr_timeout_sum">How long (in seconds) to wait for a whole I/O operation, before it gets aborted? + </string> + <string name="streaming_password_title">Streamdev password</string> + <string name="streaming_password_sum">Set your streamdev server password. (a.e. -a \'username:password\')</string> + <string name="streaming_username_title">Streamdev username</string> + <string name="streaming_username_sum">Set your streamdev server username. (a.e. -a \'username:password\')</string> + <string name="vdr_encoding_title">Character encoding</string> + <string name="vdr_encoding_summary">Character encoding of your VDR device. Default is utf-8.</string> + <string name="new_vdr">New VDR</string> + <string name="no_vdr">No VDR Devices</string> + <string name="vdr_devices_category">VDR devices</string> + <string name="vdr_prefs_category">Device</string> + <string name="vdr_name_title">Name</string> + <string name="vdr_name_summary">A name for this device</string> + <string name="vdr_device_delete_qeustion">Delete this device?</string> + <string name="recstream">Streaming of recordings</string> + <string name="recstream_enable_title">Streaming of recordings</string> + <string name="recstream_enable_summary">Enable Streaming of recordings</string> + + <string-array name="recstream_entries"> + <item>live plugin</item> + <item>streamdev plugin</item> + <item>smarttvweb plugin</item> + </string-array> + + + <string-array name="recstream_smarttvweb_entries"> + <item>Progressive</item> + <item>MPEG-DASH</item> + <item>Apple HLS</item> + </string-array> + + <string name="recstream_method_title">Streaming method</string> + <string name="recstream_method_summary">Currently Streaming over VDR live and or streamdev plugin is supported</string> + <string name="settings_live_port">VDR live plugin port</string> + <string name="settings_live_port_summary">VDR live plugin has default port 8008.</string> + + <!-- progress --> + <string name="progress_connect">Connecting…</string> + <string name="progress_connect_error">Connection failed!</string> + <string name="progress_connect_timeout">Connection timeout!</string> + <string name="progress_login">Login.</string> + <string name="progress_login_error">Login failed.</string> + <string name="progress_whatson_loading">Loading EPG…</string> + <string name="progress_timers_loading">Loading timers…</string> + <string name="progress_recordings_loading">Loading recordings…</string> + <string name="progress_switching">Switching…</string> + <string name="progress_channels_loading">Loading channels…</string> + <string name="progress_loading">Loading…</string> + <string name="progress_disconnect">Disconnecting…</string> + <string name="progress_wakeup_sending">Initiating wakeup request…</string> + <string name="progress_wakeup_sent">Wakeup request sent</string> + <string name="progress_wakeup_error">Error sending wakeup request: %1$s</string> + <string name="progress_timer_save">Saving timer…</string> + <string name="progress_timer_delete">Deleting timer…</string> + <string name="progress_recording_delete">Deleting recording…</string> + <string name="progress_timer_enable">Enabling timer…</string> + <string name="progress_timer_modify">Updating timer…</string> + <string name="progress_timer_disable">Disabling timer…</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_cache_hit">Loaded from cache.</string> + <string name="recording_item_menu_delete">Delete</string> + <string name="recording_item_menu_stream">Stream</string> + <string name="recent_channels">Recent channels</string> + <string name="recent_channels_no_history">No history…</string> + <string name="gui_max_recent_channels_title">Max. recent channels</string> + <string name="gui_max_recent_channels_summary">How many channels should be kept in the recent channels?</string> + <string name="timer_detail_day_title">Day</string> + + <!-- + Repeat options that appear under an alarm on main Alarm Clock + screen to identify repetition schedule: special case for when + the alarm is set to repeat every day + --> + <string name="every_day">Every day</string> + + <!-- + Repeat options that appear under an alarm on main Alarm Clock + screen to identify repetition schedule: special case for when + the alarm is set to never repeat + --> + <string name="never">Never</string> + + <!-- + Repeat options that appear under an alarm on main Alarm Clock + screen to identify repetition schedule: concatenate days with + this character, i.e. "Mon, Tue, Wed" + --> + <string name="day_concat">", "</string> + <string name="timer_detail_repeat_title">Repeat</string> + <string name="timer_detail_use_vps">Use VPS:</string> + <string name="timer_detail_priority">Priority:</string> + <string name="timer_detail_lifetime">Lifetime:</string> + <string name="timer_detail_lifetime_hint">e.g. 99</string> + <string name="timer_detail_priority_hint">e.g. 50</string> + <string name="timer_detail_title_vps">%1$s (VPS)</string> + <string name="channel_item_menu_switch">Switch to</string> + <string name="switching_success">Switched to %s</string> + <string name="switching_failed">Switching to %1$s failed: %2$s</string> + <string name="switch_to_channel">Switch to</string> + <string name="sort">Sort</string> + <string name="sortby">Sort by</string> + <string name="sortby_time">Time</string> + <string name="sortby_channel">Channel</string> + <string name="sortby_alphabet">Alphabet</string> + <string name="sortby_channellist">Chanellist</string> + <string name="main_menu_clear_search">Clear Search History</string> + <string name="vdr_host_not_defined">VDR host not defined</string> + <string name="processing">Processing…</string> + + <string-array name="recent_channels_order_entries"> + <item>Mostly used</item> + <item>Last used</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="epg_sort_by_channels_alpha"> + <item>Channels</item> + <item>Alphabet</item> + </string-array> + <string-array name="recordings_group_by"> + <item>By Time</item> + <item>By Alphabet</item> + </string-array> + + <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-array name="channels_group_by"> + <item>Group</item> + <item>Provider</item> + <item>Source</item> + <item>Name</item> + </string-array> + <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 name="filter">Filter</string> + <string name="audio_tracks_template">Audio Tracks: %1$s</string> + <string name="audio_track_dolby">D</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> + <string name="zone_list_menu_sort_alphabetically">Sort alphabetically</string> + <string name="zone_list_menu_sort_by_timezone">Sort by time zone</string> + <string name="probing">Probing %1$s …</string> + <string name="no_results">No results…</string> + <string name="recording_started">Recording started</string> + <string name="set_time">Set time</string> + <!-- … --> + + + <!-- SSL related messages --> + + <string name="certificate_problem_message_title">Certificate warning</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_accept_once">Accept once</string> + <string name="certificate_accepted_forever">Accept forever</string> + <string name="certificate_not_accepted">Abort</string> + + <!-- EPG Content --> + <string name="Content_Movie__Drama">Movie/Drama</string> + <string name="Content_Detective__Thriller">Detective/Thriller</string> + <string name="Content_Adventure__Western__War">Adventure/Western/War</string> + <string name="Content_Science_Fiction__Fantasy__Horror">Science Fiction/Fantasy/Horror</string> + <string name="Content_Comedy">Comedy</string> + <string name="Content_Soap__Melodrama__Folkloric">Soap/Melodrama/Folkloric</string> + <string name="Content_Romance">Romance</string> + <string name="Content_Serious__Classical__Religious__Historical_Movie__Drama">Serious/Classical/Religious/Historical + Movie/Drama + </string> + <string name="Content_Adult_Movie__Drama">Adult Movie/Drama</string> + <string name="Content_News__Current_Affairs">News/Current Affairs</string> + <string name="Content_News__Weather_Report">News/Weather Report</string> + <string name="Content_News_Magazine">News Magazine</string> + <string name="Content_Documentary">Documentary</string> + <string name="Content_Discussion__Inverview__Debate">Discussion/Inverview/Debate</string> + <string name="Content_Show__Game_Show">Show/Game Show</string> + <string name="Content_Game_Show__Quiz__Contest">Game Show/Quiz/Contest</string> + <string name="Content_Variety_Show">Variety Show</string> + <string name="Content_Talk_Show">Talk Show</string> + <string name="Content_Sports">Sports</string> + <string name="Content_Special_Event">Special Event</string> + <string name="Content_Sport_Magazine">Sport Magazine</string> + <string name="Content_Football__Soccer">Football/Soccer</string> + <string name="Content_Tennis__Squash">Tennis/Squash</string> + <string name="Content_Team_Sports">Team Sports</string> + <string name="Content_Athletics">Athletics</string> + <string name="Content_Motor_Sport">Motor Sport</string> + <string name="Content_Water_Sport">Water Sport</string> + <string name="Content_Winter_Sports">Winter Sports</string> + <string name="Content_Equestrian">Equestrian</string> + <string name="Content_Martial_Sports">Martial Sports</string> + <string name="Content_Childrens__Youth_Programme">Children\'s/Youth Programme</string> + <string name="Content_Preschool_Childrens_Programme">Pre-school Children\'s Programme</string> + <string name="Content_Entertainment_Programme_for_6_to_14">Entertainment Programme for 6 to 14</string> + <string name="Content_Entertainment_Programme_for_10_to_16">Entertainment Programme for 10 to 16</string> + <string name="Content_Informational__Educational__School_Programme">Informational/Educational/School Programme</string> + <string name="Content_Cartoons__Puppets">Cartoons/Puppets</string> + <string name="Content_Music__Ballet__Dance">Music/Ballet/Dance</string> + <string name="Content_Rock__Pop">Rock/Pop</string> + <string name="Content_Serious__Classical_Music">Serious/Classical Music</string> + <string name="Content_Folk__Tradional_Music">Folk/Tradional Music</string> + <string name="Content_Jazz">Jazz</string> + <string name="Content_Musical__Opera">Musical/Opera</string> + <string name="Content_Ballet">Ballet</string> + <string name="Content_Arts__Culture">Arts/Culture</string> + <string name="Content_Performing_Arts">Performing Arts</string> + <string name="Content_Fine_Arts">Fine Arts</string> + <string name="Content_Religion">Religion</string> + <string name="Content_Popular_Culture__Traditional_Arts">Popular Culture/Traditional Arts</string> + <string name="Content_Literature">Literature</string> + <string name="Content_Film__Cinema">Film/Cinema</string> + <string name="Content_Experimental_Film__Video">Experimental Film/Video</string> + <string name="Content_Broadcasting__Press">Broadcasting/Press</string> + <string name="Content_New_Media">New Media</string> + <string name="Content_Arts__Culture_Magazine">Arts/Culture Magazine</string> + <string name="Content_Fashion">Fashion</string> + <string name="Content_Social__Political__Economics">Social/Political/Economics</string> + <string name="Content_Magazine__Report__Documentary">Magazine/Report/Documentary</string> + <string name="Content_Economics__Social_Advisory">Economics/Social Advisory</string> + <string name="Content_Remarkable_People">Remarkable People</string> + <string name="Content_Education__Science__Factual">Education/Science/Factual</string> + <string name="Content_Nature__Animals__Environment">Nature/Animals/Environment</string> + <string name="Content_Technology__Natural_Sciences">Technology/Natural Sciences</string> + <string name="Content_Medicine__Physiology__Psychology">Medicine/Physiology/Psychology</string> + <string name="Content_Foreign_Countries__Expeditions">Foreign Countries/Expeditions</string> + <string name="Content_Social__Spiritual_Sciences">Social/Spiritual Sciences</string> + <string name="Content_Further_Education">Further Education</string> + <string name="Content_Languages">Languages</string> + <string name="Content_Leisure__Hobbies">Leisure/Hobbies</string> + <string name="Content_Tourism__Travel">Tourism/Travel</string> + <string name="Content_Handicraft">Handicraft</string> + <string name="Content_Motoring">Motoring</string> + <string name="Content_Fitness_and_Health">Fitness & Health</string> + <string name="Content_Cooking">Cooking</string> + <string name="Content_Advertisement__Shopping">Advertisement/Shopping</string> + <string name="Content_Gardening">Gardening</string> + <string name="Content_Original_Language">Original Language</string> + <string name="Content_Black_and_White">Black & White</string> + <string name="Content_Unpublished">Unpublished</string> + <string name="Content_Live_Broadcast">Live Broadcast</string> + <string name="Content_Unknown"></string> + <!-- EPG Content END --> + <string name="type_to_filter">type to filter</string> + <string name="drive_info">Free %1$s GB of %2$s GB (%3$s%%)</string> + <string name="drive_img">Drive</string> + <string name="sad_img">Sad</string> + <string name="search">Search</string> + <string name="clear_term_after_search_title">Clear Term after Search</string> + <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="drawer_open">Open navigation drawer</string> + <string name="drawer_close">Close navigation drawer</string> + <string name="action_websearch">Web search</string> + <string name="settings_smarttvweb_port_summary">VDR smarttvweb plugin has default port 8000</string> + <string name="settings_smarttvweb_port">Smarttvweb port</string> + <string name="recstream_smarttvweb_method_title">Smarttvweb Stream Type</string> + <string name="recstream_smarttvweb_method_summary">Supported methods: \'Progressive\', \'MPEG-DASH \/ OIPF HAS\', + \'Apple HLS\' + </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="svdrp_port_title">SVDRP Port</string> + <string name="svdrp_port_summary">Default is 6419</string> + <string name="label">Label</string> + <string name="hitkcommand">HITK Command</string> + <string name="menu_reset">Reset</string> + <string name="menu_exprt">Export</string> + <string name="export_custom_key_mapping">Export Custom Key Mapping</string> + <string name="menu_imprt">Import</string> + <string name="menu_remapback">\'Back\' is \'Back\' HITK</string> + <string name="remapback_hint">Longpress on Back Button to leave the remote.</string> + <string name="not_yet_implemented">Not Yet Implemented</string> + <string name="timer_error">Can not create timer: %1$s</string> +</resources> diff --git a/vdrmanager/app/src/main/res/values/styles.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/styles.xml index 35644d4..8ab89d1 100644 --- a/vdrmanager/app/src/main/res/values/styles.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/styles.xml @@ -81,7 +81,7 @@ <item name="android:background">@drawable/line_gradient</item> </style> - <style name="AppTheme" parent="@style/Theme.AppCompat" /> + <style name="AppTheme" parent="@style/Base.Theme.AppCompat" /> <style name="cursorButton"> <item name="android:layout_width">70dp</item> @@ -100,4 +100,4 @@ </style> -</resources>
\ No newline at end of file +</resources> diff --git a/vdrmanager/app/src/main/res/values/timers.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/timers.xml index b091acd..b091acd 100644 --- a/vdrmanager/app/src/main/res/values/timers.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/values/timers.xml diff --git a/vdrmanager/app/src/main/res/xml/backup_settings.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/xml/backup_settings.xml index dfe91c6..dfe91c6 100644 --- a/vdrmanager/app/src/main/res/xml/backup_settings.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/xml/backup_settings.xml diff --git a/vdrmanager/app/src/main/res/xml/preferences.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/xml/preferences.xml index ec5aff6..ec5aff6 100644 --- a/vdrmanager/app/src/main/res/xml/preferences.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/xml/preferences.xml diff --git a/vdrmanager/app/src/main/res/xml/searchable.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/xml/searchable.xml index 05f7087..05f7087 100644 --- a/vdrmanager/app/src/main/res/xml/searchable.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/xml/searchable.xml diff --git a/vdrmanager/app/src/main/res/xml/timezones.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/xml/timezones.xml index a66faf8..a66faf8 100644 --- a/vdrmanager/app/src/main/res/xml/timezones.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/xml/timezones.xml diff --git a/vdrmanager/app/src/main/res/xml/vdr_prefs.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/xml/vdr_prefs.xml index 5c6e8b1..5c6e8b1 100644 --- a/vdrmanager/app/src/main/res/xml/vdr_prefs.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/xml/vdr_prefs.xml diff --git a/vdrmanager/settings.gradle b/vdrmanager/settings.gradle index e7b4def..bdc7686 100644 --- a/vdrmanager/settings.gradle +++ b/vdrmanager/settings.gradle @@ -1 +1 @@ -include ':app' +include ':de.bjusystems.vdrmanager' |