add expand item to linked id list

This commit is contained in:
Vincent Breitmoser
2015-03-10 04:27:40 +01:00
parent deafe946fd
commit 3b7f21d98a
5 changed files with 79 additions and 5 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="1px"
android:width="1000dp" />
<solid android:color="@color/bg_gray" />
</shape>