Skip to content

Commit

Permalink
修复布局重叠问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhcode-fun committed Sep 30, 2024
1 parent 376f03c commit 577d536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/main/res/layout/tunnel_detail_peer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
android:text="@string/persistent_keepalive"
android:visibility="@{!item.persistentKeepalive.isPresent() ? android.view.View.GONE : android.view.View.VISIBLE}"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/endpoint_text" />
app:layout_constraintTop_toBottomOf="@+id/resolve_address_text" />

<TextView
android:id="@+id/persistent_keepalive_text"
Expand Down

0 comments on commit 577d536

Please sign in to comment.