fix missing attribute crash

fixes #3328
fixes #3329
fixes #3330
// FREEBIE
fork-5.53.8
Jake McGinty 2015-06-03 14:45:59 -07:00
rodzic 5fe7c687f3
commit 12255ed453
3 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

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

Wyświetl plik

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

Wyświetl plik

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