Make the app work with RTL languages

This commit is contained in:
nielsandriesse
2020-07-17 12:10:25 +10:00
parent 4d075679d3
commit 12f70f188e
13 changed files with 24 additions and 16 deletions

View File

@@ -73,7 +73,7 @@
android:layout_width="0dp"
android:layout_height="@dimen/medium_button_height"
android:layout_weight="1"
android:layout_marginLeft="@dimen/medium_spacing"
android:layout_marginStart="@dimen/medium_spacing"
android:text="@string/share" />
</LinearLayout>