Added margin between pages in tab layouts. (tiny change)
This commit is contained in:
parent
887e68700a
commit
3bd360a7ee
3 changed files with 15 additions and 0 deletions
5
app/src/main/res/drawable/tab_page_margin.xml
Normal file
5
app/src/main/res/drawable/tab_page_margin.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/gray" />
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue