File tree 4 files changed +30
-22
lines changed
4 files changed +30
-22
lines changed Original file line number Diff line number Diff line change 1
1
<resources xmlns : tools =" http://schemas.android.com/tools" >
2
- <!-- Base application theme for dark mode. -->
3
- <style name =" Base.Theme.LoginFormSQLiteAndroid.Dark" parent =" Theme.Material3.DayNight.NoActionBar" >
4
- <!-- Customize your dark theme here. -->
5
- <item name =" colorPrimary" >@color/colorPrimary</item >
6
- <item name =" colorPrimaryDark" >@color/colorPrimaryDark</item >
7
- <item name =" colorAccent" >@color/colorLightBlue</item >
2
+ <!-- Application theme for dark theme. -->
3
+ <style name =" Theme.LoginFormSQLiteAndroid" parent =" Theme.Material3.DayNight.NoActionBar" >
4
+ <!-- Primary brand color. -->
5
+ <item name =" colorPrimary" >@color/blue_light</item >
6
+ <item name =" colorPrimaryVariant" >@color/blue</item >
7
+ <item name =" colorOnPrimary" >@color/black</item >
8
+ <!-- Secondary brand color. -->
9
+ <item name =" colorSecondary" >@color/blue_light</item >
10
+ <item name =" colorSecondaryVariant" >@color/blue_light</item >
11
+ <item name =" colorOnSecondary" >@color/black</item >
12
+ <!-- Status bar color. -->
13
+ <item name =" android:statusBarColor" tools : targetApi =" l" >?attr/colorPrimaryVariant</item >
14
+ <!-- Customize your theme here. -->
8
15
</style >
9
-
10
- <style name =" Theme.LoginFormSQLiteAndroid.Dark" parent =" Base.Theme.LoginFormSQLiteAndroid.Dark" />
11
16
</resources >
Original file line number Diff line number Diff line change 2
2
<resources >
3
3
<color name =" black" >#FF000000</color >
4
4
<color name =" white" >#FFFFFFFF</color >
5
- <color name =" colorPrimary" >#0071c5</color >
6
- <color name =" colorPrimaryDark" >#003c71</color >
7
- <color name =" colorAccent" >#5ea6ed</color >
8
- <color name =" colorLightBlue" >#aed9f5</color >
9
- <color name =" colorGrayBlue" >#7c98b6</color >
10
- </resources >
5
+ <color name =" blue" >#0288D1</color >
6
+ <color name =" blue_dark" >#005B9F</color >
7
+ <color name =" blue_light" >#81D4FA</color >
8
+ </resources >
Original file line number Diff line number Diff line change 1
1
<resources >
2
- <string name =" app_name" >SimplePhpLoginAndroid </string >
2
+ <string name =" app_name" >Simple Login Android </string >
3
3
<string name =" Login" >Iniciar Sesión</string >
4
4
<string name =" contrasena" >Contraseña</string >
5
5
<string name =" usuario" >Usuario</string >
Original file line number Diff line number Diff line change 1
1
<resources xmlns : tools =" http://schemas.android.com/tools" >
2
2
<!-- Base application theme. -->
3
- <style name =" Base.Theme.LoginFormSQLiteAndroid" parent =" Theme.Material3.DayNight.NoActionBar" >
4
- <!-- Customize your light theme here. -->
5
- <item name =" colorPrimary" >@color/colorLightBlue</item >
6
- <item name =" colorPrimaryDark" >@color/colorPrimary</item >
7
- <item name =" colorAccent" >@color/colorAccent</item >
3
+ <style name =" Theme.LoginFormSQLiteAndroid" parent =" Theme.Material3.DayNight.NoActionBar" >
4
+ <!-- Primary brand color. -->
5
+ <item name =" colorPrimary" >@color/blue</item >
6
+ <item name =" colorPrimaryVariant" >@color/blue_dark</item >
7
+ <item name =" colorOnPrimary" >@color/white</item >
8
+ <!-- Secondary brand color. -->
9
+ <item name =" colorSecondary" >@color/blue_light</item >
10
+ <item name =" colorSecondaryVariant" >@color/blue_light</item >
11
+ <item name =" colorOnSecondary" >@color/black</item >
12
+ <!-- Status bar color. -->
13
+ <item name =" android:statusBarColor" tools : targetApi =" l" >?attr/colorPrimaryVariant</item >
14
+ <!-- Customize your theme here. -->
8
15
</style >
9
-
10
- <style name =" Theme.LoginFormSQLiteAndroid" parent =" Base.Theme.LoginFormSQLiteAndroid" />
11
16
</resources >
You can’t perform that action at this time.
0 commit comments