I wanna ask something else I wanna use customView of the pizza in xml file defintion when i do so it says that error Exception:Binary XML file line #23:Error Inflating class SeekTimer.
SeekTimer is the Custom view. and line 23 is:
<SeekTimer android:id="@+id/seek_bar"
android:layout_width="50px"
android:layout_height="50px"
android:layout_centerHorizontal="true"/>
If anybody can help to remove that error i would be gratefull
When you use your custom view in XML, you need to implement the constructor that inflate the view based on the xml params... does your SeekTimer classs implement this constructor ?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum