Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
InstiApp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
RAHUL SHARMA
InstiApp
Commits
96ef1260
Commit
96ef1260
authored
Oct 28, 2018
by
Varun Patil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix crashes on multiple fragment due to missing colors
parent
76c88c8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
app/src/main/res/values/styles.xml
app/src/main/res/values/styles.xml
+5
-1
No files found.
app/src/main/res/values/styles.xml
View file @
96ef1260
...
...
@@ -8,6 +8,8 @@
<item
name=
"colorAccent"
>
@color/colorAccent
</item>
<item
name=
"themeColor"
>
#FFFFFF
</item>
<item
name=
"themeColorInverse"
>
#000000
</item>
<item
name=
"newsColor"
>
#F2F2F2
</item>
<item
name=
"urlColor"
>
@color/colorPrimary
</item>
<item
name=
"android:windowAnimationStyle"
>
@style/WindowAnimationTransition
</item>
</style>
...
...
@@ -22,6 +24,8 @@
<item
name=
"colorAccent"
>
@color/colorAccent
</item>
<item
name=
"themeColor"
>
#000000
</item>
<item
name=
"themeColorInverse"
>
#FFFFFF
</item>
<item
name=
"newsColor"
>
#00000000
</item>
<item
name=
"urlColor"
>
@color/colorAccent
</item>
<item
name=
"android:windowAnimationStyle"
>
@style/WindowAnimationTransition
</item>
</style>
...
...
@@ -31,7 +35,7 @@
</style>
<style
name=
"BlueAccent"
>
<item
name=
"colorAccent"
>
@color/colorPrimary
</item>
<item
name=
"colorAccent"
>
?attr/urlColor
</item>
</style>
<style
name=
"AppTheme.AppBarOverlay"
parent=
"ThemeOverlay.AppCompat.Dark.ActionBar"
/>
...
...
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