Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lib_base
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
sikang
lib_base
Commits
16760549
Commit
16760549
authored
Jan 17, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改QMUI 默认边框颜色
parent
56bb4473
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
18 deletions
+5
-18
src/main/res/drawable/shape_checkedborder_round.xml
+0
-9
src/main/res/drawable/shape_checkedsolid_round.xml
+0
-7
src/main/res/values/styles.xml
+5
-2
No files found.
src/main/res/drawable/shape_checkedborder_round.xml
deleted
100644 → 0
View file @
56bb4473
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shape=
"rectangle"
>
<corners
android:radius=
"5dp"
/>
<stroke
android:width=
"1dp"
android:color=
"@color/checked_color"
/>
</shape>
\ No newline at end of file
src/main/res/drawable/shape_checkedsolid_round.xml
deleted
100644 → 0
View file @
56bb4473
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:shape=
"rectangle"
>
<corners
android:radius=
"5dp"
/>
<solid
android:color=
"@color/checked_color"
/>
</shape>
\ No newline at end of file
src/main/res/values/styles.xml
View file @
16760549
...
...
@@ -41,6 +41,10 @@
<item
name=
"android:windowIsTranslucent"
>
true
</item>
</style>
<!-- 配置qmui提供的theme -->
<color
name=
"btn_ghost_blue_border_normal"
>
@color/main_color
</color>
<color
name=
"btn_ghost_blue_text_normal"
>
@color/main_color
</color>
<style
name=
"QMTheme"
parent=
"QMUI.Compat.NoActionBar"
>
<item
name=
"android:windowAnimationStyle"
>
@style/default_animation
</item>
<item
name=
"android:windowIsTranslucent"
>
true
</item>
...
...
@@ -59,8 +63,7 @@
<item
name=
"android:windowFullscreen"
>
false
</item>
<item
name=
"android:windowBackground"
>
@android:color/transparent
</item>
<!-- 配置qmui提供的theme -->
<item
name=
"qmui_config_color_blue"
>
@color/main_color
</item>
<item
name=
"qmui_content_spacing_horizontal"
>
20dp
</item>
<item
name=
"qmui_content_padding_horizontal"
>
@dimen/qmui_content_spacing_horizontal
</item>
...
...
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