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

25 lines
876 B
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.FitWindowsLinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
fitsSystemWindows="true"
layout_width="match_parent"
layout_height="match_parent">
<TextView
ellipsize="end"
layout_gravity="start"
id="@+id/title"
paddingLeft="?attr/dialogPreferredPadding"
paddingTop="18dp"
paddingRight="?attr/dialogPreferredPadding"
layout_width="match_parent"
layout_height="wrap_content"
singleLine="true"
textAlignment="viewStart"
style="?android:attr/windowTitleStyle"/>
<include
layout_width="match_parent"
layout_height="wrap_content"
layout_weight="1"
layout="@layout/2131558420"/>
</androidx.appcompat.widget.FitWindowsLinearLayout>