NewPipe/app/src/main/res/layout/activity_recaptcha.xml

16 lines
504 B
XML
Raw Normal View History

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