mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-12 01:43:38 +00:00
Fix voice recording UI when replying to a message.
Just had to relayer some of the views so the recording UI positions correctly lined up at the bottom.
This commit is contained in:
parent
102941c18c
commit
f580edaf91
@ -37,6 +37,12 @@
|
|||||||
app:message_type="preview"
|
app:message_type="preview"
|
||||||
tools:visibility="visible"/>
|
tools:visibility="visible"/>
|
||||||
|
|
||||||
|
<FrameLayout
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:clipChildren="false"
|
||||||
|
android:clipToPadding="false">
|
||||||
|
|
||||||
<LinearLayout android:layout_width="match_parent"
|
<LinearLayout android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:clipChildren="false"
|
android:clipChildren="false"
|
||||||
@ -113,7 +119,6 @@
|
|||||||
</org.thoughtcrime.securesms.components.HidingLinearLayout>
|
</org.thoughtcrime.securesms.components.HidingLinearLayout>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<LinearLayout android:id="@+id/recording_container"
|
<LinearLayout android:id="@+id/recording_container"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
@ -161,6 +166,11 @@
|
|||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
|
</FrameLayout>
|
||||||
|
|
||||||
<org.thoughtcrime.securesms.components.AnimatingToggle
|
<org.thoughtcrime.securesms.components.AnimatingToggle
|
||||||
android:id="@+id/button_toggle"
|
android:id="@+id/button_toggle"
|
||||||
android:layout_width="50dp"
|
android:layout_width="50dp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user