what-the-bank/resources/res/layout/2131558712.xml

92 lines
3.3 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
layout_width="match_parent"
layout_height="match_parent">
<include
visibility="gone"
layout="@layout/2131559376"/>
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true"
layout_above="@+id/layout_button"
layout_below="@+id/toolbar">
<LinearLayout
gravity="center"
orientation="vertical"
id="@+id/layout_partner_consent_content"
layout_width="match_parent"
layout_height="match_parent"
layout_centerInParent="true">
<ImageView
id="@+id/image_consent_icon"
visibility="gone"
layout_width="58dp"
layout_height="58dp"
layout_marginTop="8dp"
layout_marginBottom="16dp"
adjustViewBounds="true"/>
<TextView
gravity="center_horizontal"
id="@+id/tv_consent_detail"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginStart="45dp"
layout_marginEnd="45dp"
style="@style/2132017876"/>
<WebView
id="@+id/wv_consent_detail"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017876"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
<LinearLayout
orientation="horizontal"
id="@+id/layout_button"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentBottom="true"
paddingHorizontal="@dimen/2131165433"
paddingVertical="@dimen/2131165444">
<LinearLayout
orientation="horizontal"
id="@+id/ll_pair_button"
layout_width="match_parent"
layout_height="match_parent"
weightSum="2">
<Button
id="@+id/bt_deny"
layout_width="0dp"
layout_height="wrap_content"
text="@string/partner_consent_deny_button"
layout_weight="1"
layout_marginEnd="8dp"
style="@style/2132017536"/>
<Button
id="@+id/bt_allow"
layout_width="0dp"
layout_height="wrap_content"
text="@string/partner_consent_allow_button"
layout_weight="1"
layout_marginStart="8dp"
style="@style/2132017576"/>
</LinearLayout>
<Button
id="@+id/bt_single_allow"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginHorizontal="@dimen/2131165477"
style="@style/2132017576"/>
</LinearLayout>
<View
id="@+id/activity_partner_consent_placeholder"
background="#ffffff"
layout_width="match_parent"
layout_height="match_parent"/>
</RelativeLayout>