diff options
author | steckbrief <steckbrief@chefmail.de> | 2015-10-16 16:06:51 +0200 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2015-10-16 16:06:51 +0200 |
commit | 0a5a985cbe582e6f7ece37ec257fe53ccee4bb42 (patch) | |
tree | 54b5392837032a2bf1a060b60ee92ed7669f899b /src/main/res/layout | |
parent | e891f076f2b479146fc7ecce3763bf500919df43 (diff) | |
parent | 0759a78727c1c36e621951a791b959c26d34f509 (diff) |
Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebase
Diffstat (limited to 'src/main/res/layout')
-rw-r--r-- | src/main/res/layout/conversation_list_row.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/res/layout/conversation_list_row.xml b/src/main/res/layout/conversation_list_row.xml index efa10748..e240fa85 100644 --- a/src/main/res/layout/conversation_list_row.xml +++ b/src/main/res/layout/conversation_list_row.xml @@ -6,7 +6,8 @@ android:orientation="horizontal" android:padding="8dp" android:descendantFocusability="blocksDescendants" - android:id="@+id/conversationListRowFrame"> + android:id="@+id/conversationListRowFrame" + android:background="@color/primaryBackground"> <View android:layout_width="fill_parent" |