Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sridatta Gorugantula
Stickers
Commits
805c206c
Commit
805c206c
authored
Sep 04, 2019
by
ar-arvind
Committed by
Simon Xu
Sep 09, 2019
Browse files
Migrated to material components.
parent
32adca88
Changes
1
Hide whitespace changes
Inline
Side-by-side
Android/app/src/main/res/values/styles.xml
View file @
805c206c
<resources
xmlns:tools=
"http://schemas.android.com/tools"
>
<!-- Base application theme. -->
<style
name=
"AppTheme"
parent=
"Theme.
AppCompat
.Light"
>
<style
name=
"AppTheme"
parent=
"Theme.
MaterialComponents
.Light"
>
<!-- Customize your theme here. -->
<item
name=
"colorPrimary"
>
@color/colorPrimary
</item>
<item
name=
"colorPrimaryDark"
>
@color/colorPrimaryDark
</item>
...
...
@@ -9,11 +9,11 @@
<item
name=
"actionBarTheme"
>
@style/MyApp.ActionBarTheme
</item>
</style>
<style
name=
"MyApp.ActionBarTheme"
parent=
"@style/ThemeOverlay.
AppCompat
.ActionBar"
>
<style
name=
"MyApp.ActionBarTheme"
parent=
"@style/ThemeOverlay.
MaterialComponents
.ActionBar"
>
<item
name=
"colorControlNormal"
>
@color/actionBarArrowColor
</item>
</style>
<style
name=
"StickerPreviewButtonText"
parent=
"Widget.
AppCompat.Button.Borderless
"
>
<style
name=
"StickerPreviewButtonText"
parent=
"Widget.
MaterialComponents.Button.TextButton
"
>
<item
name=
"android:textColor"
>
@android:color/white
</item>
<item
name=
"android:textSize"
>
14sp
</item>
<item
name=
"android:textStyle"
>
bold
</item>
...
...
Write
Preview
Supports
Markdown
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