Fix text overlapping on edit proxy screen.
This commit is contained in:
parent
8f86de1764
commit
53dc5bab43
1 changed files with 2 additions and 2 deletions
|
@ -40,12 +40,12 @@
|
|||
android:id="@+id/edit_proxy_address_title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="50dp"
|
||||
android:layout_marginTop="25dp"
|
||||
style="@style/Signal.Text.Preview"
|
||||
android:fontFamily="sans-serif-medium"
|
||||
android:textColor="@color/signal_accent_primary"
|
||||
android:text="@string/preferences_proxy_address"
|
||||
app:layout_constraintTop_toBottomOf="@id/edit_proxy_switch_title"/>
|
||||
app:layout_constraintTop_toBottomOf="@id/edit_proxy_switch_title_description"/>
|
||||
|
||||
<EditText
|
||||
android:id="@+id/edit_proxy_host"
|
||||
|
|
Loading…
Add table
Reference in a new issue