版本水印

修改排列方式为横向
This commit is contained in:
xuxinchao
2022-05-23 15:56:03 +08:00
parent 8ecaa6dbd1
commit 34f5472288
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ class VersionNameView @JvmOverloads constructor(
UiThreadHandler.post {
tvMapVersionName?.let {
if (!dockerVersion.isNullOrEmpty()) {
it.text = "MAP:${dockerVersion}"
it.text = " ; MAP:${dockerVersion}"
}
}
}

View File

@@ -2,7 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">
android:orientation="horizontal">
<TextView
android:id="@+id/tvAppVersionName"