BatchStepSensor / res / layout /

card_button_seperator.xml

1
<?xml version="1.0" encoding="utf-8"?>
2
 
3
<merge xmlns:android="http://schemas.android.com/apk/res/android">
4
 
5
    <ImageView
6
        android:id="@+id/card_separator"
7
        android:layout_width="fill_parent"
8
        android:layout_height="wrap_content"
9
        android:src="@drawable/card_separator" />
10
 
11
</merge>