30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout 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"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
tools:context=".PrivacyActivity">
|
|
<WebView
|
|
android:id="@+id/webview"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" />
|
|
<FrameLayout
|
|
android:layout_marginStart="20dp"
|
|
android:layout_marginTop="56dp"
|
|
android:background="@drawable/rounded_corners_camera"
|
|
android:layout_alignParentLeft="true"
|
|
android:layout_marginEnd="70dp"
|
|
android:layout_width="44dp"
|
|
android:layout_height="44dp"
|
|
tools:ignore="RtlHardcoded">
|
|
<ImageView
|
|
android:id="@+id/back"
|
|
android:layout_gravity="center"
|
|
android:layout_width="24dp"
|
|
android:layout_height="24dp"
|
|
android:src="@drawable/back_icon"
|
|
tools:ignore="ContentDescription" />
|
|
</FrameLayout>
|
|
</RelativeLayout> |