rozdoum / social-app-android

Build your social app for Android with the code template that includes the following key features for social networks as likes, comments, posts, image uploads, etc.
Apache License 2.0
450 stars 266 forks source link

Failure to reference resources within styles.xml #76

Closed marroen closed 4 years ago

marroen commented 5 years ago

The following line: ``

<style name="TabLayout" parent="Widget.Design.TabLayout">
    <item name="tabIndicatorColor">@color/white</item>
    <item name="tabIndicatorHeight">@dimen/tab_indicator_height</item>
    <item name="tabGravity">fill</item>
    <item name="tabMode">fixed</item>
</style>

`` The parent is improperly referenced and won't let me run the program. Any ideas? It was the same problem for another issue regarding the Toolbar.Expanded, but I think I fixed it for the moment being.

Batishev-Rozdoum commented 4 years ago

Hi @martyro It looks like you don't have this dependency implementation 'com.android.support:design:28.0.0' in build gradle file. please, check it. Fill free to reopen this issue if problem wont be fixed.