mirror of
https://github.com/imcarlost/Acronyms.git
synced 2026-04-10 02:46:53 -04:00
15 lines
427 B
XML
15 lines
427 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
package="dev.carlos.acronyms"
|
||
|
|
>
|
||
|
|
|
||
|
|
<application
|
||
|
|
android:allowBackup="true"
|
||
|
|
android:label="@string/app_name"
|
||
|
|
android:icon="@mipmap/ic_launcher"
|
||
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
||
|
|
android:supportsRtl="true"
|
||
|
|
android:theme="@style/Theme.Acronyms"
|
||
|
|
/>
|
||
|
|
|
||
|
|
</manifest>
|