Proyectos de Subversion Android Microlearning - Nuevo Interface

Rev

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

Rev 45 Rev 57
Línea 84... Línea 84...
84
            android:configChanges="keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize|uiMode"
84
            android:configChanges="keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize|uiMode"
85
            android:exported="true"
85
            android:exported="true"
86
            android:label="@string/app_name"
86
            android:label="@string/app_name"
87
            android:launchMode="singleTask"
87
            android:launchMode="singleTask"
88
            android:screenOrientation="portrait"
88
            android:screenOrientation="portrait"
89
            android:theme="@style/AppTheme.NoActionBar" >
89
            android:theme="@style/Theme.App.Starting" >
Línea 90... Línea 90...
90
 
90
 
91
            <intent-filter>
91
            <intent-filter>
Línea 92... Línea 92...
92
                <action android:name="android.intent.action.MAIN" />
92
                <action android:name="android.intent.action.MAIN" />