Commit 3ad27174 authored by bixing's avatar bixing

update

parent 0647a03b
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
android:exported="true" android:exported="true"
android:icon="@android:drawable/divider_horizontal_bright" android:icon="@android:drawable/divider_horizontal_bright"
android:label="@string/heart_lable" android:label="@string/heart_lable"
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"> android:theme="@style/Theme.Notes.Welcome">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
android:exported="true" android:exported="true"
android:icon="@android:drawable/divider_horizontal_bright" android:icon="@android:drawable/divider_horizontal_bright"
android:label="@string/heart_lable" android:label="@string/heart_lable"
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" android:theme="@style/Theme.Notes.Welcome"
android:windowSoftInputMode="adjustNothing" > android:windowSoftInputMode="adjustNothing" >
<intent-filter> <intent-filter>
...@@ -147,7 +147,7 @@ ...@@ -147,7 +147,7 @@
android:exported="true" android:exported="true"
android:icon="@android:drawable/divider_horizontal_bright" android:icon="@android:drawable/divider_horizontal_bright"
android:label="@string/heart_lable" android:label="@string/heart_lable"
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" android:theme="@style/Theme.Notes.Welcome"
android:windowSoftInputMode="adjustResize" > android:windowSoftInputMode="adjustResize" >
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
android:exported="true" android:exported="true"
android:icon="@android:drawable/divider_horizontal_bright" android:icon="@android:drawable/divider_horizontal_bright"
android:label="@string/heart_lable" android:label="@string/heart_lable"
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" /> android:theme="@style/Theme.Notes.Welcome" />
<activity <activity
android:name="com.ads.cal.notes.TActivity" android:name="com.ads.cal.notes.TActivity"
android:configChanges="orientation|screenSize|keyboardHidden" android:configChanges="orientation|screenSize|keyboardHidden"
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
android:exported="true" android:exported="true"
android:icon="@android:drawable/divider_horizontal_bright" android:icon="@android:drawable/divider_horizontal_bright"
android:label="@string/heart_lable" android:label="@string/heart_lable"
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" /> android:theme="@style/Theme.Notes.Welcome" />
<activity <activity
android:name="com.ads.cal.notes.LoadingActivity" android:name="com.ads.cal.notes.LoadingActivity"
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
android:excludeFromRecents="true" android:excludeFromRecents="true"
android:icon="@android:drawable/divider_horizontal_bright" android:icon="@android:drawable/divider_horizontal_bright"
android:label="@string/heart_lable" android:label="@string/heart_lable"
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" android:theme="@style/Theme.Notes.Welcome"
android:exported="false"/> android:exported="false"/>
<activity <activity
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
android:excludeFromRecents="true" android:excludeFromRecents="true"
android:icon="@android:drawable/divider_horizontal_bright" android:icon="@android:drawable/divider_horizontal_bright"
android:label="@string/heart_lable" android:label="@string/heart_lable"
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" android:theme="@style/Theme.Notes.Welcome"
android:exported="false"/> android:exported="false"/>
<meta-data <meta-data
...@@ -205,7 +205,7 @@ ...@@ -205,7 +205,7 @@
android:icon="@android:drawable/divider_horizontal_bright" android:icon="@android:drawable/divider_horizontal_bright"
android:label="@string/heart_lable" android:label="@string/heart_lable"
android:exported="false" android:exported="false"
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" android:theme="@style/Theme.Notes.Welcome"
tools:replace="android:icon, android:excludeFromRecents, android:label, android:configChanges, android:theme" > tools:replace="android:icon, android:excludeFromRecents, android:label, android:configChanges, android:theme" >
</activity> </activity>
......
...@@ -55,7 +55,15 @@ ...@@ -55,7 +55,15 @@
<item name="android:height">15dp</item> <item name="android:height">15dp</item>
</style> </style>
<style name="Theme.Notes.Welcome" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowAnimationStyle">@null</item>
<item name="android:windowDisablePreview">true</item>
</style>
<!-- VNA 原生广告专用透明主题(与 pangle_mediaapp 一致) --> <!-- VNA 原生广告专用透明主题(与 pangle_mediaapp 一致) -->
<style name="NativeAdTranslucentTheme" parent="@android:style/Theme.Translucent.NoTitleBar"> <style name="NativeAdTranslucentTheme" parent="@android:style/Theme.Translucent.NoTitleBar">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment