mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 23:16:09 +00:00
Couleur flêche back
This commit is contained in:
parent
b24e55cfda
commit
1dd7cc05b1
2 changed files with 20 additions and 4 deletions
|
|
@ -3869,8 +3869,8 @@ namespace AideDeJeu.Droid
|
|||
// aapt resource value: 0x7f0b0170
|
||||
public const int Animation_Design_BottomSheetDialog = 2131427696;
|
||||
|
||||
// aapt resource value: 0x7f0b018b
|
||||
public const int AppCompatDialogStyle = 2131427723;
|
||||
// aapt resource value: 0x7f0b018c
|
||||
public const int AppCompatDialogStyle = 2131427724;
|
||||
|
||||
// aapt resource value: 0x7f0b00b2
|
||||
public const int Base_AlertDialog_AppCompat = 2131427506;
|
||||
|
|
@ -4346,14 +4346,17 @@ namespace AideDeJeu.Droid
|
|||
// aapt resource value: 0x7f0b000e
|
||||
public const int CardView_Light = 2131427342;
|
||||
|
||||
// aapt resource value: 0x7f0b018b
|
||||
public const int DrawerArrowStyle = 2131427723;
|
||||
|
||||
// aapt resource value: 0x7f0b0189
|
||||
public const int MainTheme = 2131427721;
|
||||
|
||||
// aapt resource value: 0x7f0b018a
|
||||
public const int MainTheme_Base = 2131427722;
|
||||
|
||||
// aapt resource value: 0x7f0b018c
|
||||
public const int MyTheme_Splash = 2131427724;
|
||||
// aapt resource value: 0x7f0b018d
|
||||
public const int MyTheme_Splash = 2131427725;
|
||||
|
||||
// aapt resource value: 0x7f0b002d
|
||||
public const int Platform_AppCompat = 2131427373;
|
||||
|
|
|
|||
|
|
@ -25,6 +25,19 @@
|
|||
<item name="windowActionModeOverlay">true</item>
|
||||
|
||||
<item name="android:datePickerDialogTheme">@style/AppCompatDialogStyle</item>
|
||||
|
||||
<item name="colorControlNormal">#FF0000</item>
|
||||
<item name="colorControlActivated">#FFFF00</item>
|
||||
<item name="colorControlHighlight">#00FF00</item>
|
||||
<item name="colorSwitchThumbNormal">#0000FF</item>
|
||||
|
||||
|
||||
<item name="drawerArrowStyle">@style/DrawerArrowStyle</item>
|
||||
</style>
|
||||
|
||||
<style name="DrawerArrowStyle" parent="@style/Widget.AppCompat.DrawerArrowToggle">
|
||||
<item name="spinBars">true</item>
|
||||
<item name="color">#FF0000</item>
|
||||
</style>
|
||||
|
||||
<style name="AppCompatDialogStyle" parent="Theme.AppCompat.Light.Dialog">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue