Skip to content

Instantly share code, notes, and snippets.

@mohsenoid
Last active February 4, 2018 17:14
Show Gist options
  • Save mohsenoid/aa4b657961ddb2efa2dcd09b642b9d1f to your computer and use it in GitHub Desktop.
Save mohsenoid/aa4b657961ddb2efa2dcd09b642b9d1f to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.mirhoseini.marvel">
<!-- *** -->
<application
android:name=".MarvelApplicationImpl"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<!-- *** -->
</application>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment