Skip to content

Commit

Permalink
Switch to MaterialComponents theme
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Ruesga <[email protected]>
  • Loading branch information
jruesga committed Sep 3, 2018
1 parent a40ee70 commit 2d88922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
limitations under the License.
-->
<resources>
<style name="AppThemeBase" parent="Theme.AppCompat.Light.NoActionBar">
<style name="AppThemeBase" parent="Theme.MaterialComponents.Light.NoActionBar">
<item name="colorPrimary">@color/primary</item>
<item name="colorPrimaryDark">@color/primaryDark</item>
<item name="colorAccent">@color/accent</item>
Expand Down

0 comments on commit 2d88922

Please sign in to comment.