Added margin between pages in tab layouts. (tiny change)

This commit is contained in:
Vavassor 2017-02-02 19:18:41 -05:00
commit 3bd360a7ee
3 changed files with 15 additions and 0 deletions

View 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>