summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feeditem_fragment_header.xml
AgeCommit message (Collapse)Author
2015-07-04Fix button moving and icon being cutMartin Fietz
2015-03-05Show duration and pubDate on episode displayMartin Fietz
... which was - despite the commit message - missing from last commit...
2015-01-25Use design time attributes to assist layouting and value preview.Tobias Preuss
+ See: http://tools.android.com/tips/layout-designtime-attributes + This commit introduces no functional code changes!
2014-12-28Added missing text color attributedaniel oeh
2014-12-19Fixed 2.3 issuesdaniel oeh
- Title in FeedItemFragment was not properly displayed - ItemlistFragment crashed when ItemFragment was closed
2014-12-19Improved layoutdaniel oeh
- Fixed actionbar shadow on 5.0 - Added text to action buttons in ItemlistFragment - Use ?android:attr/listDivider for horizontal dividers in navigation drawer
2014-12-19Replaced FeedItemDialog with ItemFragmentdaniel oeh