mirror of
https://codeberg.org/r4v3r23/mysu.git
synced 2024-11-09 23:50:02 +00:00
Fix node adapter view margin
This commit is contained in:
parent
977c1cdeea
commit
de37ee08e2
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
android:id="@+id/anonymity_network_imageview"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:src="@drawable/ic_fingerprint"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
|
@ -21,7 +22,6 @@
|
|||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Node Name"
|
||||
android:layout_marginStart="8dp"
|
||||
android:textStyle="bold"
|
||||
android:textSize="16sp"
|
||||
app:layout_constraintStart_toEndOf="@id/anonymity_network_imageview"
|
||||
|
|
Loading…
Reference in a new issue