Skip to content

Commit

Permalink
Add TextureView case to resolveClassName
Browse files Browse the repository at this point in the history
  • Loading branch information
xfumihiro committed Nov 5, 2015
1 parent b0750b2 commit db6feda
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ class LayoutResourceParser {
def className
if (name == 'View') {
className = "android.view.View"
} else if (name == 'TextureView') {
className = "android.view.TextureView"
} else if (name == 'WebView') {
className = "android.webkit.WebView"
} else if (
Expand Down

0 comments on commit db6feda

Please sign in to comment.