Skip to content

Commit

Permalink
fix missing attribute crash
Browse files Browse the repository at this point in the history
fixes signalapp#3328
fixes signalapp#3329
fixes signalapp#3330
// FREEBIE
  • Loading branch information
mcginty committed Jun 3, 2015
1 parent 5fe7c68 commit 12255ed
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion res/layout/message_details_header.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
2 changes: 1 addition & 1 deletion res/layout/recipient_filter_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion res/values/attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit 12255ed

Please sign in to comment.