diff options
Diffstat (limited to 'vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/recycler_buffer_item.xml')
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/recycler_buffer_item.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/recycler_buffer_item.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/recycler_buffer_item.xml new file mode 100644 index 0000000..25ce8b8 --- /dev/null +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/recycler_buffer_item.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> + +<View + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="@dimen/item_height" + /> |