17 lines
550 B
XML
17 lines
550 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
gravity="center"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="24dp"
|
|
text="@string/landing_scbs_bottom_text"
|
|
layout_marginStart="24dp"
|
|
layout_marginEnd="24dp"
|
|
style="@style/2132017920"/>
|
|
</LinearLayout>
|