mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-04 16:02:55 +01:00
53d8f88670
Progress so far: - webview is created upon watchapp launch - webview is destroyed after disconnect - ready event is fired in the background - showConfiguration is fired upon webview display
6 lines
237 B
XML
6 lines
237 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout android:id="@+id/webview_placeholder"
|
|
android:layout_height="match_parent"
|
|
android:layout_width="match_parent"
|
|
xmlns:android="http://schemas.android.com/apk/res/android" />
|