master
Thinner123 3 years ago
parent e2a1b6b7f9
commit 369924526a

@ -1,4 +1,4 @@
#Thu Sep 16 14:28:53 GMT+08:00 2021 #Mon Sep 20 08:58:34 GMT+08:00 2021
base.0=D\:\\Note-master2\\app\\build\\intermediates\\dex\\debug\\mergeDexDebug\\classes.dex base.0=D\:\\Note-master2\\app\\build\\intermediates\\dex\\debug\\mergeDexDebug\\classes.dex
renamed.0=classes.dex renamed.0=classes.dex
path.0=classes.dex path.0=classes.dex

@ -99,7 +99,7 @@
58-->D:\Note-master2\app\src\main\AndroidManifest.xml:55:13-74 58-->D:\Note-master2\app\src\main\AndroidManifest.xml:55:13-74
59 android:launchMode="singleTop" 59 android:launchMode="singleTop"
59-->D:\Note-master2\app\src\main\AndroidManifest.xml:56:13-43 59-->D:\Note-master2\app\src\main\AndroidManifest.xml:56:13-43
60 android:theme="@style/NoteTheme" > 60 android:theme="theme.holo.light" >
60-->D:\Note-master2\app\src\main\AndroidManifest.xml:57:13-45 60-->D:\Note-master2\app\src\main\AndroidManifest.xml:57:13-45
61 <intent-filter> 61 <intent-filter>
61-->D:\Note-master2\app\src\main\AndroidManifest.xml:59:13-64:29 61-->D:\Note-master2\app\src\main\AndroidManifest.xml:59:13-64:29

@ -57,7 +57,7 @@
android:name="net.micode.notes.ui.NoteEditActivity" android:name="net.micode.notes.ui.NoteEditActivity"
android:configChanges="keyboardHidden|orientation|screenSize" android:configChanges="keyboardHidden|orientation|screenSize"
android:launchMode="singleTop" android:launchMode="singleTop"
android:theme="@style/NoteTheme" > android:theme="theme.holo.light" >
<intent-filter> <intent-filter>
<action android:name="android.intent.action.VIEW" /> <action android:name="android.intent.action.VIEW" />

@ -57,7 +57,7 @@
android:name="net.micode.notes.ui.NoteEditActivity" android:name="net.micode.notes.ui.NoteEditActivity"
android:configChanges="keyboardHidden|orientation|screenSize" android:configChanges="keyboardHidden|orientation|screenSize"
android:launchMode="singleTop" android:launchMode="singleTop"
android:theme="@style/NoteTheme" > android:theme="theme.holo.light" >
<intent-filter> <intent-filter>
<action android:name="android.intent.action.VIEW" /> <action android:name="android.intent.action.VIEW" />

@ -57,7 +57,7 @@
android:name="net.micode.notes.ui.NoteEditActivity" android:name="net.micode.notes.ui.NoteEditActivity"
android:configChanges="keyboardHidden|orientation|screenSize" android:configChanges="keyboardHidden|orientation|screenSize"
android:launchMode="singleTop" android:launchMode="singleTop"
android:theme="@style/NoteTheme" > android:theme="theme.holo.light" >
<intent-filter> <intent-filter>
<action android:name="android.intent.action.VIEW" /> <action android:name="android.intent.action.VIEW" />

@ -1,20 +0,0 @@
{
"version": 3,
"artifactType": {
"type": "PROCESSED_RES",
"kind": "Directory"
},
"applicationId": "net.micode.notes",
"variantName": "debug",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "0.1",
"outputFile": "resources-debug.ap_"
}
],
"elementType": "File"
}

@ -54,7 +54,7 @@
android:name=".ui.NoteEditActivity" android:name=".ui.NoteEditActivity"
android:configChanges="keyboardHidden|orientation|screenSize" android:configChanges="keyboardHidden|orientation|screenSize"
android:launchMode="singleTop" android:launchMode="singleTop"
android:theme="@style/NoteTheme" > android:theme="theme.holo.light" >
<intent-filter> <intent-filter>
<action android:name="android.intent.action.VIEW" /> <action android:name="android.intent.action.VIEW" />

Loading…
Cancel
Save