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
38f3abab
Commit
38f3abab
authored
Dec 22, 2017
by
王海
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改title
parent
28ba590e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
29 deletions
+18
-29
app/src/main/AndroidManifest.xml
app/src/main/AndroidManifest.xml
+7
-7
app/src/main/res/layout/activity_integral.xml
app/src/main/res/layout/activity_integral.xml
+11
-22
No files found.
app/src/main/AndroidManifest.xml
View file @
38f3abab
...
@@ -36,16 +36,16 @@
...
@@ -36,16 +36,16 @@
<activity
<activity
android:name=
".ui.login.LoginActivity"
android:name=
".ui.login.LoginActivity"
android:configChanges=
"keyboard|orientation|screenSize|keyboardHidden"
android:configChanges=
"keyboard|orientation|screenSize|keyboardHidden"
android:windowSoftInputMode=
"adjustUnspecified|stateHidden"
/>
android:windowSoftInputMode=
"adjustUnspecified|stateHidden"
/>
<activity
<activity
android:name=
".ui.exception.ErrorDialogActivity"
android:name=
".ui.exception.ErrorDialogActivity"
android:configChanges=
"keyboard|orientation|screenSize|keyboardHidden"
android:configChanges=
"keyboard|orientation|screenSize|keyboardHidden"
android:theme=
"@style/Theme.AppCompat.Light.Dialog"
/>
android:theme=
"@style/Theme.AppCompat.Light.Dialog"
/>
<activity
<activity
android:name=
".ui.exception.ServerErrActivity"
android:name=
".ui.exception.ServerErrActivity"
android:configChanges=
"keyboard|orientation|screenSize|keyboardHidden"
android:configChanges=
"keyboard|orientation|screenSize|keyboardHidden"
android:theme=
"@style/Theme.AppCompat.Light.Dialog"
/>
android:theme=
"@style/Theme.AppCompat.Light.Dialog"
/>
<activity
<activity
android:name=
".ui.payment.PaymentActivity"
android:name=
".ui.payment.PaymentActivity"
android:configChanges=
"keyboard|orientation|screenSize|keyboardHidden"
android:configChanges=
"keyboard|orientation|screenSize|keyboardHidden"
...
@@ -59,11 +59,11 @@
...
@@ -59,11 +59,11 @@
android:name=
".ui.marketing.ticket.ReturnTicketActivity"
android:name=
".ui.marketing.ticket.ReturnTicketActivity"
android:configChanges=
"keyboard|orientation|screenSize|keyboardHidden"
android:configChanges=
"keyboard|orientation|screenSize|keyboardHidden"
android:label=
"@string/title_activity_ticket"
android:label=
"@string/title_activity_ticket"
android:theme=
"@style/AppTheme"
/>
android:theme=
"@style/AppTheme"
/>
<activity
<activity
android:name=
".ui.settle.SettleActivity"
android:name=
".ui.settle.SettleActivity"
android:configChanges=
"keyboard|orientation|screenSize|keyboardHidden"
android:configChanges=
"keyboard|orientation|screenSize|keyboardHidden"
android:windowSoftInputMode=
"adjustUnspecified|stateHidden"
/>
android:windowSoftInputMode=
"adjustUnspecified|stateHidden"
/>
</application>
</application>
</manifest>
</manifest>
\ No newline at end of file
app/src/main/res/layout/activity_integral.xml
View file @
38f3abab
...
@@ -18,15 +18,7 @@
...
@@ -18,15 +18,7 @@
<include
<include
android:id=
"@+id/ic_title"
android:id=
"@+id/ic_title"
layout=
"@layout/title"
layout=
"@layout/title"
/>
android:layout_width=
"0dp"
android:layout_height=
"0dp"
android:background=
"@drawable/singleline_white_gray"
app:layout_constraintBottom_toTopOf=
"@id/btn_add"
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintRight_toRightOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintVertical_weight=
"@integer/all_top_weight"
/>
<LinearLayout
<LinearLayout
android:id=
"@+id/btn_add"
android:id=
"@+id/btn_add"
...
@@ -66,8 +58,6 @@
...
@@ -66,8 +58,6 @@
android:background=
"@color/white"
android:background=
"@color/white"
android:gravity=
"center"
android:gravity=
"center"
android:orientation=
"horizontal"
android:orientation=
"horizontal"
android:paddingLeft=
"@dimen/all_margin"
android:paddingRight=
"@dimen/all_margin"
app:layout_constraintBottom_toBottomOf=
"@id/cl_bottom"
app:layout_constraintBottom_toBottomOf=
"@id/cl_bottom"
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintLeft_toLeftOf=
"parent"
app:layout_constraintRight_toRightOf=
"parent"
app:layout_constraintRight_toRightOf=
"parent"
...
@@ -83,32 +73,31 @@
...
@@ -83,32 +73,31 @@
<RadioButton
<RadioButton
android:id=
"@+id/rb_get"
android:id=
"@+id/rb_get"
android:layout_width=
"
wrap_content
"
android:layout_width=
"
0dp
"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginLeft=
"@dimen/all_margin"
android:layout_marginLeft=
"@dimen/all_padding"
android:layout_marginRight=
"@dimen/all_margin"
android:layout_marginRight=
"@dimen/all_padding"
android:layout_weight=
"1"
android:background=
"@drawable/radio_select"
android:background=
"@drawable/radio_select"
android:button=
"@null"
android:button=
"@null"
android:gravity=
"center"
android:onClick=
"@{OnClickListener}"
android:onClick=
"@{OnClickListener}"
android:padding=
"@dimen/all_padding"
android:padding=
"@dimen/all_padding"
android:text=
"获取规则"
android:text=
"获取规则"
android:textColor=
"@drawable/radio_select"
android:textColor=
"@drawable/radio_select"
android:textSize=
"@dimen/et_textsize"
/>
android:textSize=
"@dimen/et_textsize"
/>
<View
android:layout_width=
"@dimen/all_line_width"
android:layout_height=
"match_parent"
android:layout_margin=
"@dimen/all_margin"
android:background=
"@color/gary"
></View>
<RadioButton
<RadioButton
android:id=
"@+id/rb_exchange"
android:id=
"@+id/rb_exchange"
android:layout_width=
"
wrap_content
"
android:layout_width=
"
0dp
"
android:layout_height=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginLeft=
"@dimen/all_margin"
android:layout_marginLeft=
"@dimen/all_padding"
android:layout_marginRight=
"@dimen/all_margin"
android:layout_marginRight=
"@dimen/all_padding"
android:layout_weight=
"1"
android:background=
"@drawable/radio_select"
android:background=
"@drawable/radio_select"
android:button=
"@null"
android:button=
"@null"
android:gravity=
"center"
android:onClick=
"@{OnClickListener}"
android:onClick=
"@{OnClickListener}"
android:padding=
"@dimen/all_padding"
android:padding=
"@dimen/all_padding"
android:text=
"兑换规则"
android:text=
"兑换规则"
...
...
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