From 42e94d8f921aba212b1ffebfae4f2590a6f3385a Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Mon, 25 Feb 2019 15:21:37 -0800 Subject: [PATCH] Remove leftover half-height camera code. --- res/layout/conversation_activity.xml | 154 ++--- .../camera/QuickAttachmentDrawer.java | 576 ------------------ .../conversation/ConversationActivity.java | 55 +- 3 files changed, 82 insertions(+), 703 deletions(-) delete mode 100644 src/org/thoughtcrime/securesms/components/camera/QuickAttachmentDrawer.java 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" /> + + + + + + - + -