我是编码新手,我目前有一个 webview 在底部显示页面和按钮,例如;
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:layout_below="@+id/webview2"
android:text="Facebook" />
我怎样才能让这个查看facebook?