This commit is contained in:
Jtun-coder 2024-11-27 10:09:21 +08:00
parent 61594810aa
commit 87763eb9f9
2 changed files with 3 additions and 0 deletions

View File

@ -20,5 +20,6 @@ class ExampleInstrumentedTest {
// Context of the app under test.
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
assertEquals("com.jtun.router", appContext.packageName)
}
}

View File

@ -24,12 +24,14 @@
android:gravity="center"
app:layout_constraintTop_toBottomOf="@id/text_info"
/>
<com.jtun.router.widget.AdvancedWebView
android:id="@+id/web_view"
android:layout_width="match_parent"
android:layout_height="0dp"
app:layout_constraintTop_toBottomOf="@id/text_speed"
app:layout_constraintBottom_toBottomOf="parent"/>
<ImageView
android:id="@+id/image_logo"
android:layout_width="match_parent"