Skip to content

Commit 577d536

Browse files
committed
修复布局重叠问题
1 parent 376f03c commit 577d536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/main/res/layout/tunnel_detail_peer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
android:text="@string/persistent_keepalive"
174174
android:visibility="@{!item.persistentKeepalive.isPresent() ? android.view.View.GONE : android.view.View.VISIBLE}"
175175
app:layout_constraintStart_toStartOf="parent"
176-
app:layout_constraintTop_toBottomOf="@+id/endpoint_text" />
176+
app:layout_constraintTop_toBottomOf="@+id/resolve_address_text" />
177177

178178
<TextView
179179
android:id="@+id/persistent_keepalive_text"

0 commit comments

Comments
 (0)