mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
* ic_map_dark_24dp: map icon for white background * ic_info_outline_dark_24dp: info icon for dark background * MediaDetailFragment: update the spacer as per image aspect ratio * fragment_media_detail: design overhaul * fragment_media_detail: remove redundant background color statements * make requested changes * add dark mode support * minor ui tweak * white map icon in dark mode * make rquested changes * make requested changes to layout * fix misalignment of category list * subtle amendments * convert comments to javadocs * minor amendments * minor changes * add styles for media detail * Media detail fragment refactored * make suggested changes * minor name fix * fix the delete button border
This commit is contained in:
parent
fcd2867d26
commit
81e12a9e1f
10 changed files with 194 additions and 178 deletions
|
|
@ -26,6 +26,12 @@
|
|||
<attr name="mainTabBackground" format="reference"/>
|
||||
<attr name="mainCardBackground" format="reference"/>
|
||||
<attr name="mainScreenNearbyPermissionbutton" format="reference"/>
|
||||
<attr name="iconInfo24" format="reference" />
|
||||
<attr name="iconMap24" format="reference" />
|
||||
<attr name="mediaDetailsText" format="reference" />
|
||||
<attr name="mediaDetailsHeadingText" format="reference" />
|
||||
<attr name="mediaDetailNominationBackground" format="reference" />
|
||||
<attr name="mediaDetailSpacerColor" format="reference" />
|
||||
<attr name="icon" format="reference"/>
|
||||
<attr name="aboutIconsColor" format="reference"/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue