File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 99 <color name =" editor_backgroud" >#ffffffff</color >
1010 <color name =" current_row_backgroud" >#ffccddff</color >
1111 <color name =" syntax_error" >#ffdd4b39</color >
12- <color name =" background_material_dark" >#ececec</color >
1312 <color name =" night_color" >#000000</color >
1413 <color name =" light_color" >#ffffff</color >
1514 <color name =" light_color2" >#ff87cefa</color >
Original file line number Diff line number Diff line change 66 <item name =" colorPrimary" >@color/colorPrimary</item >
77 <item name =" colorPrimaryDark" >@color/colorPrimaryDark</item >
88 <item name =" colorAccent" >@color/white</item >
9- <item name =" android:colorBackground" >@color/background_material_dark</item >
9+ <item name =" android:colorBackground" >@color/background_material_light</item >
10+ <item name =" windowActionModeOverlay" >true</item >
11+ <item name =" actionModeBackground" >@color/background_material_dark</item >
1012 </style >
1113
1214 <style name =" AppTheme.NoActionBar" >
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ buildscript {
2424 ext. compileSdkVer = ' 23'
2525 ext. minSdkVer = ' 15'
2626 ext. targetSdkVer = ' 23'
27- ext. verCode = ' 1 '
28- ext. verName = ' 0.1.0 '
27+ ext. verCode = ' 2 '
28+ ext. verName = ' 0.1.1 '
2929 repositories {
3030 jcenter()
3131 maven { url ' http://maven.oschina.net/content/groups/public/' }
You can’t perform that action at this time.
0 commit comments