summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/nav_listitem.xml
AgeCommit message (Collapse)Author
2024-03-29Remove dependency of :net:discovery and :ui:echo on :core (#7036)ByteHamster
Moves the common icon files to :ui:common
2023-10-15Add error icon on subscriptions screen (#6679)ByteHamster
2022-12-17Add support for Material You tinted themeByteHamster
2022-09-18Migrate navigation drawer to Material3ByteHamster
2022-07-31Reformat nav_listitem.xmlTacoTheDank
2022-07-31Remove iconify: ListItem failuresTacoTheDank
2021-04-06Increase touch target size of episode cache warning buttonByteHamster
2020-05-09Improved TalkBack accessibilityByteHamster
2020-04-21Fixed missing padding in sidebarByteHamster
2020-04-11Reduce font size of new countByteHamster
2020-03-25Cleaned up some Lint warningsByteHamster
2020-02-18All episodes and new episodes no longer have a drawer itemByteHamster
2019-01-22reimplemented the ripple effect when choosing a nav itempachecosf
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.
2015-04-18Layout changes and optimizationsMartin 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