24 lines
806 B
XML
24 lines
806 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<RelativeLayout
|
|
id="@+id/bottom_panel"
|
|
background="#f5f3f6"
|
|
paddingBottom="24dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<Button
|
|
id="@+id/done_button"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
layout_marginTop="40dp"
|
|
text="@string/account_management_footer_button"
|
|
layout_centerHorizontal="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017536"/>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|