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

29 lines
933 B
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"
gravity="center"
orientation="vertical"
background="#f3f1f3"
layout_width="match_parent"
layout_height="match_parent"
paddingStart="16dp"
paddingEnd="16dp">
<ImageView
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/phone"/>
<TextView
gravity="center_horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="20dp"
text="@string/notification_no_message_info_title"
style="@style/2132017876"/>
<TextView
gravity="center_horizontal"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="10dp"
text="@string/notification_no_message_info_message"
style="@style/2132017947"/>
</LinearLayout>