diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-05-25 09:28:18 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-05-25 09:28:18 +0200 |
commit | 1992a5feed9911a63898586fc50d2d7123334bdd (patch) | |
tree | 2c6fb878d6b0234a2319cd84092ff6e9d196759a /res/layout | |
parent | 7cde535e0dd59c3ff2b5b8c4b803050bdbc5277d (diff) |
Fix errors reported by lint
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/log_entry.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/res/layout/log_entry.xml b/res/layout/log_entry.xml deleted file mode 100644 index 5e204478..00000000 --- a/res/layout/log_entry.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?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 |