mirror of
https://github.com/sismics/docs.git
synced 2025-12-30 01:51:47 +00:00
Android: login activity design
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
android:theme="@style/AppTheme" >
|
||||
<activity
|
||||
android:name=".activity.LoginActivity"
|
||||
android:label="@string/app_name" >
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/AppThemeDark">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
||||
Reference in New Issue
Block a user