Skip to content

Commit

Permalink
fix: More Fragment Join button size
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Dec 2, 2024
1 parent 0b8357e commit 3db6bc4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion wallet/res/layout/fragment_more.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,14 @@
<Button
android:id="@+id/join_dashpay_btn"
style="@style/Button.Primary.Blue"
android:layout_width="110dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="30dp"
android:layout_marginBottom="14dp"
android:layout_marginHorizontal="100dp"
android:maxLines="1"
android:ellipsize="end"
android:minWidth="110dp"
android:text="@string/join"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
Expand Down

0 comments on commit 3db6bc4

Please sign in to comment.