/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package com.example.android.voicerecognitionservice; public final class R { public static final class array { /** The entry names of the preference for the type of results to return (letters or numbers). */ public static final int results_type_entries=0x7f040000; /** The entry values of the preference for the type of results to return (letters or numbers). */ public static final int results_type_values=0x7f040001; } public static final class attr { } public static final class string { /** The default value of the preference for the type of results to return (letters or numbers). */ public static final int results_type_default_value=0x7f030003; /** The title of the preference for the type of results to return (letters or numbers). */ public static final int results_type_title=0x7f030002; /** The name for the recognizer - to be shown in system settings. */ public static final int service_name=0x7f030000; /** The name of the settings activity. */ public static final int settings_name=0x7f030001; } public static final class xml { public static final int preferences=0x7f020000; public static final int recognizer=0x7f020001; } }