diff options
author | lado <herrlado@gmail.com> | 2017-11-03 00:25:44 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2017-11-03 00:25:44 +0100 |
commit | 2692564bfe18978ceb2b5fa4e9237113ae300176 (patch) | |
tree | 77e010a23721481ee51143a7bf7393dd74d4a7d6 /vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/recycler_itemviews.xml | |
parent | e044aed11d8982398fa556eacde9af1003af1c5a (diff) | |
download | vdr-manager-lado.tar.gz vdr-manager-lado.tar.bz2 |
curretnlado
Diffstat (limited to 'vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/recycler_itemviews.xml')
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/recycler_itemviews.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/recycler_itemviews.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/recycler_itemviews.xml new file mode 100644 index 0000000..6aeb1b0 --- /dev/null +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/recycler_itemviews.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> + +<TextView xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/text" + android:layout_width="match_parent" + android:layout_height="@dimen/item_height" + /> |