diff options
author | Joe Robinson <joe@lc8n.com> | 2013-02-01 01:02:20 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2013-02-01 01:02:20 +0000 |
commit | bffa5e5ea8a852bae02f724d9758edd54776b885 (patch) | |
tree | b5524a48085fc78df45ee9434b64ea57e4df78fb /res/layout/filerow.xml | |
parent | 6ef031b66061629dc814c786521cb182b628f346 (diff) |
Gave FileBrowser a layout file and a header
Diffstat (limited to 'res/layout/filerow.xml')
-rw-r--r-- | res/layout/filerow.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/filerow.xml b/res/layout/filerow.xml index 410c666..2780514 100644 --- a/res/layout/filerow.xml +++ b/res/layout/filerow.xml @@ -2,6 +2,5 @@ <TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
- android:layout_height="30sp"
- android:typeface="monospace">
+ android:layout_height="30sp">
</TextView>
|