Skip to content

Commit

Permalink
feat: show delete button and increase its padding
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Nov 20, 2024
1 parent 6ef93ae commit 67935b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wallet/res/layout/view_masternode_ip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
android:id="@+id/remove_masternode"
android:layout_width="11dp"
android:layout_height="11dp"
android:padding="12dp"
android:paddingHorizontal="20dp"
android:paddingVertical="12dp"
android:layout_marginEnd="15dp"
android:background="@drawable/ic_x"
android:visibility="invisible"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent" />
Expand Down

0 comments on commit 67935b2

Please sign in to comment.