File tree 3 files changed +10
-3
lines changed
src/app-resources/_files/__name__/Android
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript/schematics" ,
3
- "version" : " 0.7.3 " ,
3
+ "version" : " 0.8.0 " ,
4
4
"description" : " Schematics for NativeScript Angular apps." ,
5
5
"scripts" : {
6
6
"build" : " tsc -p tsconfig.json" ,
Original file line number Diff line number Diff line change 2
2
<resources >
3
3
4
4
<!-- Application theme -->
5
- <style name =" AppTheme" parent =" AppThemeBase" >
5
+ <style name =" AppThemeBase21" parent =" AppThemeBase" >
6
+ <item name =" android:windowTranslucentStatus" >true</item >
6
7
<item name =" android:datePickerStyle" >@style/SpinnerDatePicker</item >
7
8
<item name =" android:timePickerStyle" >@style/SpinnerTimePicker</item >
8
9
</style >
9
10
11
+ <style name =" AppTheme" parent =" AppThemeBase21" >
12
+ </style >
13
+
10
14
<!-- Default style for DatePicker - in spinner mode -->
11
15
<style name =" SpinnerDatePicker" parent =" android:Widget.Material.Light.DatePicker" >
12
16
<item name =" android:datePickerMode" >spinner</item >
Original file line number Diff line number Diff line change 2
2
<resources xmlns : android =" http://schemas.android.com/apk/res/android" >
3
3
4
4
<!-- Application theme -->
5
- <style name =" AppTheme " parent =" AppThemeBase " >
5
+ <style name =" AppThemeBase29 " parent =" AppThemeBase21 " >
6
6
<item name =" android:forceDarkAllowed" >true</item >
7
7
</style >
8
8
9
+ <style name =" AppTheme" parent =" AppThemeBase29" >
10
+ </style >
11
+
9
12
</resources >
You can’t perform that action at this time.
0 commit comments