diff --git a/app/src/mobile/res/layout/adapter_config.xml b/app/src/mobile/res/layout/adapter_config.xml
index 1bca05635..de38f3c56 100644
--- a/app/src/mobile/res/layout/adapter_config.xml
+++ b/app/src/mobile/res/layout/adapter_config.xml
@@ -3,28 +3,27 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:gravity="center_vertical"
android:orientation="horizontal">
diff --git a/app/src/mobile/res/layout/adapter_live.xml b/app/src/mobile/res/layout/adapter_live.xml
index 94b2b5e61..21dbebb51 100644
--- a/app/src/mobile/res/layout/adapter_live.xml
+++ b/app/src/mobile/res/layout/adapter_live.xml
@@ -4,10 +4,9 @@
android:id="@+id/text"
style="@style/Widget.Material3.Button.OutlinedButton"
android:layout_width="match_parent"
- android:layout_height="40dp"
+ android:layout_height="wrap_content"
android:ellipsize="marquee"
android:gravity="center"
android:singleLine="true"
android:textColor="@color/dialog"
- android:textSize="14sp"
tools:text="https://fongmi.github.io/live.json" />
\ No newline at end of file
diff --git a/app/src/mobile/res/layout/adapter_site.xml b/app/src/mobile/res/layout/adapter_site.xml
index 288a19240..4a377421f 100644
--- a/app/src/mobile/res/layout/adapter_site.xml
+++ b/app/src/mobile/res/layout/adapter_site.xml
@@ -3,37 +3,35 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:gravity="center_vertical"
android:orientation="horizontal">
diff --git a/app/src/mobile/res/layout/dialog_history.xml b/app/src/mobile/res/layout/dialog_history.xml
index 3303d6161..e7449a979 100644
--- a/app/src/mobile/res/layout/dialog_history.xml
+++ b/app/src/mobile/res/layout/dialog_history.xml
@@ -7,4 +7,4 @@
android:overScrollMode="never"
android:padding="24dp"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
- app:maxHeight="328dp" />
\ No newline at end of file
+ app:maxHeight="376dp" />
\ No newline at end of file
diff --git a/app/src/mobile/res/layout/dialog_live.xml b/app/src/mobile/res/layout/dialog_live.xml
index 3303d6161..e7449a979 100644
--- a/app/src/mobile/res/layout/dialog_live.xml
+++ b/app/src/mobile/res/layout/dialog_live.xml
@@ -7,4 +7,4 @@
android:overScrollMode="never"
android:padding="24dp"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
- app:maxHeight="328dp" />
\ No newline at end of file
+ app:maxHeight="376dp" />
\ No newline at end of file
diff --git a/app/src/mobile/res/layout/dialog_site.xml b/app/src/mobile/res/layout/dialog_site.xml
index 3303d6161..e7449a979 100644
--- a/app/src/mobile/res/layout/dialog_site.xml
+++ b/app/src/mobile/res/layout/dialog_site.xml
@@ -7,4 +7,4 @@
android:overScrollMode="never"
android:padding="24dp"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
- app:maxHeight="328dp" />
\ No newline at end of file
+ app:maxHeight="376dp" />
\ No newline at end of file