Initial commit

This commit is contained in:
Carlos Martinez
2021-06-15 18:48:11 -04:00
commit c56f105acf
38 changed files with 824 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?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>