Révision 4

Voir les différences:

SicpaXamDevice/trunk/Sicpa.Xam.Device.Droid/Sicpa.Xam.Device.Droid.csproj
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <PropertyGroup>
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
    <ProductVersion>8.0.30703</ProductVersion>
7
    <SchemaVersion>2.0</SchemaVersion>
8
    <ProjectGuid>{E0AE11E3-939D-49D0-9A39-CE8EDD3876DA}</ProjectGuid>
9
    <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
10
    <TemplateGuid>{9ef11e43-1701-4396-8835-8392d57abb70}</TemplateGuid>
11
    <OutputType>Library</OutputType>
12
    <AppDesignerFolder>Properties</AppDesignerFolder>
13
    <RootNamespace>Sicpa.Xam.Device.Droid</RootNamespace>
14
    <AssemblyName>Sicpa.Xam.Device.Droid</AssemblyName>
15
    <FileAlignment>512</FileAlignment>
16
    <Deterministic>True</Deterministic>
17
    <AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
18
    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
19
    <AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk>
20
    <TargetFrameworkVersion>v11.0</TargetFrameworkVersion>
21
    <AndroidUseAapt2>true</AndroidUseAapt2>
22
  </PropertyGroup>
23
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
24
    <DebugSymbols>true</DebugSymbols>
25
    <DebugType>portable</DebugType>
26
    <Optimize>false</Optimize>
27
    <OutputPath>bin\Debug\</OutputPath>
28
    <DefineConstants>DEBUG;TRACE</DefineConstants>
29
    <ErrorReport>prompt</ErrorReport>
30
    <WarningLevel>4</WarningLevel>
31
    <DocumentationFile>bin\Debug\Sicpa.Xam.Device.Droid.xml</DocumentationFile>
32
  </PropertyGroup>
33
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34
    <DebugType>portable</DebugType>
35
    <Optimize>true</Optimize>
36
    <OutputPath>bin\Release\</OutputPath>
37
    <DefineConstants>TRACE</DefineConstants>
38
    <ErrorReport>prompt</ErrorReport>
39
    <WarningLevel>4</WarningLevel>
40
  </PropertyGroup>
41
  <ItemGroup>
42
    <Reference Include="Microsoft.CSharp" />
43
    <Reference Include="Mono.Android" />
44
    <Reference Include="mscorlib" />
45
    <Reference Include="System" />
46
    <Reference Include="System.Core" />
47
    <Reference Include="System.Xml.Linq" />
48
    <Reference Include="System.Xml" />
49
  </ItemGroup>
50
  <ItemGroup>
51
    <Compile Include="Resources\Resource.designer.cs" />
52
    <Compile Include="Properties\AssemblyInfo.cs" />
53
    <Compile Include="Rfid\Agrident\AgridentConstantes.cs" />
54
    <Compile Include="Rfid\Agrident\AgridentLecteur.cs" />
55
    <Compile Include="Rfid\Agrident\AgridentReceiver.cs" />
56
  </ItemGroup>
57
  <ItemGroup>
58
    <None Include="Resources\AboutResources.txt" />
59
  </ItemGroup>
60
  <ItemGroup>
61
    <PackageReference Include="Xamarin.AndroidX.AppCompat" Version="1.2.0.5" />
62
  </ItemGroup>
63
  <ItemGroup>
64
    <AndroidResource Include="Resources\values\strings.xml" />
65
  </ItemGroup>
66
  <ItemGroup>
67
    <Folder Include="Resources\drawable\" />
68
  </ItemGroup>
69
  <ItemGroup>
70
    <ProjectReference Include="..\Sicpa.Xam.Device.Forms\Sicpa.Xam.Device.Forms.csproj">
71
      <Project>{34B246EE-F25D-4067-84C9-0CCDD970254E}</Project>
72
      <Name>Sicpa.Xam.Device.Forms</Name>
73
    </ProjectReference>
74
  </ItemGroup>
75
  <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
76
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
77
       Other similar extension points exist, see Microsoft.Common.targets.
78
  <Target Name="BeforeBuild">
79
  </Target>
80
  <Target Name="AfterBuild">
81
  </Target>
82
  -->
83
</Project>
SicpaXamDevice/trunk/Sicpa.Xam.Device.Droid/Rfid/Agrident/AgridentLecteur.cs
1
using Android.App;
2
using Android.Content;
3
using Android.OS;
4
using Android.Runtime;
5
using Android.Views;
6
using Android.Widget;
7
using Sicpa.Xam.Device.Forms.Interfaces;
8
using Sicpa.Xam.Device.Forms.Models;
9
using System;
10
using System.Collections.Generic;
11
using System.Linq;
12
using System.Text;
13

  
14

  
15
namespace Sicpa.Xam.Device.Droid.Rfid.Agrident
16
{
17
    /// <summary>
18
    /// objet lecteur Agrident AgridentWedge
19
    /// </summary>
20
    public class AgridentLecteur : ILecteurRfid
21
    {
22
        //on déclare un AgridentReceiver pour utiliser ces méthodes
23
        AgridentReceiver agridentReceiver;
24

  
25
        //l'événement TagLuReceiver de la classe AgridentReceiver n'est pas visible au niveau Forms.
26
        //On va donc le relayer par un événement de l'interface qui elle, communique par le DependencyService
27
        public EventHandler<InfosRfid> EvTagLu { get; set; }
28

  
29
        //variable qui va récupèrer le context de l'application. Necessaire pour utiliser certaine fonction Android
30
        private Context contextApp;
31

  
32
        public AgridentLecteur()
33
        {
34
            //Important ! Ici on récupère le context de l'application, ce qui permet de pouvoir utiliser le PackageManager, StartActivity et RegisterReceiver
35
            //qui sinon ne sont accessibles que dans la MainActivity
36
            contextApp = Android.App.Application.Context.ApplicationContext;
37
        }
38

  
39
        public void Connexion()
40
        {
41
            //on instancie un AgridentReceiver pour avoir accés à ses méthode. Ici en l'occurence son événement TagLuReceiver
42
            agridentReceiver = new AgridentReceiver();
43
            //on associe ue méthode à l'événement reçu
44
            agridentReceiver.TagLuReceiver += OnTagLuReceiver;
45

  
46
            //maintenant on créer un filtre d'intent avant de s'enregistrer au BroadcastReceiver, AgridentReceiver
47
            IntentFilter intentFilter = new IntentFilter();
48
            intentFilter.AddAction(AgridentConstantes.LECTURE_TAG_REUSSI);
49
            intentFilter.AddAction(AgridentConstantes.LECTURE_TAG_ECHEC);
50
            contextApp.RegisterReceiver(agridentReceiver, intentFilter);
51
        }
52

  
53

  
54
        public void Deconnexion()
55
        {
56
            throw new NotImplementedException();
57
        }
58

  
59
        public void LectureTag()
60
        {
61
            //récupére les infos du package AGRIDENT_WEDGE pour pouvoir le lancer par l'intent
62
            Intent lancePackage = contextApp.PackageManager.GetLaunchIntentForPackage(AgridentConstantes.AGRIDENT_WEDGE);
63

  
64
            //on lance AgridentWedge par l'intermédiaire d'un intent
65
            if (lancePackage != null)
66
            {
67
                contextApp.StartActivity(lancePackage);
68
            }
69
        }
70

  
71
        private void OnTagLuReceiver(object sender, InfosRfid infos)
72
        {
73
            //on relais l'événement pour qu'il soit accessible par le DependencyService
74
            EvTagLu?.Invoke(sender, infos);
75
        }
76

  
77
        public void RFOff()
78
        {
79
            throw new NotImplementedException();
80
        }
81

  
82
        public void RFOn()
83
        {
84
            throw new NotImplementedException();
85
        }
86
    }
87
}
SicpaXamDevice/trunk/Sicpa.Xam.Device.Droid/Rfid/Agrident/AgridentReceiver.cs
1
using Android.Content;
2
using Sicpa.Xam.Device.Forms.Models;
3
using System;
4

  
5

  
6
namespace Sicpa.Xam.Device.Droid.Rfid.Agrident
7
{
8
    public class AgridentReceiver : BroadcastReceiver
9
    {
10
        public EventHandler<InfosRfid> TagLuReceiver;
11
        public override void OnReceive(Context context, Intent intent)
12
        {
13
            if (intent.Action.Equals(AgridentConstantes.LECTURE_TAG_REUSSI))
14
            {
15
                //on récupère la string DONNEE_LU de l'intent
16
                string tmpDonnee = intent.GetStringExtra(AgridentConstantes.DONNEE_LUE);
17
                //ici on met en forme toutes les informations qui doivent êtres contenu dans la classe RfidInfos
18
                string tmpIsoRfid = tmpDonnee.Substring(1, 15);
19
                string tmpCodePays = tmpDonnee.Substring(1, 3);
20
                string tmpdNumAnimal = tmpDonnee.Substring(4, 12);
21
                string tmpTypeTag = "";
22
                string tmpIsoEtendu = tmpDonnee;
23
                string tmpCodeEtendu = tmpDonnee.Substring(0, 1);
24
                bool tmpTagLu = true;
25
                //on met toutes ces infos dans une variable qui sera passée à l'événement
26
                var infosEvent = new InfosRfid() { IsoRfid = tmpIsoRfid, CodePays = tmpCodePays, NumeroAnimal = tmpdNumAnimal, TypeTag = tmpTypeTag, IsoEtendu = tmpIsoEtendu, CodeEtendu = tmpCodeEtendu, TagLu = tmpTagLu };
27

  
28
                TagLuReceiver?.Invoke(this, infosEvent);
29
            }
30
            else
31
            {
32
                var infosEvent = new InfosRfid() { IsoRfid = "No Tag", CodePays = "", NumeroAnimal = "", TypeTag = "", IsoEtendu = "", CodeEtendu = "", TagLu = false };
33
                TagLuReceiver?.Invoke(this, infosEvent);
34
            }
35

  
36
        }
37
    }
38
}
SicpaXamDevice/trunk/Sicpa.Xam.Device.Droid/Rfid/Agrident/AgridentConstantes.cs
1
using Android.App;
2
using Android.Content;
3
using Android.OS;
4
using Android.Runtime;
5
using Android.Views;
6
using Android.Widget;
7
using System;
8
using System.Collections.Generic;
9
using System.Linq;
10
using System.Text;
11

  
12
namespace Sicpa.Xam.Device.Droid.Rfid.Agrident
13
{
14
    /// <summary>
15
    /// Noms des constantes AgridentWedge
16
    /// </summary>
17
    public class AgridentConstantes
18
    {
19
        // on nomme des constantes qui correspondent aux différents Intents envoyés ou reçu par l'appli AgridentWedge
20
        //--- constantes que l'on recoit
21
        /// <summary>
22
        /// La lecture réussie
23
        /// </summary>
24
        public const String LECTURE_TAG_REUSSI = "fr.coppernic.intent.agridentsuccess";
25
        /// <summary>
26
        /// La lecture à échouée
27
        /// </summary>
28
        public const String LECTURE_TAG_ECHEC = "fr.coppernic.intent.agridentfailed";
29
        /// <summary>
30
        /// Numéro du tag lu
31
        /// </summary>
32
        public const String DONNEE_LUE = "BarcodeData";
33

  
34
        //--- constantes que l'on envoie
35
        /// <summary>
36
        /// Arrête le service AgridentWedge
37
        /// </summary>
38
        public const String ACTION_AGRIDENT_SERVICE_STOP = "fr.coppernic.intent.action.stop.agrident.service";
39
        /// <summary>
40
        /// Démarre le service AgridentWedge
41
        /// </summary>
42
        public const String ACTION_AGRIDENT_SERVICE_START = "fr.coppernic.intent.action.start.agrident.service";
43
        /// <summary>
44
        /// Lance la lecture d'un tag
45
        /// </summary>
46
        public const String ACTION_AGRIDENT_LECTURE = "fr.coppernic.tools.agrident.wedge.READ";
47
        //nom du package agrident
48
        /// <summary>
49
        /// Nom du package AgridentWedge
50
        /// </summary>
51
        public const String AGRIDENT_WEDGE = "fr.coppernic.tools.cpcagridentwedge";
52
    }
53
}
SicpaXamDevice/trunk/Sicpa.Xam.Device.Droid/Resources/values/strings.xml
1
<resources>
2
    <string name="hello">Hello World, Click Me!</string>
3
    <string name="app_name">Sicpa.Xam.Device.Droid</string>
4
</resources>
SicpaXamDevice/trunk/Sicpa.Xam.Device.Droid/Resources/AboutResources.txt
1
Images, layout descriptions, binary blobs and string dictionaries can be included 
2
in your application as resource files.  Various Android APIs are designed to 
3
operate on the resource IDs instead of dealing with images, strings or binary blobs 
4
directly.
5

  
6
For example, a sample Android app that contains a user interface layout (main.xml),
7
an internationalization string table (strings.xml) and some icons (drawable-XXX/icon.png) 
8
would keep its resources in the "Resources" directory of the application:
9

  
10
Resources/
11
    drawable/
12
        icon.png
13

  
14
    layout/
15
        main.xml
16

  
17
    values/
18
        strings.xml
