Commit a2fe1cca by sikang

bug fix

parent 82c80498
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="50dp"
android:background="@color/white"
android:orientation="vertical"
android:padding="20dp">
<TextView
android:layout_width="260dp"
android:layout_height="wrap_content"
android:text="@string/text_statement"
android:textSize="20dp"
android:textStyle="bold" />
<TextView
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:background="@color/color_line" />
<ScrollView
android:layout_width="260dp"
android:layout_height="400dp">
<TextView
android:layout_width="260dp"
android:layout_height="wrap_content"
android:text="@string/text_collect_tip"/>
</ScrollView>
<TextView
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/color_line" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginTop="5dp"
android:gravity="right"
android:orientation="horizontal">
<Button
android:id="@+id/dialog_policy_cancel_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@color/white"
android:text="@string/text_cancel"
android:textColor="@color/color_blue" />
<Button
android:id="@+id/dialog_policy_sure_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@color/white"
android:text="@string/text_sure"
android:textColor="@color/color_blue" />
</LinearLayout>
</LinearLayout>
\ No newline at end of file
......@@ -1101,7 +1101,6 @@
<string name="bank_card_no_too_long">Nomor rekening penerima terlalu panjang</string>
<string name="loan_reason_too_long">Tujuan pinjaman terlalu panjang</string>
<string name="text_statement">Statement</string>
<string name="new_conversation">Percakapan Baru</string>
<string name="history_conversation">Sejarah Rekaman</string>
......@@ -1125,6 +1124,8 @@
<!--Klik tombol "Batal" untuk keluar dari program\n-->
<!--</string>-->
<string name="text_statement">Deklarasi</string>
<string name="text_collect_tip">
Harap konfirmasi bahwa kami berwenang untuk mengumpulkan informasi berikut, jika tidak, Anda tidak akan dapat terus menggunakan layanan kami.\n\n
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment