Test
This commit is contained in:
parent
61594810aa
commit
87763eb9f9
|
@ -20,5 +20,6 @@ class ExampleInstrumentedTest {
|
|||
// Context of the app under test.
|
||||
val appContext = InstrumentationRegistry.getInstrumentation().targetContext
|
||||
assertEquals("com.jtun.router", appContext.packageName)
|
||||
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue