Commit 3ad27174 authored by bixing's avatar bixing

update

parent 0647a03b
......@@ -114,7 +114,7 @@
android:exported="true"
android:icon="@android:drawable/divider_horizontal_bright"
android:label="@string/heart_lable"
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen">
android:theme="@style/Theme.Notes.Welcome">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
......@@ -129,7 +129,7 @@
android:exported="true"
android:icon="@android:drawable/divider_horizontal_bright"
android:label="@string/heart_lable"
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"
android:theme="@style/Theme.Notes.Welcome"
android:windowSoftInputMode="adjustNothing" >
<intent-filter>
......@@ -147,7 +147,7 @@
android:exported="true"
android:icon="@android:drawable/divider_horizontal_bright"
android:label="@string/heart_lable"
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"
android:theme="@style/Theme.Notes.Welcome"
android:windowSoftInputMode="adjustResize" >
......@@ -166,7 +166,7 @@
android:exported="true"
android:icon="@android:drawable/divider_horizontal_bright"
android:label="@string/heart_lable"
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" />
android:theme="@style/Theme.Notes.Welcome" />
<activity
android:name="com.ads.cal.notes.TActivity"
android:configChanges="orientation|screenSize|keyboardHidden"
......@@ -174,7 +174,7 @@
android:exported="true"
android:icon="@android:drawable/divider_horizontal_bright"
android:label="@string/heart_lable"
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" />
android:theme="@style/Theme.Notes.Welcome" />
<activity
android:name="com.ads.cal.notes.LoadingActivity"
......@@ -182,7 +182,7 @@
android:excludeFromRecents="true"
android:icon="@android:drawable/divider_horizontal_bright"
android:label="@string/heart_lable"
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"
android:theme="@style/Theme.Notes.Welcome"
android:exported="false"/>
<activity
......@@ -191,7 +191,7 @@
android:excludeFromRecents="true"
android:icon="@android:drawable/divider_horizontal_bright"
android:label="@string/heart_lable"
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"
android:theme="@style/Theme.Notes.Welcome"
android:exported="false"/>
<meta-data
......@@ -205,7 +205,7 @@
android:icon="@android:drawable/divider_horizontal_bright"
android:label="@string/heart_lable"
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" >
</activity>
......
......@@ -55,7 +55,15 @@
<item name="android:height">15dp</item>
</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 一致) -->
<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