Skip to content

Commit

Permalink
hzuapps#5 第五次实验
Browse files Browse the repository at this point in the history
  • Loading branch information
LakersChampion authored Jun 2, 2018
1 parent 9d4635f commit 33797ec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions soft1614080902108/ app/ src/ test/ res/styles.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<resources>

<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>

</resources>

0 comments on commit 33797ec

Please sign in to comment.