Floating wallet balance/rewards now visible in RTL layout

(Fix issue #1043)
This commit is contained in:
yuval 2020-10-21 20:57:30 +03:00
parent ea5fe6842d
commit d9891f8a8a

View file

@ -8,7 +8,7 @@
android:layout_marginBottom="8dp" android:layout_marginBottom="8dp"
android:layout_marginEnd="8dp" android:layout_marginEnd="8dp"
android:elevation="4dp" android:elevation="4dp"
app:layout_constraintRight_toRightOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintBottom_toBottomOf="parent"> app:layout_constraintBottom_toBottomOf="parent">
<LinearLayout <LinearLayout
android:id="@+id/floating_reward_container" android:id="@+id/floating_reward_container"
@ -50,7 +50,7 @@
android:foreground="?attr/selectableItemBackground" android:foreground="?attr/selectableItemBackground"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_toRightOf="@id/floating_reward_container" android:layout_toEndOf="@id/floating_reward_container"
android:layout_marginStart="-36dp" android:layout_marginStart="-36dp"
android:paddingTop="8dp" android:paddingTop="8dp"
android:paddingBottom="8dp" android:paddingBottom="8dp"