Improves right-to-left layouts in the most basic fashion.
This commit is contained in:
parent
a1e007eb2a
commit
e4dff388d2
15 changed files with 102 additions and 20 deletions
|
@ -53,7 +53,10 @@
|
|||
<RelativeLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingEnd="0dp"
|
||||
android:paddingRight="0dp"
|
||||
android:layout_marginTop="-40dp">
|
||||
|
||||
<com.pkmmte.view.CircularImageView
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue