Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xabber-android
Project
Project
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
Administrator
xabber-android
Commits
b7dc08aa
Commit
b7dc08aa
authored
Mar 27, 2015
by
Grigory Fedorov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Red action bar theme.
parent
334f38fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
myapp_action_mode_background.xml
app/src/main/res/drawable/myapp_action_mode_background.xml
+1
-1
theme.xml
app/src/main/res/values/theme.xml
+3
-0
No files found.
app/src/main/res/drawable/myapp_action_mode_background.xml
View file @
b7dc08aa
...
...
@@ -2,7 +2,7 @@
<layer-list
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<item
android:top=
"-2dp"
android:left=
"-2dp"
android:right=
"-2dp"
>
<shape
android:shape=
"rectangle"
>
<solid
android:color=
"
@color/primary_material_dark
"
/>
<solid
android:color=
"
?attr/colorPrimary
"
/>
</shape>
</item>
</layer-list>
\ No newline at end of file
app/src/main/res/values/theme.xml
View file @
b7dc08aa
...
...
@@ -23,5 +23,8 @@
<item
name=
"windowActionModeOverlay"
>
true
</item>
<!--for text selection toolbar color -->
<item
name=
"actionModeBackground"
>
@drawable/myapp_action_mode_background
</item>
<item
name=
"colorPrimary"
>
@color/red_500
</item>
<item
name=
"colorPrimaryDark"
>
@color/red_700
</item>
</style>
</resources>
\ No newline at end of file
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