mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-02 07:43:03 +00:00
Switch to 'start' and 'end' instead of 'left' and 'right'.
We can do this now that our minSdk is 19.
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingTop="7dp"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingRight="16dp"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="16dp"
|
||||
android:paddingBottom="16dp"
|
||||
android:background="@color/transparent"
|
||||
android:singleLine="true"
|
||||
|
||||
Reference in New Issue
Block a user