You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello i implemented your library in my project. The problem i am facing is :
i am not able to attach the content layout in my file.. i did everything as required but still i am not able to see the textview which is in my content_xml.
<TextViewxmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="match_parent"android:layout_height="match_parent"android:paddingBottom="@dimen/activity_vertical_margin"android:paddingLeft="@dimen/activity_horizontal_margin"android:paddingRight="@dimen/activity_horizontal_margin"android:paddingTop="@dimen/activity_vertical_margin"android:textColor="#ffffff"android:text="I think Sir you can avoid the error without turning off the Proguard. " />
Hello i implemented your library in my project. The problem i am facing is :
i am not able to attach the content layout in my file.. i did everything as required but still i am not able to see the textview which is in my content_xml.
Below is my code:
Activity:
other_user_content
other_user_header_content
Screenshot Attached:
The text was updated successfully, but these errors were encountered: