Skip to content

Instantly share code, notes, and snippets.

@naphatamity
Last active April 27, 2021 04:56
Show Gist options
  • Save naphatamity/c0b05a5d5c13e2b0aa0de7cbdf826559 to your computer and use it in GitHub Desktop.
Save naphatamity/c0b05a5d5c13e2b0aa0de7cbdf826559 to your computer and use it in GitHub Desktop.
video_comment
<include
android:id="@+id/chat_reply"
layout="@layout/chat_reply"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_above="@+id/chat_text_input_player"
android:layout_marginEnd="0dp"
android:layout_marginBottom="0dp"
android:visibility="gone" />
<include
android:id="@+id/chat_text_input_player"
layout="@layout/chat_text_input"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true"
android:layout_marginEnd="0dp"
android:layout_marginBottom="0dp"
android:background="#ffffff"
android:visibility="visible" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment