Skip to content

Commit

Permalink
edit style
Browse files Browse the repository at this point in the history
  • Loading branch information
limedroid committed Dec 11, 2016
1 parent f01a237 commit fb361b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

public class MainActivity extends XActivity {


@BindView(R.id.toolbar)
Toolbar toolbar;
@BindView(R.id.tabLayout)
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources>

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

0 comments on commit fb361b6

Please sign in to comment.