summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/downloadlog_item.xml
AgeCommit message (Collapse)Author
2018-11-23Improve RTL supportMostafa Ahangarha
For all the layout elements having margin, padding,... to right or left, releavnt start/end property is added so all the elements are supposed to be displayed properly in RTL mode. There are still minor issues related to some icons such as play, ff and rev. This issue must be addressed separately in future.
2018-04-07Removed unneeded backgroundByteHamster
2018-04-05Showing URL for failed downloadsByteHamster
Closes #1082
2017-10-14Improved list items when using a large font sizeByteHamster
2016-03-16Fix Log iconMartin Fietz
2015-11-26Download Log: Show retry button iconMartin Fietz
2015-04-28Add ability to retry failed downloads in the download logMartin Fietz
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-11-05Updated layoutsdaniel oeh
Use new navigation drawer toggle Customized colors of new themes Updated navigation drawer layout Updated "new episodes list" layout Updated feeditemlist layout Fixed refresh button behavior in feeditemlist Updated downloads fragment layout Fixed layouts on smaller screens, updated borderless buttons Use PreferenceFragment instead of PreferenceActivity if possible Changes of the Preference UI should now be made in the PreferenceController class. Replaced vertical_divider with android:attr/listDivider Updated itemlist layout in onlinefeedview Fixed NPE in TagFragment Updated gpodnet list layout Updated search layout Adjusted background color of external player Added material design icons Adjusted primary dark color
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure