Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FacePay
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
刘立
FacePay
Commits
84dc68f1
Commit
84dc68f1
authored
Aug 15, 2018
by
llxqb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
界面增加适配
parent
d3aca767
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
5 deletions
+12
-5
app/src/main/res/drawable/dialog_iv_num_clear.xml
+6
-0
app/src/main/res/layout/activity_login.xml
+3
-2
app/src/main/res/layout/dialog_common.xml
+2
-2
app/src/main/res/layout/dialog_login.xml
+1
-1
No files found.
app/src/main/res/drawable/dialog_iv_num_clear.xml
0 → 100644
View file @
84dc68f1
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:state_checked=
"true"
android:drawable=
"@drawable/delete_press"
/>
<item
android:state_checked=
"false"
android:drawable=
"@drawable/delete_normal"
/>
</selector>
\ No newline at end of file
app/src/main/res/layout/activity_login.xml
View file @
84dc68f1
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
android:background=
"@drawable/app_btn_gopay_selector"
android:background=
"@drawable/app_btn_gopay_selector"
android:text=
"@string/go_pay_btn"
android:text=
"@string/go_pay_btn"
android:textColor=
"@color/write"
android:textColor=
"@color/write"
android:textSize=
"@dimen/sp_15"
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintRight_toRightOf=
"parent"
app:layout_constraintRight_toRightOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/video_view"
app:layout_constraintTop_toBottomOf=
"@id/video_view"
...
@@ -33,12 +34,12 @@
...
@@ -33,12 +34,12 @@
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"@dimen/dp_34"
android:layout_marginTop=
"@dimen/dp_34"
android:background=
"@drawable/app_btn_login_selector"
android:drawableEnd=
"@drawable/img_login_arrow"
android:drawableEnd=
"@drawable/img_login_arrow"
android:padding=
"@dimen/dp_6"
android:gravity=
"center"
android:gravity=
"center"
android:padding=
"@dimen/dp_6"
android:text=
"@string/is_member"
android:text=
"@string/is_member"
android:textColor=
"@color/app_color"
android:textColor=
"@color/app_color"
android:background=
"@drawable/app_btn_login_selector"
android:textSize=
"@dimen/sp_15"
android:textSize=
"@dimen/sp_15"
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintRight_toRightOf=
"parent"
app:layout_constraintRight_toRightOf=
"parent"
...
...
app/src/main/res/layout/dialog_common.xml
View file @
84dc68f1
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<LinearLayout
<LinearLayout
android:id=
"@+id/dialog_common_ll_center"
android:id=
"@+id/dialog_common_ll_center"
android:layout_width=
"@dimen/dp_230"
android:layout_width=
"@dimen/dp_230"
android:layout_height=
"@dimen/dp_1
40
"
android:layout_height=
"@dimen/dp_1
38
"
android:background=
"@drawable/app_write_bg"
android:background=
"@drawable/app_write_bg"
android:gravity=
"center"
android:gravity=
"center"
android:orientation=
"vertical"
>
android:orientation=
"vertical"
>
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<TextView
<TextView
android:layout_width=
"wrap_content"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginTop=
"@dimen/dp_2
5
"
android:layout_marginTop=
"@dimen/dp_2
0
"
android:gravity=
"center_horizontal"
android:gravity=
"center_horizontal"
android:text=
"@string/common_dialog_no_find_shopping"
android:text=
"@string/common_dialog_no_find_shopping"
android:textColor=
"@color/black"
android:textColor=
"@color/black"
...
...
app/src/main/res/layout/dialog_login.xml
View file @
84dc68f1
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
android:layout_height=
"@dimen/dp_15"
android:layout_height=
"@dimen/dp_15"
android:layout_marginEnd=
"@dimen/dp_15"
android:layout_marginEnd=
"@dimen/dp_15"
android:layout_marginTop=
"@dimen/dp_60"
android:layout_marginTop=
"@dimen/dp_60"
android:src=
"@drawable/d
elete_normal
"
android:src=
"@drawable/d
ialog_iv_num_clear
"
app:layout_constraintLeft_toRightOf=
"@id/dialog_tv_card_num"
app:layout_constraintLeft_toRightOf=
"@id/dialog_tv_card_num"
app:layout_constraintRight_toRightOf=
"parent"
app:layout_constraintRight_toRightOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@id/dialog_tv_hint"
/>
app:layout_constraintTop_toBottomOf=
"@id/dialog_tv_hint"
/>
...
...
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