File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 9
9
<color name =" editor_backgroud" >#ffffffff</color >
10
10
<color name =" current_row_backgroud" >#ffccddff</color >
11
11
<color name =" syntax_error" >#ffdd4b39</color >
12
- <color name =" background_material_dark" >#ececec</color >
13
12
<color name =" night_color" >#000000</color >
14
13
<color name =" light_color" >#ffffff</color >
15
14
<color name =" light_color2" >#ff87cefa</color >
Original file line number Diff line number Diff line change 6
6
<item name =" colorPrimary" >@color/colorPrimary</item >
7
7
<item name =" colorPrimaryDark" >@color/colorPrimaryDark</item >
8
8
<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 >
10
12
</style >
11
13
12
14
<style name =" AppTheme.NoActionBar" >
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ buildscript {
24
24
ext. compileSdkVer = ' 23'
25
25
ext. minSdkVer = ' 15'
26
26
ext. targetSdkVer = ' 23'
27
- ext. verCode = ' 1 '
28
- ext. verName = ' 0.1.0 '
27
+ ext. verCode = ' 2 '
28
+ ext. verName = ' 0.1.1 '
29
29
repositories {
30
30
jcenter()
31
31
maven { url ' http://maven.oschina.net/content/groups/public/' }
You can’t perform that action at this time.
0 commit comments