Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
karma9874
GitHub Repository: karma9874/AndroRAT
Path: blob/master/Android_Code/app/src/main/res/values/styles.xml
2476 views
1
<resources>
2
3
<!-- Base application theme. -->
4
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
5
<!-- Customize your theme here. -->
6
<item name="colorPrimary">@color/colorPrimary</item>
7
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
8
<item name="colorAccent">@color/colorAccent</item>
9
</style>
10
11
</resources>
12
13