summaryrefslogtreecommitdiffstats
path: root/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/cards/CharacterCardView.java
Commit message (Collapse)AuthorAgeFilesLines
* SupportLeanbackShowcase: get rid of card view background overdrawDake Gu2015-10-081-2/+1
| | | | Change-Id: I3a46d34df265eda2cf38bfca80d3786aa5a8a23b
* Added Transitions and minor code clean upRobert Hahn2015-08-241-0/+1
| | | | | | | | | | | | | | Added support for the DetailView Activity transition. The DetailView can now be started from the launcher or the Cards example. Added support for Browse entrance transition. Minor code clean up such as renaming GridExample fragment to GridExampleFragment and removing unused methods. Change-Id: Ib1c11af82be5b858960e243acd7f11ce8dbd06f7
* Rearranged classes and removed unusedRobert Hahn2015-08-041-2/+1
| | | | | | | | | | resources. Rearranged classes into packages to provide a better overview as well as removing an unused mp3 file. Change-Id: I9e3b63ceef919d6f0d57479260c93376578793cf
* Cleanup and usage of new ImageCardViewRobert Hahn2015-08-041-0/+70
The Showcase app now makes use of the new ImageCardView which is stylable through XML and uses less Views. Cleaned up DetailView. Cleaned up styles and layouts. Added Copyright notices. Change-Id: Ib37485d5b57be6a0f4b5321ac61b41a0808eaf35