Skip to content

Instantly share code, notes, and snippets.

@juanmartinvidal
Created August 15, 2017 10:36
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 juanmartinvidal/0fc44e127bd18211f51f4ddf8495d43f to your computer and use it in GitHub Desktop.
Save juanmartinvidal/0fc44e127bd18211f51f4ddf8495d43f to your computer and use it in GitHub Desktop.
<activity
android:name="com.jcor.laadministracion.activities.MainActivity"
android:label="@string/app_name"
android:theme="@style/AppTheme.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment