ogaclejapan / SmartTabLayout

A custom ViewPager title strip which gives continuous feedback to the user when scrolling
Apache License 2.0
7.09k stars 1.34k forks source link

I meet a awkward issue when I custom the text so I add those two code following your example: #183

Open fWX228941 opened 8 years ago

fWX228941 commented 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

fWX228941 commented 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

liauli commented 8 years ago

add + in id: app:stl_customTabTextViewId="@+id/custom_text"

mirrajabi commented 8 years ago

@liauli its true but i think you meant "@+id/custom_text"

liauli commented 8 years ago

oh yes, thank you for your correction