Kore/app/src/main/res/layout
Mon Zafra 6e347b6b36 Materialized dialogs and preferences (#330)
* Changed platform AlertDialogs and preference.* to support lib counterparts
- added dependencies: support/preference-v7 for PreferenceFragmentCompat
  and Preference subclasses, support/preference-v14 for the
  MultiSelectListPreference
- simplified some AlertDialog.Builder calls and added non-null annotations
  to DialogFragment#onCreateDialog(Bundle) overrides to shut the IDE up
- UIUtils: changed static member avatarColorsIdx to local var because it's
  only used in one place and the value isn't cached
- layout/dialog_send_text: removed view vertical margins as they take
  way too much space for nothing.
- strings: shortened english preference titles
- themes: added PrefTheme and changed preference title font size to medium
  from large
- preferences: changed CheckBoxPreference to SwitchPreferenceCompat. these
  don't have the same issue described in #233 (tested in kitkat).

* Changed platform PreferenceManager in RemoteActivity to support pref

* Fixed M permissions

* Split prefs into 2 groups as per material design guidelines

* Changed prefs theme to v14.material

* Moved container padding to individual prefs; removed pref-v7 dependency
- this makes the item dividers touch the screen edges which i think looks
  better
- don't need to require preference-v7 because preference-v14 already
  does

* Moved PrefTheme attributes *{Start,End} to v17 override

* Fixed crash caused by rotating twice while a dialog is active

* Changed wording as suggested
2017-01-04 08:37:13 +00:00
..
activity_all_cast.xml Refactored org.xbmc.kore.ui package into separate packages 2016-12-29 18:27:40 +00:00
activity_generic_media.xml Fixed NavigationDrawerFragment location in activity_generic_media layout 2016-12-29 18:27:40 +00:00
activity_host_manager.xml Refactored org.xbmc.kore.ui package into separate packages 2016-12-29 18:27:40 +00:00
activity_host_wizard.xml Fix fragment transactions on host wizard: previous fragments weren't being properly removed with the call to replace() on the FragmentTransaction, because the container used was the global one. Somehow this stopped working with recent versions 2015-07-30 23:24:44 +01:00
activity_remote.xml Refactored org.xbmc.kore.ui package into separate packages 2016-12-29 18:27:40 +00:00
activity_settings.xml First dump 2015-01-14 11:12:47 +00:00
dialog_send_text.xml Materialized dialogs and preferences (#330) 2017-01-04 08:37:13 +00:00
empty_view.xml Add more helpful message when an error occurs in channels list 2015-11-10 23:18:33 +00:00
fragment_about.xml Fix some lint errors 2016-05-25 19:03:50 +01:00
fragment_add_host_finish.xml First dump 2015-01-14 11:12:47 +00:00
fragment_add_host_manual_configuration.xml Add EventServer configuration options in wizard and host editing. 2015-06-21 15:04:54 +01:00
fragment_add_host_welcome.xml First dump 2015-01-14 11:12:47 +00:00
fragment_add_host_zeroconf.xml Fix selector on host lists 2015-03-11 19:02:38 +00:00
fragment_addon_details.xml Fix some lint errors 2016-05-25 19:03:50 +01:00
fragment_album_details.xml Use ExpandableTextView on Text views that expand on clicking them 2016-12-19 19:25:24 +00:00
fragment_artist_details.xml Fix some lint errors 2016-05-25 19:03:50 +01:00
fragment_default_view_pager.xml Refactor layout used on fragments with ViewPagers 2015-11-26 19:28:25 +00:00
fragment_episode_details.xml Fix some lint errors 2016-05-25 19:03:50 +01:00
fragment_generic_list.xml Improve PVR Guide 2015-12-13 16:01:50 +00:00
fragment_generic_media_list.xml Fix crash introduced earlier when removing swipe to refresh 2015-03-31 00:19:38 +01:00
fragment_host_list.xml First dump 2015-01-14 11:12:47 +00:00
fragment_media_list.xml Implement media file browsing/queuing/playing feature 2015-03-19 13:24:04 -07:00
fragment_movie_details.xml Fix some lint errors 2016-05-25 19:03:50 +01:00
fragment_music_video_details.xml Fix some lint errors 2016-05-25 19:03:50 +01:00
fragment_navigation_drawer.xml First dump 2015-01-14 11:12:47 +00:00
fragment_now_playing.xml Implemented showing volume level on NowPlayingFragment (#312) 2016-11-30 12:20:21 +00:00
fragment_playlist.xml Implemented changing the position of items in the current playlist 2016-01-19 12:02:08 +01:00
fragment_remote.xml Fix issues with svg drawables 2016-12-29 18:59:36 +00:00
fragment_tvshow_episodes_list.xml First dump 2015-01-14 11:12:47 +00:00
fragment_tvshow_overview.xml Use ExpandableTextView on Text views that expand on clicking them 2016-12-19 19:25:24 +00:00
grid_item_addon.xml First dump 2015-01-14 11:12:47 +00:00
grid_item_album.xml Fix some lint errors 2016-05-25 19:03:50 +01:00
grid_item_artist.xml Removed useless layout alignment attributes which were left over from a copy/paste procedure 2015-08-09 14:28:50 +02:00
grid_item_audio_genre.xml Removed useless layout alignment attributes which were left over from a copy/paste procedure 2015-08-09 14:28:50 +02:00
grid_item_cast.xml Fix some lint errors 2016-05-25 19:03:50 +01:00
grid_item_channel.xml Add recording to channels list 2015-11-29 14:59:32 +00:00
grid_item_channel_group.xml Add support for PVR - first version. 2015-11-09 23:40:48 +00:00
grid_item_file.xml Improve file list UI 2016-06-16 19:40:36 +01:00
grid_item_host.xml Fix some lint errors 2016-05-25 19:03:50 +01:00
grid_item_movie.xml Fix some lint errors 2016-05-25 19:03:50 +01:00
grid_item_music_video.xml First dump 2015-01-14 11:12:47 +00:00
grid_item_playlist.xml Highlight current selected item on playlist 2015-06-23 18:43:57 +01:00
grid_item_recording.xml Added PVR recordings list 2015-11-24 22:55:56 +00:00
grid_item_season.xml Add progress bar to seasons list 2016-12-16 19:24:28 +00:00
grid_item_song.xml Fix some lint errors 2016-05-25 19:03:50 +01:00
grid_item_tvshow.xml Fix some lint errors 2016-05-25 19:03:50 +01:00
list_item_broadcast.xml Fix starttime color in EPG 2015-12-16 19:11:25 +00:00
list_item_day.xml Improve PVR Guide 2015-12-13 16:01:50 +00:00
list_item_episode.xml Redesign tv shows details, to not use tabs or expandable lists in episodes list 2016-12-15 20:10:55 +00:00
list_item_navigation_drawer.xml Add support for PVR - first version. 2015-11-09 23:40:48 +00:00
list_item_navigation_drawer_divider.xml First dump 2015-01-14 11:12:47 +00:00
list_item_navigation_drawer_host.xml First dump 2015-01-14 11:12:47 +00:00
list_item_next_episode.xml Add next episodes section to tv show details screen 2016-12-16 19:24:28 +00:00
list_item_song.xml Implemented showing artist names in song lists (#281) 2016-10-20 19:26:43 +01:00
notification_colapsed.xml Fix some lint errors 2016-05-25 19:03:50 +01:00
notification_expanded.xml Fix some lint errors 2016-05-25 19:03:50 +01:00
remote_info_panel.xml First dump 2015-01-14 11:12:47 +00:00
toolbar_default.xml Fixed Toolbar height small for sdk version < Android Llollipop (#268) 2016-07-07 16:49:22 +01:00
wizard_button_bar.xml First dump 2015-01-14 11:12:47 +00:00
wizard_title.xml First dump 2015-01-14 11:12:47 +00:00