Proyectos de Subversion Android Microlearning - Nuevo Interface

Rev

Rev 1 | Rev 27 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 2
Línea 83... Línea 83...
83
            android:label="@string/app_name"
83
            android:label="@string/app_name"
84
            android:launchMode="singleTask"
84
            android:launchMode="singleTask"
85
            android:screenOrientation="portrait"
85
            android:screenOrientation="portrait"
86
            android:theme="@style/AppTheme.NoActionBar"
86
            android:theme="@style/AppTheme.NoActionBar"
87
            android:exported="true">
87
            android:exported="true">
-
 
88
        </activity>
Línea -... Línea 89...
-
 
89
 
-
 
90
        <activity
-
 
91
            android:name=".activity.SplashActivity"
-
 
92
            android:label="@string/app_name"
88
 
93
            android:exported="true">
89
            <intent-filter>
94
            <intent-filter>
Línea 90... Línea 95...
90
                <action android:name="android.intent.action.MAIN" />
95
                <action android:name="android.intent.action.MAIN" />
91
 
96