Skip to content

Commit 27f2add

Browse files
committed
chore: cleanup android actionbar handling
1 parent 6917206 commit 27f2add

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/schematics",
3-
"version": "10.0.1",
3+
"version": "10.0.2",
44
"description": "Schematics for NativeScript Angular apps.",
55
"scripts": {
66
"clean": "npx rimraf node_modules package-lock.json && npm i",

src/app-resources/_files/__name__/Android/values-v21/styles.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
<!-- Application theme -->
55
<style name="AppThemeBase21" parent="AppThemeBase">
6-
<item name="android:windowTranslucentStatus">true</item>
76
<item name="android:datePickerStyle">@style/SpinnerDatePicker</item>
87
<item name="android:timePickerStyle">@style/SpinnerTimePicker</item>
98
</style>

0 commit comments

Comments
 (0)