Open fWX228941 opened 8 years ago
app:stl_customTabTextLayoutId="@layout/custom_tab_like_a_medium"
app:stl_customTabTextViewId="@id/custom_text"
and comes with a error :Error:(191, 42) No resource found that matches the given name (at 'stl_customTabTextViewId' with value '@id/custom_text'). seek help @ogaclejapan
add + in id: app:stl_customTabTextViewId="@+id/custom_text"
@liauli its true but i think you meant "@+id/custom_text"
oh yes, thank you for your correction
and comes with a error :Error:(191, 42) No resource found that matches the given name (at 'stl_customTabTextViewId' with value '@id/custom_text'). seek help @ogaclejapan