19

  
20
In order to get the build system to recognize Android resources, set the build action to
21
"AndroidResource".  The native Android APIs do not operate directly with filenames, but 
22
instead operate on resource IDs.  When you compile an Android application that uses resources, 
23
the build system will package the resources for distribution and generate a class called "R" 
24
(this is an Android convention) that contains the tokens for each one of the resources 
25
included. For example, for the above Resources layout, this is what the R class would expose:
26

  
27
public class R {
28
    public class drawable {
29
        public const int icon = 0x123;
30
    }
31

  
32
    public class layout {
33
        public const int main = 0x456;
34
    }
35

  
36
    public class strings {
37
        public const int first_string = 0xabc;
38
        public const int second_string = 0xbcd;
39
    }
40
}
41

  
42
You would then use R.drawable.icon to reference the drawable/icon.png file, or R.layout.main 
43
to reference the layout/main.xml file, or R.strings.first_string to reference the first 
44
string in the dictionary file values/strings.xml.
SicpaXamDevice/trunk/Sicpa.Xam.Device.Droid/Resources/Resource.designer.cs
1
#pragma warning disable 1591
2
//------------------------------------------------------------------------------
3
// <auto-generated>
4
//     This code was generated by a tool.
5
//
6
//     Changes to this file may cause incorrect behavior and will be lost if
7
//     the code is regenerated.
8
// </auto-generated>
9
//------------------------------------------------------------------------------
10

  
11
[assembly: global::Android.Runtime.ResourceDesignerAttribute("Sicpa.Xam.Device.Droid.Resource", IsApplication=false)]
12

  
13
namespace Sicpa.Xam.Device.Droid
14
{
15
	
16
	
17
	[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Xamarin.Android.Build.Tasks", "1.0.0.0")]
18
	public partial class Resource
19
	{
20
		
21
		static Resource()
22
		{
23
			global::Android.Runtime.ResourceIdManager.UpdateIdValues();
24
		}
25
		
26
		public partial class Animation
27
		{
28
			
29
			// aapt resource value: 0x7F010000
30
			public static int abc_fade_in = 2130771968;
31
			
32
			// aapt resource value: 0x7F010001
33
			public static int abc_fade_out = 2130771969;
34
			
35
			// aapt resource value: 0x7F010002
36
			public static int abc_grow_fade_in_from_bottom = 2130771970;
37
			
38
			// aapt resource value: 0x7F010003
39
			public static int abc_popup_enter = 2130771971;
40
			
41
			// aapt resource value: 0x7F010004
42
			public static int abc_popup_exit = 2130771972;
43
			
44
			// aapt resource value: 0x7F010005
45
			public static int abc_shrink_fade_out_from_bottom = 2130771973;
46
			
47
			// aapt resource value: 0x7F010006
48
			public static int abc_slide_in_bottom = 2130771974;
49
			
50
			// aapt resource value: 0x7F010007
51
			public static int abc_slide_in_top = 2130771975;
52
			
53
			// aapt resource value: 0x7F010008
54
			public static int abc_slide_out_bottom = 2130771976;
55
			
56
			// aapt resource value: 0x7F010009
57
			public static int abc_slide_out_top = 2130771977;
58
			
59
			// aapt resource value: 0x7F01000A
60
			public static int abc_tooltip_enter = 2130771978;
61
			
62
			// aapt resource value: 0x7F01000B
63
			public static int abc_tooltip_exit = 2130771979;
64
			
65
			// aapt resource value: 0x7F01000C
66
			public static int btn_checkbox_to_checked_box_inner_merged_animation = 2130771980;
67
			
68
			// aapt resource value: 0x7F01000D
69
			public static int btn_checkbox_to_checked_box_outer_merged_animation = 2130771981;
70
			
71
			// aapt resource value: 0x7F01000E
72
			public static int btn_checkbox_to_checked_icon_null_animation = 2130771982;
73
			
74
			// aapt resource value: 0x7F01000F
75
			public static int btn_checkbox_to_unchecked_box_inner_merged_animation = 2130771983;
76
			
77
			// aapt resource value: 0x7F010010
78
			public static int btn_checkbox_to_unchecked_check_path_merged_animation = 2130771984;
79
			
80
			// aapt resource value: 0x7F010011
81
			public static int btn_checkbox_to_unchecked_icon_null_animation = 2130771985;
82
			
83
			// aapt resource value: 0x7F010012
84
			public static int btn_radio_to_off_mtrl_dot_group_animation = 2130771986;
85
			
86
			// aapt resource value: 0x7F010013
87
			public static int btn_radio_to_off_mtrl_ring_outer_animation = 2130771987;
88
			
89
			// aapt resource value: 0x7F010014
90
			public static int btn_radio_to_off_mtrl_ring_outer_path_animation = 2130771988;
91
			
92
			// aapt resource value: 0x7F010015
93
			public static int btn_radio_to_on_mtrl_dot_group_animation = 2130771989;
94
			
95
			// aapt resource value: 0x7F010016
96
			public static int btn_radio_to_on_mtrl_ring_outer_animation = 2130771990;
97
			
98
			// aapt resource value: 0x7F010017
99
			public static int btn_radio_to_on_mtrl_ring_outer_path_animation = 2130771991;
100
			
101
			// aapt resource value: 0x7F010018
102
			public static int fragment_close_enter = 2130771992;
103
			
104
			// aapt resource value: 0x7F010019
105
			public static int fragment_close_exit = 2130771993;
106
			
107
			// aapt resource value: 0x7F01001A
108
			public static int fragment_fade_enter = 2130771994;
109
			
110
			// aapt resource value: 0x7F01001B
111
			public static int fragment_fade_exit = 2130771995;
112
			
113
			// aapt resource value: 0x7F01001C
114
			public static int fragment_fast_out_extra_slow_in = 2130771996;
115
			
116
			// aapt resource value: 0x7F01001D
117
			public static int fragment_open_enter = 2130771997;
118
			
119
			// aapt resource value: 0x7F01001E
120
			public static int fragment_open_exit = 2130771998;
121
			
122
			static Animation()
123
			{
124
				global::Android.Runtime.ResourceIdManager.UpdateIdValues();
125
			}
126
			
127
			private Animation()
128
			{
129
			}
130
		}
131
		
132
		public partial class Attribute
133
		{
134
			
135
			// aapt resource value: 0x7F020000
136
			public static int actionBarDivider = 2130837504;
137
			
138
			// aapt resource value: 0x7F020001
139
			public static int actionBarItemBackground = 2130837505;
140
			
141
			// aapt resource value: 0x7F020002
142
			public static int actionBarPopupTheme = 2130837506;
143
			
144
			// aapt resource value: 0x7F020003
145
			public static int actionBarSize = 2130837507;
146
			
147
			// aapt resource value: 0x7F020004
148
			public static int actionBarSplitStyle = 2130837508;
149
			
150
			// aapt resource value: 0x7F020005
151
			public static int actionBarStyle = 2130837509;
152
			
153
			// aapt resource value: 0x7F020006
154
			public static int actionBarTabBarStyle = 2130837510;
155
			
156
			// aapt resource value: 0x7F020007
157
			public static int actionBarTabStyle = 2130837511;
158
			
159
			// aapt resource value: 0x7F020008
160
			public static int actionBarTabTextStyle = 2130837512;
161
			
162
			// aapt resource value: 0x7F020009
163
			public static int actionBarTheme = 2130837513;
164
			
165
			// aapt resource value: 0x7F02000A
166
			public static int actionBarWidgetTheme = 2130837514;
167
			
168
			// aapt resource value: 0x7F02000B
169
			public static int actionButtonStyle = 2130837515;
170
			
171
			// aapt resource value: 0x7F02000C
172
			public static int actionDropDownStyle = 2130837516;
173
			
174
			// aapt resource value: 0x7F02000D
175
			public static int actionLayout = 2130837517;
176
			
177
			// aapt resource value: 0x7F02000E
178
			public static int actionMenuTextAppearance = 2130837518;
179
			
180
			// aapt resource value: 0x7F02000F
181
			public static int actionMenuTextColor = 2130837519;
182
			
183
			// aapt resource value: 0x7F020010
184
			public static int actionModeBackground = 2130837520;
185
			
186
			// aapt resource value: 0x7F020011
187
			public static int actionModeCloseButtonStyle = 2130837521;
188
			
189
			// aapt resource value: 0x7F020012
190
			public static int actionModeCloseDrawable = 2130837522;
191
			
192
			// aapt resource value: 0x7F020013
193
			public static int actionModeCopyDrawable = 2130837523;
194
			
195
			// aapt resource value: 0x7F020014
196
			public static int actionModeCutDrawable = 2130837524;
197
			
198
			// aapt resource value: 0x7F020015
199
			public static int actionModeFindDrawable = 2130837525;
200
			
201
			// aapt resource value: 0x7F020016
202
			public static int actionModePasteDrawable = 2130837526;
203
			
204
			// aapt resource value: 0x7F020017
205
			public static int actionModePopupWindowStyle = 2130837527;
206
			
207
			// aapt resource value: 0x7F020018
208
			public static int actionModeSelectAllDrawable = 2130837528;
209
			
210
			// aapt resource value: 0x7F020019
211
			public static int actionModeShareDrawable = 2130837529;
212
			
213
			// aapt resource value: 0x7F02001A
214
			public static int actionModeSplitBackground = 2130837530;
215
			
216
			// aapt resource value: 0x7F02001B
217
			public static int actionModeStyle = 2130837531;
218
			
219
			// aapt resource value: 0x7F02001C
220
			public static int actionModeWebSearchDrawable = 2130837532;
221
			
222
			// aapt resource value: 0x7F02001D
223
			public static int actionOverflowButtonStyle = 2130837533;
224
			
225
			// aapt resource value: 0x7F02001E
226
			public static int actionOverflowMenuStyle = 2130837534;
227
			
228
			// aapt resource value: 0x7F02001F
229
			public static int actionProviderClass = 2130837535;
230
			
231
			// aapt resource value: 0x7F020020
232
			public static int actionViewClass = 2130837536;
233
			
234
			// aapt resource value: 0x7F020021
235
			public static int activityChooserViewStyle = 2130837537;
236
			
237
			// aapt resource value: 0x7F020022
238
			public static int alertDialogButtonGroupStyle = 2130837538;
239
			
240
			// aapt resource value: 0x7F020023
241
			public static int alertDialogCenterButtons = 2130837539;
242
			
243
			// aapt resource value: 0x7F020024
244
			public static int alertDialogStyle = 2130837540;
245
			
246
			// aapt resource value: 0x7F020025
247
			public static int alertDialogTheme = 2130837541;
248
			
249
			// aapt resource value: 0x7F020026
250
			public static int allowStacking = 2130837542;
251
			
252
			// aapt resource value: 0x7F020027
253
			public static int alpha = 2130837543;
254
			
255
			// aapt resource value: 0x7F020028
256
			public static int alphabeticModifiers = 2130837544;
257
			
258
			// aapt resource value: 0x7F020029
259
			public static int arrowHeadLength = 2130837545;
260
			
261
			// aapt resource value: 0x7F02002A
262
			public static int arrowShaftLength = 2130837546;
263
			
264
			// aapt resource value: 0x7F02002B
265
			public static int autoCompleteTextViewStyle = 2130837547;
266
			
267
			// aapt resource value: 0x7F02002C
268
			public static int autoSizeMaxTextSize = 2130837548;
269
			
270
			// aapt resource value: 0x7F02002D
271
			public static int autoSizeMinTextSize = 2130837549;
272
			
273
			// aapt resource value: 0x7F02002E
274
			public static int autoSizePresetSizes = 2130837550;
275
			
276
			// aapt resource value: 0x7F02002F
277
			public static int autoSizeStepGranularity = 2130837551;
278
			
279
			// aapt resource value: 0x7F020030
280
			public static int autoSizeTextType = 2130837552;
281
			
282
			// aapt resource value: 0x7F020031
283
			public static int background = 2130837553;
284
			
285
			// aapt resource value: 0x7F020032
286
			public static int backgroundSplit = 2130837554;
287
			
288
			// aapt resource value: 0x7F020033
289
			public static int backgroundStacked = 2130837555;
290
			
291
			// aapt resource value: 0x7F020034
292
			public static int backgroundTint = 2130837556;
293
			
294
			// aapt resource value: 0x7F020035
295
			public static int backgroundTintMode = 2130837557;
296
			
297
			// aapt resource value: 0x7F020036
298
			public static int barLength = 2130837558;
299
			
300
			// aapt resource value: 0x7F020037
301
			public static int borderlessButtonStyle = 2130837559;
302
			
303
			// aapt resource value: 0x7F020038
304
			public static int buttonBarButtonStyle = 2130837560;
305
			
306
			// aapt resource value: 0x7F020039
307
			public static int buttonBarNegativeButtonStyle = 2130837561;
308
			
309
			// aapt resource value: 0x7F02003A
310
			public static int buttonBarNeutralButtonStyle = 2130837562;
311
			
312
			// aapt resource value: 0x7F02003B
313
			public static int buttonBarPositiveButtonStyle = 2130837563;
314
			
315
			// aapt resource value: 0x7F02003C
316
			public static int buttonBarStyle = 2130837564;
317
			
318
			// aapt resource value: 0x7F02003D
319
			public static int buttonCompat = 2130837565;
320
			
321
			// aapt resource value: 0x7F02003E
322
			public static int buttonGravity = 2130837566;
323
			
324
			// aapt resource value: 0x7F02003F
325
			public static int buttonIconDimen = 2130837567;
326
			
327
			// aapt resource value: 0x7F020040
328
			public static int buttonPanelSideLayout = 2130837568;
329
			
330
			// aapt resource value: 0x7F020041
331
			public static int buttonStyle = 2130837569;
332
			
333
			// aapt resource value: 0x7F020042
334
			public static int buttonStyleSmall = 2130837570;
335
			
336
			// aapt resource value: 0x7F020043
337
			public static int buttonTint = 2130837571;
338
			
339
			// aapt resource value: 0x7F020044
340
			public static int buttonTintMode = 2130837572;
341
			
342
			// aapt resource value: 0x7F020045
343
			public static int checkboxStyle = 2130837573;
344
			
345
			// aapt resource value: 0x7F020046
346
			public static int checkedTextViewStyle = 2130837574;
347
			
348
			// aapt resource value: 0x7F020047
349
			public static int closeIcon = 2130837575;
350
			
351
			// aapt resource value: 0x7F020048
352
			public static int closeItemLayout = 2130837576;
353
			
354
			// aapt resource value: 0x7F020049
355
			public static int collapseContentDescription = 2130837577;
356
			
357
			// aapt resource value: 0x7F02004A
358
			public static int collapseIcon = 2130837578;
359
			
360
			// aapt resource value: 0x7F02004B
361
			public static int color = 2130837579;
362
			
363
			// aapt resource value: 0x7F02004C
364
			public static int colorAccent = 2130837580;
365
			
366
			// aapt resource value: 0x7F02004D
367
			public static int colorBackgroundFloating = 2130837581;
368
			
369
			// aapt resource value: 0x7F02004E
370
			public static int colorButtonNormal = 2130837582;
371
			
372
			// aapt resource value: 0x7F02004F
373
			public static int colorControlActivated = 2130837583;
374
			
375
			// aapt resource value: 0x7F020050
376
			public static int colorControlHighlight = 2130837584;
377
			
378
			// aapt resource value: 0x7F020051
379
			public static int colorControlNormal = 2130837585;
380
			
381
			// aapt resource value: 0x7F020052
382
			public static int colorError = 2130837586;
383
			
384
			// aapt resource value: 0x7F020053
385
			public static int colorPrimary = 2130837587;
386
			
387
			// aapt resource value: 0x7F020054
388
			public static int colorPrimaryDark = 2130837588;
389
			
390
			// aapt resource value: 0x7F020055
391
			public static int colorSwitchThumbNormal = 2130837589;
392
			
393
			// aapt resource value: 0x7F020056
394
			public static int commitIcon = 2130837590;
395
			
396
			// aapt resource value: 0x7F020057
397
			public static int contentDescription = 2130837591;
398
			
399
			// aapt resource value: 0x7F020058
400
			public static int contentInsetEnd = 2130837592;
401
			
402
			// aapt resource value: 0x7F020059
403
			public static int contentInsetEndWithActions = 2130837593;
404
			
405
			// aapt resource value: 0x7F02005A
406
			public static int contentInsetLeft = 2130837594;
407
			
408
			// aapt resource value: 0x7F02005B
409
			public static int contentInsetRight = 2130837595;
410
			
411
			// aapt resource value: 0x7F02005C
412
			public static int contentInsetStart = 2130837596;
413
			
414
			// aapt resource value: 0x7F02005D
415
			public static int contentInsetStartWithNavigation = 2130837597;
416
			
417
			// aapt resource value: 0x7F02005E
418
			public static int controlBackground = 2130837598;
419
			
420
			// aapt resource value: 0x7F02005F
421
			public static int customNavigationLayout = 2130837599;
422
			
423
			// aapt resource value: 0x7F020060
424
			public static int defaultQueryHint = 2130837600;
425
			
426
			// aapt resource value: 0x7F020061
427
			public static int dialogCornerRadius = 2130837601;
428
			
429
			// aapt resource value: 0x7F020062
430
			public static int dialogPreferredPadding = 2130837602;
431
			
432
			// aapt resource value: 0x7F020063
433
			public static int dialogTheme = 2130837603;
434
			
435
			// aapt resource value: 0x7F020064
436
			public static int displayOptions = 2130837604;
437
			
438
			// aapt resource value: 0x7F020065
439
			public static int divider = 2130837605;
440
			
441
			// aapt resource value: 0x7F020066
442
			public static int dividerHorizontal = 2130837606;
443
			
444
			// aapt resource value: 0x7F020067
445
			public static int dividerPadding = 2130837607;
446
			
447
			// aapt resource value: 0x7F020068
448
			public static int dividerVertical = 2130837608;
449
			
450
			// aapt resource value: 0x7F020069
451
			public static int drawableBottomCompat = 2130837609;
452
			
453
			// aapt resource value: 0x7F02006A
454
			public static int drawableEndCompat = 2130837610;
455
			
456
			// aapt resource value: 0x7F02006B
457
			public static int drawableLeftCompat = 2130837611;
458
			
459
			// aapt resource value: 0x7F02006C
460
			public static int drawableRightCompat = 2130837612;
461
			
462
			// aapt resource value: 0x7F02006D
463
			public static int drawableSize = 2130837613;
464
			
465
			// aapt resource value: 0x7F02006E
466
			public static int drawableStartCompat = 2130837614;
467
			
468
			// aapt resource value: 0x7F02006F
469
			public static int drawableTint = 2130837615;
470
			
471
			// aapt resource value: 0x7F020070
472
			public static int drawableTintMode = 2130837616;
473
			
474
			// aapt resource value: 0x7F020071
475
			public static int drawableTopCompat = 2130837617;
476
			
477
			// aapt resource value: 0x7F020072
478
			public static int drawerArrowStyle = 2130837618;
479
			
480
			// aapt resource value: 0x7F020073
481
			public static int drawerLayoutStyle = 2130837619;
482
			
483
			// aapt resource value: 0x7F020075
484
			public static int dropdownListPreferredItemHeight = 2130837621;
485
			
486
			// aapt resource value: 0x7F020074
487
			public static int dropDownListViewStyle = 2130837620;
488
			
489
			// aapt resource value: 0x7F020076
490
			public static int editTextBackground = 2130837622;
491
			
492
			// aapt resource value: 0x7F020077
493
			public static int editTextColor = 2130837623;
494
			
495
			// aapt resource value: 0x7F020078
496
			public static int editTextStyle = 2130837624;
497
			
498
			// aapt resource value: 0x7F020079
499
			public static int elevation = 2130837625;
500
			
501
			// aapt resource value: 0x7F02007A
502
			public static int expandActivityOverflowButtonDrawable = 2130837626;
503
			
504
			// aapt resource value: 0x7F02007B
505
			public static int firstBaselineToTopHeight = 2130837627;
506
			
507
			// aapt resource value: 0x7F02007C
508
			public static int font = 2130837628;
509
			
510
			// aapt resource value: 0x7F02007D
511
			public static int fontFamily = 2130837629;
512
			
513
			// aapt resource value: 0x7F02007E
514
			public static int fontProviderAuthority = 2130837630;
515
			
516
			// aapt resource value: 0x7F02007F
517
			public static int fontProviderCerts = 2130837631;
518
			
519
			// aapt resource value: 0x7F020080
520
			public static int fontProviderFetchStrategy = 2130837632;
521
			
522
			// aapt resource value: 0x7F020081
523
			public static int fontProviderFetchTimeout = 2130837633;
524
			
525
			// aapt resource value: 0x7F020082
526
			public static int fontProviderPackage = 2130837634;
527
			
528
			// aapt resource value: 0x7F020083
529
			public static int fontProviderQuery = 2130837635;
530
			
531
			// aapt resource value: 0x7F020084
532
			public static int fontStyle = 2130837636;
533
			
534
			// aapt resource value: 0x7F020085
535
			public static int fontVariationSettings = 2130837637;
536
			
537
			// aapt resource value: 0x7F020086
538
			public static int fontWeight = 2130837638;
539
			
540
			// aapt resource value: 0x7F020087
541
			public static int gapBetweenBars = 2130837639;
542
			
543
			// aapt resource value: 0x7F020088
544
			public static int goIcon = 2130837640;
545
			
546
			// aapt resource value: 0x7F020089
547
			public static int height = 2130837641;
548
			
549
			// aapt resource value: 0x7F02008A
550
			public static int hideOnContentScroll = 2130837642;
551
			
552
			// aapt resource value: 0x7F02008B
553
			public static int homeAsUpIndicator = 2130837643;
554
			
555
			// aapt resource value: 0x7F02008C
556
			public static int homeLayout = 2130837644;
557
			
558
			// aapt resource value: 0x7F02008D
559
			public static int icon = 2130837645;
560
			
561
			// aapt resource value: 0x7F020090
562
			public static int iconifiedByDefault = 2130837648;
563
			
564
			// aapt resource value: 0x7F02008E
565
			public static int iconTint = 2130837646;
566
			
567
			// aapt resource value: 0x7F02008F
568
			public static int iconTintMode = 2130837647;
569
			
570
			// aapt resource value: 0x7F020091
571
			public static int imageButtonStyle = 2130837649;
572
			
573
			// aapt resource value: 0x7F020092
574
			public static int indeterminateProgressStyle = 2130837650;
575
			
576
			// aapt resource value: 0x7F020093
577
			public static int initialActivityCount = 2130837651;
578
			
579
			// aapt resource value: 0x7F020094
580
			public static int isLightTheme = 2130837652;
581
			
582
			// aapt resource value: 0x7F020095
583
			public static int itemPadding = 2130837653;
584
			
585
			// aapt resource value: 0x7F020096
586
			public static int lastBaselineToBottomHeight = 2130837654;
587
			
588
			// aapt resource value: 0x7F020097
589
			public static int layout = 2130837655;
590
			
591
			// aapt resource value: 0x7F020098
592
			public static int lineHeight = 2130837656;
593
			
594
			// aapt resource value: 0x7F020099
595
			public static int listChoiceBackgroundIndicator = 2130837657;
596
			
597
			// aapt resource value: 0x7F02009A
598
			public static int listChoiceIndicatorMultipleAnimated = 2130837658;
599
			
600
			// aapt resource value: 0x7F02009B
601
			public static int listChoiceIndicatorSingleAnimated = 2130837659;
602
			
603
			// aapt resource value: 0x7F02009C
604
			public static int listDividerAlertDialog = 2130837660;
605
			
606
			// aapt resource value: 0x7F02009D
607
			public static int listItemLayout = 2130837661;
608
			
609
			// aapt resource value: 0x7F02009E
610
			public static int listLayout = 2130837662;
611
			
612
			// aapt resource value: 0x7F02009F
613
			public static int listMenuViewStyle = 2130837663;
614
			
615
			// aapt resource value: 0x7F0200A0
616
			public static int listPopupWindowStyle = 2130837664;
617
			
618
			// aapt resource value: 0x7F0200A1
619
			public static int listPreferredItemHeight = 2130837665;
620
			
621
			// aapt resource value: 0x7F0200A2
622
			public static int listPreferredItemHeightLarge = 2130837666;
623
			
624
			// aapt resource value: 0x7F0200A3
625
			public static int listPreferredItemHeightSmall = 2130837667;
626
			
627
			// aapt resource value: 0x7F0200A4
628
			public static int listPreferredItemPaddingEnd = 2130837668;
629
			
630
			// aapt resource value: 0x7F0200A5
631
			public static int listPreferredItemPaddingLeft = 2130837669;
632
			
633
			// aapt resource value: 0x7F0200A6
634
			public static int listPreferredItemPaddingRight = 2130837670;
635
			
636
			// aapt resource value: 0x7F0200A7
637
			public static int listPreferredItemPaddingStart = 2130837671;
638
			
639
			// aapt resource value: 0x7F0200A8
640
			public static int logo = 2130837672;
641
			
642
			// aapt resource value: 0x7F0200A9
643
			public static int logoDescription = 2130837673;
644
			
645
			// aapt resource value: 0x7F0200AA
646
			public static int maxButtonHeight = 2130837674;
647
			
648
			// aapt resource value: 0x7F0200AB
649
			public static int measureWithLargestChild = 2130837675;
650
			
651
			// aapt resource value: 0x7F0200AC
652
			public static int menu = 2130837676;
653
			
654
			// aapt resource value: 0x7F0200AD
655
			public static int multiChoiceItemLayout = 2130837677;
656
			
657
			// aapt resource value: 0x7F0200AE
658
			public static int navigationContentDescription = 2130837678;
659
			
660
			// aapt resource value: 0x7F0200AF
661
			public static int navigationIcon = 2130837679;
662
			
663
			// aapt resource value: 0x7F0200B0
664
			public static int navigationMode = 2130837680;
665
			
666
			// aapt resource value: 0x7F0200B1
667
			public static int numericModifiers = 2130837681;
668
			
669
			// aapt resource value: 0x7F0200B2
670
			public static int overlapAnchor = 2130837682;
671
			
672
			// aapt resource value: 0x7F0200B3
673
			public static int paddingBottomNoButtons = 2130837683;
674
			
675
			// aapt resource value: 0x7F0200B4
676
			public static int paddingEnd = 2130837684;
677
			
678
			// aapt resource value: 0x7F0200B5
679
			public static int paddingStart = 2130837685;
680
			
681
			// aapt resource value: 0x7F0200B6
682
			public static int paddingTopNoTitle = 2130837686;
683
			
684
			// aapt resource value: 0x7F0200B7
685
			public static int panelBackground = 2130837687;
686
			
687
			// aapt resource value: 0x7F0200B8
688
			public static int panelMenuListTheme = 2130837688;
689
			
690
			// aapt resource value: 0x7F0200B9
691
			public static int panelMenuListWidth = 2130837689;
692
			
693
			// aapt resource value: 0x7F0200BA
694
			public static int popupMenuStyle = 2130837690;
695
			
696
			// aapt resource value: 0x7F0200BB
697
			public static int popupTheme = 2130837691;
698
			
699
			// aapt resource value: 0x7F0200BC
700
			public static int popupWindowStyle = 2130837692;
701
			
702
			// aapt resource value: 0x7F0200BD
703
			public static int preserveIconSpacing = 2130837693;
704
			
705
			// aapt resource value: 0x7F0200BE
706
			public static int progressBarPadding = 2130837694;
707
			
708
			// aapt resource value: 0x7F0200BF
709
			public static int progressBarStyle = 2130837695;
710
			
711
			// aapt resource value: 0x7F0200C0
712
			public static int queryBackground = 2130837696;
713
			
714
			// aapt resource value: 0x7F0200C1
715
			public static int queryHint = 2130837697;
716
			
717
			// aapt resource value: 0x7F0200C2
718
			public static int radioButtonStyle = 2130837698;
719
			
720
			// aapt resource value: 0x7F0200C3
721
			public static int ratingBarStyle = 2130837699;
722
			
723
			// aapt resource value: 0x7F0200C4
724
			public static int ratingBarStyleIndicator = 2130837700;
725
			
726
			// aapt resource value: 0x7F0200C5
727
			public static int ratingBarStyleSmall = 2130837701;
728
			
729
			// aapt resource value: 0x7F0200C6
730
			public static int searchHintIcon = 2130837702;
731
			
732
			// aapt resource value: 0x7F0200C7
733
			public static int searchIcon = 2130837703;
734
			
735
			// aapt resource value: 0x7F0200C8
736
			public static int searchViewStyle = 2130837704;
737
			
738
			// aapt resource value: 0x7F0200C9
739
			public static int seekBarStyle = 2130837705;
740
			
741
			// aapt resource value: 0x7F0200CA
742
			public static int selectableItemBackground = 2130837706;
743
			
744
			// aapt resource value: 0x7F0200CB
745
			public static int selectableItemBackgroundBorderless = 2130837707;
746
			
747
			// aapt resource value: 0x7F0200CC
748
			public static int showAsAction = 2130837708;
749
			
750
			// aapt resource value: 0x7F0200CD
751
			public static int showDividers = 2130837709;
752
			
753
			// aapt resource value: 0x7F0200CE
754
			public static int showText = 2130837710;
755
			
756
			// aapt resource value: 0x7F0200CF
757
			public static int showTitle = 2130837711;
758
			
759
			// aapt resource value: 0x7F0200D0
760
			public static int singleChoiceItemLayout = 2130837712;
761
			
762
			// aapt resource value: 0x7F0200D1
763
			public static int spinBars = 2130837713;
764
			
765
			// aapt resource value: 0x7F0200D2
766
			public static int spinnerDropDownItemStyle = 2130837714;
767
			
768
			// aapt resource value: 0x7F0200D3
769
			public static int spinnerStyle = 2130837715;
770
			
771
			// aapt resource value: 0x7F0200D4
772
			public static int splitTrack = 2130837716;
773
			
774
			// aapt resource value: 0x7F0200D5
775
			public static int srcCompat = 2130837717;
776
			
777
			// aapt resource value: 0x7F0200D6
778
			public static int state_above_anchor = 2130837718;
779
			
780
			// aapt resource value: 0x7F0200D7
781
			public static int subMenuArrow = 2130837719;
782
			
783
			// aapt resource value: 0x7F0200D8
784
			public static int submitBackground = 2130837720;
785
			
786
			// aapt resource value: 0x7F0200D9
787
			public static int subtitle = 2130837721;
788
			
789
			// aapt resource value: 0x7F0200DA
790
			public static int subtitleTextAppearance = 2130837722;
791
			
792
			// aapt resource value: 0x7F0200DB
793
			public static int subtitleTextColor = 2130837723;
794
			
795
			// aapt resource value: 0x7F0200DC
796
			public static int subtitleTextStyle = 2130837724;
797
			
798
			// aapt resource value: 0x7F0200DD
799
			public static int suggestionRowLayout = 2130837725;
800
			
801
			// aapt resource value: 0x7F0200DE
802
			public static int switchMinWidth = 2130837726;
803
			
804
			// aapt resource value: 0x7F0200DF
805
			public static int switchPadding = 2130837727;
806
			
807
			// aapt resource value: 0x7F0200E0
808
			public static int switchStyle = 2130837728;
809
			
810
			// aapt resource value: 0x7F0200E1
811
			public static int switchTextAppearance = 2130837729;
812
			
813
			// aapt resource value: 0x7F0200E2
814
			public static int textAllCaps = 2130837730;
815
			
816
			// aapt resource value: 0x7F0200E3
817
			public static int textAppearanceLargePopupMenu = 2130837731;
818
			
819
			// aapt resource value: 0x7F0200E4
820
			public static int textAppearanceListItem = 2130837732;
821
			
822
			// aapt resource value: 0x7F0200E5
823
			public static int textAppearanceListItemSecondary = 2130837733;
824
			
825
			// aapt resource value: 0x7F0200E6
826
			public static int textAppearanceListItemSmall = 2130837734;
827
			
828
			// aapt resource value: 0x7F0200E7
829
			public static int textAppearancePopupMenuHeader = 2130837735;
830
			
831
			// aapt resource value: 0x7F0200E8
832
			public static int textAppearanceSearchResultSubtitle = 2130837736;
833
			
834
			// aapt resource value: 0x7F0200E9
835
			public static int textAppearanceSearchResultTitle = 2130837737;
836
			
837
			// aapt resource value: 0x7F0200EA
838
			public static int textAppearanceSmallPopupMenu = 2130837738;
839
			
840
			// aapt resource value: 0x7F0200EB
841
			public static int textColorAlertDialogListItem = 2130837739;
842
			
843
			// aapt resource value: 0x7F0200EC
844
			public static int textColorSearchUrl = 2130837740;
845
			
846
			// aapt resource value: 0x7F0200ED
847
			public static int textLocale = 2130837741;
848
			
849
			// aapt resource value: 0x7F0200EE
850
			public static int theme = 2130837742;
851
			
852
			// aapt resource value: 0x7F0200EF
853
			public static int thickness = 2130837743;
854
			
855
			// aapt resource value: 0x7F0200F0
856
			public static int thumbTextPadding = 2130837744;
857
			
858
			// aapt resource value: 0x7F0200F1
859
			public static int thumbTint = 2130837745;
860
			
861
			// aapt resource value: 0x7F0200F2
862
			public static int thumbTintMode = 2130837746;
863
			
864
			// aapt resource value: 0x7F0200F3
865
			public static int tickMark = 2130837747;
866
			
867
			// aapt resource value: 0x7F0200F4
868
			public static int tickMarkTint = 2130837748;
869
			
870
			// aapt resource value: 0x7F0200F5
871
			public static int tickMarkTintMode = 2130837749;
872
			
873
			// aapt resource value: 0x7F0200F6
874
			public static int tint = 2130837750;
875
			
876
			// aapt resource value: 0x7F0200F7
877
			public static int tintMode = 2130837751;
878
			
879
			// aapt resource value: 0x7F0200F8
880
			public static int title = 2130837752;
881
			
882
			// aapt resource value: 0x7F0200F9
883
			public static int titleMargin = 2130837753;
884
			
885
			// aapt resource value: 0x7F0200FA
886
			public static int titleMarginBottom = 2130837754;
887
			
888
			// aapt resource value: 0x7F0200FB
889
			public static int titleMarginEnd = 2130837755;
890
			
891
			// aapt resource value: 0x7F0200FE
892
			public static int titleMargins = 2130837758;
893
			
894
			// aapt resource value: 0x7F0200FC
895
			public static int titleMarginStart = 2130837756;
896
			
897
			// aapt resource value: 0x7F0200FD
898
			public static int titleMarginTop = 2130837757;
899
			
900
			// aapt resource value: 0x7F0200FF
901
			public static int titleTextAppearance = 2130837759;
902
			
903
			// aapt resource value: 0x7F020100
904
			public static int titleTextColor = 2130837760;
905
			
906
			// aapt resource value: 0x7F020101
907
			public static int titleTextStyle = 2130837761;
908
			
909
			// aapt resource value: 0x7F020102
910
			public static int toolbarNavigationButtonStyle = 2130837762;
911
			
912
			// aapt resource value: 0x7F020103
913
			public static int toolbarStyle = 2130837763;
914
			
915
			// aapt resource value: 0x7F020104
916
			public static int tooltipForegroundColor = 2130837764;
917
			
918
			// aapt resource value: 0x7F020105
919
			public static int tooltipFrameBackground = 2130837765;
920
			
921
			// aapt resource value: 0x7F020106
922
			public static int tooltipText = 2130837766;
923
			
924
			// aapt resource value: 0x7F020107
925
			public static int track = 2130837767;
926
			
927
			// aapt resource value: 0x7F020108
928
			public static int trackTint = 2130837768;
929
			
930
			// aapt resource value: 0x7F020109
931
			public static int trackTintMode = 2130837769;
932
			
933
			// aapt resource value: 0x7F02010A
934
			public static int ttcIndex = 2130837770;
935
			
936
			// aapt resource value: 0x7F02010B
937
			public static int viewInflaterClass = 2130837771;
938
			
939
			// aapt resource value: 0x7F02010C
940
			public static int voiceIcon = 2130837772;
941
			
942
			// aapt resource value: 0x7F02010D
943
			public static int windowActionBar = 2130837773;
944
			
945
			// aapt resource value: 0x7F02010E
946
			public static int windowActionBarOverlay = 2130837774;
947
			
948
			// aapt resource value: 0x7F02010F
949
			public static int windowActionModeOverlay = 2130837775;
950
			
951
			// aapt resource value: 0x7F020110
952
			public static int windowFixedHeightMajor = 2130837776;
953
			
954
			// aapt resource value: 0x7F020111
955
			public static int windowFixedHeightMinor = 2130837777;
956
			
957
			// aapt resource value: 0x7F020112
958
			public static int windowFixedWidthMajor = 2130837778;
959
			
960
			// aapt resource value: 0x7F020113
961
			public static int windowFixedWidthMinor = 2130837779;
962
			
963
			// aapt resource value: 0x7F020114
964
			public static int windowMinWidthMajor = 2130837780;
965
			
966
			// aapt resource value: 0x7F020115
967
			public static int windowMinWidthMinor = 2130837781;
968
			
969
			// aapt resource value: 0x7F020116
970
			public static int windowNoTitle = 2130837782;
971
			
972
			static Attribute()
973
			{
974
				global::Android.Runtime.ResourceIdManager.UpdateIdValues();
975
			}
976
			
977
			private Attribute()
978
			{
979
			}
980
		}
981
		
982
		public partial class Boolean
983
		{
984
			
985
			// aapt resource value: 0x7F030000
986
			public static int abc_action_bar_embed_tabs = 2130903040;
987
			
988
			// aapt resource value: 0x7F030001
989
			public static int abc_allow_stacked_button_bar = 2130903041;
990
			
991
			// aapt resource value: 0x7F030002
992
			public static int abc_config_actionMenuItemAllCaps = 2130903042;
993
			
994
			static Boolean()
995
			{
996
				global::Android.Runtime.ResourceIdManager.UpdateIdValues();
997
			}
998
			
999
			private Boolean()
1000
			{
1001
			}
1002
		}
1003
		
1004
		public partial class Color
1005
		{
1006
			
1007
			// aapt resource value: 0x7F040000
1008
			public static int abc_background_cache_hint_selector_material_dark = 2130968576;
1009
			
1010
			// aapt resource value: 0x7F040001
1011
			public static int abc_background_cache_hint_selector_material_light = 2130968577;
1012
			
1013
			// aapt resource value: 0x7F040002
1014
			public static int abc_btn_colored_borderless_text_material = 2130968578;
1015
			
1016
			// aapt resource value: 0x7F040003
1017
			public static int abc_btn_colored_text_material = 2130968579;
1018
			
1019
			// aapt resource value: 0x7F040004
1020
			public static int abc_color_highlight_material = 2130968580;
1021
			
1022
			// aapt resource value: 0x7F040005
1023
			public static int abc_decor_view_status_guard = 2130968581;
1024
			
1025
			// aapt resource value: 0x7F040006
1026
			public static int abc_decor_view_status_guard_light = 2130968582;
1027
			
1028
			// aapt resource value: 0x7F040007
1029
			public static int abc_hint_foreground_material_dark = 2130968583;
1030
			
1031
			// aapt resource value: 0x7F040008
1032
			public static int abc_hint_foreground_material_light = 2130968584;
1033
			
1034
			// aapt resource value: 0x7F040009
1035
			public static int abc_primary_text_disable_only_material_dark = 2130968585;
1036
			
1037
			// aapt resource value: 0x7F04000A
1038
			public static int abc_primary_text_disable_only_material_light = 2130968586;
1039
			
1040
			// aapt resource value: 0x7F04000B
1041
			public static int abc_primary_text_material_dark = 2130968587;
1042
			
1043
			// aapt resource value: 0x7F04000C
1044
			public static int abc_primary_text_material_light = 2130968588;
1045
			
1046
			// aapt resource value: 0x7F04000D
1047
			public static int abc_search_url_text = 2130968589;
1048
			
1049
			// aapt resource value: 0x7F04000E
1050
			public static int abc_search_url_text_normal = 2130968590;
1051
			
1052
			// aapt resource value: 0x7F04000F
1053
			public static int abc_search_url_text_pressed = 2130968591;
1054
			
1055
			// aapt resource value: 0x7F040010
1056
			public static int abc_search_url_text_selected = 2130968592;
1057
			
1058
			// aapt resource value: 0x7F040011
1059
			public static int abc_secondary_text_material_dark = 2130968593;
1060
			
1061
			// aapt resource value: 0x7F040012
1062
			public static int abc_secondary_text_material_light = 2130968594;
1063
			
1064
			// aapt resource value: 0x7F040013
1065
			public static int abc_tint_btn_checkable = 2130968595;
1066
			
1067
			// aapt resource value: 0x7F040014
1068
			public static int abc_tint_default = 2130968596;
1069
			
1070
			// aapt resource value: 0x7F040015
1071
			public static int abc_tint_edittext = 2130968597;
1072
			
1073
			// aapt resource value: 0x7F040016
1074
			public static int abc_tint_seek_thumb = 2130968598;
1075
			
1076
			// aapt resource value: 0x7F040017
1077
			public static int abc_tint_spinner = 2130968599;
1078
			
1079
			// aapt resource value: 0x7F040018
1080
			public static int abc_tint_switch_track = 2130968600;
1081
			
1082
			// aapt resource value: 0x7F040019
1083
			public static int accent_material_dark = 2130968601;
1084
			
1085
			// aapt resource value: 0x7F04001A
1086
			public static int accent_material_light = 2130968602;
1087
			
1088
			// aapt resource value: 0x7F04001B
1089
			public static int androidx_core_ripple_material_light = 2130968603;
1090
			
1091
			// aapt resource value: 0x7F04001C
1092
			public static int androidx_core_secondary_text_default_material_light = 2130968604;
1093
			
1094
			// aapt resource value: 0x7F04001D
1095
			public static int background_floating_material_dark = 2130968605;
1096
			
1097
			// aapt resource value: 0x7F04001E
1098
			public static int background_floating_material_light = 2130968606;
1099
			
1100
			// aapt resource value: 0x7F04001F
1101
			public static int background_material_dark = 2130968607;
1102
			
1103
			// aapt resource value: 0x7F040020
1104
			public static int background_material_light = 2130968608;
1105
			
1106
			// aapt resource value: 0x7F040021
1107
			public static int bright_foreground_disabled_material_dark = 2130968609;
1108
			
1109
			// aapt resource value: 0x7F040022
1110
			public static int bright_foreground_disabled_material_light = 2130968610;
1111
			
1112
			// aapt resource value: 0x7F040023
1113
			public static int bright_foreground_inverse_material_dark = 2130968611;
1114
			
1115
			// aapt resource value: 0x7F040024
1116
			public static int bright_foreground_inverse_material_light = 2130968612;
1117
			
1118
			// aapt resource value: 0x7F040025
1119
			public static int bright_foreground_material_dark = 2130968613;
1120
			
1121
			// aapt resource value: 0x7F040026
1122
			public static int bright_foreground_material_light = 2130968614;
1123
			
1124
			// aapt resource value: 0x7F040027
1125
			public static int button_material_dark = 2130968615;
1126
			
1127
			// aapt resource value: 0x7F040028
1128
			public static int button_material_light = 2130968616;
1129
			
1130
			// aapt resource value: 0x7F040029
1131
			public static int dim_foreground_disabled_material_dark = 2130968617;
1132
			
1133
			// aapt resource value: 0x7F04002A
1134
			public static int dim_foreground_disabled_material_light = 2130968618;
1135
			
1136
			// aapt resource value: 0x7F04002B
1137
			public static int dim_foreground_material_dark = 2130968619;
1138
			
1139
			// aapt resource value: 0x7F04002C
1140
			public static int dim_foreground_material_light = 2130968620;
1141
			
1142
			// aapt resource value: 0x7F04002D
1143
			public static int error_color_material_dark = 2130968621;
1144
			
1145
			// aapt resource value: 0x7F04002E
1146
			public static int error_color_material_light = 2130968622;
1147
			
1148
			// aapt resource value: 0x7F04002F
1149
			public static int foreground_material_dark = 2130968623;
1150
			
1151
			// aapt resource value: 0x7F040030
1152
			public static int foreground_material_light = 2130968624;
... Ce différentiel a été tronqué car il excède la taille maximale pouvant être affichée.

Formats disponibles : Unified diff