Signal-Android/app/src/main/res/layout/stories_reply_to_story_frag...

11 wiersze
500 B
XML

<?xml version="1.0" encoding="utf-8"?>
<org.thoughtcrime.securesms.components.InputAwareLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<org.thoughtcrime.securesms.stories.viewer.reply.composer.StoryReplyComposer
android:id="@+id/input"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</org.thoughtcrime.securesms.components.InputAwareLayout>