diff --git a/res/layout/conversation_activity.xml b/res/layout/conversation_activity.xml index ec2bbf6e37..0ffbe705eb 100644 --- a/res/layout/conversation_activity.xml +++ b/res/layout/conversation_activity.xml @@ -1,106 +1,106 @@ + xmlns:android="http://schemas.android.com/apk/res/android" + android:id="@+id/layout_container" + android:layout_width="match_parent" + android:layout_height="match_parent"> - - - - - - - + android:clipChildren="false" + android:clipToPadding="false" + android:gravity="bottom" + android:orientation="vertical" + android:paddingTop="?attr/actionBarSize"> - - + android:id="@+id/group_share_profile_view_stub" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:inflatedId="@+id/group_share_profile_view" + android:layout="@layout/conversation_activity_group_share_profile_stub" /> + android:id="@+id/unverified_banner_stub" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:inflatedId="@+id/unverified_banner" + android:layout="@layout/conversation_activity_unverified_banner_stub" /> + + + + + + - + -