Kore/app/src/main/java/org/xbmc/kore/ui/widgets
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
..
ControlPad.java Implemented a scalable control pad (#477) 2017-10-27 19:24:23 +01:00
HighlightButton.java Use hardware volume keys from anywhere inside Kore (#453) 2017-10-08 19:48:00 +01:00
MediaProgressIndicator.java Widgets use ButterKnife now and implement all View constructors. (#424) 2017-07-25 19:34:53 +01:00
NowPlayingPanel.java Improved usability for NowPlayingPanel (#432) 2017-08-14 15:37:30 +01:00
RepeatModeButton.java Widgets use ButterKnife now and implement all View constructors. (#424) 2017-07-25 19:34:53 +01:00
VolumeLevelIndicator.java Use hardware volume keys from anywhere inside Kore (#453) 2017-10-08 19:48:00 +01:00