Skip to content

Commit

Permalink
More consistent options menu style
Browse files Browse the repository at this point in the history
  • Loading branch information
bananaoomarang committed Aug 5, 2020
1 parent 70723ba commit f017151
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/main/components/OptionsMenu/OptionsMenu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
focusedColor = "0xffffff"
color = "0xffffff"
focusBitmapUri = "@{9_button_focus_uri}"
sectionDividerBitmapUri = "@{9_seperator}"
sectionDividerTextColor = "@{colors.primary}"
checkedIconUri = "pkg:/images/check_solid.png"
focusedCheckedIconUri = "pkg:/images/check_solid.png"
>
focusedCheckedIconUri = "pkg:/images/check_solid.png" >
<ContentNode id = "menucontent" role = "content">
<ContentNode id = "section-video-quality" title = "Video Quality">
<ContentNode title = "FHD" />
Expand Down
4 changes: 2 additions & 2 deletions src/main/manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title=Bombermin
major_version=1
minor_version=5
major_version=2
minor_version=0
build_version=0
mm_icon_focus_fhd=pkg:/images/icon_focus_hd.png
mm_icon_focus_hd=pkg:/images/icon_focus_hd.png
Expand Down

0 comments on commit f017151

Please sign in to comment.