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

49 lines
1.9 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:button="http://schemas.android.com/apk/res-auto"
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="match_parent">
<include layout="@layout/2131559376"/>
<ScrollView
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<LinearLayout
gravity="center"
orientation="vertical"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="26dp"
paddingEnd="26dp">
<ImageView
id="@+id/imageView"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_use_3_g_4_g"
contentDescription="@null"/>
<com.scb.phone.view.custom.common.ThaiTextView
gravity="center"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="20dp"
text="@string/turn_off_wifi_title"
layout_marginStart="20dp"
layout_marginEnd="20dp"
style="@style/2132017876"/>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/wifi_settings_button"
background="@drawable/bg_button"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="60dp"
layout_marginBottom="26dp"
NOT_FOUND_0x12="@drawable/ripple_rounded_dark_purple"
NOT_FOUND_0x13="@string/wifi_button"
NOT_FOUND_0x14="@color/2131100912"/>
</LinearLayout>
</ScrollView>
</LinearLayout>