12-09-1395، 01:59 ب.ظ
دوستان من یه اپ نوشتم با کاستوم باتن توی اندروید 4 استاپ میده ولی تو اندروید 5 ب بالا مشکلی ندارم ! کسی میدونه علت چیه ؟!
xml کاستوم باتن :
btn_bg xml :
با تشکر قبلی !
android.view.InflateException: Binary XML file line #123: Error inflating class Button
xml کاستوم باتن :
<ripple xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:color="#3395ff" tools:targetApi="lollipop"> <item android:drawable="@drawable/btn_bg"></item> </ripple>
btn_bg xml :
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="#FFFF90" /> <corners android:radius="15dp" /> </shape>
با تشکر قبلی !