github.com/acrespo/mobile@v0.0.0-20190107162257-dc0771356504/example/ivy/android/app/src/main/res/layout/activity_help.xml (about) 1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 2 xmlns:tools="http://schemas.android.com/tools" 3 android:layout_width="fill_parent" 4 android:layout_height="match_parent" 5 tools:context="org.golang.ivy.Help" 6 android:background="@color/body"> 7 8 <WebView 9 android:id="@+id/help_webview" 10 android:layout_width="wrap_content" 11 android:layout_height="wrap_content" 12 android:background="@color/body" /> 13 14 </RelativeLayout>