Skip to content

Commit

Permalink
fix: Add support for AppCompatEditText (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
MykhailoNester authored Dec 13, 2023
1 parent e690889 commit b4f5c39
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ internal class CrowdinLayoutInflater constructor(
"com.google.android.material.navigation.NavigationView",
"com.google.android.material.button.MaterialButton",
"androidx.appcompat.widget.AppCompatButton",
"androidx.appcompat.widget.AppCompatEditText",
"TextView"
)

Expand Down

0 comments on commit b4f5c39

Please sign in to comment.