11 lines
No EOL
350 B
XML
11 lines
No EOL
350 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
<application
|
|
android:label="AnimeKai"
|
|
android:icon="@mipmap/ic_launcher"
|
|
android:theme="@style/Theme.AppCompat.Light.NoActionBar"
|
|
tools:replace="android:label">
|
|
|
|
</application>
|
|
</manifest> |