mirror of
https://github.com/oxen-io/session-android.git
synced 2025-11-07 20:43:32 +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:
@@ -24,9 +24,8 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginLeft="12dp"
|
||||
android:paddingLeft="4dp"
|
||||
android:paddingRight="4dp"
|
||||
android:paddingStart="4dp"
|
||||
android:paddingEnd="4dp"
|
||||
android:background="@color/white"
|
||||
android:textColor="@color/signal_primary"
|
||||
style="@style/Signal.Text.Caption"
|
||||
|
||||
Reference in New Issue
Block a user