Make page margin to truly black for tablets. (#834)
parent
711f00ad87
commit
c323c6545f
@ -0,0 +1,5 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
|
android:shape="rectangle"> |
||||||
|
<solid android:color="@color/tab_page_margin_black" /> |
||||||
|
</shape> |
Loading…
Reference in new issue