diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-04-16 19:21:14 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-04-16 19:21:14 +0200 |
commit | 3e4d8f433239c40311037616b1b8833a06651ae0 (patch) | |
tree | 98ab7fce0d011d34677b0beb762d389cb5c39199 /res/layout/log_entry.xml |
Initial import
Diffstat (limited to 'res/layout/log_entry.xml')
-rw-r--r-- | res/layout/log_entry.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/log_entry.xml b/res/layout/log_entry.xml new file mode 100644 index 00000000..5e204478 --- /dev/null +++ b/res/layout/log_entry.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="0dp" + android:textSize="12sp" > +</TextView>
\ No newline at end of file |