fix missing attribute crash

fixes #3328
fixes #3329
fixes #3330
// FREEBIE
This commit is contained in:
Jake McGinty
2015-06-03 14:45:59 -07:00
parent 5fe7c687f3
commit 12255ed453
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -9,7 +9,6 @@
<FrameLayout android:id="@+id/item_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?conversation_background"
android:paddingTop="15dp"
android:paddingBottom="15dp"
android:elevation="2dp" />