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
3889cf49
Commit
3889cf49
authored
Dec 11, 2018
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UPDATE
parent
02b1dd6a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
40 deletions
+38
-40
src/main/res/layout/dialog_loan_success.xml
+1
-1
src/main/res/layout/dialog_photo_work.xml
+37
-39
No files found.
src/main/res/layout/dialog_loan_success.xml
View file @
3889cf49
...
...
@@ -34,7 +34,7 @@
android:layout_height=
"wrap_content"
android:gravity=
"center_horizontal"
android:text=
"@string/loan_result_title_approved"
android:visibility=
"gone"
/>
/>
<TextView
android:id=
"@+id/tv_loanresult_tips"
...
...
src/main/res/layout/dialog_photo_work.xml
View file @
3889cf49
...
...
@@ -6,48 +6,45 @@
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@color/white"
android:paddingBottom=
"20dp"
android:paddingTop=
"20dp"
android:orientation=
"vertical"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:background=
"@color/white"
android:orientation=
"vertical"
android:padding=
"20dp"
>
<ImageView
android:id=
"@+id/iv_ktp_alert"
android:layout_width=
"270dp"
android:layout_marginLeft=
"15dp"
android:layout_marginRight=
"15dp"
android:layout_height=
"150dp"
android:scaleType=
"center"
android:src=
"@drawable/work_card"
/>
<ImageView
android:id=
"@+id/iv_ktp_alert"
android:layout_width=
"270dp"
android:layout_height=
"150dp"
android:scaleType=
"center"
android:src=
"@drawable/work_card"
/>
<TextView
android:id=
"@+id/tv_ktp_alert"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"18dp"
android:gravity=
"center"
android:text=
"@string/text_shoot_work_card_front"
android:textColor=
"@color/main_color"
/>
<TextView
android:id=
"@+id/tv_ktp_alert"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"18dp"
android:gravity=
"center"
android:text=
"@string/text_shoot_work_card_front"
android:textColor=
"@color/main_color"
/>
<TextView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"3dp"
android:gravity=
"center"
android:text=
"@string/text_shoot_photo_clear_tips"
android:textColor=
"@color/main_color"
/>
<TextView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"3dp"
android:gravity=
"center"
android:text=
"@string/text_shoot_photo_clear_tips"
android:textColor=
"@color/main_color"
/>
<Button
android:id=
"@+id/dialog_takeWorkPhoto_ok_btn"
style=
"@style/main_color_roundBtn"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"24dp"
android:text=
"@string/text_button_start_taking_photos"
/>
</LinearLayout>
<Button
android:id=
"@+id/dialog_takeWorkPhoto_ok_btn"
style=
"@style/main_color_roundBtn"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_gravity=
"center_horizontal"
android:layout_marginTop=
"24dp"
android:text=
"@string/text_button_start_taking_photos"
/>
</LinearLayout>
</LinearLayout>
\ No newline at end of file
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