2016-12-07 17:34:39 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-04-26 19:24:33 +00:00
|
|
|
<RelativeLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical">
|
2016-12-07 17:34:39 +00:00
|
|
|
|
|
|
|
<WebView
|
2017-04-26 19:24:33 +00:00
|
|
|
android:id="@+id/reCaptchaWebView"
|
2016-12-07 17:34:39 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2017-04-26 19:24:33 +00:00
|
|
|
android:layout_marginTop="?attr/actionBarSize"/>
|
|
|
|
|
|
|
|
<include layout="@layout/toolbar_layout"/>
|
|
|
|
|
|
|
|
</RelativeLayout>
|