Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_vedio
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
android
android_vedio
Commits
33dcf6f7
Commit
33dcf6f7
authored
Dec 06, 2023
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新颜色
parent
dd05a383
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
item_text_sel3.xml
video/app/src/main/res/color/item_text_sel3.xml
+5
-0
activity_main.xml
video/app/src/main/res/layout/activity_main.xml
+2
-2
No files found.
video/app/src/main/res/color/item_text_sel3.xml
0 → 100644
View file @
33dcf6f7
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:color=
"#EEAD0E"
android:state_selected=
"true"
/>
<item
android:color=
"@color/graya"
android:state_selected=
"false"
/>
</selector>
\ No newline at end of file
video/app/src/main/res/layout/activity_main.xml
View file @
33dcf6f7
...
...
@@ -78,8 +78,8 @@
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"尊享"
android:textColor=
"@color/item_text_sel"
android:textSize=
"
16
sp"
android:textColor=
"@color/item_text_sel
3
"
android:textSize=
"
20
sp"
android:textStyle=
"bold"
/>
</LinearLayout>
...
...
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