I am trying to display an AlertDialog
but I am getting below error because of the TextView
(code is given below). The dialog works fine when I comment out this TextView
code.
Here's the TextView code,
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Enter OTP"
android:textSize="20dp"
android:padding="@dimen/min_padding"/>
Here's the Logcat error,
android.view.InflateException: Binary XML file line #0: Binary XML file line #0: Error inflating class TextView
Caused by: android.view.InflateException: Binary XML file line #0: Error inflating class TextView
Caused by: java.lang.UnsupportedOperationException: Can't convert value at index 14 to dimension: type=0x4