mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-28 01:52:26 -06:00
71 lines
3.9 KiB
Java
71 lines
3.9 KiB
Java
package androidx.compose.material3;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class R {
|
|
|
|
/* loaded from: classes.dex */
|
|
public static final class string {
|
|
public static int bottom_sheet_collapse_description = 0x7f110023;
|
|
public static int bottom_sheet_dismiss_description = 0x7f110024;
|
|
public static int bottom_sheet_drag_handle_description = 0x7f110025;
|
|
public static int bottom_sheet_expand_description = 0x7f110026;
|
|
public static int collapsed = 0x7f11003d;
|
|
public static int date_input_headline = 0x7f110042;
|
|
public static int date_input_headline_description = 0x7f110043;
|
|
public static int date_input_invalid_for_pattern = 0x7f110044;
|
|
public static int date_input_invalid_not_allowed = 0x7f110045;
|
|
public static int date_input_invalid_year_range = 0x7f110046;
|
|
public static int date_input_label = 0x7f110047;
|
|
public static int date_input_no_input_description = 0x7f110048;
|
|
public static int date_input_title = 0x7f110049;
|
|
public static int date_picker_headline = 0x7f11004a;
|
|
public static int date_picker_headline_description = 0x7f11004b;
|
|
public static int date_picker_navigate_to_year_description = 0x7f11004c;
|
|
public static int date_picker_no_selection_description = 0x7f11004d;
|
|
public static int date_picker_scroll_to_earlier_years = 0x7f11004e;
|
|
public static int date_picker_scroll_to_later_years = 0x7f11004f;
|
|
public static int date_picker_switch_to_calendar_mode = 0x7f110050;
|
|
public static int date_picker_switch_to_day_selection = 0x7f110051;
|
|
public static int date_picker_switch_to_input_mode = 0x7f110052;
|
|
public static int date_picker_switch_to_next_month = 0x7f110053;
|
|
public static int date_picker_switch_to_previous_month = 0x7f110054;
|
|
public static int date_picker_switch_to_year_selection = 0x7f110055;
|
|
public static int date_picker_title = 0x7f110056;
|
|
public static int date_picker_today_description = 0x7f110057;
|
|
public static int date_picker_year_picker_pane_title = 0x7f110058;
|
|
public static int date_range_input_invalid_range_input = 0x7f110059;
|
|
public static int date_range_input_title = 0x7f11005a;
|
|
public static int date_range_picker_day_in_range = 0x7f11005b;
|
|
public static int date_range_picker_end_headline = 0x7f11005c;
|
|
public static int date_range_picker_scroll_to_next_month = 0x7f11005d;
|
|
public static int date_range_picker_scroll_to_previous_month = 0x7f11005e;
|
|
public static int date_range_picker_start_headline = 0x7f11005f;
|
|
public static int date_range_picker_title = 0x7f110060;
|
|
public static int dialog = 0x7f110065;
|
|
public static int expanded = 0x7f110074;
|
|
public static int m3c_bottom_sheet_pane_title = 0x7f110099;
|
|
public static int search_bar_search = 0x7f110103;
|
|
public static int snackbar_dismiss = 0x7f11011e;
|
|
public static int suggestions_available = 0x7f110120;
|
|
public static int time_picker_am = 0x7f110140;
|
|
public static int time_picker_hour = 0x7f110141;
|
|
public static int time_picker_hour_24h_suffix = 0x7f110142;
|
|
public static int time_picker_hour_selection = 0x7f110143;
|
|
public static int time_picker_hour_suffix = 0x7f110144;
|
|
public static int time_picker_hour_text_field = 0x7f110145;
|
|
public static int time_picker_minute = 0x7f110146;
|
|
public static int time_picker_minute_selection = 0x7f110147;
|
|
public static int time_picker_minute_suffix = 0x7f110148;
|
|
public static int time_picker_minute_text_field = 0x7f110149;
|
|
public static int time_picker_period_toggle_description = 0x7f11014a;
|
|
public static int time_picker_pm = 0x7f11014b;
|
|
public static int tooltip_long_press_label = 0x7f11015a;
|
|
public static int tooltip_pane_description = 0x7f11015b;
|
|
|
|
private string() {
|
|
}
|
|
}
|
|
|
|
private R() {
|
|
}
|
|
}
|