Improve right to left support #130
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "davidoskky/ReaderForSelfoss-multiplatform:rtl"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Types of changes
Improved the layout for phones using right to left languages.
Some pages were previously completely unusable.
@ -37,2 +35,3 @@
android:visibility="gone" />
<ScrollView
<LinearLayout
Why did you remove the scroll view ?
The layout is quite small, it doesn't appear to require scrolling on any kind of device.
@ -33,4 +27,0 @@
android:layout_height="match_parent"
android:layout_width="match_parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintRight_toRightOf="parent"
Why was this line removed ?
It's implicit in match_parent dimension
@ -35,4 +27,0 @@
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
Why was this line removed ?
It's implicit in match_parent dimension