diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-05-03 22:14:23 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-05-03 22:14:23 +0200 |
commit | 7d5c374fd09bdeaf3acd2dca653e618ecd3e2c71 (patch) | |
tree | 8219358cd0ce1736ea0032fd5ad851f275abcc30 /src/main/res/layout/fragment_conversation.xml | |
parent | 75f7ec90466e6cbfc4220bd59b78a6230dc8fef7 (diff) |
add animations
Diffstat (limited to 'src/main/res/layout/fragment_conversation.xml')
-rw-r--r-- | src/main/res/layout/fragment_conversation.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index 1b03b375d..cc35d21cc 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/src/main/res/layout/fragment_conversation.xml @@ -10,8 +10,8 @@ <ListView android:id="@+id/messages_view" - android:layout_width="fill_parent" - android:layout_height="wrap_content" + android:layout_width="match_parent" + android:layout_height="match_parent" android:layout_above="@+id/snackbar" android:layout_alignParentLeft="true" android:layout_alignParentTop="true" |