Improved the layout for phones using right to left languages.
Some pages were previously completely unusable.
## Types of changes
- [x] I have read the **CONTRIBUTING** document.
- [x] My code follows the code style of this project.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [x] All new and existing tests passed.
- [x] This is **NOT** translation related.
Improved the layout for phones using right to left languages.
Some pages were previously completely unusable.
Adapted the layout for LTR, in LTR the title is always aligned on the right while the error depends on the language. Gave more prominence to the title text and set the error to italic.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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<LinearLayoutWhy 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