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
8740170d
Commit
8740170d
authored
Oct 23, 2018
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UPDATE
parent
ca8f6e04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
46 deletions
+0
-46
src/main/res/values/styles.xml
+0
-46
No files found.
src/main/res/values/styles.xml
View file @
8740170d
<resources>
<style
name=
"style_bg_transparent_dialog"
parent=
"Base.Theme.AppCompat.Light.Dialog"
>
<item
name=
"android:windowBackground"
>
@android:color/transparent
</item>
<item
name=
"android:windowIsTranslucent"
>
true
</item>
</style>
<style
name=
"QMTheme"
parent=
"QMUI.Compat.NoActionBar"
>
<item
name=
"android:windowBackground"
>
@android:color/transparent
</item>
<item
name=
"android:windowIsTranslucent"
>
true
</item>
<!-- toolbar(actionbar)颜色 -->
<item
name=
"colorPrimary"
>
@color/toolbar_background
</item>
<!-- 状态栏颜色 -->
<item
name=
"colorPrimaryDark"
>
@color/toolbar_background
</item>
<!-- 窗口的背景颜色 -->
<!-- 配置Android提供的theme -->
<item
name=
"android:textAppearanceListItemSmall"
>
@style/QDTextAppearanceListItemSmall
</item>
<item
name=
"android:textAppearanceListItem"
>
@style/QDtextAppearanceListItem
</item>
<item
name=
"android:listPreferredItemHeight"
>
?attr/qmui_list_item_height_higher
</item>
<item
name=
"android:listPreferredItemHeightSmall"
>
?attr/qmui_list_item_height
</item>
<!-- 配置qmui提供的theme -->
<item
name=
"qmui_config_color_blue"
>
@color/toolbar_background
</item>
<item
name=
"qmui_content_spacing_horizontal"
>
20dp
</item>
<item
name=
"qmui_content_padding_horizontal"
>
@dimen/qmui_content_spacing_horizontal
</item>
<item
name=
"QMUITopBarStyle"
>
@style/QDTopBar
</item>
</style>
<style
name=
"QDtextAppearanceListItem"
>
<item
name=
"android:textColor"
>
?attr/qmui_config_color_black
</item>
<item
name=
"android:textSize"
>
18sp
</item>
<item
name=
"android:background"
>
?attr/qmui_s_list_item_bg_with_border_bottom_inset_left
</item>
</style>
<style
name=
"QDTextAppearanceListItemSmall"
>
<item
name=
"android:textColor"
>
?attr/qmui_config_color_gray_4
</item>
<item
name=
"android:textSize"
>
16sp
</item>
<item
name=
"android:background"
>
?attr/qmui_s_list_item_bg_with_border_bottom_inset_left
</item>
</style>
<style
name=
"QDTopBar"
parent=
"QMUI.TopBar"
>
<item
name=
"qmui_topbar_bg_color"
>
@color/toolbar_background
</item>
<item
name=
"qmui_topbar_title_color"
>
@color/white
</item>
<item
name=
"qmui_topbar_subtitle_color"
>
@color/white
</item>
<item
name=
"qmui_topbar_text_btn_color_state_list"
>
@color/white
</item>
</style>
</resources>
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