Kore/app/src/main/java/org/xbmc/kore/ui/sections/remote
Martijn Brekhof b764fc676c Implemented a scalable control pad (#477)
* Refactored RemoteFragment and created a compound view for the
     actual remote. I called it ControlPad to make it more clear what
     its main function is.
   * Implemented a custom grid layout (SquareGridLayout) that will
     always be square. When its width and height are both set to
     match_parent, it will take the smallest of the two as the
     actual size.
   * For devices with a smallest width smaller then 360dp the ControlPad
     is sized to the maximum available space. For larger devices we still
     use the old fixed sizes.

Refactored code to use styles
2017-10-27 19:24:23 +01:00
..
NowPlayingFragment.java Implemented simple Kodi markup code applier for the Now Playing fragment (#471) 2017-10-19 09:05:45 +01:00
PlaylistFragment.java Implemented a slideup panel with media controls and info (#320) 2017-07-13 19:10:49 +01:00
RemoteActivity.java Handles the case where both v and list params are present in the url (#475) 2017-10-24 19:24:37 +01:00
RemoteFragment.java Implemented a scalable control pad (#477) 2017-10-27 19:24:23 +01:00