fix missing attribute crash

fixes #3328
fixes #3329
fixes #3330
// FREEBIE
pull/1/head
Jake McGinty 9 years ago
parent 5fe7c687f3
commit 12255ed453

@ -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" />

@ -23,7 +23,7 @@
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="?android:attr/listPreferredItemHeight"
android:background="?conversation_background">
android:background="?android:windowBackground">
<LinearLayout android:id="@+id/name_and_label"
android:layout_width="fill_parent"

@ -26,7 +26,6 @@
<attr name="centered_app_title_color" format="reference|color" />
<attr name="ic_arrow_forward" format="reference" />
<attr name="conversation_background" format="reference|color"/>
<attr name="conversation_editor_background" format="reference|color"/>
<attr name="conversation_editor_text_color" format="reference|color"/>
<attr name="conversation_delivery_delivered" format="reference"/>

Loading…
Cancel
Save