diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2015-05-11 07:57:52 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2015-05-11 07:57:52 +0200 |
commit | 22b12091a103a164a1d54874ad376d02dfee1519 (patch) | |
tree | c4b6d64528112212b8185c7a893bc4e3e695cd7d /src/main/res | |
parent | 239e86a98a4af8ab7ce7f6b96bed0bb4dc9e4bb5 (diff) |
rewrote parts of message adapter to avoid using NULL views
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/layout/message_null.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main/res/layout/message_null.xml b/src/main/res/layout/message_null.xml deleted file mode 100644 index 0e0f1c92..00000000 --- a/src/main/res/layout/message_null.xml +++ /dev/null @@ -1,7 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="fill_parent" - android:layout_height="0dp" - android:background="#00000000"> - -</RelativeLayout>
\ No newline at end of file |