summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feeditemlist_item.xml
AgeCommit message (Collapse)Author
2020-05-25Fixed new labelByteHamster
2020-05-09Improved TalkBack accessibilityByteHamster
2020-05-04Make subscriptions view more consistent when showing non-square imagesByteHamster
2020-04-13Fix symmetry issues of feed item listEbrahim Byagowi
2020-04-07Made drag handle less prominentByteHamster
2020-03-17Converted lists to RecyclerViewByteHamster
Also, cleaned up list adapters
2020-03-16Made icons black instead of greyByteHamster
Since switching to the official Toolbar theme, the back arrow and the overflow dots are black, too.
2020-03-12Do not display white on white for transparent imagesByteHamster
or images with strange aspect ratio
2020-02-18Fixed sliding in sidebar in queueByteHamster
2020-02-07Do not change item height when changing status iconsByteHamster
2020-02-05Rounded coversByteHamster
2020-02-05Allow to drag images like beforeByteHamster
2020-02-05Made a bit more spaceByteHamster
2020-02-05Hide images on podcast details screenByteHamster
2020-02-05Added circular action buttonsByteHamster
2020-02-05Hide separator dot if there are no iconsByteHamster
2020-02-05Replaced eye icon with video camByteHamster
2020-02-04Replaced all episodes list with new adapterByteHamster
2020-02-04Cleaned up layoutByteHamster
2020-02-04Converted FeedItemlistAdapter to use new EpisodeItemViewHolderByteHamster
2018-12-01force LTR dir for play btnMostafa Ahangarha
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.
2017-10-14Changed spacing to look more like beforeByteHamster
2017-10-14Fixed action heightByteHamster
2017-10-14Improved list items when using a large font sizeByteHamster
2015-11-27Highlight currently playing episodeMartin Fietz
2015-05-19Show feed new items and refresh failureMartin 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