Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ShenghuoquanBusiness
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
ShenghuoquanBusiness
Commits
084faf17
Commit
084faf17
authored
Jun 29, 2021
by
yinjiacheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix UI走查 管理中心-设置页面
parent
96b10946
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
6 deletions
+9
-6
colors.xml
CommonLib/Common/src/main/res/values/colors.xml
+1
-0
styles.xml
CommonLib/Common/src/main/res/values/styles.xml
+2
-2
MyStaffActivity.kt
.../shenghuoquan/newscontent/personnel/ui/MyStaffActivity.kt
+2
-0
activity_manager_change.xml
...wscontent/src/main/res/layout/activity_manager_change.xml
+1
-1
activity_my_staff.xml
...nts/newscontent/src/main/res/layout/activity_my_staff.xml
+1
-1
activity_system_setting.xml
...wscontent/src/main/res/layout/activity_system_setting.xml
+1
-1
colors.xml
Components/newscontent/src/main/res/values/colors.xml
+1
-1
No files found.
CommonLib/Common/src/main/res/values/colors.xml
View file @
084faf17
...
...
@@ -33,4 +33,5 @@
<color
name=
"color_666666"
>
#666666
</color>
<color
name=
"color_999999"
>
#999999
</color>
<color
name=
"color_bg_page"
>
#FFFFFFFF
</color>
<color
name=
"color_FFF2F2F2"
>
#FFF2F2F2
</color>
</resources>
CommonLib/Common/src/main/res/values/styles.xml
View file @
084faf17
...
...
@@ -83,8 +83,8 @@
<!--分割线的样式-->
<style
name=
"cut_off_line_style"
>
<item
name=
"android:layout_width"
>
match_parent
</item>
<item
name=
"android:layout_height"
>
1dp
</item>
<item
name=
"android:background"
>
#e3e3e3
</item>
<item
name=
"android:layout_height"
>
@dimen/dp0.5
</item>
<item
name=
"android:background"
>
@color/color_FFF2F2F2
</item>
</style>
</resources>
\ No newline at end of file
Components/newscontent/src/main/java/com/yidian/shenghuoquan/newscontent/personnel/ui/MyStaffActivity.kt
View file @
084faf17
package
com.yidian.shenghuoquan.newscontent.personnel.ui
import
android.os.Bundle
import
androidx.core.content.ContextCompat
import
com.orhanobut.hawk.Hawk
import
com.yidian.common.HawkConfig
import
com.yidian.common.XRouterPathConstants
...
...
@@ -57,6 +58,7 @@ class MyStaffActivity : BaseActivity<ActivityMyStaffBinding>(), IPersonalAccount
private
fun
initView
()
{
initTitleBar
(
viewBind
.
include
.
toolbar
,
viewBind
.
include
.
tvTitle
,
resources
.
getString
(
R
.
string
.
my_staff
))
viewBind
.
include
.
toolbar
.
setBackgroundColor
(
ContextCompat
.
getColor
(
this
,
R
.
color
.
color_FFF5F6F7
))
viewBind
.
rvStaffList
.
adapter
=
myStaffAdapter
}
...
...
Components/newscontent/src/main/res/layout/activity_manager_change.xml
View file @
084faf17
...
...
@@ -134,7 +134,7 @@
android:id=
"@+id/view_line"
android:layout_width=
"match_parent"
android:layout_height=
"1dp"
android:background=
"@color/color_F
5F6F7
"
android:background=
"@color/color_F
FF2F2F2
"
app:layout_constraintEnd_toEndOf=
"@id/gl_right"
app:layout_constraintStart_toStartOf=
"@id/gl_left"
app:layout_constraintTop_toBottomOf=
"@id/ll_old_mobile"
/>
...
...
Components/newscontent/src/main/res/layout/activity_my_staff.xml
View file @
084faf17
...
...
@@ -4,7 +4,7 @@
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"@color/color_F5F6F7"
android:background=
"@color/color_F
FF
5F6F7"
android:orientation=
"vertical"
>
<include
...
...
Components/newscontent/src/main/res/layout/activity_system_setting.xml
View file @
084faf17
...
...
@@ -4,7 +4,7 @@
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:background=
"@color/color_F5F6F7"
android:background=
"@color/color_F
FF
5F6F7"
android:orientation=
"vertical"
>
<include
...
...
Components/newscontent/src/main/res/values/colors.xml
View file @
084faf17
...
...
@@ -42,7 +42,7 @@
<color
name=
"color_1852F1"
>
#1852F1
</color>
<color
name=
"edit_text_border_gray"
>
#cccccc
</color>
<color
name=
"color_F3F4F6"
>
#F3F4F6
</color>
<color
name=
"color_F
5F6F7"
>
#F5F5F5
</color>
<color
name=
"color_F
FF5F6F7"
>
#FFF5F6F7
</color>
<color
name=
"color_1A000000"
>
#1A000000
</color>
<color
name=
"color_DE000000"
>
#DE000000
</color>
<color
name=
"color_8F000000"
>
#8F000000
</color>
...
...
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