Skip to content

Instantly share code, notes, and snippets.

@rafaeltoledo
Created January 10, 2017 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaeltoledo/0cab106c03f2cc5f767c05691396f2a7 to your computer and use it in GitHub Desktop.
Save rafaeltoledo/0cab106c03f2cc5f767c05691396f2a7 to your computer and use it in GitHub Desktop.
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.rafaeltoledo.tutorial">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
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