42 lines
1.3 KiB
XML
42 lines
1.3 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
id="@+id/fragment_new_payment_linear_layout"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<include layout="@layout/2131558841"/>
|
||
|
<TextView
|
||
|
id="@+id/recommended_billers_text_view"
|
||
|
paddingTop="8dp"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/recommended_billers"
|
||
|
textAllCaps="true"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="0dp"
|
||
|
style="@style/2132017919"/>
|
||
|
<FrameLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<include
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout="@layout/2131559460"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/view_biller_not_found"
|
||
|
background="#ffffff"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="75dp"
|
||
|
text="@string/biller_not_found"
|
||
|
style="@style/2132017869"/>
|
||
|
</FrameLayout>
|
||
|
<include
|
||
|
layout_width="match_parent"
|
||
|
layout_height="75dp"
|
||
|
layout="@layout/2131559010"/>
|
||
|
</LinearLayout>
|