CardView and more header design

This commit is contained in:
Dominik Schürmann
2015-02-25 18:37:31 +01:00
parent 4ea59f79cc
commit 27263edda5
9 changed files with 90 additions and 36 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<size
android:height="1dp"
android:width="1000dp" />
<solid android:color="@color/bg_gray" />
</shape>