Skip to content

Commit

Permalink
Matching colour change for chat header
Browse files Browse the repository at this point in the history
  • Loading branch information
markwinter committed Sep 18, 2014
1 parent 5ec4a6e commit 26eddea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_chat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="48dp"
android:background="@color/blue"
android:background="#414141"
android:orientation="horizontal">
<LinearLayout
android:id="@+id/backButton"
Expand Down

0 comments on commit 26eddea

Please sign in to comment.