Make page margin to truly black for tablets. (#834)
This commit is contained in:
parent
a57b354247
commit
d49502f798
3 changed files with 7 additions and 0 deletions
5
app/src/main/res/drawable/tab_page_margin_black.xml
Normal file
5
app/src/main/res/drawable/tab_page_margin_black.xml
Normal file
|
|
@ -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…
Add table
Add a link
Reference in a new issue