Unverified Commit 10045e06 authored by Al Basheer's avatar Al Basheer Committed by GitHub

Support RTL layout

delete attribute (app:layout_constraintEnd_toStartOf="@+id/quote_bar") in ImageView(android:id="@+id/image_view_action_cancel_quote")
parent acb0f6f3
......@@ -46,7 +46,6 @@
android:adjustViewBounds="true"
android:cropToPadding="true"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/quote_bar"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/ic_close_gray_24dp" />
......@@ -65,4 +64,4 @@
app:layout_constraintStart_toEndOf="@+id/quote_bar"
app:layout_constraintTop_toTopOf="parent"
tools:text="Edit message" />
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
</androidx.constraintlayout.widget.ConstraintLayout>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment