ckdevrel / URLLinkView

It is a custom view implementation in Android to showcase the title, image, description from the URL link.
Other
148 stars 28 forks source link

Fix Google Home Page URL #1

Open PrasandP opened 8 years ago

PrasandP commented 8 years ago

Please Add Google Home Page URL in this App

Like: https://www.google.co.in/

When I try this Link i get this Error : java.lang.ClassCastException: android.widget.LinearLayout$LayoutParams cannot be cast to android.widget.RelativeLayout$LayoutParams

aibiaoxiaoyu commented 7 years ago

this is not bug of the url, this is the bug because the activity code in getLayoutInflater().inflate(R.layout.preview_content, linearLayout); where preview_content is RelativeLayout

PrasandP commented 7 years ago

Thank you for your response.