hanks-zyh / HTextView

Animation effects to text, not really textview
Apache License 2.0
5.62k stars 809 forks source link

There are some unnecessary property defined in AndroidManifest.xml #81

Open tcw165 opened 6 years ago

tcw165 commented 6 years ago

@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>