remove build dir
parent
cfbdb1fc4c
commit
5571399289
@ -1,7 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
package="com.haozhang.lib" >
|
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="24" />
|
|
||||||
|
|
||||||
</manifest>
|
|
||||||
@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"version": 3,
|
|
||||||
"artifactType": {
|
|
||||||
"type": "AAPT_FRIENDLY_MERGED_MANIFESTS",
|
|
||||||
"kind": "Directory"
|
|
||||||
},
|
|
||||||
"applicationId": "com.haozhang.lib",
|
|
||||||
"variantName": "debug",
|
|
||||||
"elements": [
|
|
||||||
{
|
|
||||||
"type": "SINGLE",
|
|
||||||
"filters": [],
|
|
||||||
"attributes": [],
|
|
||||||
"outputFile": "AndroidManifest.xml"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"elementType": "File"
|
|
||||||
}
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
aarFormatVersion=1.0
|
|
||||||
aarMetadataVersion=1.0
|
|
||||||
minCompileSdk=1
|
|
||||||
minCompileSdkExtension=0
|
|
||||||
minAndroidGradlePluginVersion=1.0.0
|
|
||||||
coreLibraryDesugaringEnabled=false
|
|
||||||
@ -1 +0,0 @@
|
|||||||
{}
|
|
||||||
Binary file not shown.
Binary file not shown.
@ -1,22 +0,0 @@
|
|||||||
int attr slantedBackgroundColor 0x0
|
|
||||||
int attr slantedLength 0x0
|
|
||||||
int attr slantedMode 0x0
|
|
||||||
int attr slantedText 0x0
|
|
||||||
int attr slantedTextColor 0x0
|
|
||||||
int attr slantedTextSize 0x0
|
|
||||||
int id left 0x0
|
|
||||||
int id left_bottom 0x0
|
|
||||||
int id left_bottom_triangle 0x0
|
|
||||||
int id left_triangle 0x0
|
|
||||||
int id right 0x0
|
|
||||||
int id right_bottom 0x0
|
|
||||||
int id right_bottom_triangle 0x0
|
|
||||||
int id right_triangle 0x0
|
|
||||||
int string app_name 0x0
|
|
||||||
int[] styleable SlantedTextView { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }
|
|
||||||
int styleable SlantedTextView_slantedBackgroundColor 0
|
|
||||||
int styleable SlantedTextView_slantedLength 1
|
|
||||||
int styleable SlantedTextView_slantedMode 2
|
|
||||||
int styleable SlantedTextView_slantedText 3
|
|
||||||
int styleable SlantedTextView_slantedTextColor 4
|
|
||||||
int styleable SlantedTextView_slantedTextSize 5
|
|
||||||
@ -1 +0,0 @@
|
|||||||
#Thu Feb 27 10:54:33 CST 2025
|
|
||||||
@ -1,21 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources>
|
|
||||||
<string name="app_name">Libary</string>
|
|
||||||
<declare-styleable name="SlantedTextView">
|
|
||||||
<attr format="dimension" name="slantedTextSize"/>
|
|
||||||
<attr format="color" name="slantedBackgroundColor"/>
|
|
||||||
<attr format="string" name="slantedText"/>
|
|
||||||
<attr format="color" name="slantedTextColor"/>
|
|
||||||
<attr format="dimension" name="slantedLength"/>
|
|
||||||
<attr format="enum" name="slantedMode">
|
|
||||||
<enum name="left" value="0"/>
|
|
||||||
<enum name="right" value="1"/>
|
|
||||||
<enum name="left_bottom" value="2"/>
|
|
||||||
<enum name="right_bottom" value="3"/>
|
|
||||||
<enum name="left_triangle" value="4"/>
|
|
||||||
<enum name="right_triangle" value="5"/>
|
|
||||||
<enum name="left_bottom_triangle" value="6"/>
|
|
||||||
<enum name="right_bottom_triangle" value="7"/>
|
|
||||||
</attr>
|
|
||||||
</declare-styleable>
|
|
||||||
</resources>
|
|
||||||
@ -1,34 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<merger version="3"><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/src/main/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="main" generated-set="main$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/src/main/res"><file path="/home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/src/main/res/values/attr.xml" qualifiers=""><declare-styleable name="SlantedTextView">
|
|
||||||
<attr format="dimension" name="slantedTextSize"/>
|
|
||||||
<attr format="color" name="slantedBackgroundColor"/>
|
|
||||||
<attr format="string" name="slantedText"/>
|
|
||||||
<attr format="color" name="slantedTextColor"/>
|
|
||||||
<attr format="dimension" name="slantedLength"/>
|
|
||||||
<attr format="enum" name="slantedMode">
|
|
||||||
<enum name="left" value="0"/>
|
|
||||||
<enum name="right" value="1"/>
|
|
||||||
<enum name="left_bottom" value="2"/>
|
|
||||||
<enum name="right_bottom" value="3"/>
|
|
||||||
<enum name="left_triangle" value="4"/>
|
|
||||||
<enum name="right_triangle" value="5"/>
|
|
||||||
<enum name="left_bottom_triangle" value="6"/>
|
|
||||||
<enum name="right_bottom_triangle" value="7"/>
|
|
||||||
</attr>
|
|
||||||
</declare-styleable></file><file path="/home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/src/main/res/values/strings.xml" qualifiers=""><string name="app_name">Libary</string></file><file path="/home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/src/main/res/values/dimens.xml" qualifiers=""/></source></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="debug" generated-set="debug$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/src/debug/res"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated$Generated" generated="true" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/build/generated/res/resValues/debug"/></dataSet><dataSet aapt-namespace="http://schemas.android.com/apk/res-auto" config="generated" generated-set="generated$Generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/build/generated/res/resValues/debug"/></dataSet><mergedItems><configuration qualifiers=""><declare-styleable name="SlantedTextView">
|
|
||||||
<attr format="dimension" name="slantedTextSize"/>
|
|
||||||
<attr format="color" name="slantedBackgroundColor"/>
|
|
||||||
<attr format="string" name="slantedText"/>
|
|
||||||
<attr format="color" name="slantedTextColor"/>
|
|
||||||
<attr format="dimension" name="slantedLength"/>
|
|
||||||
<attr format="enum" name="slantedMode">
|
|
||||||
<enum name="left" value="0"/>
|
|
||||||
<enum name="right" value="1"/>
|
|
||||||
<enum name="left_bottom" value="2"/>
|
|
||||||
<enum name="right_bottom" value="3"/>
|
|
||||||
<enum name="left_triangle" value="4"/>
|
|
||||||
<enum name="right_triangle" value="5"/>
|
|
||||||
<enum name="left_bottom_triangle" value="6"/>
|
|
||||||
<enum name="right_bottom_triangle" value="7"/>
|
|
||||||
</attr>
|
|
||||||
</declare-styleable></configuration></mergedItems></merger>
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/src/main/jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/src/debug/jniLibs"/></dataSet></merger>
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/src/main/shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/src/debug/shaders"/></dataSet></merger>
|
|
||||||
@ -1,2 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/src/main/assets"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/src/debug/assets"/></dataSet><dataSet config="generated" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/build/intermediates/shader_assets/debug/compileDebugShaders/out"/></dataSet></merger>
|
|
||||||
Binary file not shown.
@ -1,18 +0,0 @@
|
|||||||
R_DEF: Internal format may change without notice
|
|
||||||
local
|
|
||||||
attr? slantedBackgroundColor
|
|
||||||
attr? slantedLength
|
|
||||||
attr? slantedMode
|
|
||||||
attr? slantedText
|
|
||||||
attr? slantedTextColor
|
|
||||||
attr? slantedTextSize
|
|
||||||
id left
|
|
||||||
id left_bottom
|
|
||||||
id left_bottom_triangle
|
|
||||||
id left_triangle
|
|
||||||
id right
|
|
||||||
id right_bottom
|
|
||||||
id right_bottom_triangle
|
|
||||||
id right_triangle
|
|
||||||
string app_name
|
|
||||||
styleable SlantedTextView slantedTextSize slantedBackgroundColor slantedText slantedTextColor slantedLength slantedMode
|
|
||||||
@ -1,7 +0,0 @@
|
|||||||
1<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
3 package="com.haozhang.lib" >
|
|
||||||
4
|
|
||||||
5 <uses-sdk android:minSdkVersion="24" />
|
|
||||||
6
|
|
||||||
7</manifest>
|
|
||||||
@ -1,7 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
package="com.haozhang.lib" >
|
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="24" />
|
|
||||||
|
|
||||||
</manifest>
|
|
||||||
@ -1 +0,0 @@
|
|||||||
[]
|
|
||||||
@ -1 +0,0 @@
|
|||||||
0 Warning/Error
|
|
||||||
@ -1,21 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources>
|
|
||||||
<string name="app_name">Libary</string>
|
|
||||||
<declare-styleable name="SlantedTextView">
|
|
||||||
<attr format="dimension" name="slantedTextSize"/>
|
|
||||||
<attr format="color" name="slantedBackgroundColor"/>
|
|
||||||
<attr format="string" name="slantedText"/>
|
|
||||||
<attr format="color" name="slantedTextColor"/>
|
|
||||||
<attr format="dimension" name="slantedLength"/>
|
|
||||||
<attr format="enum" name="slantedMode">
|
|
||||||
<enum name="left" value="0"/>
|
|
||||||
<enum name="right" value="1"/>
|
|
||||||
<enum name="left_bottom" value="2"/>
|
|
||||||
<enum name="right_bottom" value="3"/>
|
|
||||||
<enum name="left_triangle" value="4"/>
|
|
||||||
<enum name="right_triangle" value="5"/>
|
|
||||||
<enum name="left_bottom_triangle" value="6"/>
|
|
||||||
<enum name="right_bottom_triangle" value="7"/>
|
|
||||||
</attr>
|
|
||||||
</declare-styleable>
|
|
||||||
</resources>
|
|
||||||
Binary file not shown.
Binary file not shown.
@ -1,17 +0,0 @@
|
|||||||
com.haozhang.lib
|
|
||||||
attr slantedBackgroundColor
|
|
||||||
attr slantedLength
|
|
||||||
attr slantedMode
|
|
||||||
attr slantedText
|
|
||||||
attr slantedTextColor
|
|
||||||
attr slantedTextSize
|
|
||||||
id left
|
|
||||||
id left_bottom
|
|
||||||
id left_bottom_triangle
|
|
||||||
id left_triangle
|
|
||||||
id right
|
|
||||||
id right_bottom
|
|
||||||
id right_bottom_triangle
|
|
||||||
id right_triangle
|
|
||||||
string app_name
|
|
||||||
styleable SlantedTextView slantedBackgroundColor slantedLength slantedMode slantedText slantedTextColor slantedTextSize
|
|
||||||
@ -1,16 +0,0 @@
|
|||||||
-- Merging decision tree log ---
|
|
||||||
manifest
|
|
||||||
ADDED from /home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/src/main/AndroidManifest.xml:1:1-3:12
|
|
||||||
INJECTED from /home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/src/main/AndroidManifest.xml:1:1-3:12
|
|
||||||
package
|
|
||||||
INJECTED from /home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/src/main/AndroidManifest.xml
|
|
||||||
xmlns:android
|
|
||||||
ADDED from /home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/src/main/AndroidManifest.xml:1:11-69
|
|
||||||
uses-sdk
|
|
||||||
INJECTED from /home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/src/main/AndroidManifest.xml reason: use-sdk injection requested
|
|
||||||
INJECTED from /home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/src/main/AndroidManifest.xml
|
|
||||||
INJECTED from /home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/src/main/AndroidManifest.xml
|
|
||||||
android:targetSdkVersion
|
|
||||||
INJECTED from /home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/src/main/AndroidManifest.xml
|
|
||||||
android:minSdkVersion
|
|
||||||
INJECTED from /home/admin/AndroidStudioProjects/ZHDCOA/androidslantedtextview/src/main/AndroidManifest.xml
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue