Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #57 from zeoflow/MaterialElementsViewInflater-failed
Browse files Browse the repository at this point in the history
fixed MaterialElementsViewInflater error at runtime
  • Loading branch information
teogor authored Feb 23, 2021
2 parents 4692fd2 + dadc67e commit 42e84d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (C) 2020 ZeoFlow
~ Copyright (C) 2021 ZeoFlow
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -20,7 +20,7 @@

<style name="Base.V14.Theme.MaterialElements.Dialog" parent="Base.V14.Theme.MaterialElements.Dialog.Bridge">
<item name="viewInflaterClass">
com.zeoflow.theme.MaterialElementsViewInflater
com.zeoflow.material.elements.theme.MaterialElementsViewInflater
</item>

<item name="colorPrimary">@color/design_dark_default_color_primary</item>
Expand Down Expand Up @@ -77,7 +77,7 @@

<style name="Base.V14.Theme.MaterialElements.Light.Dialog" parent="Base.V14.Theme.MaterialElements.Light.Dialog.Bridge">
<item name="viewInflaterClass">
com.zeoflow.theme.MaterialElementsViewInflater
com.zeoflow.material.elements.theme.MaterialElementsViewInflater
</item>

<!-- Colors -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (C) 2020 ZeoFlow
~ Copyright (C) 2021 ZeoFlow
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -20,7 +20,7 @@

<style name="Base.V14.Theme.MaterialElements" parent="Base.V14.Theme.MaterialElements.Bridge">
<item name="viewInflaterClass">
com.zeoflow.theme.MaterialElementsViewInflater
com.zeoflow.material.elements.theme.MaterialElementsViewInflater
</item>

<!-- Colors -->
Expand Down Expand Up @@ -93,7 +93,7 @@

<style name="Base.V14.Theme.MaterialElements.Light" parent="Base.V14.Theme.MaterialElements.Light.Bridge">
<item name="viewInflaterClass">
com.zeoflow.theme.MaterialElementsViewInflater
com.zeoflow.material.elements.theme.MaterialElementsViewInflater
</item>

<!-- Colors -->
Expand Down

0 comments on commit 42e84d7

Please sign in to comment.