Make page margin to truly black for tablets. (#834)

This commit is contained in:
qwazix 2018-09-04 19:35:17 +03:00 committed by Konrad Pozniak
commit d49502f798
3 changed files with 7 additions and 0 deletions

View file

@ -172,6 +172,7 @@
<item name="material_drawer_selected">@color/color_primary_black</item>
<item name="material_drawer_selected_text">@color/text_color_primary_black</item>
<item name="material_drawer_header_selection_text">@color/text_color_primary_black</item>
<item name="tab_page_margin_drawable">@drawable/tab_page_margin_black</item>
</style>
<style name="TuskyBlackTheme" parent="TuskyBlackThemeBase"/>