Hi I have been trying to add this library project to my existing project in Eclipse. Its the first time I am going to use a library project and I am having tough time. looked around for may ways from tutorials and posts around but couldn't get it done.
I hope I can get help from this wonderful community I am a part of.
This is my xml..
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<at.markushi.ui.ActionView
android:id="@+id/action"
android:layout_width="56dip"
android:layout_height="56dip"
android:padding="16dip"
app:av_color="@android:color/white"
app:av_action="drawer"/>
</RelativeLayout>
The tag <at.markushi.ui.ActionView/>
is giving error and i am unable to import at.markushi.ui.ActionView
in my main activity.
For more details please refer to the developer documentation page, setting up a library project.