Skip to content

Commit

Permalink
Change default theme, app version code
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianOn99 committed Jul 17, 2016
1 parent 4f4a040 commit 09b6c83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.loopbook.cuhk_loopbook.multilang"
minSdkVersion 8
targetSdkVersion 23
versionCode 2
versionName "1.0.1-bamboo_stick"
versionCode 3
versionName "1.1.0-soysauce-steam-lou"
}
buildTypes {
debug {
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
Expand Up @@ -18,7 +18,7 @@
<style name="RobotoTextViewStyle" parent="android:Widget.TextView">
</style> <!-- not supported for api < 15 -->

<style name="AppTheme.Base" parent="Theme.AppCompat.NoActionBar">
<style name="AppTheme.Base" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:windowNoTitle">true</item>
<!-- Actionbar color -->
<item name="colorPrimary">@color/accent_material_dark</item>
Expand Down

0 comments on commit 09b6c83

Please sign in to comment.