Merge "Add a horizontal line at the end of the graphic menu"

am: fc0665c701

Change-Id: Idba56caeb2f002864ca2325fb5f130d3e25c2acc
This commit is contained in:
Tianjie Xu
2018-12-21 11:10:52 -08:00
committed by android-build-merger
+1
View File
@@ -252,6 +252,7 @@ int GraphicMenu::DrawItems(int x, int y, int screen_width, bool long_press) cons
draw_funcs_.SetColor(UIElement::MENU); draw_funcs_.SetColor(UIElement::MENU);
} }
offset += draw_funcs_.DrawHorizontalRule(y + offset);
return offset; return offset;
} }