Merge pull request #1041 from ycohen-dev/fix_issue_1040

fix issue 1040
This commit is contained in:
Akinwale Ariwodola 2020-10-21 00:15:36 +01:00 committed by GitHub
commit ea5fe6842d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,9 @@
android:fontFamily="@font/inter" android:fontFamily="@font/inter"
android:singleLine="true" android:singleLine="true"
android:textSize="14sp" android:textSize="14sp"
android:textFontWeight="300" /> android:textFontWeight="300"
android:textAlignment="viewEnd"
android:textDirection="ltr"/>
</LinearLayout> </LinearLayout>
<LinearLayout <LinearLayout