summaryrefslogtreecommitdiff
path: root/res/layout/log_entry.xml
blob: 5e2044786d4b6c5b0fadd678e096958d1a6dd01b (plain)
1
2
3
4
5
6
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>