Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lib_base
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikang
lib_base
Commits
a2fe1cca
Commit
a2fe1cca
authored
Dec 06, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
82c80498
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
70 additions
and
1 deletions
+70
-1
src/main/res/layout/dialog_collect.xml
+68
-0
src/main/res/values/strings.xml
+2
-1
No files found.
src/main/res/layout/dialog_collect.xml
0 → 100644
View file @
a2fe1cca
<?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
src/main/res/values/strings.xml
View file @
a2fe1cca
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment