37 lines
1.2 KiB
XML
37 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
fillViewport="true">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/txv_deejung_about"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
style="@style/2132017666"/>
|
|
<Space
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
layout_weight="1"/>
|
|
<Button
|
|
textSize="22sp"
|
|
textColor="#7631c1"
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/btn_view_terms_and_conditions"
|
|
background="@android:color/transparent"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp"
|
|
layout_marginBottom="24dp"
|
|
text="@string/view_terms_and_conditions"
|
|
textAllCaps="false"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017959"/>
|
|
</LinearLayout>
|
|
</ScrollView>
|