Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TangKuPos
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王海
TangKuPos
Commits
b3057b7e
Commit
b3057b7e
authored
Jan 05, 2018
by
王海
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改登录UI
parent
8afa25ee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
16 deletions
+21
-16
app/build.gradle
app/build.gradle
+1
-1
app/src/main/res/layout/dialog_integral_get_setting.xml
app/src/main/res/layout/dialog_integral_get_setting.xml
+18
-13
app/src/main/res/layout/item_return_ticket.xml
app/src/main/res/layout/item_return_ticket.xml
+2
-2
No files found.
app/build.gradle
View file @
b3057b7e
...
@@ -10,6 +10,7 @@ android {
...
@@ -10,6 +10,7 @@ android {
versionCode
1
versionCode
1
versionName
"1.0"
versionName
"1.0"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
testInstrumentationRunner
"android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled
true
}
}
//解决问题的代码
//解决问题的代码
dexOptions
{
dexOptions
{
...
@@ -80,6 +81,5 @@ dependencies {
...
@@ -80,6 +81,5 @@ dependencies {
compile
'com.github.ybq:Android-SpinKit:1.1.0'
compile
'com.github.ybq:Android-SpinKit:1.1.0'
compile
'com.youth.banner:banner:1.4.10'
compile
'com.youth.banner:banner:1.4.10'
compile
'cn.jzvd:jiaozivideoplayer:6.0.0'
compile
'cn.jzvd:jiaozivideoplayer:6.0.0'
compile
'com.liulishuo.filedownloader:library:1.6.8'
compile
(
name:
'zx_print_library-debug'
,
ext:
'aar'
)
compile
(
name:
'zx_print_library-debug'
,
ext:
'aar'
)
}
}
app/src/main/res/layout/dialog_integral_get_setting.xml
View file @
b3057b7e
...
@@ -32,22 +32,10 @@
...
@@ -32,22 +32,10 @@
android:id=
"@+id/ic_title"
android:id=
"@+id/ic_title"
layout=
"@layout/title"
/>
layout=
"@layout/title"
/>
<Button
android:id=
"@+id/btn_add"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_alignParentBottom=
"true"
android:layout_margin=
"@dimen/all_margin"
android:background=
"@color/red_guanyu"
android:onClick=
"@{OnClickListener}"
android:text=
"确定"
android:textColor=
"@color/white"
android:textSize=
"@dimen/et_textsize"
/>
<ScrollView
<ScrollView
android:layout_width=
"match_parent"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:layout_above=
"@+id/btn_add"
android:layout_below=
"@+id/ic_title"
>
android:layout_below=
"@+id/ic_title"
>
<LinearLayout
<LinearLayout
...
@@ -680,8 +668,8 @@
...
@@ -680,8 +668,8 @@
android:layout_width=
"0dp"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginRight=
"@dimen/all_padding_left_right"
android:layout_marginRight=
"@dimen/all_padding_left_right"
android:gravity=
"right"
android:layout_weight=
"2"
android:layout_weight=
"2"
android:gravity=
"right"
android:text=
"个月"
android:text=
"个月"
android:textColor=
"@color/black_baozheng"
android:textColor=
"@color/black_baozheng"
android:textSize=
"@dimen/et_textsize"
/>
android:textSize=
"@dimen/et_textsize"
/>
...
@@ -692,6 +680,23 @@
...
@@ -692,6 +680,23 @@
android:layout_height=
"@dimen/all_line_width"
android:layout_height=
"@dimen/all_line_width"
android:background=
"@color/gray1"
></View>
android:background=
"@color/gray1"
></View>
<LinearLayout
android:layout_width=
"match_parent"
android:background=
"@color/white"
android:layout_height=
"wrap_content"
>
<Button
android:id=
"@+id/btn_add"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_margin=
"@dimen/all_margin"
android:background=
"@color/red_guanyu"
android:onClick=
"@{OnClickListener}"
android:text=
"确定"
android:textColor=
"@color/white"
android:textSize=
"@dimen/et_textsize"
/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</ScrollView>
</ScrollView>
...
...
app/src/main/res/layout/item_return_ticket.xml
View file @
b3057b7e
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
android:layout_weight=
"2.3"
>
android:layout_weight=
"2.3"
>
<ImageView
<ImageView
android:layout_width=
"
wrap_cont
ent"
android:layout_width=
"
match_par
ent"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:background=
"@mipmap/return_ticket_one"
/>
android:background=
"@mipmap/return_ticket_one"
/>
...
@@ -97,7 +97,7 @@
...
@@ -97,7 +97,7 @@
android:layout_weight=
"1"
>
android:layout_weight=
"1"
>
<ImageView
<ImageView
android:layout_width=
"
wrap_cont
ent"
android:layout_width=
"
match_par
ent"
android:layout_height=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"@mipmap/return_ticket_two"
android:background=
"@mipmap/return_ticket_two"
/>
/>
...
...
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