HTextView
HTextView copied to clipboard
There are some unnecessary property defined in AndroidManifest.xml
@hanks-zyh : Great library, really appreciate the hard work.
As the following snapshot from the current AndroidManifest.xml
, could you just leave <application>
tag empty or remove it, otherwise the project depending on your library need to add some override setting.
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.hanks.htextview.typer">
<application
android:allowBackup="true"
android:supportsRtl="true">
</application>
</manifest>