Fix #1352 Download button is fixed to right even for RTL scripts

This commit is contained in:
Abdul Wadood 2019-08-12 11:15:11 +02:00
parent 5d69f20478
commit 3ed840334c

View File

@ -44,7 +44,7 @@
android:textColor="@android:color/white"
app:backgroundTint="#1565c0"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintRight_toRightOf="parent"
/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.cardview.widget.CardView>