Skip to content

Commit

Permalink
reduce button padding size to help with #838 UI glitches
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Mar 22, 2023
1 parent e143370 commit c5e4229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/config_connection_bottom_sheet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
android:layout_height="wrap_content"
android:background="@drawable/btn_shape_round"
android:backgroundTint="@color/orbot_btn_disable_grey"
android:paddingLeft="@dimen/button_horizontal_large_margin"
android:paddingRight="@dimen/button_horizontal_large_margin"
android:paddingLeft="@dimen/button_horizontal_med_margin"
android:paddingRight="@dimen/button_horizontal_med_margin"
android:text="@string/ask_tor"
android:textColor="@android:color/white"
app:layout_constraintBottom_toBottomOf="parent"
Expand Down

0 comments on commit c5e4229

Please sign in to comment.