I have given manually value to item in styles.xml
it is looking like below
<item name="middleBarArrowSize">16.0dip</item>
<item name="topBottomBarArrowSize">11.309998dip</item>
<item name="disableChildrenWhenDisabled">true</item>
also in some places
<item name="cardBackgroundColor">@color/cardview_light_background</item>
<item name="cardBackgroundColor">@color/cardview_light_background</item>
but in colors.xml I have declared value like
<color name="cardview_dark_background">#ff202020</color>
<color name="cardview_light_background">#fffafafa</color>
<color name="cardview_shadow_end_color">#03000000</color>
<color name="cardview_shadow_start_color">#37000000</color>
<color name="common_action_bar_splitter">#ffd2d2d2</color>
screenshot is like below
I have searched many site
No resource found that matches the given name: attr 'homeHint'
No resource found that matches the given name: attr 'colorPrimary'
No resource found that matches the given name: attr 'android:tabLayout'
Execution failed app:processDebugResources Android Studio
but no on eis helpful for me
will any one suggest me why i am getting this error and what is the solution for this