diff --git a/app/src/main/java/org/thoughtcrime/securesms/conversation/ConversationParentFragment.java b/app/src/main/java/org/thoughtcrime/securesms/conversation/ConversationParentFragment.java index f7442e5c6e..677cb6a9b6 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/conversation/ConversationParentFragment.java +++ b/app/src/main/java/org/thoughtcrime/securesms/conversation/ConversationParentFragment.java @@ -416,7 +416,6 @@ public class ConversationParentFragment extends Fragment protected HidingLinearLayout quickAttachmentToggle; protected HidingLinearLayout inlineAttachmentToggle; private InputPanel inputPanel; - private View panelParent; private View noLongerMemberBanner; private Stub cannotSendInAnnouncementGroupBanner; private View requestingMemberBanner; @@ -2135,7 +2134,6 @@ public class ConversationParentFragment extends Fragment quickAttachmentToggle = view.findViewById(R.id.quick_attachment_toggle); inlineAttachmentToggle = view.findViewById(R.id.inline_attachment_container); inputPanel = view.findViewById(R.id.bottom_panel); - panelParent = view.findViewById(R.id.conversation_activity_panel_parent); searchNav = view.findViewById(R.id.conversation_search_nav); messageRequestBottomView = view.findViewById(R.id.conversation_activity_message_request_bottom_bar); mentionsSuggestions = ViewUtil.findStubById(view, R.id.conversation_mention_suggestions_stub); diff --git a/app/src/main/res/layout/conversation_activity.xml b/app/src/main/res/layout/conversation_activity.xml index 53e92e79d9..239bc749be 100644 --- a/app/src/main/res/layout/conversation_activity.xml +++ b/app/src/main/res/layout/conversation_activity.xml @@ -68,45 +68,54 @@ android:inflatedId="@+id/attachment_editor" android:layout="@layout/conversation_activity_attachment_editor_stub" /> - - - - - - - - - - + android:clipChildren="false" + android:clipToPadding="false"> - + - + + + + + + + + + + + + +