Auto enable getifaddrs bridge; Fix Signal 9 page

This commit is contained in:
Caten
2024-08-11 12:04:32 +08:00
parent 62995e0a5d
commit b1895af653
5 changed files with 32 additions and 4 deletions

View File

@@ -39,10 +39,8 @@ class Signal9Activity : AppCompatActivity() {
val scrollView = ScrollView(this).apply {
layoutParams = LinearLayout.LayoutParams(
LinearLayout.LayoutParams.MATCH_PARENT,
0
).apply {
weight = 1f
}
LinearLayout.LayoutParams.MATCH_PARENT
)
}
val fullScreen = LinearLayout(this).apply {
@@ -51,6 +49,7 @@ class Signal9Activity : AppCompatActivity() {
LinearLayout.LayoutParams.MATCH_PARENT
)
orientation = LinearLayout.VERTICAL
setBackgroundColor(Color.parseColor("#4A148C"))
}
val text1 = TextView(this).apply {