小编Muk*_*ani的帖子

找不到与给定名称匹配的资源(在'android:color Primary')

<resources>
  <!-- inherit from the material theme -->
 <style name="AppTheme" parent="android:Theme.Material">
   <!-- Main theme colors -->
   <!--   your app branding color for the app bar -->
   <item name="android:colorPrimary">@color/primary</item>
   <!--   darker variant for the status bar and contextual app bars -->
   <item name="android:colorPrimaryDark">@color/primary_dark</item>
   <!--   theme UI controls like checkboxes and text fields -->
   <item name="android:colorAccent">@color/accent</item>
 </style>
</resources>
Run Code Online (Sandbox Code Playgroud)

请尝试解决问题.

android material-design

5
推荐指数
1
解决办法
2万
查看次数

标签 统计

android ×1

material-design ×1