diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-05-03 22:06:18 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-05-03 22:06:18 +0200 |
commit | 75f7ec90466e6cbfc4220bd59b78a6230dc8fef7 (patch) | |
tree | 2908d844114d0df2916934265a41feaaf2273462 /src/main/res/layout | |
parent | ab3e365fec77fa49294bde344c0be4fa212ea4f6 (diff) |
fixed regression of not highlighting current conversation in overview
Diffstat (limited to 'src/main/res/layout')
-rw-r--r-- | src/main/res/layout/conversation_list_row.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/layout/conversation_list_row.xml b/src/main/res/layout/conversation_list_row.xml index 3ce42ad58..6acc6a56f 100644 --- a/src/main/res/layout/conversation_list_row.xml +++ b/src/main/res/layout/conversation_list_row.xml @@ -5,6 +5,7 @@ android:descendantFocusability="blocksDescendants"> <FrameLayout + android:id="@+id/frame" android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="?attr/color_background_primary"> |