summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/layout/list_item.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-11 12:06:37 +0300
committerAndrew Dolgov <[email protected]>2015-02-11 12:06:37 +0300
commit4ed26b8807c5ef83f62d2d08458304999aea0670 (patch)
treef2fba08226d468569e6c30a139f8603458f55508 /org.fox.ttcomics/src/main/res/layout/list_item.xml
parent68ae4822e2777ef3d065c18b1c3964cc4d01b486 (diff)
Revert "rename main module"
This reverts commit 68ae4822e2777ef3d065c18b1c3964cc4d01b486.
Diffstat (limited to 'org.fox.ttcomics/src/main/res/layout/list_item.xml')
-rw-r--r--org.fox.ttcomics/src/main/res/layout/list_item.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.fox.ttcomics/src/main/res/layout/list_item.xml b/org.fox.ttcomics/src/main/res/layout/list_item.xml
new file mode 100644
index 0000000..1fb2f8c
--- /dev/null
+++ b/org.fox.ttcomics/src/main/res/layout/list_item.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:padding="10dp"
+ android:textSize="16sp" >
+</TextView> \ No newline at end of file