Skip to content

Commit

Permalink
Fix text overlapping on edit proxy screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal committed Feb 8, 2021
1 parent 8f86de1 commit 53dc5ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/edit_proxy_fragment.xml
Expand Up @@ -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"
Expand Down

0 comments on commit 53dc5ba

Please sign in to comment.