mirror of
https://github.com/gsantner/dandelion
synced 2025-12-12 07:11:11 +01:00
Moved WebView in own fragments. There is still a bug, where the webview cannot be returned for some reason.
This commit is contained in:
parent
52d6947d3e
commit
b2337b1955
18 changed files with 764 additions and 530 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/main__layout"
|
||||
android:id="@+id/main__navdrawer"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:fitsSystemWindows="true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue