Skip to content
Snippets Groups Projects
Commit fac218dd authored by Taras's avatar Taras
Browse files

Fix emoji view for video

parent fdef3897
No related branches found
No related tags found
No related merge requests found
...@@ -30,12 +30,12 @@ ...@@ -30,12 +30,12 @@
<org.futo.circles.view.DmFooterView <org.futo.circles.view.DmFooterView
android:id="@+id/dmFooter" android:id="@+id/dmFooter"
android:layout_width="wrap_content" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingHorizontal="12dp"
android:paddingBottom="4dp" android:paddingBottom="4dp"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="@id/ivBackground"
app:layout_constraintTop_toBottomOf="@id/videoPlaybackLayout" /> app:layout_constraintTop_toBottomOf="@id/videoPlaybackLayout" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
...@@ -29,12 +29,12 @@ ...@@ -29,12 +29,12 @@
<org.futo.circles.view.DmFooterView <org.futo.circles.view.DmFooterView
android:id="@+id/dmFooter" android:id="@+id/dmFooter"
android:layout_width="wrap_content" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingHorizontal="12dp"
android:paddingBottom="4dp" android:paddingBottom="4dp"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/videoPlaybackLayout" /> app:layout_constraintTop_toBottomOf="@id/videoPlaybackLayout" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment