Skip to content

Commit

Permalink
fix: make the delete MN button larger
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Nov 26, 2024
1 parent cc1349c commit b383978
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions wallet/res/layout/view_masternode_ip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,19 @@
tools:text="XXX.XXX.XX.X1" />
</LinearLayout>

<Button
<FrameLayout
android:id="@+id/remove_masternode"
android:layout_width="11dp"
android:layout_height="11dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingHorizontal="20dp"
android:paddingVertical="12dp"
android:layout_marginEnd="15dp"
android:background="@drawable/ic_x"
android:layout_marginEnd="5dp"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent" />

app:layout_constraintBottom_toBottomOf="parent" >
<ImageView
android:layout_width="11dp"
android:layout_height="11dp"
android:src="@drawable/ic_x" />
</FrameLayout>
</androidx.constraintlayout.widget.ConstraintLayout>

0 comments on commit b383978

Please sign in to comment.