mirror of
https://github.com/YikeStone/android_ros_sensors.git
synced 2025-08-02 19:04:09 +05:30
Android sensor driver for ROS
This commit is contained in:
parent
915ffa0699
commit
33d97b560f
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6
.idea/vcs.xml
generated
Normal file
6
.idea/vcs.xml
generated
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
886
.idea/workspace.xml
generated
886
.idea/workspace.xml
generated
File diff suppressed because it is too large
Load Diff
13
README.md
13
README.md
@ -1,10 +1,15 @@
|
|||||||
# Android Sensor Driver for ROS
|
# Android Sensor Driver for ROS
|
||||||
|
|
||||||
[x] /camera/camera_info
|
## Public Topic
|
||||||
[x] /camera/image/compressed
|
|
||||||
[x] /android/imu
|
|
||||||
[x] /android/fix
|
|
||||||
|
|
||||||
|
- [x] /camera/camera_info
|
||||||
|
- [x] /camera/image/compressed
|
||||||
|
- [x] /android/imu
|
||||||
|
- [x] /android/fix
|
||||||
|
|
||||||
|
#Service
|
||||||
|
|
||||||
|
- [x] /camera/set_camera_info
|
||||||
|
|
||||||
|
|
||||||
See [rosjava_core](https://github.com/rosjava/rosjava_core) readme.
|
See [rosjava_core](https://github.com/rosjava/rosjava_core) readme.
|
||||||
|
@ -1 +1 @@
|
|||||||
#Mon Sep 30 12:58:21 CST 2019
|
#Mon Sep 30 23:16:20 CST 2019
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#Mon Sep 30 12:58:22 CST 2019
|
#Mon Sep 30 23:16:18 CST 2019
|
||||||
/home/charels/.gradle/caches/transforms-1/files-1.1/appcompat-v7-28.0.0.aar/701565d990d44ce64ffc3898149da900/res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png=/home/charels/ros_java/android_core-kinetic/android_benchmarks/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat
|
/home/charels/.gradle/caches/transforms-1/files-1.1/appcompat-v7-28.0.0.aar/701565d990d44ce64ffc3898149da900/res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png=/home/charels/ros_java/android_core-kinetic/android_benchmarks/build/intermediates/res/merged/debug/drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat
|
||||||
/home/charels/.gradle/caches/transforms-1/files-1.1/appcompat-v7-28.0.0.aar/701565d990d44ce64ffc3898149da900/res/drawable/abc_cab_background_internal_bg.xml=/home/charels/ros_java/android_core-kinetic/android_benchmarks/build/intermediates/res/merged/debug/drawable_abc_cab_background_internal_bg.xml.flat
|
/home/charels/.gradle/caches/transforms-1/files-1.1/appcompat-v7-28.0.0.aar/701565d990d44ce64ffc3898149da900/res/drawable/abc_cab_background_internal_bg.xml=/home/charels/ros_java/android_core-kinetic/android_benchmarks/build/intermediates/res/merged/debug/drawable_abc_cab_background_internal_bg.xml.flat
|
||||||
/home/charels/.gradle/caches/transforms-1/files-1.1/appcompat-v7-28.0.0.aar/701565d990d44ce64ffc3898149da900/res/drawable/abc_ratingbar_small_material.xml=/home/charels/ros_java/android_core-kinetic/android_benchmarks/build/intermediates/res/merged/debug/drawable_abc_ratingbar_small_material.xml.flat
|
/home/charels/.gradle/caches/transforms-1/files-1.1/appcompat-v7-28.0.0.aar/701565d990d44ce64ffc3898149da900/res/drawable/abc_ratingbar_small_material.xml=/home/charels/ros_java/android_core-kinetic/android_benchmarks/build/intermediates/res/merged/debug/drawable_abc_ratingbar_small_material.xml.flat
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.arch.core;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.arch.lifecycle;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.arch.lifecycle.livedata;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.arch.lifecycle.livedata.core;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.arch.lifecycle.viewmodel;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
}
|
|
@ -1,183 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.support.asynclayoutinflater;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
public static final class attr {
|
|
||||||
private attr() {}
|
|
||||||
|
|
||||||
public static int alpha = 0x7f040028;
|
|
||||||
public static int font = 0x7f040074;
|
|
||||||
public static int fontProviderAuthority = 0x7f040076;
|
|
||||||
public static int fontProviderCerts = 0x7f040077;
|
|
||||||
public static int fontProviderFetchStrategy = 0x7f040078;
|
|
||||||
public static int fontProviderFetchTimeout = 0x7f040079;
|
|
||||||
public static int fontProviderPackage = 0x7f04007a;
|
|
||||||
public static int fontProviderQuery = 0x7f04007b;
|
|
||||||
public static int fontStyle = 0x7f04007c;
|
|
||||||
public static int fontVariationSettings = 0x7f04007d;
|
|
||||||
public static int fontWeight = 0x7f04007e;
|
|
||||||
public static int ttcIndex = 0x7f040104;
|
|
||||||
}
|
|
||||||
public static final class color {
|
|
||||||
private color() {}
|
|
||||||
|
|
||||||
public static int notification_action_color_filter = 0x7f06003d;
|
|
||||||
public static int notification_icon_bg_color = 0x7f06003e;
|
|
||||||
public static int ripple_material_light = 0x7f060049;
|
|
||||||
public static int secondary_text_default_material_light = 0x7f06004b;
|
|
||||||
}
|
|
||||||
public static final class dimen {
|
|
||||||
private dimen() {}
|
|
||||||
|
|
||||||
public static int compat_button_inset_horizontal_material = 0x7f08004c;
|
|
||||||
public static int compat_button_inset_vertical_material = 0x7f08004d;
|
|
||||||
public static int compat_button_padding_horizontal_material = 0x7f08004e;
|
|
||||||
public static int compat_button_padding_vertical_material = 0x7f08004f;
|
|
||||||
public static int compat_control_corner_material = 0x7f080050;
|
|
||||||
public static int compat_notification_large_icon_max_height = 0x7f080051;
|
|
||||||
public static int compat_notification_large_icon_max_width = 0x7f080052;
|
|
||||||
public static int notification_action_icon_size = 0x7f08005c;
|
|
||||||
public static int notification_action_text_size = 0x7f08005d;
|
|
||||||
public static int notification_big_circle_margin = 0x7f08005e;
|
|
||||||
public static int notification_content_margin_start = 0x7f08005f;
|
|
||||||
public static int notification_large_icon_height = 0x7f080060;
|
|
||||||
public static int notification_large_icon_width = 0x7f080061;
|
|
||||||
public static int notification_main_column_padding_top = 0x7f080062;
|
|
||||||
public static int notification_media_narrow_margin = 0x7f080063;
|
|
||||||
public static int notification_right_icon_size = 0x7f080064;
|
|
||||||
public static int notification_right_side_padding_top = 0x7f080065;
|
|
||||||
public static int notification_small_icon_background_padding = 0x7f080066;
|
|
||||||
public static int notification_small_icon_size_as_large = 0x7f080067;
|
|
||||||
public static int notification_subtext_size = 0x7f080068;
|
|
||||||
public static int notification_top_pad = 0x7f080069;
|
|
||||||
public static int notification_top_pad_large_text = 0x7f08006a;
|
|
||||||
}
|
|
||||||
public static final class drawable {
|
|
||||||
private drawable() {}
|
|
||||||
|
|
||||||
public static int notification_action_background = 0x7f090061;
|
|
||||||
public static int notification_bg = 0x7f090062;
|
|
||||||
public static int notification_bg_low = 0x7f090063;
|
|
||||||
public static int notification_bg_low_normal = 0x7f090064;
|
|
||||||
public static int notification_bg_low_pressed = 0x7f090065;
|
|
||||||
public static int notification_bg_normal = 0x7f090066;
|
|
||||||
public static int notification_bg_normal_pressed = 0x7f090067;
|
|
||||||
public static int notification_icon_background = 0x7f090068;
|
|
||||||
public static int notification_template_icon_bg = 0x7f090069;
|
|
||||||
public static int notification_template_icon_low_bg = 0x7f09006a;
|
|
||||||
public static int notification_tile_bg = 0x7f09006b;
|
|
||||||
public static int notify_panel_notification_icon_bg = 0x7f09006c;
|
|
||||||
}
|
|
||||||
public static final class id {
|
|
||||||
private id() {}
|
|
||||||
|
|
||||||
public static int action_container = 0x7f0c0009;
|
|
||||||
public static int action_divider = 0x7f0c000b;
|
|
||||||
public static int action_image = 0x7f0c000c;
|
|
||||||
public static int action_text = 0x7f0c0012;
|
|
||||||
public static int actions = 0x7f0c0013;
|
|
||||||
public static int async = 0x7f0c0019;
|
|
||||||
public static int blocking = 0x7f0c001c;
|
|
||||||
public static int chronometer = 0x7f0c0022;
|
|
||||||
public static int forever = 0x7f0c0031;
|
|
||||||
public static int icon = 0x7f0c0035;
|
|
||||||
public static int icon_group = 0x7f0c0036;
|
|
||||||
public static int info = 0x7f0c0038;
|
|
||||||
public static int italic = 0x7f0c003b;
|
|
||||||
public static int line1 = 0x7f0c003d;
|
|
||||||
public static int line3 = 0x7f0c003e;
|
|
||||||
public static int normal = 0x7f0c004e;
|
|
||||||
public static int notification_background = 0x7f0c004f;
|
|
||||||
public static int notification_main_column = 0x7f0c0050;
|
|
||||||
public static int notification_main_column_container = 0x7f0c0051;
|
|
||||||
public static int right_icon = 0x7f0c0072;
|
|
||||||
public static int right_side = 0x7f0c0073;
|
|
||||||
public static int tag_transition_group = 0x7f0c008e;
|
|
||||||
public static int tag_unhandled_key_event_manager = 0x7f0c008f;
|
|
||||||
public static int tag_unhandled_key_listeners = 0x7f0c0090;
|
|
||||||
public static int text = 0x7f0c0091;
|
|
||||||
public static int text2 = 0x7f0c0092;
|
|
||||||
public static int time = 0x7f0c00a5;
|
|
||||||
public static int title = 0x7f0c00a6;
|
|
||||||
}
|
|
||||||
public static final class integer {
|
|
||||||
private integer() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_maxnum = 0x7f0d0005;
|
|
||||||
}
|
|
||||||
public static final class layout {
|
|
||||||
private layout() {}
|
|
||||||
|
|
||||||
public static int notification_action = 0x7f0f001e;
|
|
||||||
public static int notification_action_tombstone = 0x7f0f001f;
|
|
||||||
public static int notification_template_custom_big = 0x7f0f0026;
|
|
||||||
public static int notification_template_icon_group = 0x7f0f0027;
|
|
||||||
public static int notification_template_part_chronometer = 0x7f0f002b;
|
|
||||||
public static int notification_template_part_time = 0x7f0f002c;
|
|
||||||
}
|
|
||||||
public static final class string {
|
|
||||||
private string() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_overflow = 0x7f150032;
|
|
||||||
}
|
|
||||||
public static final class style {
|
|
||||||
private style() {}
|
|
||||||
|
|
||||||
public static int TextAppearance_Compat_Notification = 0x7f1600ec;
|
|
||||||
public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
|
|
||||||
public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ef;
|
|
||||||
public static int TextAppearance_Compat_Notification_Time = 0x7f1600f2;
|
|
||||||
public static int TextAppearance_Compat_Notification_Title = 0x7f1600f4;
|
|
||||||
public static int Widget_Compat_NotificationActionContainer = 0x7f16015d;
|
|
||||||
public static int Widget_Compat_NotificationActionText = 0x7f16015e;
|
|
||||||
}
|
|
||||||
public static final class styleable {
|
|
||||||
private styleable() {}
|
|
||||||
|
|
||||||
public static int[] ColorStateListItem = { 0x7f040028, 0x101031f, 0x10101a5 };
|
|
||||||
public static int ColorStateListItem_alpha = 0;
|
|
||||||
public static int ColorStateListItem_android_alpha = 1;
|
|
||||||
public static int ColorStateListItem_android_color = 2;
|
|
||||||
public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
|
|
||||||
public static int FontFamily_fontProviderAuthority = 0;
|
|
||||||
public static int FontFamily_fontProviderCerts = 1;
|
|
||||||
public static int FontFamily_fontProviderFetchStrategy = 2;
|
|
||||||
public static int FontFamily_fontProviderFetchTimeout = 3;
|
|
||||||
public static int FontFamily_fontProviderPackage = 4;
|
|
||||||
public static int FontFamily_fontProviderQuery = 5;
|
|
||||||
public static int[] FontFamilyFont = { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
|
|
||||||
public static int FontFamilyFont_android_font = 0;
|
|
||||||
public static int FontFamilyFont_android_fontStyle = 1;
|
|
||||||
public static int FontFamilyFont_android_fontVariationSettings = 2;
|
|
||||||
public static int FontFamilyFont_android_fontWeight = 3;
|
|
||||||
public static int FontFamilyFont_android_ttcIndex = 4;
|
|
||||||
public static int FontFamilyFont_font = 5;
|
|
||||||
public static int FontFamilyFont_fontStyle = 6;
|
|
||||||
public static int FontFamilyFont_fontVariationSettings = 7;
|
|
||||||
public static int FontFamilyFont_fontWeight = 8;
|
|
||||||
public static int FontFamilyFont_ttcIndex = 9;
|
|
||||||
public static int[] GradientColor = { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 };
|
|
||||||
public static int GradientColor_android_centerColor = 0;
|
|
||||||
public static int GradientColor_android_centerX = 1;
|
|
||||||
public static int GradientColor_android_centerY = 2;
|
|
||||||
public static int GradientColor_android_endColor = 3;
|
|
||||||
public static int GradientColor_android_endX = 4;
|
|
||||||
public static int GradientColor_android_endY = 5;
|
|
||||||
public static int GradientColor_android_gradientRadius = 6;
|
|
||||||
public static int GradientColor_android_startColor = 7;
|
|
||||||
public static int GradientColor_android_startX = 8;
|
|
||||||
public static int GradientColor_android_startY = 9;
|
|
||||||
public static int GradientColor_android_tileMode = 10;
|
|
||||||
public static int GradientColor_android_type = 11;
|
|
||||||
public static int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
|
||||||
public static int GradientColorItem_android_color = 0;
|
|
||||||
public static int GradientColorItem_android_offset = 1;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,183 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.support.compat;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
public static final class attr {
|
|
||||||
private attr() {}
|
|
||||||
|
|
||||||
public static int alpha = 0x7f040028;
|
|
||||||
public static int font = 0x7f040074;
|
|
||||||
public static int fontProviderAuthority = 0x7f040076;
|
|
||||||
public static int fontProviderCerts = 0x7f040077;
|
|
||||||
public static int fontProviderFetchStrategy = 0x7f040078;
|
|
||||||
public static int fontProviderFetchTimeout = 0x7f040079;
|
|
||||||
public static int fontProviderPackage = 0x7f04007a;
|
|
||||||
public static int fontProviderQuery = 0x7f04007b;
|
|
||||||
public static int fontStyle = 0x7f04007c;
|
|
||||||
public static int fontVariationSettings = 0x7f04007d;
|
|
||||||
public static int fontWeight = 0x7f04007e;
|
|
||||||
public static int ttcIndex = 0x7f040104;
|
|
||||||
}
|
|
||||||
public static final class color {
|
|
||||||
private color() {}
|
|
||||||
|
|
||||||
public static int notification_action_color_filter = 0x7f06003d;
|
|
||||||
public static int notification_icon_bg_color = 0x7f06003e;
|
|
||||||
public static int ripple_material_light = 0x7f060049;
|
|
||||||
public static int secondary_text_default_material_light = 0x7f06004b;
|
|
||||||
}
|
|
||||||
public static final class dimen {
|
|
||||||
private dimen() {}
|
|
||||||
|
|
||||||
public static int compat_button_inset_horizontal_material = 0x7f08004c;
|
|
||||||
public static int compat_button_inset_vertical_material = 0x7f08004d;
|
|
||||||
public static int compat_button_padding_horizontal_material = 0x7f08004e;
|
|
||||||
public static int compat_button_padding_vertical_material = 0x7f08004f;
|
|
||||||
public static int compat_control_corner_material = 0x7f080050;
|
|
||||||
public static int compat_notification_large_icon_max_height = 0x7f080051;
|
|
||||||
public static int compat_notification_large_icon_max_width = 0x7f080052;
|
|
||||||
public static int notification_action_icon_size = 0x7f08005c;
|
|
||||||
public static int notification_action_text_size = 0x7f08005d;
|
|
||||||
public static int notification_big_circle_margin = 0x7f08005e;
|
|
||||||
public static int notification_content_margin_start = 0x7f08005f;
|
|
||||||
public static int notification_large_icon_height = 0x7f080060;
|
|
||||||
public static int notification_large_icon_width = 0x7f080061;
|
|
||||||
public static int notification_main_column_padding_top = 0x7f080062;
|
|
||||||
public static int notification_media_narrow_margin = 0x7f080063;
|
|
||||||
public static int notification_right_icon_size = 0x7f080064;
|
|
||||||
public static int notification_right_side_padding_top = 0x7f080065;
|
|
||||||
public static int notification_small_icon_background_padding = 0x7f080066;
|
|
||||||
public static int notification_small_icon_size_as_large = 0x7f080067;
|
|
||||||
public static int notification_subtext_size = 0x7f080068;
|
|
||||||
public static int notification_top_pad = 0x7f080069;
|
|
||||||
public static int notification_top_pad_large_text = 0x7f08006a;
|
|
||||||
}
|
|
||||||
public static final class drawable {
|
|
||||||
private drawable() {}
|
|
||||||
|
|
||||||
public static int notification_action_background = 0x7f090061;
|
|
||||||
public static int notification_bg = 0x7f090062;
|
|
||||||
public static int notification_bg_low = 0x7f090063;
|
|
||||||
public static int notification_bg_low_normal = 0x7f090064;
|
|
||||||
public static int notification_bg_low_pressed = 0x7f090065;
|
|
||||||
public static int notification_bg_normal = 0x7f090066;
|
|
||||||
public static int notification_bg_normal_pressed = 0x7f090067;
|
|
||||||
public static int notification_icon_background = 0x7f090068;
|
|
||||||
public static int notification_template_icon_bg = 0x7f090069;
|
|
||||||
public static int notification_template_icon_low_bg = 0x7f09006a;
|
|
||||||
public static int notification_tile_bg = 0x7f09006b;
|
|
||||||
public static int notify_panel_notification_icon_bg = 0x7f09006c;
|
|
||||||
}
|
|
||||||
public static final class id {
|
|
||||||
private id() {}
|
|
||||||
|
|
||||||
public static int action_container = 0x7f0c0009;
|
|
||||||
public static int action_divider = 0x7f0c000b;
|
|
||||||
public static int action_image = 0x7f0c000c;
|
|
||||||
public static int action_text = 0x7f0c0012;
|
|
||||||
public static int actions = 0x7f0c0013;
|
|
||||||
public static int async = 0x7f0c0019;
|
|
||||||
public static int blocking = 0x7f0c001c;
|
|
||||||
public static int chronometer = 0x7f0c0022;
|
|
||||||
public static int forever = 0x7f0c0031;
|
|
||||||
public static int icon = 0x7f0c0035;
|
|
||||||
public static int icon_group = 0x7f0c0036;
|
|
||||||
public static int info = 0x7f0c0038;
|
|
||||||
public static int italic = 0x7f0c003b;
|
|
||||||
public static int line1 = 0x7f0c003d;
|
|
||||||
public static int line3 = 0x7f0c003e;
|
|
||||||
public static int normal = 0x7f0c004e;
|
|
||||||
public static int notification_background = 0x7f0c004f;
|
|
||||||
public static int notification_main_column = 0x7f0c0050;
|
|
||||||
public static int notification_main_column_container = 0x7f0c0051;
|
|
||||||
public static int right_icon = 0x7f0c0072;
|
|
||||||
public static int right_side = 0x7f0c0073;
|
|
||||||
public static int tag_transition_group = 0x7f0c008e;
|
|
||||||
public static int tag_unhandled_key_event_manager = 0x7f0c008f;
|
|
||||||
public static int tag_unhandled_key_listeners = 0x7f0c0090;
|
|
||||||
public static int text = 0x7f0c0091;
|
|
||||||
public static int text2 = 0x7f0c0092;
|
|
||||||
public static int time = 0x7f0c00a5;
|
|
||||||
public static int title = 0x7f0c00a6;
|
|
||||||
}
|
|
||||||
public static final class integer {
|
|
||||||
private integer() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_maxnum = 0x7f0d0005;
|
|
||||||
}
|
|
||||||
public static final class layout {
|
|
||||||
private layout() {}
|
|
||||||
|
|
||||||
public static int notification_action = 0x7f0f001e;
|
|
||||||
public static int notification_action_tombstone = 0x7f0f001f;
|
|
||||||
public static int notification_template_custom_big = 0x7f0f0026;
|
|
||||||
public static int notification_template_icon_group = 0x7f0f0027;
|
|
||||||
public static int notification_template_part_chronometer = 0x7f0f002b;
|
|
||||||
public static int notification_template_part_time = 0x7f0f002c;
|
|
||||||
}
|
|
||||||
public static final class string {
|
|
||||||
private string() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_overflow = 0x7f150032;
|
|
||||||
}
|
|
||||||
public static final class style {
|
|
||||||
private style() {}
|
|
||||||
|
|
||||||
public static int TextAppearance_Compat_Notification = 0x7f1600ec;
|
|
||||||
public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
|
|
||||||
public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ef;
|
|
||||||
public static int TextAppearance_Compat_Notification_Time = 0x7f1600f2;
|
|
||||||
public static int TextAppearance_Compat_Notification_Title = 0x7f1600f4;
|
|
||||||
public static int Widget_Compat_NotificationActionContainer = 0x7f16015d;
|
|
||||||
public static int Widget_Compat_NotificationActionText = 0x7f16015e;
|
|
||||||
}
|
|
||||||
public static final class styleable {
|
|
||||||
private styleable() {}
|
|
||||||
|
|
||||||
public static int[] ColorStateListItem = { 0x7f040028, 0x101031f, 0x10101a5 };
|
|
||||||
public static int ColorStateListItem_alpha = 0;
|
|
||||||
public static int ColorStateListItem_android_alpha = 1;
|
|
||||||
public static int ColorStateListItem_android_color = 2;
|
|
||||||
public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
|
|
||||||
public static int FontFamily_fontProviderAuthority = 0;
|
|
||||||
public static int FontFamily_fontProviderCerts = 1;
|
|
||||||
public static int FontFamily_fontProviderFetchStrategy = 2;
|
|
||||||
public static int FontFamily_fontProviderFetchTimeout = 3;
|
|
||||||
public static int FontFamily_fontProviderPackage = 4;
|
|
||||||
public static int FontFamily_fontProviderQuery = 5;
|
|
||||||
public static int[] FontFamilyFont = { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
|
|
||||||
public static int FontFamilyFont_android_font = 0;
|
|
||||||
public static int FontFamilyFont_android_fontStyle = 1;
|
|
||||||
public static int FontFamilyFont_android_fontVariationSettings = 2;
|
|
||||||
public static int FontFamilyFont_android_fontWeight = 3;
|
|
||||||
public static int FontFamilyFont_android_ttcIndex = 4;
|
|
||||||
public static int FontFamilyFont_font = 5;
|
|
||||||
public static int FontFamilyFont_fontStyle = 6;
|
|
||||||
public static int FontFamilyFont_fontVariationSettings = 7;
|
|
||||||
public static int FontFamilyFont_fontWeight = 8;
|
|
||||||
public static int FontFamilyFont_ttcIndex = 9;
|
|
||||||
public static int[] GradientColor = { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 };
|
|
||||||
public static int GradientColor_android_centerColor = 0;
|
|
||||||
public static int GradientColor_android_centerX = 1;
|
|
||||||
public static int GradientColor_android_centerY = 2;
|
|
||||||
public static int GradientColor_android_endColor = 3;
|
|
||||||
public static int GradientColor_android_endX = 4;
|
|
||||||
public static int GradientColor_android_endY = 5;
|
|
||||||
public static int GradientColor_android_gradientRadius = 6;
|
|
||||||
public static int GradientColor_android_startColor = 7;
|
|
||||||
public static int GradientColor_android_startX = 8;
|
|
||||||
public static int GradientColor_android_startY = 9;
|
|
||||||
public static int GradientColor_android_tileMode = 10;
|
|
||||||
public static int GradientColor_android_type = 11;
|
|
||||||
public static int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
|
||||||
public static int GradientColorItem_android_color = 0;
|
|
||||||
public static int GradientColorItem_android_offset = 1;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,211 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.support.coordinatorlayout;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
public static final class attr {
|
|
||||||
private attr() {}
|
|
||||||
|
|
||||||
public static int alpha = 0x7f040028;
|
|
||||||
public static int coordinatorLayoutStyle = 0x7f04005f;
|
|
||||||
public static int font = 0x7f040074;
|
|
||||||
public static int fontProviderAuthority = 0x7f040076;
|
|
||||||
public static int fontProviderCerts = 0x7f040077;
|
|
||||||
public static int fontProviderFetchStrategy = 0x7f040078;
|
|
||||||
public static int fontProviderFetchTimeout = 0x7f040079;
|
|
||||||
public static int fontProviderPackage = 0x7f04007a;
|
|
||||||
public static int fontProviderQuery = 0x7f04007b;
|
|
||||||
public static int fontStyle = 0x7f04007c;
|
|
||||||
public static int fontVariationSettings = 0x7f04007d;
|
|
||||||
public static int fontWeight = 0x7f04007e;
|
|
||||||
public static int keylines = 0x7f04008e;
|
|
||||||
public static int layout_anchor = 0x7f040091;
|
|
||||||
public static int layout_anchorGravity = 0x7f040092;
|
|
||||||
public static int layout_behavior = 0x7f040093;
|
|
||||||
public static int layout_dodgeInsetEdges = 0x7f040094;
|
|
||||||
public static int layout_insetEdge = 0x7f040095;
|
|
||||||
public static int layout_keyline = 0x7f040096;
|
|
||||||
public static int statusBarBackground = 0x7f0400d1;
|
|
||||||
public static int ttcIndex = 0x7f040104;
|
|
||||||
}
|
|
||||||
public static final class color {
|
|
||||||
private color() {}
|
|
||||||
|
|
||||||
public static int notification_action_color_filter = 0x7f06003d;
|
|
||||||
public static int notification_icon_bg_color = 0x7f06003e;
|
|
||||||
public static int ripple_material_light = 0x7f060049;
|
|
||||||
public static int secondary_text_default_material_light = 0x7f06004b;
|
|
||||||
}
|
|
||||||
public static final class dimen {
|
|
||||||
private dimen() {}
|
|
||||||
|
|
||||||
public static int compat_button_inset_horizontal_material = 0x7f08004c;
|
|
||||||
public static int compat_button_inset_vertical_material = 0x7f08004d;
|
|
||||||
public static int compat_button_padding_horizontal_material = 0x7f08004e;
|
|
||||||
public static int compat_button_padding_vertical_material = 0x7f08004f;
|
|
||||||
public static int compat_control_corner_material = 0x7f080050;
|
|
||||||
public static int compat_notification_large_icon_max_height = 0x7f080051;
|
|
||||||
public static int compat_notification_large_icon_max_width = 0x7f080052;
|
|
||||||
public static int notification_action_icon_size = 0x7f08005c;
|
|
||||||
public static int notification_action_text_size = 0x7f08005d;
|
|
||||||
public static int notification_big_circle_margin = 0x7f08005e;
|
|
||||||
public static int notification_content_margin_start = 0x7f08005f;
|
|
||||||
public static int notification_large_icon_height = 0x7f080060;
|
|
||||||
public static int notification_large_icon_width = 0x7f080061;
|
|
||||||
public static int notification_main_column_padding_top = 0x7f080062;
|
|
||||||
public static int notification_media_narrow_margin = 0x7f080063;
|
|
||||||
public static int notification_right_icon_size = 0x7f080064;
|
|
||||||
public static int notification_right_side_padding_top = 0x7f080065;
|
|
||||||
public static int notification_small_icon_background_padding = 0x7f080066;
|
|
||||||
public static int notification_small_icon_size_as_large = 0x7f080067;
|
|
||||||
public static int notification_subtext_size = 0x7f080068;
|
|
||||||
public static int notification_top_pad = 0x7f080069;
|
|
||||||
public static int notification_top_pad_large_text = 0x7f08006a;
|
|
||||||
}
|
|
||||||
public static final class drawable {
|
|
||||||
private drawable() {}
|
|
||||||
|
|
||||||
public static int notification_action_background = 0x7f090061;
|
|
||||||
public static int notification_bg = 0x7f090062;
|
|
||||||
public static int notification_bg_low = 0x7f090063;
|
|
||||||
public static int notification_bg_low_normal = 0x7f090064;
|
|
||||||
public static int notification_bg_low_pressed = 0x7f090065;
|
|
||||||
public static int notification_bg_normal = 0x7f090066;
|
|
||||||
public static int notification_bg_normal_pressed = 0x7f090067;
|
|
||||||
public static int notification_icon_background = 0x7f090068;
|
|
||||||
public static int notification_template_icon_bg = 0x7f090069;
|
|
||||||
public static int notification_template_icon_low_bg = 0x7f09006a;
|
|
||||||
public static int notification_tile_bg = 0x7f09006b;
|
|
||||||
public static int notify_panel_notification_icon_bg = 0x7f09006c;
|
|
||||||
}
|
|
||||||
public static final class id {
|
|
||||||
private id() {}
|
|
||||||
|
|
||||||
public static int action_container = 0x7f0c0009;
|
|
||||||
public static int action_divider = 0x7f0c000b;
|
|
||||||
public static int action_image = 0x7f0c000c;
|
|
||||||
public static int action_text = 0x7f0c0012;
|
|
||||||
public static int actions = 0x7f0c0013;
|
|
||||||
public static int async = 0x7f0c0019;
|
|
||||||
public static int blocking = 0x7f0c001c;
|
|
||||||
public static int bottom = 0x7f0c001d;
|
|
||||||
public static int chronometer = 0x7f0c0022;
|
|
||||||
public static int end = 0x7f0c002d;
|
|
||||||
public static int forever = 0x7f0c0031;
|
|
||||||
public static int icon = 0x7f0c0035;
|
|
||||||
public static int icon_group = 0x7f0c0036;
|
|
||||||
public static int info = 0x7f0c0038;
|
|
||||||
public static int italic = 0x7f0c003b;
|
|
||||||
public static int left = 0x7f0c003c;
|
|
||||||
public static int line1 = 0x7f0c003d;
|
|
||||||
public static int line3 = 0x7f0c003e;
|
|
||||||
public static int none = 0x7f0c004d;
|
|
||||||
public static int normal = 0x7f0c004e;
|
|
||||||
public static int notification_background = 0x7f0c004f;
|
|
||||||
public static int notification_main_column = 0x7f0c0050;
|
|
||||||
public static int notification_main_column_container = 0x7f0c0051;
|
|
||||||
public static int right = 0x7f0c0071;
|
|
||||||
public static int right_icon = 0x7f0c0072;
|
|
||||||
public static int right_side = 0x7f0c0073;
|
|
||||||
public static int start = 0x7f0c0089;
|
|
||||||
public static int tag_transition_group = 0x7f0c008e;
|
|
||||||
public static int tag_unhandled_key_event_manager = 0x7f0c008f;
|
|
||||||
public static int tag_unhandled_key_listeners = 0x7f0c0090;
|
|
||||||
public static int text = 0x7f0c0091;
|
|
||||||
public static int text2 = 0x7f0c0092;
|
|
||||||
public static int time = 0x7f0c00a5;
|
|
||||||
public static int title = 0x7f0c00a6;
|
|
||||||
public static int top = 0x7f0c00a9;
|
|
||||||
}
|
|
||||||
public static final class integer {
|
|
||||||
private integer() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_maxnum = 0x7f0d0005;
|
|
||||||
}
|
|
||||||
public static final class layout {
|
|
||||||
private layout() {}
|
|
||||||
|
|
||||||
public static int notification_action = 0x7f0f001e;
|
|
||||||
public static int notification_action_tombstone = 0x7f0f001f;
|
|
||||||
public static int notification_template_custom_big = 0x7f0f0026;
|
|
||||||
public static int notification_template_icon_group = 0x7f0f0027;
|
|
||||||
public static int notification_template_part_chronometer = 0x7f0f002b;
|
|
||||||
public static int notification_template_part_time = 0x7f0f002c;
|
|
||||||
}
|
|
||||||
public static final class string {
|
|
||||||
private string() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_overflow = 0x7f150032;
|
|
||||||
}
|
|
||||||
public static final class style {
|
|
||||||
private style() {}
|
|
||||||
|
|
||||||
public static int TextAppearance_Compat_Notification = 0x7f1600ec;
|
|
||||||
public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
|
|
||||||
public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ef;
|
|
||||||
public static int TextAppearance_Compat_Notification_Time = 0x7f1600f2;
|
|
||||||
public static int TextAppearance_Compat_Notification_Title = 0x7f1600f4;
|
|
||||||
public static int Widget_Compat_NotificationActionContainer = 0x7f16015d;
|
|
||||||
public static int Widget_Compat_NotificationActionText = 0x7f16015e;
|
|
||||||
public static int Widget_Support_CoordinatorLayout = 0x7f16015f;
|
|
||||||
}
|
|
||||||
public static final class styleable {
|
|
||||||
private styleable() {}
|
|
||||||
|
|
||||||
public static int[] ColorStateListItem = { 0x7f040028, 0x101031f, 0x10101a5 };
|
|
||||||
public static int ColorStateListItem_alpha = 0;
|
|
||||||
public static int ColorStateListItem_android_alpha = 1;
|
|
||||||
public static int ColorStateListItem_android_color = 2;
|
|
||||||
public static int[] CoordinatorLayout = { 0x7f04008e, 0x7f0400d1 };
|
|
||||||
public static int CoordinatorLayout_keylines = 0;
|
|
||||||
public static int CoordinatorLayout_statusBarBackground = 1;
|
|
||||||
public static int[] CoordinatorLayout_Layout = { 0x10100b3, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096 };
|
|
||||||
public static int CoordinatorLayout_Layout_android_layout_gravity = 0;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_anchor = 1;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_anchorGravity = 2;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_behavior = 3;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_insetEdge = 5;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_keyline = 6;
|
|
||||||
public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
|
|
||||||
public static int FontFamily_fontProviderAuthority = 0;
|
|
||||||
public static int FontFamily_fontProviderCerts = 1;
|
|
||||||
public static int FontFamily_fontProviderFetchStrategy = 2;
|
|
||||||
public static int FontFamily_fontProviderFetchTimeout = 3;
|
|
||||||
public static int FontFamily_fontProviderPackage = 4;
|
|
||||||
public static int FontFamily_fontProviderQuery = 5;
|
|
||||||
public static int[] FontFamilyFont = { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
|
|
||||||
public static int FontFamilyFont_android_font = 0;
|
|
||||||
public static int FontFamilyFont_android_fontStyle = 1;
|
|
||||||
public static int FontFamilyFont_android_fontVariationSettings = 2;
|
|
||||||
public static int FontFamilyFont_android_fontWeight = 3;
|
|
||||||
public static int FontFamilyFont_android_ttcIndex = 4;
|
|
||||||
public static int FontFamilyFont_font = 5;
|
|
||||||
public static int FontFamilyFont_fontStyle = 6;
|
|
||||||
public static int FontFamilyFont_fontVariationSettings = 7;
|
|
||||||
public static int FontFamilyFont_fontWeight = 8;
|
|
||||||
public static int FontFamilyFont_ttcIndex = 9;
|
|
||||||
public static int[] GradientColor = { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 };
|
|
||||||
public static int GradientColor_android_centerColor = 0;
|
|
||||||
public static int GradientColor_android_centerX = 1;
|
|
||||||
public static int GradientColor_android_centerY = 2;
|
|
||||||
public static int GradientColor_android_endColor = 3;
|
|
||||||
public static int GradientColor_android_endX = 4;
|
|
||||||
public static int GradientColor_android_endY = 5;
|
|
||||||
public static int GradientColor_android_gradientRadius = 6;
|
|
||||||
public static int GradientColor_android_startColor = 7;
|
|
||||||
public static int GradientColor_android_startX = 8;
|
|
||||||
public static int GradientColor_android_startY = 9;
|
|
||||||
public static int GradientColor_android_tileMode = 10;
|
|
||||||
public static int GradientColor_android_type = 11;
|
|
||||||
public static int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
|
||||||
public static int GradientColorItem_android_color = 0;
|
|
||||||
public static int GradientColorItem_android_offset = 1;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,211 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.support.coreui;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
public static final class attr {
|
|
||||||
private attr() {}
|
|
||||||
|
|
||||||
public static int alpha = 0x7f040028;
|
|
||||||
public static int coordinatorLayoutStyle = 0x7f04005f;
|
|
||||||
public static int font = 0x7f040074;
|
|
||||||
public static int fontProviderAuthority = 0x7f040076;
|
|
||||||
public static int fontProviderCerts = 0x7f040077;
|
|
||||||
public static int fontProviderFetchStrategy = 0x7f040078;
|
|
||||||
public static int fontProviderFetchTimeout = 0x7f040079;
|
|
||||||
public static int fontProviderPackage = 0x7f04007a;
|
|
||||||
public static int fontProviderQuery = 0x7f04007b;
|
|
||||||
public static int fontStyle = 0x7f04007c;
|
|
||||||
public static int fontVariationSettings = 0x7f04007d;
|
|
||||||
public static int fontWeight = 0x7f04007e;
|
|
||||||
public static int keylines = 0x7f04008e;
|
|
||||||
public static int layout_anchor = 0x7f040091;
|
|
||||||
public static int layout_anchorGravity = 0x7f040092;
|
|
||||||
public static int layout_behavior = 0x7f040093;
|
|
||||||
public static int layout_dodgeInsetEdges = 0x7f040094;
|
|
||||||
public static int layout_insetEdge = 0x7f040095;
|
|
||||||
public static int layout_keyline = 0x7f040096;
|
|
||||||
public static int statusBarBackground = 0x7f0400d1;
|
|
||||||
public static int ttcIndex = 0x7f040104;
|
|
||||||
}
|
|
||||||
public static final class color {
|
|
||||||
private color() {}
|
|
||||||
|
|
||||||
public static int notification_action_color_filter = 0x7f06003d;
|
|
||||||
public static int notification_icon_bg_color = 0x7f06003e;
|
|
||||||
public static int ripple_material_light = 0x7f060049;
|
|
||||||
public static int secondary_text_default_material_light = 0x7f06004b;
|
|
||||||
}
|
|
||||||
public static final class dimen {
|
|
||||||
private dimen() {}
|
|
||||||
|
|
||||||
public static int compat_button_inset_horizontal_material = 0x7f08004c;
|
|
||||||
public static int compat_button_inset_vertical_material = 0x7f08004d;
|
|
||||||
public static int compat_button_padding_horizontal_material = 0x7f08004e;
|
|
||||||
public static int compat_button_padding_vertical_material = 0x7f08004f;
|
|
||||||
public static int compat_control_corner_material = 0x7f080050;
|
|
||||||
public static int compat_notification_large_icon_max_height = 0x7f080051;
|
|
||||||
public static int compat_notification_large_icon_max_width = 0x7f080052;
|
|
||||||
public static int notification_action_icon_size = 0x7f08005c;
|
|
||||||
public static int notification_action_text_size = 0x7f08005d;
|
|
||||||
public static int notification_big_circle_margin = 0x7f08005e;
|
|
||||||
public static int notification_content_margin_start = 0x7f08005f;
|
|
||||||
public static int notification_large_icon_height = 0x7f080060;
|
|
||||||
public static int notification_large_icon_width = 0x7f080061;
|
|
||||||
public static int notification_main_column_padding_top = 0x7f080062;
|
|
||||||
public static int notification_media_narrow_margin = 0x7f080063;
|
|
||||||
public static int notification_right_icon_size = 0x7f080064;
|
|
||||||
public static int notification_right_side_padding_top = 0x7f080065;
|
|
||||||
public static int notification_small_icon_background_padding = 0x7f080066;
|
|
||||||
public static int notification_small_icon_size_as_large = 0x7f080067;
|
|
||||||
public static int notification_subtext_size = 0x7f080068;
|
|
||||||
public static int notification_top_pad = 0x7f080069;
|
|
||||||
public static int notification_top_pad_large_text = 0x7f08006a;
|
|
||||||
}
|
|
||||||
public static final class drawable {
|
|
||||||
private drawable() {}
|
|
||||||
|
|
||||||
public static int notification_action_background = 0x7f090061;
|
|
||||||
public static int notification_bg = 0x7f090062;
|
|
||||||
public static int notification_bg_low = 0x7f090063;
|
|
||||||
public static int notification_bg_low_normal = 0x7f090064;
|
|
||||||
public static int notification_bg_low_pressed = 0x7f090065;
|
|
||||||
public static int notification_bg_normal = 0x7f090066;
|
|
||||||
public static int notification_bg_normal_pressed = 0x7f090067;
|
|
||||||
public static int notification_icon_background = 0x7f090068;
|
|
||||||
public static int notification_template_icon_bg = 0x7f090069;
|
|
||||||
public static int notification_template_icon_low_bg = 0x7f09006a;
|
|
||||||
public static int notification_tile_bg = 0x7f09006b;
|
|
||||||
public static int notify_panel_notification_icon_bg = 0x7f09006c;
|
|
||||||
}
|
|
||||||
public static final class id {
|
|
||||||
private id() {}
|
|
||||||
|
|
||||||
public static int action_container = 0x7f0c0009;
|
|
||||||
public static int action_divider = 0x7f0c000b;
|
|
||||||
public static int action_image = 0x7f0c000c;
|
|
||||||
public static int action_text = 0x7f0c0012;
|
|
||||||
public static int actions = 0x7f0c0013;
|
|
||||||
public static int async = 0x7f0c0019;
|
|
||||||
public static int blocking = 0x7f0c001c;
|
|
||||||
public static int bottom = 0x7f0c001d;
|
|
||||||
public static int chronometer = 0x7f0c0022;
|
|
||||||
public static int end = 0x7f0c002d;
|
|
||||||
public static int forever = 0x7f0c0031;
|
|
||||||
public static int icon = 0x7f0c0035;
|
|
||||||
public static int icon_group = 0x7f0c0036;
|
|
||||||
public static int info = 0x7f0c0038;
|
|
||||||
public static int italic = 0x7f0c003b;
|
|
||||||
public static int left = 0x7f0c003c;
|
|
||||||
public static int line1 = 0x7f0c003d;
|
|
||||||
public static int line3 = 0x7f0c003e;
|
|
||||||
public static int none = 0x7f0c004d;
|
|
||||||
public static int normal = 0x7f0c004e;
|
|
||||||
public static int notification_background = 0x7f0c004f;
|
|
||||||
public static int notification_main_column = 0x7f0c0050;
|
|
||||||
public static int notification_main_column_container = 0x7f0c0051;
|
|
||||||
public static int right = 0x7f0c0071;
|
|
||||||
public static int right_icon = 0x7f0c0072;
|
|
||||||
public static int right_side = 0x7f0c0073;
|
|
||||||
public static int start = 0x7f0c0089;
|
|
||||||
public static int tag_transition_group = 0x7f0c008e;
|
|
||||||
public static int tag_unhandled_key_event_manager = 0x7f0c008f;
|
|
||||||
public static int tag_unhandled_key_listeners = 0x7f0c0090;
|
|
||||||
public static int text = 0x7f0c0091;
|
|
||||||
public static int text2 = 0x7f0c0092;
|
|
||||||
public static int time = 0x7f0c00a5;
|
|
||||||
public static int title = 0x7f0c00a6;
|
|
||||||
public static int top = 0x7f0c00a9;
|
|
||||||
}
|
|
||||||
public static final class integer {
|
|
||||||
private integer() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_maxnum = 0x7f0d0005;
|
|
||||||
}
|
|
||||||
public static final class layout {
|
|
||||||
private layout() {}
|
|
||||||
|
|
||||||
public static int notification_action = 0x7f0f001e;
|
|
||||||
public static int notification_action_tombstone = 0x7f0f001f;
|
|
||||||
public static int notification_template_custom_big = 0x7f0f0026;
|
|
||||||
public static int notification_template_icon_group = 0x7f0f0027;
|
|
||||||
public static int notification_template_part_chronometer = 0x7f0f002b;
|
|
||||||
public static int notification_template_part_time = 0x7f0f002c;
|
|
||||||
}
|
|
||||||
public static final class string {
|
|
||||||
private string() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_overflow = 0x7f150032;
|
|
||||||
}
|
|
||||||
public static final class style {
|
|
||||||
private style() {}
|
|
||||||
|
|
||||||
public static int TextAppearance_Compat_Notification = 0x7f1600ec;
|
|
||||||
public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
|
|
||||||
public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ef;
|
|
||||||
public static int TextAppearance_Compat_Notification_Time = 0x7f1600f2;
|
|
||||||
public static int TextAppearance_Compat_Notification_Title = 0x7f1600f4;
|
|
||||||
public static int Widget_Compat_NotificationActionContainer = 0x7f16015d;
|
|
||||||
public static int Widget_Compat_NotificationActionText = 0x7f16015e;
|
|
||||||
public static int Widget_Support_CoordinatorLayout = 0x7f16015f;
|
|
||||||
}
|
|
||||||
public static final class styleable {
|
|
||||||
private styleable() {}
|
|
||||||
|
|
||||||
public static int[] ColorStateListItem = { 0x7f040028, 0x101031f, 0x10101a5 };
|
|
||||||
public static int ColorStateListItem_alpha = 0;
|
|
||||||
public static int ColorStateListItem_android_alpha = 1;
|
|
||||||
public static int ColorStateListItem_android_color = 2;
|
|
||||||
public static int[] CoordinatorLayout = { 0x7f04008e, 0x7f0400d1 };
|
|
||||||
public static int CoordinatorLayout_keylines = 0;
|
|
||||||
public static int CoordinatorLayout_statusBarBackground = 1;
|
|
||||||
public static int[] CoordinatorLayout_Layout = { 0x10100b3, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096 };
|
|
||||||
public static int CoordinatorLayout_Layout_android_layout_gravity = 0;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_anchor = 1;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_anchorGravity = 2;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_behavior = 3;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_insetEdge = 5;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_keyline = 6;
|
|
||||||
public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
|
|
||||||
public static int FontFamily_fontProviderAuthority = 0;
|
|
||||||
public static int FontFamily_fontProviderCerts = 1;
|
|
||||||
public static int FontFamily_fontProviderFetchStrategy = 2;
|
|
||||||
public static int FontFamily_fontProviderFetchTimeout = 3;
|
|
||||||
public static int FontFamily_fontProviderPackage = 4;
|
|
||||||
public static int FontFamily_fontProviderQuery = 5;
|
|
||||||
public static int[] FontFamilyFont = { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
|
|
||||||
public static int FontFamilyFont_android_font = 0;
|
|
||||||
public static int FontFamilyFont_android_fontStyle = 1;
|
|
||||||
public static int FontFamilyFont_android_fontVariationSettings = 2;
|
|
||||||
public static int FontFamilyFont_android_fontWeight = 3;
|
|
||||||
public static int FontFamilyFont_android_ttcIndex = 4;
|
|
||||||
public static int FontFamilyFont_font = 5;
|
|
||||||
public static int FontFamilyFont_fontStyle = 6;
|
|
||||||
public static int FontFamilyFont_fontVariationSettings = 7;
|
|
||||||
public static int FontFamilyFont_fontWeight = 8;
|
|
||||||
public static int FontFamilyFont_ttcIndex = 9;
|
|
||||||
public static int[] GradientColor = { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 };
|
|
||||||
public static int GradientColor_android_centerColor = 0;
|
|
||||||
public static int GradientColor_android_centerX = 1;
|
|
||||||
public static int GradientColor_android_centerY = 2;
|
|
||||||
public static int GradientColor_android_endColor = 3;
|
|
||||||
public static int GradientColor_android_endX = 4;
|
|
||||||
public static int GradientColor_android_endY = 5;
|
|
||||||
public static int GradientColor_android_gradientRadius = 6;
|
|
||||||
public static int GradientColor_android_startColor = 7;
|
|
||||||
public static int GradientColor_android_startX = 8;
|
|
||||||
public static int GradientColor_android_startY = 9;
|
|
||||||
public static int GradientColor_android_tileMode = 10;
|
|
||||||
public static int GradientColor_android_type = 11;
|
|
||||||
public static int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
|
||||||
public static int GradientColorItem_android_color = 0;
|
|
||||||
public static int GradientColorItem_android_offset = 1;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,183 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.support.coreutils;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
public static final class attr {
|
|
||||||
private attr() {}
|
|
||||||
|
|
||||||
public static int alpha = 0x7f040028;
|
|
||||||
public static int font = 0x7f040074;
|
|
||||||
public static int fontProviderAuthority = 0x7f040076;
|
|
||||||
public static int fontProviderCerts = 0x7f040077;
|
|
||||||
public static int fontProviderFetchStrategy = 0x7f040078;
|
|
||||||
public static int fontProviderFetchTimeout = 0x7f040079;
|
|
||||||
public static int fontProviderPackage = 0x7f04007a;
|
|
||||||
public static int fontProviderQuery = 0x7f04007b;
|
|
||||||
public static int fontStyle = 0x7f04007c;
|
|
||||||
public static int fontVariationSettings = 0x7f04007d;
|
|
||||||
public static int fontWeight = 0x7f04007e;
|
|
||||||
public static int ttcIndex = 0x7f040104;
|
|
||||||
}
|
|
||||||
public static final class color {
|
|
||||||
private color() {}
|
|
||||||
|
|
||||||
public static int notification_action_color_filter = 0x7f06003d;
|
|
||||||
public static int notification_icon_bg_color = 0x7f06003e;
|
|
||||||
public static int ripple_material_light = 0x7f060049;
|
|
||||||
public static int secondary_text_default_material_light = 0x7f06004b;
|
|
||||||
}
|
|
||||||
public static final class dimen {
|
|
||||||
private dimen() {}
|
|
||||||
|
|
||||||
public static int compat_button_inset_horizontal_material = 0x7f08004c;
|
|
||||||
public static int compat_button_inset_vertical_material = 0x7f08004d;
|
|
||||||
public static int compat_button_padding_horizontal_material = 0x7f08004e;
|
|
||||||
public static int compat_button_padding_vertical_material = 0x7f08004f;
|
|
||||||
public static int compat_control_corner_material = 0x7f080050;
|
|
||||||
public static int compat_notification_large_icon_max_height = 0x7f080051;
|
|
||||||
public static int compat_notification_large_icon_max_width = 0x7f080052;
|
|
||||||
public static int notification_action_icon_size = 0x7f08005c;
|
|
||||||
public static int notification_action_text_size = 0x7f08005d;
|
|
||||||
public static int notification_big_circle_margin = 0x7f08005e;
|
|
||||||
public static int notification_content_margin_start = 0x7f08005f;
|
|
||||||
public static int notification_large_icon_height = 0x7f080060;
|
|
||||||
public static int notification_large_icon_width = 0x7f080061;
|
|
||||||
public static int notification_main_column_padding_top = 0x7f080062;
|
|
||||||
public static int notification_media_narrow_margin = 0x7f080063;
|
|
||||||
public static int notification_right_icon_size = 0x7f080064;
|
|
||||||
public static int notification_right_side_padding_top = 0x7f080065;
|
|
||||||
public static int notification_small_icon_background_padding = 0x7f080066;
|
|
||||||
public static int notification_small_icon_size_as_large = 0x7f080067;
|
|
||||||
public static int notification_subtext_size = 0x7f080068;
|
|
||||||
public static int notification_top_pad = 0x7f080069;
|
|
||||||
public static int notification_top_pad_large_text = 0x7f08006a;
|
|
||||||
}
|
|
||||||
public static final class drawable {
|
|
||||||
private drawable() {}
|
|
||||||
|
|
||||||
public static int notification_action_background = 0x7f090061;
|
|
||||||
public static int notification_bg = 0x7f090062;
|
|
||||||
public static int notification_bg_low = 0x7f090063;
|
|
||||||
public static int notification_bg_low_normal = 0x7f090064;
|
|
||||||
public static int notification_bg_low_pressed = 0x7f090065;
|
|
||||||
public static int notification_bg_normal = 0x7f090066;
|
|
||||||
public static int notification_bg_normal_pressed = 0x7f090067;
|
|
||||||
public static int notification_icon_background = 0x7f090068;
|
|
||||||
public static int notification_template_icon_bg = 0x7f090069;
|
|
||||||
public static int notification_template_icon_low_bg = 0x7f09006a;
|
|
||||||
public static int notification_tile_bg = 0x7f09006b;
|
|
||||||
public static int notify_panel_notification_icon_bg = 0x7f09006c;
|
|
||||||
}
|
|
||||||
public static final class id {
|
|
||||||
private id() {}
|
|
||||||
|
|
||||||
public static int action_container = 0x7f0c0009;
|
|
||||||
public static int action_divider = 0x7f0c000b;
|
|
||||||
public static int action_image = 0x7f0c000c;
|
|
||||||
public static int action_text = 0x7f0c0012;
|
|
||||||
public static int actions = 0x7f0c0013;
|
|
||||||
public static int async = 0x7f0c0019;
|
|
||||||
public static int blocking = 0x7f0c001c;
|
|
||||||
public static int chronometer = 0x7f0c0022;
|
|
||||||
public static int forever = 0x7f0c0031;
|
|
||||||
public static int icon = 0x7f0c0035;
|
|
||||||
public static int icon_group = 0x7f0c0036;
|
|
||||||
public static int info = 0x7f0c0038;
|
|
||||||
public static int italic = 0x7f0c003b;
|
|
||||||
public static int line1 = 0x7f0c003d;
|
|
||||||
public static int line3 = 0x7f0c003e;
|
|
||||||
public static int normal = 0x7f0c004e;
|
|
||||||
public static int notification_background = 0x7f0c004f;
|
|
||||||
public static int notification_main_column = 0x7f0c0050;
|
|
||||||
public static int notification_main_column_container = 0x7f0c0051;
|
|
||||||
public static int right_icon = 0x7f0c0072;
|
|
||||||
public static int right_side = 0x7f0c0073;
|
|
||||||
public static int tag_transition_group = 0x7f0c008e;
|
|
||||||
public static int tag_unhandled_key_event_manager = 0x7f0c008f;
|
|
||||||
public static int tag_unhandled_key_listeners = 0x7f0c0090;
|
|
||||||
public static int text = 0x7f0c0091;
|
|
||||||
public static int text2 = 0x7f0c0092;
|
|
||||||
public static int time = 0x7f0c00a5;
|
|
||||||
public static int title = 0x7f0c00a6;
|
|
||||||
}
|
|
||||||
public static final class integer {
|
|
||||||
private integer() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_maxnum = 0x7f0d0005;
|
|
||||||
}
|
|
||||||
public static final class layout {
|
|
||||||
private layout() {}
|
|
||||||
|
|
||||||
public static int notification_action = 0x7f0f001e;
|
|
||||||
public static int notification_action_tombstone = 0x7f0f001f;
|
|
||||||
public static int notification_template_custom_big = 0x7f0f0026;
|
|
||||||
public static int notification_template_icon_group = 0x7f0f0027;
|
|
||||||
public static int notification_template_part_chronometer = 0x7f0f002b;
|
|
||||||
public static int notification_template_part_time = 0x7f0f002c;
|
|
||||||
}
|
|
||||||
public static final class string {
|
|
||||||
private string() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_overflow = 0x7f150032;
|
|
||||||
}
|
|
||||||
public static final class style {
|
|
||||||
private style() {}
|
|
||||||
|
|
||||||
public static int TextAppearance_Compat_Notification = 0x7f1600ec;
|
|
||||||
public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
|
|
||||||
public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ef;
|
|
||||||
public static int TextAppearance_Compat_Notification_Time = 0x7f1600f2;
|
|
||||||
public static int TextAppearance_Compat_Notification_Title = 0x7f1600f4;
|
|
||||||
public static int Widget_Compat_NotificationActionContainer = 0x7f16015d;
|
|
||||||
public static int Widget_Compat_NotificationActionText = 0x7f16015e;
|
|
||||||
}
|
|
||||||
public static final class styleable {
|
|
||||||
private styleable() {}
|
|
||||||
|
|
||||||
public static int[] ColorStateListItem = { 0x7f040028, 0x101031f, 0x10101a5 };
|
|
||||||
public static int ColorStateListItem_alpha = 0;
|
|
||||||
public static int ColorStateListItem_android_alpha = 1;
|
|
||||||
public static int ColorStateListItem_android_color = 2;
|
|
||||||
public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
|
|
||||||
public static int FontFamily_fontProviderAuthority = 0;
|
|
||||||
public static int FontFamily_fontProviderCerts = 1;
|
|
||||||
public static int FontFamily_fontProviderFetchStrategy = 2;
|
|
||||||
public static int FontFamily_fontProviderFetchTimeout = 3;
|
|
||||||
public static int FontFamily_fontProviderPackage = 4;
|
|
||||||
public static int FontFamily_fontProviderQuery = 5;
|
|
||||||
public static int[] FontFamilyFont = { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
|
|
||||||
public static int FontFamilyFont_android_font = 0;
|
|
||||||
public static int FontFamilyFont_android_fontStyle = 1;
|
|
||||||
public static int FontFamilyFont_android_fontVariationSettings = 2;
|
|
||||||
public static int FontFamilyFont_android_fontWeight = 3;
|
|
||||||
public static int FontFamilyFont_android_ttcIndex = 4;
|
|
||||||
public static int FontFamilyFont_font = 5;
|
|
||||||
public static int FontFamilyFont_fontStyle = 6;
|
|
||||||
public static int FontFamilyFont_fontVariationSettings = 7;
|
|
||||||
public static int FontFamilyFont_fontWeight = 8;
|
|
||||||
public static int FontFamilyFont_ttcIndex = 9;
|
|
||||||
public static int[] GradientColor = { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 };
|
|
||||||
public static int GradientColor_android_centerColor = 0;
|
|
||||||
public static int GradientColor_android_centerX = 1;
|
|
||||||
public static int GradientColor_android_centerY = 2;
|
|
||||||
public static int GradientColor_android_endColor = 3;
|
|
||||||
public static int GradientColor_android_endX = 4;
|
|
||||||
public static int GradientColor_android_endY = 5;
|
|
||||||
public static int GradientColor_android_gradientRadius = 6;
|
|
||||||
public static int GradientColor_android_startColor = 7;
|
|
||||||
public static int GradientColor_android_startX = 8;
|
|
||||||
public static int GradientColor_android_startY = 9;
|
|
||||||
public static int GradientColor_android_tileMode = 10;
|
|
||||||
public static int GradientColor_android_type = 11;
|
|
||||||
public static int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
|
||||||
public static int GradientColorItem_android_color = 0;
|
|
||||||
public static int GradientColorItem_android_offset = 1;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.support.cursoradapter;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
}
|
|
@ -1,183 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.support.customview;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
public static final class attr {
|
|
||||||
private attr() {}
|
|
||||||
|
|
||||||
public static int alpha = 0x7f040028;
|
|
||||||
public static int font = 0x7f040074;
|
|
||||||
public static int fontProviderAuthority = 0x7f040076;
|
|
||||||
public static int fontProviderCerts = 0x7f040077;
|
|
||||||
public static int fontProviderFetchStrategy = 0x7f040078;
|
|
||||||
public static int fontProviderFetchTimeout = 0x7f040079;
|
|
||||||
public static int fontProviderPackage = 0x7f04007a;
|
|
||||||
public static int fontProviderQuery = 0x7f04007b;
|
|
||||||
public static int fontStyle = 0x7f04007c;
|
|
||||||
public static int fontVariationSettings = 0x7f04007d;
|
|
||||||
public static int fontWeight = 0x7f04007e;
|
|
||||||
public static int ttcIndex = 0x7f040104;
|
|
||||||
}
|
|
||||||
public static final class color {
|
|
||||||
private color() {}
|
|
||||||
|
|
||||||
public static int notification_action_color_filter = 0x7f06003d;
|
|
||||||
public static int notification_icon_bg_color = 0x7f06003e;
|
|
||||||
public static int ripple_material_light = 0x7f060049;
|
|
||||||
public static int secondary_text_default_material_light = 0x7f06004b;
|
|
||||||
}
|
|
||||||
public static final class dimen {
|
|
||||||
private dimen() {}
|
|
||||||
|
|
||||||
public static int compat_button_inset_horizontal_material = 0x7f08004c;
|
|
||||||
public static int compat_button_inset_vertical_material = 0x7f08004d;
|
|
||||||
public static int compat_button_padding_horizontal_material = 0x7f08004e;
|
|
||||||
public static int compat_button_padding_vertical_material = 0x7f08004f;
|
|
||||||
public static int compat_control_corner_material = 0x7f080050;
|
|
||||||
public static int compat_notification_large_icon_max_height = 0x7f080051;
|
|
||||||
public static int compat_notification_large_icon_max_width = 0x7f080052;
|
|
||||||
public static int notification_action_icon_size = 0x7f08005c;
|
|
||||||
public static int notification_action_text_size = 0x7f08005d;
|
|
||||||
public static int notification_big_circle_margin = 0x7f08005e;
|
|
||||||
public static int notification_content_margin_start = 0x7f08005f;
|
|
||||||
public static int notification_large_icon_height = 0x7f080060;
|
|
||||||
public static int notification_large_icon_width = 0x7f080061;
|
|
||||||
public static int notification_main_column_padding_top = 0x7f080062;
|
|
||||||
public static int notification_media_narrow_margin = 0x7f080063;
|
|
||||||
public static int notification_right_icon_size = 0x7f080064;
|
|
||||||
public static int notification_right_side_padding_top = 0x7f080065;
|
|
||||||
public static int notification_small_icon_background_padding = 0x7f080066;
|
|
||||||
public static int notification_small_icon_size_as_large = 0x7f080067;
|
|
||||||
public static int notification_subtext_size = 0x7f080068;
|
|
||||||
public static int notification_top_pad = 0x7f080069;
|
|
||||||
public static int notification_top_pad_large_text = 0x7f08006a;
|
|
||||||
}
|
|
||||||
public static final class drawable {
|
|
||||||
private drawable() {}
|
|
||||||
|
|
||||||
public static int notification_action_background = 0x7f090061;
|
|
||||||
public static int notification_bg = 0x7f090062;
|
|
||||||
public static int notification_bg_low = 0x7f090063;
|
|
||||||
public static int notification_bg_low_normal = 0x7f090064;
|
|
||||||
public static int notification_bg_low_pressed = 0x7f090065;
|
|
||||||
public static int notification_bg_normal = 0x7f090066;
|
|
||||||
public static int notification_bg_normal_pressed = 0x7f090067;
|
|
||||||
public static int notification_icon_background = 0x7f090068;
|
|
||||||
public static int notification_template_icon_bg = 0x7f090069;
|
|
||||||
public static int notification_template_icon_low_bg = 0x7f09006a;
|
|
||||||
public static int notification_tile_bg = 0x7f09006b;
|
|
||||||
public static int notify_panel_notification_icon_bg = 0x7f09006c;
|
|
||||||
}
|
|
||||||
public static final class id {
|
|
||||||
private id() {}
|
|
||||||
|
|
||||||
public static int action_container = 0x7f0c0009;
|
|
||||||
public static int action_divider = 0x7f0c000b;
|
|
||||||
public static int action_image = 0x7f0c000c;
|
|
||||||
public static int action_text = 0x7f0c0012;
|
|
||||||
public static int actions = 0x7f0c0013;
|
|
||||||
public static int async = 0x7f0c0019;
|
|
||||||
public static int blocking = 0x7f0c001c;
|
|
||||||
public static int chronometer = 0x7f0c0022;
|
|
||||||
public static int forever = 0x7f0c0031;
|
|
||||||
public static int icon = 0x7f0c0035;
|
|
||||||
public static int icon_group = 0x7f0c0036;
|
|
||||||
public static int info = 0x7f0c0038;
|
|
||||||
public static int italic = 0x7f0c003b;
|
|
||||||
public static int line1 = 0x7f0c003d;
|
|
||||||
public static int line3 = 0x7f0c003e;
|
|
||||||
public static int normal = 0x7f0c004e;
|
|
||||||
public static int notification_background = 0x7f0c004f;
|
|
||||||
public static int notification_main_column = 0x7f0c0050;
|
|
||||||
public static int notification_main_column_container = 0x7f0c0051;
|
|
||||||
public static int right_icon = 0x7f0c0072;
|
|
||||||
public static int right_side = 0x7f0c0073;
|
|
||||||
public static int tag_transition_group = 0x7f0c008e;
|
|
||||||
public static int tag_unhandled_key_event_manager = 0x7f0c008f;
|
|
||||||
public static int tag_unhandled_key_listeners = 0x7f0c0090;
|
|
||||||
public static int text = 0x7f0c0091;
|
|
||||||
public static int text2 = 0x7f0c0092;
|
|
||||||
public static int time = 0x7f0c00a5;
|
|
||||||
public static int title = 0x7f0c00a6;
|
|
||||||
}
|
|
||||||
public static final class integer {
|
|
||||||
private integer() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_maxnum = 0x7f0d0005;
|
|
||||||
}
|
|
||||||
public static final class layout {
|
|
||||||
private layout() {}
|
|
||||||
|
|
||||||
public static int notification_action = 0x7f0f001e;
|
|
||||||
public static int notification_action_tombstone = 0x7f0f001f;
|
|
||||||
public static int notification_template_custom_big = 0x7f0f0026;
|
|
||||||
public static int notification_template_icon_group = 0x7f0f0027;
|
|
||||||
public static int notification_template_part_chronometer = 0x7f0f002b;
|
|
||||||
public static int notification_template_part_time = 0x7f0f002c;
|
|
||||||
}
|
|
||||||
public static final class string {
|
|
||||||
private string() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_overflow = 0x7f150032;
|
|
||||||
}
|
|
||||||
public static final class style {
|
|
||||||
private style() {}
|
|
||||||
|
|
||||||
public static int TextAppearance_Compat_Notification = 0x7f1600ec;
|
|
||||||
public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
|
|
||||||
public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ef;
|
|
||||||
public static int TextAppearance_Compat_Notification_Time = 0x7f1600f2;
|
|
||||||
public static int TextAppearance_Compat_Notification_Title = 0x7f1600f4;
|
|
||||||
public static int Widget_Compat_NotificationActionContainer = 0x7f16015d;
|
|
||||||
public static int Widget_Compat_NotificationActionText = 0x7f16015e;
|
|
||||||
}
|
|
||||||
public static final class styleable {
|
|
||||||
private styleable() {}
|
|
||||||
|
|
||||||
public static int[] ColorStateListItem = { 0x7f040028, 0x101031f, 0x10101a5 };
|
|
||||||
public static int ColorStateListItem_alpha = 0;
|
|
||||||
public static int ColorStateListItem_android_alpha = 1;
|
|
||||||
public static int ColorStateListItem_android_color = 2;
|
|
||||||
public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
|
|
||||||
public static int FontFamily_fontProviderAuthority = 0;
|
|
||||||
public static int FontFamily_fontProviderCerts = 1;
|
|
||||||
public static int FontFamily_fontProviderFetchStrategy = 2;
|
|
||||||
public static int FontFamily_fontProviderFetchTimeout = 3;
|
|
||||||
public static int FontFamily_fontProviderPackage = 4;
|
|
||||||
public static int FontFamily_fontProviderQuery = 5;
|
|
||||||
public static int[] FontFamilyFont = { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
|
|
||||||
public static int FontFamilyFont_android_font = 0;
|
|
||||||
public static int FontFamilyFont_android_fontStyle = 1;
|
|
||||||
public static int FontFamilyFont_android_fontVariationSettings = 2;
|
|
||||||
public static int FontFamilyFont_android_fontWeight = 3;
|
|
||||||
public static int FontFamilyFont_android_ttcIndex = 4;
|
|
||||||
public static int FontFamilyFont_font = 5;
|
|
||||||
public static int FontFamilyFont_fontStyle = 6;
|
|
||||||
public static int FontFamilyFont_fontVariationSettings = 7;
|
|
||||||
public static int FontFamilyFont_fontWeight = 8;
|
|
||||||
public static int FontFamilyFont_ttcIndex = 9;
|
|
||||||
public static int[] GradientColor = { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 };
|
|
||||||
public static int GradientColor_android_centerColor = 0;
|
|
||||||
public static int GradientColor_android_centerX = 1;
|
|
||||||
public static int GradientColor_android_centerY = 2;
|
|
||||||
public static int GradientColor_android_endColor = 3;
|
|
||||||
public static int GradientColor_android_endX = 4;
|
|
||||||
public static int GradientColor_android_endY = 5;
|
|
||||||
public static int GradientColor_android_gradientRadius = 6;
|
|
||||||
public static int GradientColor_android_startColor = 7;
|
|
||||||
public static int GradientColor_android_startX = 8;
|
|
||||||
public static int GradientColor_android_startY = 9;
|
|
||||||
public static int GradientColor_android_tileMode = 10;
|
|
||||||
public static int GradientColor_android_type = 11;
|
|
||||||
public static int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
|
||||||
public static int GradientColorItem_android_color = 0;
|
|
||||||
public static int GradientColorItem_android_offset = 1;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.support.documentfile;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
}
|
|
@ -1,183 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.support.drawerlayout;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
public static final class attr {
|
|
||||||
private attr() {}
|
|
||||||
|
|
||||||
public static int alpha = 0x7f040028;
|
|
||||||
public static int font = 0x7f040074;
|
|
||||||
public static int fontProviderAuthority = 0x7f040076;
|
|
||||||
public static int fontProviderCerts = 0x7f040077;
|
|
||||||
public static int fontProviderFetchStrategy = 0x7f040078;
|
|
||||||
public static int fontProviderFetchTimeout = 0x7f040079;
|
|
||||||
public static int fontProviderPackage = 0x7f04007a;
|
|
||||||
public static int fontProviderQuery = 0x7f04007b;
|
|
||||||
public static int fontStyle = 0x7f04007c;
|
|
||||||
public static int fontVariationSettings = 0x7f04007d;
|
|
||||||
public static int fontWeight = 0x7f04007e;
|
|
||||||
public static int ttcIndex = 0x7f040104;
|
|
||||||
}
|
|
||||||
public static final class color {
|
|
||||||
private color() {}
|
|
||||||
|
|
||||||
public static int notification_action_color_filter = 0x7f06003d;
|
|
||||||
public static int notification_icon_bg_color = 0x7f06003e;
|
|
||||||
public static int ripple_material_light = 0x7f060049;
|
|
||||||
public static int secondary_text_default_material_light = 0x7f06004b;
|
|
||||||
}
|
|
||||||
public static final class dimen {
|
|
||||||
private dimen() {}
|
|
||||||
|
|
||||||
public static int compat_button_inset_horizontal_material = 0x7f08004c;
|
|
||||||
public static int compat_button_inset_vertical_material = 0x7f08004d;
|
|
||||||
public static int compat_button_padding_horizontal_material = 0x7f08004e;
|
|
||||||
public static int compat_button_padding_vertical_material = 0x7f08004f;
|
|
||||||
public static int compat_control_corner_material = 0x7f080050;
|
|
||||||
public static int compat_notification_large_icon_max_height = 0x7f080051;
|
|
||||||
public static int compat_notification_large_icon_max_width = 0x7f080052;
|
|
||||||
public static int notification_action_icon_size = 0x7f08005c;
|
|
||||||
public static int notification_action_text_size = 0x7f08005d;
|
|
||||||
public static int notification_big_circle_margin = 0x7f08005e;
|
|
||||||
public static int notification_content_margin_start = 0x7f08005f;
|
|
||||||
public static int notification_large_icon_height = 0x7f080060;
|
|
||||||
public static int notification_large_icon_width = 0x7f080061;
|
|
||||||
public static int notification_main_column_padding_top = 0x7f080062;
|
|
||||||
public static int notification_media_narrow_margin = 0x7f080063;
|
|
||||||
public static int notification_right_icon_size = 0x7f080064;
|
|
||||||
public static int notification_right_side_padding_top = 0x7f080065;
|
|
||||||
public static int notification_small_icon_background_padding = 0x7f080066;
|
|
||||||
public static int notification_small_icon_size_as_large = 0x7f080067;
|
|
||||||
public static int notification_subtext_size = 0x7f080068;
|
|
||||||
public static int notification_top_pad = 0x7f080069;
|
|
||||||
public static int notification_top_pad_large_text = 0x7f08006a;
|
|
||||||
}
|
|
||||||
public static final class drawable {
|
|
||||||
private drawable() {}
|
|
||||||
|
|
||||||
public static int notification_action_background = 0x7f090061;
|
|
||||||
public static int notification_bg = 0x7f090062;
|
|
||||||
public static int notification_bg_low = 0x7f090063;
|
|
||||||
public static int notification_bg_low_normal = 0x7f090064;
|
|
||||||
public static int notification_bg_low_pressed = 0x7f090065;
|
|
||||||
public static int notification_bg_normal = 0x7f090066;
|
|
||||||
public static int notification_bg_normal_pressed = 0x7f090067;
|
|
||||||
public static int notification_icon_background = 0x7f090068;
|
|
||||||
public static int notification_template_icon_bg = 0x7f090069;
|
|
||||||
public static int notification_template_icon_low_bg = 0x7f09006a;
|
|
||||||
public static int notification_tile_bg = 0x7f09006b;
|
|
||||||
public static int notify_panel_notification_icon_bg = 0x7f09006c;
|
|
||||||
}
|
|
||||||
public static final class id {
|
|
||||||
private id() {}
|
|
||||||
|
|
||||||
public static int action_container = 0x7f0c0009;
|
|
||||||
public static int action_divider = 0x7f0c000b;
|
|
||||||
public static int action_image = 0x7f0c000c;
|
|
||||||
public static int action_text = 0x7f0c0012;
|
|
||||||
public static int actions = 0x7f0c0013;
|
|
||||||
public static int async = 0x7f0c0019;
|
|
||||||
public static int blocking = 0x7f0c001c;
|
|
||||||
public static int chronometer = 0x7f0c0022;
|
|
||||||
public static int forever = 0x7f0c0031;
|
|
||||||
public static int icon = 0x7f0c0035;
|
|
||||||
public static int icon_group = 0x7f0c0036;
|
|
||||||
public static int info = 0x7f0c0038;
|
|
||||||
public static int italic = 0x7f0c003b;
|
|
||||||
public static int line1 = 0x7f0c003d;
|
|
||||||
public static int line3 = 0x7f0c003e;
|
|
||||||
public static int normal = 0x7f0c004e;
|
|
||||||
public static int notification_background = 0x7f0c004f;
|
|
||||||
public static int notification_main_column = 0x7f0c0050;
|
|
||||||
public static int notification_main_column_container = 0x7f0c0051;
|
|
||||||
public static int right_icon = 0x7f0c0072;
|
|
||||||
public static int right_side = 0x7f0c0073;
|
|
||||||
public static int tag_transition_group = 0x7f0c008e;
|
|
||||||
public static int tag_unhandled_key_event_manager = 0x7f0c008f;
|
|
||||||
public static int tag_unhandled_key_listeners = 0x7f0c0090;
|
|
||||||
public static int text = 0x7f0c0091;
|
|
||||||
public static int text2 = 0x7f0c0092;
|
|
||||||
public static int time = 0x7f0c00a5;
|
|
||||||
public static int title = 0x7f0c00a6;
|
|
||||||
}
|
|
||||||
public static final class integer {
|
|
||||||
private integer() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_maxnum = 0x7f0d0005;
|
|
||||||
}
|
|
||||||
public static final class layout {
|
|
||||||
private layout() {}
|
|
||||||
|
|
||||||
public static int notification_action = 0x7f0f001e;
|
|
||||||
public static int notification_action_tombstone = 0x7f0f001f;
|
|
||||||
public static int notification_template_custom_big = 0x7f0f0026;
|
|
||||||
public static int notification_template_icon_group = 0x7f0f0027;
|
|
||||||
public static int notification_template_part_chronometer = 0x7f0f002b;
|
|
||||||
public static int notification_template_part_time = 0x7f0f002c;
|
|
||||||
}
|
|
||||||
public static final class string {
|
|
||||||
private string() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_overflow = 0x7f150032;
|
|
||||||
}
|
|
||||||
public static final class style {
|
|
||||||
private style() {}
|
|
||||||
|
|
||||||
public static int TextAppearance_Compat_Notification = 0x7f1600ec;
|
|
||||||
public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
|
|
||||||
public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ef;
|
|
||||||
public static int TextAppearance_Compat_Notification_Time = 0x7f1600f2;
|
|
||||||
public static int TextAppearance_Compat_Notification_Title = 0x7f1600f4;
|
|
||||||
public static int Widget_Compat_NotificationActionContainer = 0x7f16015d;
|
|
||||||
public static int Widget_Compat_NotificationActionText = 0x7f16015e;
|
|
||||||
}
|
|
||||||
public static final class styleable {
|
|
||||||
private styleable() {}
|
|
||||||
|
|
||||||
public static int[] ColorStateListItem = { 0x7f040028, 0x101031f, 0x10101a5 };
|
|
||||||
public static int ColorStateListItem_alpha = 0;
|
|
||||||
public static int ColorStateListItem_android_alpha = 1;
|
|
||||||
public static int ColorStateListItem_android_color = 2;
|
|
||||||
public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
|
|
||||||
public static int FontFamily_fontProviderAuthority = 0;
|
|
||||||
public static int FontFamily_fontProviderCerts = 1;
|
|
||||||
public static int FontFamily_fontProviderFetchStrategy = 2;
|
|
||||||
public static int FontFamily_fontProviderFetchTimeout = 3;
|
|
||||||
public static int FontFamily_fontProviderPackage = 4;
|
|
||||||
public static int FontFamily_fontProviderQuery = 5;
|
|
||||||
public static int[] FontFamilyFont = { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
|
|
||||||
public static int FontFamilyFont_android_font = 0;
|
|
||||||
public static int FontFamilyFont_android_fontStyle = 1;
|
|
||||||
public static int FontFamilyFont_android_fontVariationSettings = 2;
|
|
||||||
public static int FontFamilyFont_android_fontWeight = 3;
|
|
||||||
public static int FontFamilyFont_android_ttcIndex = 4;
|
|
||||||
public static int FontFamilyFont_font = 5;
|
|
||||||
public static int FontFamilyFont_fontStyle = 6;
|
|
||||||
public static int FontFamilyFont_fontVariationSettings = 7;
|
|
||||||
public static int FontFamilyFont_fontWeight = 8;
|
|
||||||
public static int FontFamilyFont_ttcIndex = 9;
|
|
||||||
public static int[] GradientColor = { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 };
|
|
||||||
public static int GradientColor_android_centerColor = 0;
|
|
||||||
public static int GradientColor_android_centerX = 1;
|
|
||||||
public static int GradientColor_android_centerY = 2;
|
|
||||||
public static int GradientColor_android_endColor = 3;
|
|
||||||
public static int GradientColor_android_endX = 4;
|
|
||||||
public static int GradientColor_android_endY = 5;
|
|
||||||
public static int GradientColor_android_gradientRadius = 6;
|
|
||||||
public static int GradientColor_android_startColor = 7;
|
|
||||||
public static int GradientColor_android_startX = 8;
|
|
||||||
public static int GradientColor_android_startY = 9;
|
|
||||||
public static int GradientColor_android_tileMode = 10;
|
|
||||||
public static int GradientColor_android_type = 11;
|
|
||||||
public static int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
|
||||||
public static int GradientColorItem_android_color = 0;
|
|
||||||
public static int GradientColorItem_android_offset = 1;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,211 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.support.fragment;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
public static final class attr {
|
|
||||||
private attr() {}
|
|
||||||
|
|
||||||
public static int alpha = 0x7f040028;
|
|
||||||
public static int coordinatorLayoutStyle = 0x7f04005f;
|
|
||||||
public static int font = 0x7f040074;
|
|
||||||
public static int fontProviderAuthority = 0x7f040076;
|
|
||||||
public static int fontProviderCerts = 0x7f040077;
|
|
||||||
public static int fontProviderFetchStrategy = 0x7f040078;
|
|
||||||
public static int fontProviderFetchTimeout = 0x7f040079;
|
|
||||||
public static int fontProviderPackage = 0x7f04007a;
|
|
||||||
public static int fontProviderQuery = 0x7f04007b;
|
|
||||||
public static int fontStyle = 0x7f04007c;
|
|
||||||
public static int fontVariationSettings = 0x7f04007d;
|
|
||||||
public static int fontWeight = 0x7f04007e;
|
|
||||||
public static int keylines = 0x7f04008e;
|
|
||||||
public static int layout_anchor = 0x7f040091;
|
|
||||||
public static int layout_anchorGravity = 0x7f040092;
|
|
||||||
public static int layout_behavior = 0x7f040093;
|
|
||||||
public static int layout_dodgeInsetEdges = 0x7f040094;
|
|
||||||
public static int layout_insetEdge = 0x7f040095;
|
|
||||||
public static int layout_keyline = 0x7f040096;
|
|
||||||
public static int statusBarBackground = 0x7f0400d1;
|
|
||||||
public static int ttcIndex = 0x7f040104;
|
|
||||||
}
|
|
||||||
public static final class color {
|
|
||||||
private color() {}
|
|
||||||
|
|
||||||
public static int notification_action_color_filter = 0x7f06003d;
|
|
||||||
public static int notification_icon_bg_color = 0x7f06003e;
|
|
||||||
public static int ripple_material_light = 0x7f060049;
|
|
||||||
public static int secondary_text_default_material_light = 0x7f06004b;
|
|
||||||
}
|
|
||||||
public static final class dimen {
|
|
||||||
private dimen() {}
|
|
||||||
|
|
||||||
public static int compat_button_inset_horizontal_material = 0x7f08004c;
|
|
||||||
public static int compat_button_inset_vertical_material = 0x7f08004d;
|
|
||||||
public static int compat_button_padding_horizontal_material = 0x7f08004e;
|
|
||||||
public static int compat_button_padding_vertical_material = 0x7f08004f;
|
|
||||||
public static int compat_control_corner_material = 0x7f080050;
|
|
||||||
public static int compat_notification_large_icon_max_height = 0x7f080051;
|
|
||||||
public static int compat_notification_large_icon_max_width = 0x7f080052;
|
|
||||||
public static int notification_action_icon_size = 0x7f08005c;
|
|
||||||
public static int notification_action_text_size = 0x7f08005d;
|
|
||||||
public static int notification_big_circle_margin = 0x7f08005e;
|
|
||||||
public static int notification_content_margin_start = 0x7f08005f;
|
|
||||||
public static int notification_large_icon_height = 0x7f080060;
|
|
||||||
public static int notification_large_icon_width = 0x7f080061;
|
|
||||||
public static int notification_main_column_padding_top = 0x7f080062;
|
|
||||||
public static int notification_media_narrow_margin = 0x7f080063;
|
|
||||||
public static int notification_right_icon_size = 0x7f080064;
|
|
||||||
public static int notification_right_side_padding_top = 0x7f080065;
|
|
||||||
public static int notification_small_icon_background_padding = 0x7f080066;
|
|
||||||
public static int notification_small_icon_size_as_large = 0x7f080067;
|
|
||||||
public static int notification_subtext_size = 0x7f080068;
|
|
||||||
public static int notification_top_pad = 0x7f080069;
|
|
||||||
public static int notification_top_pad_large_text = 0x7f08006a;
|
|
||||||
}
|
|
||||||
public static final class drawable {
|
|
||||||
private drawable() {}
|
|
||||||
|
|
||||||
public static int notification_action_background = 0x7f090061;
|
|
||||||
public static int notification_bg = 0x7f090062;
|
|
||||||
public static int notification_bg_low = 0x7f090063;
|
|
||||||
public static int notification_bg_low_normal = 0x7f090064;
|
|
||||||
public static int notification_bg_low_pressed = 0x7f090065;
|
|
||||||
public static int notification_bg_normal = 0x7f090066;
|
|
||||||
public static int notification_bg_normal_pressed = 0x7f090067;
|
|
||||||
public static int notification_icon_background = 0x7f090068;
|
|
||||||
public static int notification_template_icon_bg = 0x7f090069;
|
|
||||||
public static int notification_template_icon_low_bg = 0x7f09006a;
|
|
||||||
public static int notification_tile_bg = 0x7f09006b;
|
|
||||||
public static int notify_panel_notification_icon_bg = 0x7f09006c;
|
|
||||||
}
|
|
||||||
public static final class id {
|
|
||||||
private id() {}
|
|
||||||
|
|
||||||
public static int action_container = 0x7f0c0009;
|
|
||||||
public static int action_divider = 0x7f0c000b;
|
|
||||||
public static int action_image = 0x7f0c000c;
|
|
||||||
public static int action_text = 0x7f0c0012;
|
|
||||||
public static int actions = 0x7f0c0013;
|
|
||||||
public static int async = 0x7f0c0019;
|
|
||||||
public static int blocking = 0x7f0c001c;
|
|
||||||
public static int bottom = 0x7f0c001d;
|
|
||||||
public static int chronometer = 0x7f0c0022;
|
|
||||||
public static int end = 0x7f0c002d;
|
|
||||||
public static int forever = 0x7f0c0031;
|
|
||||||
public static int icon = 0x7f0c0035;
|
|
||||||
public static int icon_group = 0x7f0c0036;
|
|
||||||
public static int info = 0x7f0c0038;
|
|
||||||
public static int italic = 0x7f0c003b;
|
|
||||||
public static int left = 0x7f0c003c;
|
|
||||||
public static int line1 = 0x7f0c003d;
|
|
||||||
public static int line3 = 0x7f0c003e;
|
|
||||||
public static int none = 0x7f0c004d;
|
|
||||||
public static int normal = 0x7f0c004e;
|
|
||||||
public static int notification_background = 0x7f0c004f;
|
|
||||||
public static int notification_main_column = 0x7f0c0050;
|
|
||||||
public static int notification_main_column_container = 0x7f0c0051;
|
|
||||||
public static int right = 0x7f0c0071;
|
|
||||||
public static int right_icon = 0x7f0c0072;
|
|
||||||
public static int right_side = 0x7f0c0073;
|
|
||||||
public static int start = 0x7f0c0089;
|
|
||||||
public static int tag_transition_group = 0x7f0c008e;
|
|
||||||
public static int tag_unhandled_key_event_manager = 0x7f0c008f;
|
|
||||||
public static int tag_unhandled_key_listeners = 0x7f0c0090;
|
|
||||||
public static int text = 0x7f0c0091;
|
|
||||||
public static int text2 = 0x7f0c0092;
|
|
||||||
public static int time = 0x7f0c00a5;
|
|
||||||
public static int title = 0x7f0c00a6;
|
|
||||||
public static int top = 0x7f0c00a9;
|
|
||||||
}
|
|
||||||
public static final class integer {
|
|
||||||
private integer() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_maxnum = 0x7f0d0005;
|
|
||||||
}
|
|
||||||
public static final class layout {
|
|
||||||
private layout() {}
|
|
||||||
|
|
||||||
public static int notification_action = 0x7f0f001e;
|
|
||||||
public static int notification_action_tombstone = 0x7f0f001f;
|
|
||||||
public static int notification_template_custom_big = 0x7f0f0026;
|
|
||||||
public static int notification_template_icon_group = 0x7f0f0027;
|
|
||||||
public static int notification_template_part_chronometer = 0x7f0f002b;
|
|
||||||
public static int notification_template_part_time = 0x7f0f002c;
|
|
||||||
}
|
|
||||||
public static final class string {
|
|
||||||
private string() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_overflow = 0x7f150032;
|
|
||||||
}
|
|
||||||
public static final class style {
|
|
||||||
private style() {}
|
|
||||||
|
|
||||||
public static int TextAppearance_Compat_Notification = 0x7f1600ec;
|
|
||||||
public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
|
|
||||||
public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ef;
|
|
||||||
public static int TextAppearance_Compat_Notification_Time = 0x7f1600f2;
|
|
||||||
public static int TextAppearance_Compat_Notification_Title = 0x7f1600f4;
|
|
||||||
public static int Widget_Compat_NotificationActionContainer = 0x7f16015d;
|
|
||||||
public static int Widget_Compat_NotificationActionText = 0x7f16015e;
|
|
||||||
public static int Widget_Support_CoordinatorLayout = 0x7f16015f;
|
|
||||||
}
|
|
||||||
public static final class styleable {
|
|
||||||
private styleable() {}
|
|
||||||
|
|
||||||
public static int[] ColorStateListItem = { 0x7f040028, 0x101031f, 0x10101a5 };
|
|
||||||
public static int ColorStateListItem_alpha = 0;
|
|
||||||
public static int ColorStateListItem_android_alpha = 1;
|
|
||||||
public static int ColorStateListItem_android_color = 2;
|
|
||||||
public static int[] CoordinatorLayout = { 0x7f04008e, 0x7f0400d1 };
|
|
||||||
public static int CoordinatorLayout_keylines = 0;
|
|
||||||
public static int CoordinatorLayout_statusBarBackground = 1;
|
|
||||||
public static int[] CoordinatorLayout_Layout = { 0x10100b3, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096 };
|
|
||||||
public static int CoordinatorLayout_Layout_android_layout_gravity = 0;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_anchor = 1;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_anchorGravity = 2;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_behavior = 3;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_insetEdge = 5;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_keyline = 6;
|
|
||||||
public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
|
|
||||||
public static int FontFamily_fontProviderAuthority = 0;
|
|
||||||
public static int FontFamily_fontProviderCerts = 1;
|
|
||||||
public static int FontFamily_fontProviderFetchStrategy = 2;
|
|
||||||
public static int FontFamily_fontProviderFetchTimeout = 3;
|
|
||||||
public static int FontFamily_fontProviderPackage = 4;
|
|
||||||
public static int FontFamily_fontProviderQuery = 5;
|
|
||||||
public static int[] FontFamilyFont = { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
|
|
||||||
public static int FontFamilyFont_android_font = 0;
|
|
||||||
public static int FontFamilyFont_android_fontStyle = 1;
|
|
||||||
public static int FontFamilyFont_android_fontVariationSettings = 2;
|
|
||||||
public static int FontFamilyFont_android_fontWeight = 3;
|
|
||||||
public static int FontFamilyFont_android_ttcIndex = 4;
|
|
||||||
public static int FontFamilyFont_font = 5;
|
|
||||||
public static int FontFamilyFont_fontStyle = 6;
|
|
||||||
public static int FontFamilyFont_fontVariationSettings = 7;
|
|
||||||
public static int FontFamilyFont_fontWeight = 8;
|
|
||||||
public static int FontFamilyFont_ttcIndex = 9;
|
|
||||||
public static int[] GradientColor = { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 };
|
|
||||||
public static int GradientColor_android_centerColor = 0;
|
|
||||||
public static int GradientColor_android_centerX = 1;
|
|
||||||
public static int GradientColor_android_centerY = 2;
|
|
||||||
public static int GradientColor_android_endColor = 3;
|
|
||||||
public static int GradientColor_android_endX = 4;
|
|
||||||
public static int GradientColor_android_endY = 5;
|
|
||||||
public static int GradientColor_android_gradientRadius = 6;
|
|
||||||
public static int GradientColor_android_startColor = 7;
|
|
||||||
public static int GradientColor_android_startX = 8;
|
|
||||||
public static int GradientColor_android_startY = 9;
|
|
||||||
public static int GradientColor_android_tileMode = 10;
|
|
||||||
public static int GradientColor_android_type = 11;
|
|
||||||
public static int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
|
||||||
public static int GradientColorItem_android_color = 0;
|
|
||||||
public static int GradientColorItem_android_offset = 1;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,211 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.support.graphics.drawable;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
public static final class attr {
|
|
||||||
private attr() {}
|
|
||||||
|
|
||||||
public static int alpha = 0x7f040028;
|
|
||||||
public static int coordinatorLayoutStyle = 0x7f04005f;
|
|
||||||
public static int font = 0x7f040074;
|
|
||||||
public static int fontProviderAuthority = 0x7f040076;
|
|
||||||
public static int fontProviderCerts = 0x7f040077;
|
|
||||||
public static int fontProviderFetchStrategy = 0x7f040078;
|
|
||||||
public static int fontProviderFetchTimeout = 0x7f040079;
|
|
||||||
public static int fontProviderPackage = 0x7f04007a;
|
|
||||||
public static int fontProviderQuery = 0x7f04007b;
|
|
||||||
public static int fontStyle = 0x7f04007c;
|
|
||||||
public static int fontVariationSettings = 0x7f04007d;
|
|
||||||
public static int fontWeight = 0x7f04007e;
|
|
||||||
public static int keylines = 0x7f04008e;
|
|
||||||
public static int layout_anchor = 0x7f040091;
|
|
||||||
public static int layout_anchorGravity = 0x7f040092;
|
|
||||||
public static int layout_behavior = 0x7f040093;
|
|
||||||
public static int layout_dodgeInsetEdges = 0x7f040094;
|
|
||||||
public static int layout_insetEdge = 0x7f040095;
|
|
||||||
public static int layout_keyline = 0x7f040096;
|
|
||||||
public static int statusBarBackground = 0x7f0400d1;
|
|
||||||
public static int ttcIndex = 0x7f040104;
|
|
||||||
}
|
|
||||||
public static final class color {
|
|
||||||
private color() {}
|
|
||||||
|
|
||||||
public static int notification_action_color_filter = 0x7f06003d;
|
|
||||||
public static int notification_icon_bg_color = 0x7f06003e;
|
|
||||||
public static int ripple_material_light = 0x7f060049;
|
|
||||||
public static int secondary_text_default_material_light = 0x7f06004b;
|
|
||||||
}
|
|
||||||
public static final class dimen {
|
|
||||||
private dimen() {}
|
|
||||||
|
|
||||||
public static int compat_button_inset_horizontal_material = 0x7f08004c;
|
|
||||||
public static int compat_button_inset_vertical_material = 0x7f08004d;
|
|
||||||
public static int compat_button_padding_horizontal_material = 0x7f08004e;
|
|
||||||
public static int compat_button_padding_vertical_material = 0x7f08004f;
|
|
||||||
public static int compat_control_corner_material = 0x7f080050;
|
|
||||||
public static int compat_notification_large_icon_max_height = 0x7f080051;
|
|
||||||
public static int compat_notification_large_icon_max_width = 0x7f080052;
|
|
||||||
public static int notification_action_icon_size = 0x7f08005c;
|
|
||||||
public static int notification_action_text_size = 0x7f08005d;
|
|
||||||
public static int notification_big_circle_margin = 0x7f08005e;
|
|
||||||
public static int notification_content_margin_start = 0x7f08005f;
|
|
||||||
public static int notification_large_icon_height = 0x7f080060;
|
|
||||||
public static int notification_large_icon_width = 0x7f080061;
|
|
||||||
public static int notification_main_column_padding_top = 0x7f080062;
|
|
||||||
public static int notification_media_narrow_margin = 0x7f080063;
|
|
||||||
public static int notification_right_icon_size = 0x7f080064;
|
|
||||||
public static int notification_right_side_padding_top = 0x7f080065;
|
|
||||||
public static int notification_small_icon_background_padding = 0x7f080066;
|
|
||||||
public static int notification_small_icon_size_as_large = 0x7f080067;
|
|
||||||
public static int notification_subtext_size = 0x7f080068;
|
|
||||||
public static int notification_top_pad = 0x7f080069;
|
|
||||||
public static int notification_top_pad_large_text = 0x7f08006a;
|
|
||||||
}
|
|
||||||
public static final class drawable {
|
|
||||||
private drawable() {}
|
|
||||||
|
|
||||||
public static int notification_action_background = 0x7f090061;
|
|
||||||
public static int notification_bg = 0x7f090062;
|
|
||||||
public static int notification_bg_low = 0x7f090063;
|
|
||||||
public static int notification_bg_low_normal = 0x7f090064;
|
|
||||||
public static int notification_bg_low_pressed = 0x7f090065;
|
|
||||||
public static int notification_bg_normal = 0x7f090066;
|
|
||||||
public static int notification_bg_normal_pressed = 0x7f090067;
|
|
||||||
public static int notification_icon_background = 0x7f090068;
|
|
||||||
public static int notification_template_icon_bg = 0x7f090069;
|
|
||||||
public static int notification_template_icon_low_bg = 0x7f09006a;
|
|
||||||
public static int notification_tile_bg = 0x7f09006b;
|
|
||||||
public static int notify_panel_notification_icon_bg = 0x7f09006c;
|
|
||||||
}
|
|
||||||
public static final class id {
|
|
||||||
private id() {}
|
|
||||||
|
|
||||||
public static int action_container = 0x7f0c0009;
|
|
||||||
public static int action_divider = 0x7f0c000b;
|
|
||||||
public static int action_image = 0x7f0c000c;
|
|
||||||
public static int action_text = 0x7f0c0012;
|
|
||||||
public static int actions = 0x7f0c0013;
|
|
||||||
public static int async = 0x7f0c0019;
|
|
||||||
public static int blocking = 0x7f0c001c;
|
|
||||||
public static int bottom = 0x7f0c001d;
|
|
||||||
public static int chronometer = 0x7f0c0022;
|
|
||||||
public static int end = 0x7f0c002d;
|
|
||||||
public static int forever = 0x7f0c0031;
|
|
||||||
public static int icon = 0x7f0c0035;
|
|
||||||
public static int icon_group = 0x7f0c0036;
|
|
||||||
public static int info = 0x7f0c0038;
|
|
||||||
public static int italic = 0x7f0c003b;
|
|
||||||
public static int left = 0x7f0c003c;
|
|
||||||
public static int line1 = 0x7f0c003d;
|
|
||||||
public static int line3 = 0x7f0c003e;
|
|
||||||
public static int none = 0x7f0c004d;
|
|
||||||
public static int normal = 0x7f0c004e;
|
|
||||||
public static int notification_background = 0x7f0c004f;
|
|
||||||
public static int notification_main_column = 0x7f0c0050;
|
|
||||||
public static int notification_main_column_container = 0x7f0c0051;
|
|
||||||
public static int right = 0x7f0c0071;
|
|
||||||
public static int right_icon = 0x7f0c0072;
|
|
||||||
public static int right_side = 0x7f0c0073;
|
|
||||||
public static int start = 0x7f0c0089;
|
|
||||||
public static int tag_transition_group = 0x7f0c008e;
|
|
||||||
public static int tag_unhandled_key_event_manager = 0x7f0c008f;
|
|
||||||
public static int tag_unhandled_key_listeners = 0x7f0c0090;
|
|
||||||
public static int text = 0x7f0c0091;
|
|
||||||
public static int text2 = 0x7f0c0092;
|
|
||||||
public static int time = 0x7f0c00a5;
|
|
||||||
public static int title = 0x7f0c00a6;
|
|
||||||
public static int top = 0x7f0c00a9;
|
|
||||||
}
|
|
||||||
public static final class integer {
|
|
||||||
private integer() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_maxnum = 0x7f0d0005;
|
|
||||||
}
|
|
||||||
public static final class layout {
|
|
||||||
private layout() {}
|
|
||||||
|
|
||||||
public static int notification_action = 0x7f0f001e;
|
|
||||||
public static int notification_action_tombstone = 0x7f0f001f;
|
|
||||||
public static int notification_template_custom_big = 0x7f0f0026;
|
|
||||||
public static int notification_template_icon_group = 0x7f0f0027;
|
|
||||||
public static int notification_template_part_chronometer = 0x7f0f002b;
|
|
||||||
public static int notification_template_part_time = 0x7f0f002c;
|
|
||||||
}
|
|
||||||
public static final class string {
|
|
||||||
private string() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_overflow = 0x7f150032;
|
|
||||||
}
|
|
||||||
public static final class style {
|
|
||||||
private style() {}
|
|
||||||
|
|
||||||
public static int TextAppearance_Compat_Notification = 0x7f1600ec;
|
|
||||||
public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
|
|
||||||
public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ef;
|
|
||||||
public static int TextAppearance_Compat_Notification_Time = 0x7f1600f2;
|
|
||||||
public static int TextAppearance_Compat_Notification_Title = 0x7f1600f4;
|
|
||||||
public static int Widget_Compat_NotificationActionContainer = 0x7f16015d;
|
|
||||||
public static int Widget_Compat_NotificationActionText = 0x7f16015e;
|
|
||||||
public static int Widget_Support_CoordinatorLayout = 0x7f16015f;
|
|
||||||
}
|
|
||||||
public static final class styleable {
|
|
||||||
private styleable() {}
|
|
||||||
|
|
||||||
public static int[] ColorStateListItem = { 0x7f040028, 0x101031f, 0x10101a5 };
|
|
||||||
public static int ColorStateListItem_alpha = 0;
|
|
||||||
public static int ColorStateListItem_android_alpha = 1;
|
|
||||||
public static int ColorStateListItem_android_color = 2;
|
|
||||||
public static int[] CoordinatorLayout = { 0x7f04008e, 0x7f0400d1 };
|
|
||||||
public static int CoordinatorLayout_keylines = 0;
|
|
||||||
public static int CoordinatorLayout_statusBarBackground = 1;
|
|
||||||
public static int[] CoordinatorLayout_Layout = { 0x10100b3, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096 };
|
|
||||||
public static int CoordinatorLayout_Layout_android_layout_gravity = 0;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_anchor = 1;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_anchorGravity = 2;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_behavior = 3;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_insetEdge = 5;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_keyline = 6;
|
|
||||||
public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
|
|
||||||
public static int FontFamily_fontProviderAuthority = 0;
|
|
||||||
public static int FontFamily_fontProviderCerts = 1;
|
|
||||||
public static int FontFamily_fontProviderFetchStrategy = 2;
|
|
||||||
public static int FontFamily_fontProviderFetchTimeout = 3;
|
|
||||||
public static int FontFamily_fontProviderPackage = 4;
|
|
||||||
public static int FontFamily_fontProviderQuery = 5;
|
|
||||||
public static int[] FontFamilyFont = { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
|
|
||||||
public static int FontFamilyFont_android_font = 0;
|
|
||||||
public static int FontFamilyFont_android_fontStyle = 1;
|
|
||||||
public static int FontFamilyFont_android_fontVariationSettings = 2;
|
|
||||||
public static int FontFamilyFont_android_fontWeight = 3;
|
|
||||||
public static int FontFamilyFont_android_ttcIndex = 4;
|
|
||||||
public static int FontFamilyFont_font = 5;
|
|
||||||
public static int FontFamilyFont_fontStyle = 6;
|
|
||||||
public static int FontFamilyFont_fontVariationSettings = 7;
|
|
||||||
public static int FontFamilyFont_fontWeight = 8;
|
|
||||||
public static int FontFamilyFont_ttcIndex = 9;
|
|
||||||
public static int[] GradientColor = { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 };
|
|
||||||
public static int GradientColor_android_centerColor = 0;
|
|
||||||
public static int GradientColor_android_centerX = 1;
|
|
||||||
public static int GradientColor_android_centerY = 2;
|
|
||||||
public static int GradientColor_android_endColor = 3;
|
|
||||||
public static int GradientColor_android_endX = 4;
|
|
||||||
public static int GradientColor_android_endY = 5;
|
|
||||||
public static int GradientColor_android_gradientRadius = 6;
|
|
||||||
public static int GradientColor_android_startColor = 7;
|
|
||||||
public static int GradientColor_android_startX = 8;
|
|
||||||
public static int GradientColor_android_startY = 9;
|
|
||||||
public static int GradientColor_android_tileMode = 10;
|
|
||||||
public static int GradientColor_android_type = 11;
|
|
||||||
public static int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
|
||||||
public static int GradientColorItem_android_color = 0;
|
|
||||||
public static int GradientColorItem_android_offset = 1;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.support.interpolator;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
}
|
|
@ -1,183 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.support.loader;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
public static final class attr {
|
|
||||||
private attr() {}
|
|
||||||
|
|
||||||
public static int alpha = 0x7f040028;
|
|
||||||
public static int font = 0x7f040074;
|
|
||||||
public static int fontProviderAuthority = 0x7f040076;
|
|
||||||
public static int fontProviderCerts = 0x7f040077;
|
|
||||||
public static int fontProviderFetchStrategy = 0x7f040078;
|
|
||||||
public static int fontProviderFetchTimeout = 0x7f040079;
|
|
||||||
public static int fontProviderPackage = 0x7f04007a;
|
|
||||||
public static int fontProviderQuery = 0x7f04007b;
|
|
||||||
public static int fontStyle = 0x7f04007c;
|
|
||||||
public static int fontVariationSettings = 0x7f04007d;
|
|
||||||
public static int fontWeight = 0x7f04007e;
|
|
||||||
public static int ttcIndex = 0x7f040104;
|
|
||||||
}
|
|
||||||
public static final class color {
|
|
||||||
private color() {}
|
|
||||||
|
|
||||||
public static int notification_action_color_filter = 0x7f06003d;
|
|
||||||
public static int notification_icon_bg_color = 0x7f06003e;
|
|
||||||
public static int ripple_material_light = 0x7f060049;
|
|
||||||
public static int secondary_text_default_material_light = 0x7f06004b;
|
|
||||||
}
|
|
||||||
public static final class dimen {
|
|
||||||
private dimen() {}
|
|
||||||
|
|
||||||
public static int compat_button_inset_horizontal_material = 0x7f08004c;
|
|
||||||
public static int compat_button_inset_vertical_material = 0x7f08004d;
|
|
||||||
public static int compat_button_padding_horizontal_material = 0x7f08004e;
|
|
||||||
public static int compat_button_padding_vertical_material = 0x7f08004f;
|
|
||||||
public static int compat_control_corner_material = 0x7f080050;
|
|
||||||
public static int compat_notification_large_icon_max_height = 0x7f080051;
|
|
||||||
public static int compat_notification_large_icon_max_width = 0x7f080052;
|
|
||||||
public static int notification_action_icon_size = 0x7f08005c;
|
|
||||||
public static int notification_action_text_size = 0x7f08005d;
|
|
||||||
public static int notification_big_circle_margin = 0x7f08005e;
|
|
||||||
public static int notification_content_margin_start = 0x7f08005f;
|
|
||||||
public static int notification_large_icon_height = 0x7f080060;
|
|
||||||
public static int notification_large_icon_width = 0x7f080061;
|
|
||||||
public static int notification_main_column_padding_top = 0x7f080062;
|
|
||||||
public static int notification_media_narrow_margin = 0x7f080063;
|
|
||||||
public static int notification_right_icon_size = 0x7f080064;
|
|
||||||
public static int notification_right_side_padding_top = 0x7f080065;
|
|
||||||
public static int notification_small_icon_background_padding = 0x7f080066;
|
|
||||||
public static int notification_small_icon_size_as_large = 0x7f080067;
|
|
||||||
public static int notification_subtext_size = 0x7f080068;
|
|
||||||
public static int notification_top_pad = 0x7f080069;
|
|
||||||
public static int notification_top_pad_large_text = 0x7f08006a;
|
|
||||||
}
|
|
||||||
public static final class drawable {
|
|
||||||
private drawable() {}
|
|
||||||
|
|
||||||
public static int notification_action_background = 0x7f090061;
|
|
||||||
public static int notification_bg = 0x7f090062;
|
|
||||||
public static int notification_bg_low = 0x7f090063;
|
|
||||||
public static int notification_bg_low_normal = 0x7f090064;
|
|
||||||
public static int notification_bg_low_pressed = 0x7f090065;
|
|
||||||
public static int notification_bg_normal = 0x7f090066;
|
|
||||||
public static int notification_bg_normal_pressed = 0x7f090067;
|
|
||||||
public static int notification_icon_background = 0x7f090068;
|
|
||||||
public static int notification_template_icon_bg = 0x7f090069;
|
|
||||||
public static int notification_template_icon_low_bg = 0x7f09006a;
|
|
||||||
public static int notification_tile_bg = 0x7f09006b;
|
|
||||||
public static int notify_panel_notification_icon_bg = 0x7f09006c;
|
|
||||||
}
|
|
||||||
public static final class id {
|
|
||||||
private id() {}
|
|
||||||
|
|
||||||
public static int action_container = 0x7f0c0009;
|
|
||||||
public static int action_divider = 0x7f0c000b;
|
|
||||||
public static int action_image = 0x7f0c000c;
|
|
||||||
public static int action_text = 0x7f0c0012;
|
|
||||||
public static int actions = 0x7f0c0013;
|
|
||||||
public static int async = 0x7f0c0019;
|
|
||||||
public static int blocking = 0x7f0c001c;
|
|
||||||
public static int chronometer = 0x7f0c0022;
|
|
||||||
public static int forever = 0x7f0c0031;
|
|
||||||
public static int icon = 0x7f0c0035;
|
|
||||||
public static int icon_group = 0x7f0c0036;
|
|
||||||
public static int info = 0x7f0c0038;
|
|
||||||
public static int italic = 0x7f0c003b;
|
|
||||||
public static int line1 = 0x7f0c003d;
|
|
||||||
public static int line3 = 0x7f0c003e;
|
|
||||||
public static int normal = 0x7f0c004e;
|
|
||||||
public static int notification_background = 0x7f0c004f;
|
|
||||||
public static int notification_main_column = 0x7f0c0050;
|
|
||||||
public static int notification_main_column_container = 0x7f0c0051;
|
|
||||||
public static int right_icon = 0x7f0c0072;
|
|
||||||
public static int right_side = 0x7f0c0073;
|
|
||||||
public static int tag_transition_group = 0x7f0c008e;
|
|
||||||
public static int tag_unhandled_key_event_manager = 0x7f0c008f;
|
|
||||||
public static int tag_unhandled_key_listeners = 0x7f0c0090;
|
|
||||||
public static int text = 0x7f0c0091;
|
|
||||||
public static int text2 = 0x7f0c0092;
|
|
||||||
public static int time = 0x7f0c00a5;
|
|
||||||
public static int title = 0x7f0c00a6;
|
|
||||||
}
|
|
||||||
public static final class integer {
|
|
||||||
private integer() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_maxnum = 0x7f0d0005;
|
|
||||||
}
|
|
||||||
public static final class layout {
|
|
||||||
private layout() {}
|
|
||||||
|
|
||||||
public static int notification_action = 0x7f0f001e;
|
|
||||||
public static int notification_action_tombstone = 0x7f0f001f;
|
|
||||||
public static int notification_template_custom_big = 0x7f0f0026;
|
|
||||||
public static int notification_template_icon_group = 0x7f0f0027;
|
|
||||||
public static int notification_template_part_chronometer = 0x7f0f002b;
|
|
||||||
public static int notification_template_part_time = 0x7f0f002c;
|
|
||||||
}
|
|
||||||
public static final class string {
|
|
||||||
private string() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_overflow = 0x7f150032;
|
|
||||||
}
|
|
||||||
public static final class style {
|
|
||||||
private style() {}
|
|
||||||
|
|
||||||
public static int TextAppearance_Compat_Notification = 0x7f1600ec;
|
|
||||||
public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
|
|
||||||
public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ef;
|
|
||||||
public static int TextAppearance_Compat_Notification_Time = 0x7f1600f2;
|
|
||||||
public static int TextAppearance_Compat_Notification_Title = 0x7f1600f4;
|
|
||||||
public static int Widget_Compat_NotificationActionContainer = 0x7f16015d;
|
|
||||||
public static int Widget_Compat_NotificationActionText = 0x7f16015e;
|
|
||||||
}
|
|
||||||
public static final class styleable {
|
|
||||||
private styleable() {}
|
|
||||||
|
|
||||||
public static int[] ColorStateListItem = { 0x7f040028, 0x101031f, 0x10101a5 };
|
|
||||||
public static int ColorStateListItem_alpha = 0;
|
|
||||||
public static int ColorStateListItem_android_alpha = 1;
|
|
||||||
public static int ColorStateListItem_android_color = 2;
|
|
||||||
public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
|
|
||||||
public static int FontFamily_fontProviderAuthority = 0;
|
|
||||||
public static int FontFamily_fontProviderCerts = 1;
|
|
||||||
public static int FontFamily_fontProviderFetchStrategy = 2;
|
|
||||||
public static int FontFamily_fontProviderFetchTimeout = 3;
|
|
||||||
public static int FontFamily_fontProviderPackage = 4;
|
|
||||||
public static int FontFamily_fontProviderQuery = 5;
|
|
||||||
public static int[] FontFamilyFont = { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
|
|
||||||
public static int FontFamilyFont_android_font = 0;
|
|
||||||
public static int FontFamilyFont_android_fontStyle = 1;
|
|
||||||
public static int FontFamilyFont_android_fontVariationSettings = 2;
|
|
||||||
public static int FontFamilyFont_android_fontWeight = 3;
|
|
||||||
public static int FontFamilyFont_android_ttcIndex = 4;
|
|
||||||
public static int FontFamilyFont_font = 5;
|
|
||||||
public static int FontFamilyFont_fontStyle = 6;
|
|
||||||
public static int FontFamilyFont_fontVariationSettings = 7;
|
|
||||||
public static int FontFamilyFont_fontWeight = 8;
|
|
||||||
public static int FontFamilyFont_ttcIndex = 9;
|
|
||||||
public static int[] GradientColor = { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 };
|
|
||||||
public static int GradientColor_android_centerColor = 0;
|
|
||||||
public static int GradientColor_android_centerX = 1;
|
|
||||||
public static int GradientColor_android_centerY = 2;
|
|
||||||
public static int GradientColor_android_endColor = 3;
|
|
||||||
public static int GradientColor_android_endX = 4;
|
|
||||||
public static int GradientColor_android_endY = 5;
|
|
||||||
public static int GradientColor_android_gradientRadius = 6;
|
|
||||||
public static int GradientColor_android_startColor = 7;
|
|
||||||
public static int GradientColor_android_startX = 8;
|
|
||||||
public static int GradientColor_android_startY = 9;
|
|
||||||
public static int GradientColor_android_tileMode = 10;
|
|
||||||
public static int GradientColor_android_type = 11;
|
|
||||||
public static int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
|
||||||
public static int GradientColorItem_android_color = 0;
|
|
||||||
public static int GradientColorItem_android_offset = 1;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.support.localbroadcastmanager;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
}
|
|
@ -1,210 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.support.mediacompat;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
public static final class attr {
|
|
||||||
private attr() {}
|
|
||||||
|
|
||||||
public static int alpha = 0x7f040028;
|
|
||||||
public static int font = 0x7f040074;
|
|
||||||
public static int fontProviderAuthority = 0x7f040076;
|
|
||||||
public static int fontProviderCerts = 0x7f040077;
|
|
||||||
public static int fontProviderFetchStrategy = 0x7f040078;
|
|
||||||
public static int fontProviderFetchTimeout = 0x7f040079;
|
|
||||||
public static int fontProviderPackage = 0x7f04007a;
|
|
||||||
public static int fontProviderQuery = 0x7f04007b;
|
|
||||||
public static int fontStyle = 0x7f04007c;
|
|
||||||
public static int fontVariationSettings = 0x7f04007d;
|
|
||||||
public static int fontWeight = 0x7f04007e;
|
|
||||||
public static int ttcIndex = 0x7f040104;
|
|
||||||
}
|
|
||||||
public static final class color {
|
|
||||||
private color() {}
|
|
||||||
|
|
||||||
public static int notification_action_color_filter = 0x7f06003d;
|
|
||||||
public static int notification_icon_bg_color = 0x7f06003e;
|
|
||||||
public static int notification_material_background_media_default_color = 0x7f06003f;
|
|
||||||
public static int primary_text_default_material_dark = 0x7f060044;
|
|
||||||
public static int ripple_material_light = 0x7f060049;
|
|
||||||
public static int secondary_text_default_material_dark = 0x7f06004a;
|
|
||||||
public static int secondary_text_default_material_light = 0x7f06004b;
|
|
||||||
}
|
|
||||||
public static final class dimen {
|
|
||||||
private dimen() {}
|
|
||||||
|
|
||||||
public static int compat_button_inset_horizontal_material = 0x7f08004c;
|
|
||||||
public static int compat_button_inset_vertical_material = 0x7f08004d;
|
|
||||||
public static int compat_button_padding_horizontal_material = 0x7f08004e;
|
|
||||||
public static int compat_button_padding_vertical_material = 0x7f08004f;
|
|
||||||
public static int compat_control_corner_material = 0x7f080050;
|
|
||||||
public static int compat_notification_large_icon_max_height = 0x7f080051;
|
|
||||||
public static int compat_notification_large_icon_max_width = 0x7f080052;
|
|
||||||
public static int notification_action_icon_size = 0x7f08005c;
|
|
||||||
public static int notification_action_text_size = 0x7f08005d;
|
|
||||||
public static int notification_big_circle_margin = 0x7f08005e;
|
|
||||||
public static int notification_content_margin_start = 0x7f08005f;
|
|
||||||
public static int notification_large_icon_height = 0x7f080060;
|
|
||||||
public static int notification_large_icon_width = 0x7f080061;
|
|
||||||
public static int notification_main_column_padding_top = 0x7f080062;
|
|
||||||
public static int notification_media_narrow_margin = 0x7f080063;
|
|
||||||
public static int notification_right_icon_size = 0x7f080064;
|
|
||||||
public static int notification_right_side_padding_top = 0x7f080065;
|
|
||||||
public static int notification_small_icon_background_padding = 0x7f080066;
|
|
||||||
public static int notification_small_icon_size_as_large = 0x7f080067;
|
|
||||||
public static int notification_subtext_size = 0x7f080068;
|
|
||||||
public static int notification_top_pad = 0x7f080069;
|
|
||||||
public static int notification_top_pad_large_text = 0x7f08006a;
|
|
||||||
public static int subtitle_corner_radius = 0x7f08006b;
|
|
||||||
public static int subtitle_outline_width = 0x7f08006c;
|
|
||||||
public static int subtitle_shadow_offset = 0x7f08006d;
|
|
||||||
public static int subtitle_shadow_radius = 0x7f08006e;
|
|
||||||
}
|
|
||||||
public static final class drawable {
|
|
||||||
private drawable() {}
|
|
||||||
|
|
||||||
public static int notification_action_background = 0x7f090061;
|
|
||||||
public static int notification_bg = 0x7f090062;
|
|
||||||
public static int notification_bg_low = 0x7f090063;
|
|
||||||
public static int notification_bg_low_normal = 0x7f090064;
|
|
||||||
public static int notification_bg_low_pressed = 0x7f090065;
|
|
||||||
public static int notification_bg_normal = 0x7f090066;
|
|
||||||
public static int notification_bg_normal_pressed = 0x7f090067;
|
|
||||||
public static int notification_icon_background = 0x7f090068;
|
|
||||||
public static int notification_template_icon_bg = 0x7f090069;
|
|
||||||
public static int notification_template_icon_low_bg = 0x7f09006a;
|
|
||||||
public static int notification_tile_bg = 0x7f09006b;
|
|
||||||
public static int notify_panel_notification_icon_bg = 0x7f09006c;
|
|
||||||
}
|
|
||||||
public static final class id {
|
|
||||||
private id() {}
|
|
||||||
|
|
||||||
public static int action0 = 0x7f0c0001;
|
|
||||||
public static int action_container = 0x7f0c0009;
|
|
||||||
public static int action_divider = 0x7f0c000b;
|
|
||||||
public static int action_image = 0x7f0c000c;
|
|
||||||
public static int action_text = 0x7f0c0012;
|
|
||||||
public static int actions = 0x7f0c0013;
|
|
||||||
public static int async = 0x7f0c0019;
|
|
||||||
public static int blocking = 0x7f0c001c;
|
|
||||||
public static int cancel_action = 0x7f0c001f;
|
|
||||||
public static int chronometer = 0x7f0c0022;
|
|
||||||
public static int end_padder = 0x7f0c002e;
|
|
||||||
public static int forever = 0x7f0c0031;
|
|
||||||
public static int icon = 0x7f0c0035;
|
|
||||||
public static int icon_group = 0x7f0c0036;
|
|
||||||
public static int info = 0x7f0c0038;
|
|
||||||
public static int italic = 0x7f0c003b;
|
|
||||||
public static int line1 = 0x7f0c003d;
|
|
||||||
public static int line3 = 0x7f0c003e;
|
|
||||||
public static int media_actions = 0x7f0c0048;
|
|
||||||
public static int normal = 0x7f0c004e;
|
|
||||||
public static int notification_background = 0x7f0c004f;
|
|
||||||
public static int notification_main_column = 0x7f0c0050;
|
|
||||||
public static int notification_main_column_container = 0x7f0c0051;
|
|
||||||
public static int right_icon = 0x7f0c0072;
|
|
||||||
public static int right_side = 0x7f0c0073;
|
|
||||||
public static int status_bar_latest_event_content = 0x7f0c008a;
|
|
||||||
public static int tag_transition_group = 0x7f0c008e;
|
|
||||||
public static int tag_unhandled_key_event_manager = 0x7f0c008f;
|
|
||||||
public static int tag_unhandled_key_listeners = 0x7f0c0090;
|
|
||||||
public static int text = 0x7f0c0091;
|
|
||||||
public static int text2 = 0x7f0c0092;
|
|
||||||
public static int time = 0x7f0c00a5;
|
|
||||||
public static int title = 0x7f0c00a6;
|
|
||||||
}
|
|
||||||
public static final class integer {
|
|
||||||
private integer() {}
|
|
||||||
|
|
||||||
public static int cancel_button_image_alpha = 0x7f0d0003;
|
|
||||||
public static int status_bar_notification_info_maxnum = 0x7f0d0005;
|
|
||||||
}
|
|
||||||
public static final class layout {
|
|
||||||
private layout() {}
|
|
||||||
|
|
||||||
public static int notification_action = 0x7f0f001e;
|
|
||||||
public static int notification_action_tombstone = 0x7f0f001f;
|
|
||||||
public static int notification_media_action = 0x7f0f0020;
|
|
||||||
public static int notification_media_cancel_action = 0x7f0f0021;
|
|
||||||
public static int notification_template_big_media = 0x7f0f0022;
|
|
||||||
public static int notification_template_big_media_custom = 0x7f0f0023;
|
|
||||||
public static int notification_template_big_media_narrow = 0x7f0f0024;
|
|
||||||
public static int notification_template_big_media_narrow_custom = 0x7f0f0025;
|
|
||||||
public static int notification_template_custom_big = 0x7f0f0026;
|
|
||||||
public static int notification_template_icon_group = 0x7f0f0027;
|
|
||||||
public static int notification_template_lines_media = 0x7f0f0028;
|
|
||||||
public static int notification_template_media = 0x7f0f0029;
|
|
||||||
public static int notification_template_media_custom = 0x7f0f002a;
|
|
||||||
public static int notification_template_part_chronometer = 0x7f0f002b;
|
|
||||||
public static int notification_template_part_time = 0x7f0f002c;
|
|
||||||
}
|
|
||||||
public static final class string {
|
|
||||||
private string() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_overflow = 0x7f150032;
|
|
||||||
}
|
|
||||||
public static final class style {
|
|
||||||
private style() {}
|
|
||||||
|
|
||||||
public static int TextAppearance_Compat_Notification = 0x7f1600ec;
|
|
||||||
public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
|
|
||||||
public static int TextAppearance_Compat_Notification_Info_Media = 0x7f1600ee;
|
|
||||||
public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ef;
|
|
||||||
public static int TextAppearance_Compat_Notification_Line2_Media = 0x7f1600f0;
|
|
||||||
public static int TextAppearance_Compat_Notification_Media = 0x7f1600f1;
|
|
||||||
public static int TextAppearance_Compat_Notification_Time = 0x7f1600f2;
|
|
||||||
public static int TextAppearance_Compat_Notification_Time_Media = 0x7f1600f3;
|
|
||||||
public static int TextAppearance_Compat_Notification_Title = 0x7f1600f4;
|
|
||||||
public static int TextAppearance_Compat_Notification_Title_Media = 0x7f1600f5;
|
|
||||||
public static int Widget_Compat_NotificationActionContainer = 0x7f16015d;
|
|
||||||
public static int Widget_Compat_NotificationActionText = 0x7f16015e;
|
|
||||||
}
|
|
||||||
public static final class styleable {
|
|
||||||
private styleable() {}
|
|
||||||
|
|
||||||
public static int[] ColorStateListItem = { 0x7f040028, 0x101031f, 0x10101a5 };
|
|
||||||
public static int ColorStateListItem_alpha = 0;
|
|
||||||
public static int ColorStateListItem_android_alpha = 1;
|
|
||||||
public static int ColorStateListItem_android_color = 2;
|
|
||||||
public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
|
|
||||||
public static int FontFamily_fontProviderAuthority = 0;
|
|
||||||
public static int FontFamily_fontProviderCerts = 1;
|
|
||||||
public static int FontFamily_fontProviderFetchStrategy = 2;
|
|
||||||
public static int FontFamily_fontProviderFetchTimeout = 3;
|
|
||||||
public static int FontFamily_fontProviderPackage = 4;
|
|
||||||
public static int FontFamily_fontProviderQuery = 5;
|
|
||||||
public static int[] FontFamilyFont = { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
|
|
||||||
public static int FontFamilyFont_android_font = 0;
|
|
||||||
public static int FontFamilyFont_android_fontStyle = 1;
|
|
||||||
public static int FontFamilyFont_android_fontVariationSettings = 2;
|
|
||||||
public static int FontFamilyFont_android_fontWeight = 3;
|
|
||||||
public static int FontFamilyFont_android_ttcIndex = 4;
|
|
||||||
public static int FontFamilyFont_font = 5;
|
|
||||||
public static int FontFamilyFont_fontStyle = 6;
|
|
||||||
public static int FontFamilyFont_fontVariationSettings = 7;
|
|
||||||
public static int FontFamilyFont_fontWeight = 8;
|
|
||||||
public static int FontFamilyFont_ttcIndex = 9;
|
|
||||||
public static int[] GradientColor = { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 };
|
|
||||||
public static int GradientColor_android_centerColor = 0;
|
|
||||||
public static int GradientColor_android_centerX = 1;
|
|
||||||
public static int GradientColor_android_centerY = 2;
|
|
||||||
public static int GradientColor_android_endColor = 3;
|
|
||||||
public static int GradientColor_android_endX = 4;
|
|
||||||
public static int GradientColor_android_endY = 5;
|
|
||||||
public static int GradientColor_android_gradientRadius = 6;
|
|
||||||
public static int GradientColor_android_startColor = 7;
|
|
||||||
public static int GradientColor_android_startX = 8;
|
|
||||||
public static int GradientColor_android_startY = 9;
|
|
||||||
public static int GradientColor_android_tileMode = 10;
|
|
||||||
public static int GradientColor_android_type = 11;
|
|
||||||
public static int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
|
||||||
public static int GradientColorItem_android_color = 0;
|
|
||||||
public static int GradientColorItem_android_offset = 1;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.support.print;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
}
|
|
@ -1,183 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.support.slidingpanelayout;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
public static final class attr {
|
|
||||||
private attr() {}
|
|
||||||
|
|
||||||
public static int alpha = 0x7f040028;
|
|
||||||
public static int font = 0x7f040074;
|
|
||||||
public static int fontProviderAuthority = 0x7f040076;
|
|
||||||
public static int fontProviderCerts = 0x7f040077;
|
|
||||||
public static int fontProviderFetchStrategy = 0x7f040078;
|
|
||||||
public static int fontProviderFetchTimeout = 0x7f040079;
|
|
||||||
public static int fontProviderPackage = 0x7f04007a;
|
|
||||||
public static int fontProviderQuery = 0x7f04007b;
|
|
||||||
public static int fontStyle = 0x7f04007c;
|
|
||||||
public static int fontVariationSettings = 0x7f04007d;
|
|
||||||
public static int fontWeight = 0x7f04007e;
|
|
||||||
public static int ttcIndex = 0x7f040104;
|
|
||||||
}
|
|
||||||
public static final class color {
|
|
||||||
private color() {}
|
|
||||||
|
|
||||||
public static int notification_action_color_filter = 0x7f06003d;
|
|
||||||
public static int notification_icon_bg_color = 0x7f06003e;
|
|
||||||
public static int ripple_material_light = 0x7f060049;
|
|
||||||
public static int secondary_text_default_material_light = 0x7f06004b;
|
|
||||||
}
|
|
||||||
public static final class dimen {
|
|
||||||
private dimen() {}
|
|
||||||
|
|
||||||
public static int compat_button_inset_horizontal_material = 0x7f08004c;
|
|
||||||
public static int compat_button_inset_vertical_material = 0x7f08004d;
|
|
||||||
public static int compat_button_padding_horizontal_material = 0x7f08004e;
|
|
||||||
public static int compat_button_padding_vertical_material = 0x7f08004f;
|
|
||||||
public static int compat_control_corner_material = 0x7f080050;
|
|
||||||
public static int compat_notification_large_icon_max_height = 0x7f080051;
|
|
||||||
public static int compat_notification_large_icon_max_width = 0x7f080052;
|
|
||||||
public static int notification_action_icon_size = 0x7f08005c;
|
|
||||||
public static int notification_action_text_size = 0x7f08005d;
|
|
||||||
public static int notification_big_circle_margin = 0x7f08005e;
|
|
||||||
public static int notification_content_margin_start = 0x7f08005f;
|
|
||||||
public static int notification_large_icon_height = 0x7f080060;
|
|
||||||
public static int notification_large_icon_width = 0x7f080061;
|
|
||||||
public static int notification_main_column_padding_top = 0x7f080062;
|
|
||||||
public static int notification_media_narrow_margin = 0x7f080063;
|
|
||||||
public static int notification_right_icon_size = 0x7f080064;
|
|
||||||
public static int notification_right_side_padding_top = 0x7f080065;
|
|
||||||
public static int notification_small_icon_background_padding = 0x7f080066;
|
|
||||||
public static int notification_small_icon_size_as_large = 0x7f080067;
|
|
||||||
public static int notification_subtext_size = 0x7f080068;
|
|
||||||
public static int notification_top_pad = 0x7f080069;
|
|
||||||
public static int notification_top_pad_large_text = 0x7f08006a;
|
|
||||||
}
|
|
||||||
public static final class drawable {
|
|
||||||
private drawable() {}
|
|
||||||
|
|
||||||
public static int notification_action_background = 0x7f090061;
|
|
||||||
public static int notification_bg = 0x7f090062;
|
|
||||||
public static int notification_bg_low = 0x7f090063;
|
|
||||||
public static int notification_bg_low_normal = 0x7f090064;
|
|
||||||
public static int notification_bg_low_pressed = 0x7f090065;
|
|
||||||
public static int notification_bg_normal = 0x7f090066;
|
|
||||||
public static int notification_bg_normal_pressed = 0x7f090067;
|
|
||||||
public static int notification_icon_background = 0x7f090068;
|
|
||||||
public static int notification_template_icon_bg = 0x7f090069;
|
|
||||||
public static int notification_template_icon_low_bg = 0x7f09006a;
|
|
||||||
public static int notification_tile_bg = 0x7f09006b;
|
|
||||||
public static int notify_panel_notification_icon_bg = 0x7f09006c;
|
|
||||||
}
|
|
||||||
public static final class id {
|
|
||||||
private id() {}
|
|
||||||
|
|
||||||
public static int action_container = 0x7f0c0009;
|
|
||||||
public static int action_divider = 0x7f0c000b;
|
|
||||||
public static int action_image = 0x7f0c000c;
|
|
||||||
public static int action_text = 0x7f0c0012;
|
|
||||||
public static int actions = 0x7f0c0013;
|
|
||||||
public static int async = 0x7f0c0019;
|
|
||||||
public static int blocking = 0x7f0c001c;
|
|
||||||
public static int chronometer = 0x7f0c0022;
|
|
||||||
public static int forever = 0x7f0c0031;
|
|
||||||
public static int icon = 0x7f0c0035;
|
|
||||||
public static int icon_group = 0x7f0c0036;
|
|
||||||
public static int info = 0x7f0c0038;
|
|
||||||
public static int italic = 0x7f0c003b;
|
|
||||||
public static int line1 = 0x7f0c003d;
|
|
||||||
public static int line3 = 0x7f0c003e;
|
|
||||||
public static int normal = 0x7f0c004e;
|
|
||||||
public static int notification_background = 0x7f0c004f;
|
|
||||||
public static int notification_main_column = 0x7f0c0050;
|
|
||||||
public static int notification_main_column_container = 0x7f0c0051;
|
|
||||||
public static int right_icon = 0x7f0c0072;
|
|
||||||
public static int right_side = 0x7f0c0073;
|
|
||||||
public static int tag_transition_group = 0x7f0c008e;
|
|
||||||
public static int tag_unhandled_key_event_manager = 0x7f0c008f;
|
|
||||||
public static int tag_unhandled_key_listeners = 0x7f0c0090;
|
|
||||||
public static int text = 0x7f0c0091;
|
|
||||||
public static int text2 = 0x7f0c0092;
|
|
||||||
public static int time = 0x7f0c00a5;
|
|
||||||
public static int title = 0x7f0c00a6;
|
|
||||||
}
|
|
||||||
public static final class integer {
|
|
||||||
private integer() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_maxnum = 0x7f0d0005;
|
|
||||||
}
|
|
||||||
public static final class layout {
|
|
||||||
private layout() {}
|
|
||||||
|
|
||||||
public static int notification_action = 0x7f0f001e;
|
|
||||||
public static int notification_action_tombstone = 0x7f0f001f;
|
|
||||||
public static int notification_template_custom_big = 0x7f0f0026;
|
|
||||||
public static int notification_template_icon_group = 0x7f0f0027;
|
|
||||||
public static int notification_template_part_chronometer = 0x7f0f002b;
|
|
||||||
public static int notification_template_part_time = 0x7f0f002c;
|
|
||||||
}
|
|
||||||
public static final class string {
|
|
||||||
private string() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_overflow = 0x7f150032;
|
|
||||||
}
|
|
||||||
public static final class style {
|
|
||||||
private style() {}
|
|
||||||
|
|
||||||
public static int TextAppearance_Compat_Notification = 0x7f1600ec;
|
|
||||||
public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
|
|
||||||
public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ef;
|
|
||||||
public static int TextAppearance_Compat_Notification_Time = 0x7f1600f2;
|
|
||||||
public static int TextAppearance_Compat_Notification_Title = 0x7f1600f4;
|
|
||||||
public static int Widget_Compat_NotificationActionContainer = 0x7f16015d;
|
|
||||||
public static int Widget_Compat_NotificationActionText = 0x7f16015e;
|
|
||||||
}
|
|
||||||
public static final class styleable {
|
|
||||||
private styleable() {}
|
|
||||||
|
|
||||||
public static int[] ColorStateListItem = { 0x7f040028, 0x101031f, 0x10101a5 };
|
|
||||||
public static int ColorStateListItem_alpha = 0;
|
|
||||||
public static int ColorStateListItem_android_alpha = 1;
|
|
||||||
public static int ColorStateListItem_android_color = 2;
|
|
||||||
public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
|
|
||||||
public static int FontFamily_fontProviderAuthority = 0;
|
|
||||||
public static int FontFamily_fontProviderCerts = 1;
|
|
||||||
public static int FontFamily_fontProviderFetchStrategy = 2;
|
|
||||||
public static int FontFamily_fontProviderFetchTimeout = 3;
|
|
||||||
public static int FontFamily_fontProviderPackage = 4;
|
|
||||||
public static int FontFamily_fontProviderQuery = 5;
|
|
||||||
public static int[] FontFamilyFont = { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
|
|
||||||
public static int FontFamilyFont_android_font = 0;
|
|
||||||
public static int FontFamilyFont_android_fontStyle = 1;
|
|
||||||
public static int FontFamilyFont_android_fontVariationSettings = 2;
|
|
||||||
public static int FontFamilyFont_android_fontWeight = 3;
|
|
||||||
public static int FontFamilyFont_android_ttcIndex = 4;
|
|
||||||
public static int FontFamilyFont_font = 5;
|
|
||||||
public static int FontFamilyFont_fontStyle = 6;
|
|
||||||
public static int FontFamilyFont_fontVariationSettings = 7;
|
|
||||||
public static int FontFamilyFont_fontWeight = 8;
|
|
||||||
public static int FontFamilyFont_ttcIndex = 9;
|
|
||||||
public static int[] GradientColor = { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 };
|
|
||||||
public static int GradientColor_android_centerColor = 0;
|
|
||||||
public static int GradientColor_android_centerX = 1;
|
|
||||||
public static int GradientColor_android_centerY = 2;
|
|
||||||
public static int GradientColor_android_endColor = 3;
|
|
||||||
public static int GradientColor_android_endX = 4;
|
|
||||||
public static int GradientColor_android_endY = 5;
|
|
||||||
public static int GradientColor_android_gradientRadius = 6;
|
|
||||||
public static int GradientColor_android_startColor = 7;
|
|
||||||
public static int GradientColor_android_startX = 8;
|
|
||||||
public static int GradientColor_android_startY = 9;
|
|
||||||
public static int GradientColor_android_tileMode = 10;
|
|
||||||
public static int GradientColor_android_type = 11;
|
|
||||||
public static int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
|
||||||
public static int GradientColorItem_android_color = 0;
|
|
||||||
public static int GradientColorItem_android_offset = 1;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,183 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.support.swiperefreshlayout;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
public static final class attr {
|
|
||||||
private attr() {}
|
|
||||||
|
|
||||||
public static int alpha = 0x7f040028;
|
|
||||||
public static int font = 0x7f040074;
|
|
||||||
public static int fontProviderAuthority = 0x7f040076;
|
|
||||||
public static int fontProviderCerts = 0x7f040077;
|
|
||||||
public static int fontProviderFetchStrategy = 0x7f040078;
|
|
||||||
public static int fontProviderFetchTimeout = 0x7f040079;
|
|
||||||
public static int fontProviderPackage = 0x7f04007a;
|
|
||||||
public static int fontProviderQuery = 0x7f04007b;
|
|
||||||
public static int fontStyle = 0x7f04007c;
|
|
||||||
public static int fontVariationSettings = 0x7f04007d;
|
|
||||||
public static int fontWeight = 0x7f04007e;
|
|
||||||
public static int ttcIndex = 0x7f040104;
|
|
||||||
}
|
|
||||||
public static final class color {
|
|
||||||
private color() {}
|
|
||||||
|
|
||||||
public static int notification_action_color_filter = 0x7f06003d;
|
|
||||||
public static int notification_icon_bg_color = 0x7f06003e;
|
|
||||||
public static int ripple_material_light = 0x7f060049;
|
|
||||||
public static int secondary_text_default_material_light = 0x7f06004b;
|
|
||||||
}
|
|
||||||
public static final class dimen {
|
|
||||||
private dimen() {}
|
|
||||||
|
|
||||||
public static int compat_button_inset_horizontal_material = 0x7f08004c;
|
|
||||||
public static int compat_button_inset_vertical_material = 0x7f08004d;
|
|
||||||
public static int compat_button_padding_horizontal_material = 0x7f08004e;
|
|
||||||
public static int compat_button_padding_vertical_material = 0x7f08004f;
|
|
||||||
public static int compat_control_corner_material = 0x7f080050;
|
|
||||||
public static int compat_notification_large_icon_max_height = 0x7f080051;
|
|
||||||
public static int compat_notification_large_icon_max_width = 0x7f080052;
|
|
||||||
public static int notification_action_icon_size = 0x7f08005c;
|
|
||||||
public static int notification_action_text_size = 0x7f08005d;
|
|
||||||
public static int notification_big_circle_margin = 0x7f08005e;
|
|
||||||
public static int notification_content_margin_start = 0x7f08005f;
|
|
||||||
public static int notification_large_icon_height = 0x7f080060;
|
|
||||||
public static int notification_large_icon_width = 0x7f080061;
|
|
||||||
public static int notification_main_column_padding_top = 0x7f080062;
|
|
||||||
public static int notification_media_narrow_margin = 0x7f080063;
|
|
||||||
public static int notification_right_icon_size = 0x7f080064;
|
|
||||||
public static int notification_right_side_padding_top = 0x7f080065;
|
|
||||||
public static int notification_small_icon_background_padding = 0x7f080066;
|
|
||||||
public static int notification_small_icon_size_as_large = 0x7f080067;
|
|
||||||
public static int notification_subtext_size = 0x7f080068;
|
|
||||||
public static int notification_top_pad = 0x7f080069;
|
|
||||||
public static int notification_top_pad_large_text = 0x7f08006a;
|
|
||||||
}
|
|
||||||
public static final class drawable {
|
|
||||||
private drawable() {}
|
|
||||||
|
|
||||||
public static int notification_action_background = 0x7f090061;
|
|
||||||
public static int notification_bg = 0x7f090062;
|
|
||||||
public static int notification_bg_low = 0x7f090063;
|
|
||||||
public static int notification_bg_low_normal = 0x7f090064;
|
|
||||||
public static int notification_bg_low_pressed = 0x7f090065;
|
|
||||||
public static int notification_bg_normal = 0x7f090066;
|
|
||||||
public static int notification_bg_normal_pressed = 0x7f090067;
|
|
||||||
public static int notification_icon_background = 0x7f090068;
|
|
||||||
public static int notification_template_icon_bg = 0x7f090069;
|
|
||||||
public static int notification_template_icon_low_bg = 0x7f09006a;
|
|
||||||
public static int notification_tile_bg = 0x7f09006b;
|
|
||||||
public static int notify_panel_notification_icon_bg = 0x7f09006c;
|
|
||||||
}
|
|
||||||
public static final class id {
|
|
||||||
private id() {}
|
|
||||||
|
|
||||||
public static int action_container = 0x7f0c0009;
|
|
||||||
public static int action_divider = 0x7f0c000b;
|
|
||||||
public static int action_image = 0x7f0c000c;
|
|
||||||
public static int action_text = 0x7f0c0012;
|
|
||||||
public static int actions = 0x7f0c0013;
|
|
||||||
public static int async = 0x7f0c0019;
|
|
||||||
public static int blocking = 0x7f0c001c;
|
|
||||||
public static int chronometer = 0x7f0c0022;
|
|
||||||
public static int forever = 0x7f0c0031;
|
|
||||||
public static int icon = 0x7f0c0035;
|
|
||||||
public static int icon_group = 0x7f0c0036;
|
|
||||||
public static int info = 0x7f0c0038;
|
|
||||||
public static int italic = 0x7f0c003b;
|
|
||||||
public static int line1 = 0x7f0c003d;
|
|
||||||
public static int line3 = 0x7f0c003e;
|
|
||||||
public static int normal = 0x7f0c004e;
|
|
||||||
public static int notification_background = 0x7f0c004f;
|
|
||||||
public static int notification_main_column = 0x7f0c0050;
|
|
||||||
public static int notification_main_column_container = 0x7f0c0051;
|
|
||||||
public static int right_icon = 0x7f0c0072;
|
|
||||||
public static int right_side = 0x7f0c0073;
|
|
||||||
public static int tag_transition_group = 0x7f0c008e;
|
|
||||||
public static int tag_unhandled_key_event_manager = 0x7f0c008f;
|
|
||||||
public static int tag_unhandled_key_listeners = 0x7f0c0090;
|
|
||||||
public static int text = 0x7f0c0091;
|
|
||||||
public static int text2 = 0x7f0c0092;
|
|
||||||
public static int time = 0x7f0c00a5;
|
|
||||||
public static int title = 0x7f0c00a6;
|
|
||||||
}
|
|
||||||
public static final class integer {
|
|
||||||
private integer() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_maxnum = 0x7f0d0005;
|
|
||||||
}
|
|
||||||
public static final class layout {
|
|
||||||
private layout() {}
|
|
||||||
|
|
||||||
public static int notification_action = 0x7f0f001e;
|
|
||||||
public static int notification_action_tombstone = 0x7f0f001f;
|
|
||||||
public static int notification_template_custom_big = 0x7f0f0026;
|
|
||||||
public static int notification_template_icon_group = 0x7f0f0027;
|
|
||||||
public static int notification_template_part_chronometer = 0x7f0f002b;
|
|
||||||
public static int notification_template_part_time = 0x7f0f002c;
|
|
||||||
}
|
|
||||||
public static final class string {
|
|
||||||
private string() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_overflow = 0x7f150032;
|
|
||||||
}
|
|
||||||
public static final class style {
|
|
||||||
private style() {}
|
|
||||||
|
|
||||||
public static int TextAppearance_Compat_Notification = 0x7f1600ec;
|
|
||||||
public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
|
|
||||||
public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ef;
|
|
||||||
public static int TextAppearance_Compat_Notification_Time = 0x7f1600f2;
|
|
||||||
public static int TextAppearance_Compat_Notification_Title = 0x7f1600f4;
|
|
||||||
public static int Widget_Compat_NotificationActionContainer = 0x7f16015d;
|
|
||||||
public static int Widget_Compat_NotificationActionText = 0x7f16015e;
|
|
||||||
}
|
|
||||||
public static final class styleable {
|
|
||||||
private styleable() {}
|
|
||||||
|
|
||||||
public static int[] ColorStateListItem = { 0x7f040028, 0x101031f, 0x10101a5 };
|
|
||||||
public static int ColorStateListItem_alpha = 0;
|
|
||||||
public static int ColorStateListItem_android_alpha = 1;
|
|
||||||
public static int ColorStateListItem_android_color = 2;
|
|
||||||
public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
|
|
||||||
public static int FontFamily_fontProviderAuthority = 0;
|
|
||||||
public static int FontFamily_fontProviderCerts = 1;
|
|
||||||
public static int FontFamily_fontProviderFetchStrategy = 2;
|
|
||||||
public static int FontFamily_fontProviderFetchTimeout = 3;
|
|
||||||
public static int FontFamily_fontProviderPackage = 4;
|
|
||||||
public static int FontFamily_fontProviderQuery = 5;
|
|
||||||
public static int[] FontFamilyFont = { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
|
|
||||||
public static int FontFamilyFont_android_font = 0;
|
|
||||||
public static int FontFamilyFont_android_fontStyle = 1;
|
|
||||||
public static int FontFamilyFont_android_fontVariationSettings = 2;
|
|
||||||
public static int FontFamilyFont_android_fontWeight = 3;
|
|
||||||
public static int FontFamilyFont_android_ttcIndex = 4;
|
|
||||||
public static int FontFamilyFont_font = 5;
|
|
||||||
public static int FontFamilyFont_fontStyle = 6;
|
|
||||||
public static int FontFamilyFont_fontVariationSettings = 7;
|
|
||||||
public static int FontFamilyFont_fontWeight = 8;
|
|
||||||
public static int FontFamilyFont_ttcIndex = 9;
|
|
||||||
public static int[] GradientColor = { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 };
|
|
||||||
public static int GradientColor_android_centerColor = 0;
|
|
||||||
public static int GradientColor_android_centerX = 1;
|
|
||||||
public static int GradientColor_android_centerY = 2;
|
|
||||||
public static int GradientColor_android_endColor = 3;
|
|
||||||
public static int GradientColor_android_endX = 4;
|
|
||||||
public static int GradientColor_android_endY = 5;
|
|
||||||
public static int GradientColor_android_gradientRadius = 6;
|
|
||||||
public static int GradientColor_android_startColor = 7;
|
|
||||||
public static int GradientColor_android_startX = 8;
|
|
||||||
public static int GradientColor_android_startY = 9;
|
|
||||||
public static int GradientColor_android_tileMode = 10;
|
|
||||||
public static int GradientColor_android_type = 11;
|
|
||||||
public static int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
|
||||||
public static int GradientColorItem_android_color = 0;
|
|
||||||
public static int GradientColorItem_android_offset = 1;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,238 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.support.v4;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
public static final class attr {
|
|
||||||
private attr() {}
|
|
||||||
|
|
||||||
public static int alpha = 0x7f040028;
|
|
||||||
public static int coordinatorLayoutStyle = 0x7f04005f;
|
|
||||||
public static int font = 0x7f040074;
|
|
||||||
public static int fontProviderAuthority = 0x7f040076;
|
|
||||||
public static int fontProviderCerts = 0x7f040077;
|
|
||||||
public static int fontProviderFetchStrategy = 0x7f040078;
|
|
||||||
public static int fontProviderFetchTimeout = 0x7f040079;
|
|
||||||
public static int fontProviderPackage = 0x7f04007a;
|
|
||||||
public static int fontProviderQuery = 0x7f04007b;
|
|
||||||
public static int fontStyle = 0x7f04007c;
|
|
||||||
public static int fontVariationSettings = 0x7f04007d;
|
|
||||||
public static int fontWeight = 0x7f04007e;
|
|
||||||
public static int keylines = 0x7f04008e;
|
|
||||||
public static int layout_anchor = 0x7f040091;
|
|
||||||
public static int layout_anchorGravity = 0x7f040092;
|
|
||||||
public static int layout_behavior = 0x7f040093;
|
|
||||||
public static int layout_dodgeInsetEdges = 0x7f040094;
|
|
||||||
public static int layout_insetEdge = 0x7f040095;
|
|
||||||
public static int layout_keyline = 0x7f040096;
|
|
||||||
public static int statusBarBackground = 0x7f0400d1;
|
|
||||||
public static int ttcIndex = 0x7f040104;
|
|
||||||
}
|
|
||||||
public static final class color {
|
|
||||||
private color() {}
|
|
||||||
|
|
||||||
public static int notification_action_color_filter = 0x7f06003d;
|
|
||||||
public static int notification_icon_bg_color = 0x7f06003e;
|
|
||||||
public static int notification_material_background_media_default_color = 0x7f06003f;
|
|
||||||
public static int primary_text_default_material_dark = 0x7f060044;
|
|
||||||
public static int ripple_material_light = 0x7f060049;
|
|
||||||
public static int secondary_text_default_material_dark = 0x7f06004a;
|
|
||||||
public static int secondary_text_default_material_light = 0x7f06004b;
|
|
||||||
}
|
|
||||||
public static final class dimen {
|
|
||||||
private dimen() {}
|
|
||||||
|
|
||||||
public static int compat_button_inset_horizontal_material = 0x7f08004c;
|
|
||||||
public static int compat_button_inset_vertical_material = 0x7f08004d;
|
|
||||||
public static int compat_button_padding_horizontal_material = 0x7f08004e;
|
|
||||||
public static int compat_button_padding_vertical_material = 0x7f08004f;
|
|
||||||
public static int compat_control_corner_material = 0x7f080050;
|
|
||||||
public static int compat_notification_large_icon_max_height = 0x7f080051;
|
|
||||||
public static int compat_notification_large_icon_max_width = 0x7f080052;
|
|
||||||
public static int notification_action_icon_size = 0x7f08005c;
|
|
||||||
public static int notification_action_text_size = 0x7f08005d;
|
|
||||||
public static int notification_big_circle_margin = 0x7f08005e;
|
|
||||||
public static int notification_content_margin_start = 0x7f08005f;
|
|
||||||
public static int notification_large_icon_height = 0x7f080060;
|
|
||||||
public static int notification_large_icon_width = 0x7f080061;
|
|
||||||
public static int notification_main_column_padding_top = 0x7f080062;
|
|
||||||
public static int notification_media_narrow_margin = 0x7f080063;
|
|
||||||
public static int notification_right_icon_size = 0x7f080064;
|
|
||||||
public static int notification_right_side_padding_top = 0x7f080065;
|
|
||||||
public static int notification_small_icon_background_padding = 0x7f080066;
|
|
||||||
public static int notification_small_icon_size_as_large = 0x7f080067;
|
|
||||||
public static int notification_subtext_size = 0x7f080068;
|
|
||||||
public static int notification_top_pad = 0x7f080069;
|
|
||||||
public static int notification_top_pad_large_text = 0x7f08006a;
|
|
||||||
public static int subtitle_corner_radius = 0x7f08006b;
|
|
||||||
public static int subtitle_outline_width = 0x7f08006c;
|
|
||||||
public static int subtitle_shadow_offset = 0x7f08006d;
|
|
||||||
public static int subtitle_shadow_radius = 0x7f08006e;
|
|
||||||
}
|
|
||||||
public static final class drawable {
|
|
||||||
private drawable() {}
|
|
||||||
|
|
||||||
public static int notification_action_background = 0x7f090061;
|
|
||||||
public static int notification_bg = 0x7f090062;
|
|
||||||
public static int notification_bg_low = 0x7f090063;
|
|
||||||
public static int notification_bg_low_normal = 0x7f090064;
|
|
||||||
public static int notification_bg_low_pressed = 0x7f090065;
|
|
||||||
public static int notification_bg_normal = 0x7f090066;
|
|
||||||
public static int notification_bg_normal_pressed = 0x7f090067;
|
|
||||||
public static int notification_icon_background = 0x7f090068;
|
|
||||||
public static int notification_template_icon_bg = 0x7f090069;
|
|
||||||
public static int notification_template_icon_low_bg = 0x7f09006a;
|
|
||||||
public static int notification_tile_bg = 0x7f09006b;
|
|
||||||
public static int notify_panel_notification_icon_bg = 0x7f09006c;
|
|
||||||
}
|
|
||||||
public static final class id {
|
|
||||||
private id() {}
|
|
||||||
|
|
||||||
public static int action0 = 0x7f0c0001;
|
|
||||||
public static int action_container = 0x7f0c0009;
|
|
||||||
public static int action_divider = 0x7f0c000b;
|
|
||||||
public static int action_image = 0x7f0c000c;
|
|
||||||
public static int action_text = 0x7f0c0012;
|
|
||||||
public static int actions = 0x7f0c0013;
|
|
||||||
public static int async = 0x7f0c0019;
|
|
||||||
public static int blocking = 0x7f0c001c;
|
|
||||||
public static int bottom = 0x7f0c001d;
|
|
||||||
public static int cancel_action = 0x7f0c001f;
|
|
||||||
public static int chronometer = 0x7f0c0022;
|
|
||||||
public static int end = 0x7f0c002d;
|
|
||||||
public static int end_padder = 0x7f0c002e;
|
|
||||||
public static int forever = 0x7f0c0031;
|
|
||||||
public static int icon = 0x7f0c0035;
|
|
||||||
public static int icon_group = 0x7f0c0036;
|
|
||||||
public static int info = 0x7f0c0038;
|
|
||||||
public static int italic = 0x7f0c003b;
|
|
||||||
public static int left = 0x7f0c003c;
|
|
||||||
public static int line1 = 0x7f0c003d;
|
|
||||||
public static int line3 = 0x7f0c003e;
|
|
||||||
public static int media_actions = 0x7f0c0048;
|
|
||||||
public static int none = 0x7f0c004d;
|
|
||||||
public static int normal = 0x7f0c004e;
|
|
||||||
public static int notification_background = 0x7f0c004f;
|
|
||||||
public static int notification_main_column = 0x7f0c0050;
|
|
||||||
public static int notification_main_column_container = 0x7f0c0051;
|
|
||||||
public static int right = 0x7f0c0071;
|
|
||||||
public static int right_icon = 0x7f0c0072;
|
|
||||||
public static int right_side = 0x7f0c0073;
|
|
||||||
public static int start = 0x7f0c0089;
|
|
||||||
public static int status_bar_latest_event_content = 0x7f0c008a;
|
|
||||||
public static int tag_transition_group = 0x7f0c008e;
|
|
||||||
public static int tag_unhandled_key_event_manager = 0x7f0c008f;
|
|
||||||
public static int tag_unhandled_key_listeners = 0x7f0c0090;
|
|
||||||
public static int text = 0x7f0c0091;
|
|
||||||
public static int text2 = 0x7f0c0092;
|
|
||||||
public static int time = 0x7f0c00a5;
|
|
||||||
public static int title = 0x7f0c00a6;
|
|
||||||
public static int top = 0x7f0c00a9;
|
|
||||||
}
|
|
||||||
public static final class integer {
|
|
||||||
private integer() {}
|
|
||||||
|
|
||||||
public static int cancel_button_image_alpha = 0x7f0d0003;
|
|
||||||
public static int status_bar_notification_info_maxnum = 0x7f0d0005;
|
|
||||||
}
|
|
||||||
public static final class layout {
|
|
||||||
private layout() {}
|
|
||||||
|
|
||||||
public static int notification_action = 0x7f0f001e;
|
|
||||||
public static int notification_action_tombstone = 0x7f0f001f;
|
|
||||||
public static int notification_media_action = 0x7f0f0020;
|
|
||||||
public static int notification_media_cancel_action = 0x7f0f0021;
|
|
||||||
public static int notification_template_big_media = 0x7f0f0022;
|
|
||||||
public static int notification_template_big_media_custom = 0x7f0f0023;
|
|
||||||
public static int notification_template_big_media_narrow = 0x7f0f0024;
|
|
||||||
public static int notification_template_big_media_narrow_custom = 0x7f0f0025;
|
|
||||||
public static int notification_template_custom_big = 0x7f0f0026;
|
|
||||||
public static int notification_template_icon_group = 0x7f0f0027;
|
|
||||||
public static int notification_template_lines_media = 0x7f0f0028;
|
|
||||||
public static int notification_template_media = 0x7f0f0029;
|
|
||||||
public static int notification_template_media_custom = 0x7f0f002a;
|
|
||||||
public static int notification_template_part_chronometer = 0x7f0f002b;
|
|
||||||
public static int notification_template_part_time = 0x7f0f002c;
|
|
||||||
}
|
|
||||||
public static final class string {
|
|
||||||
private string() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_overflow = 0x7f150032;
|
|
||||||
}
|
|
||||||
public static final class style {
|
|
||||||
private style() {}
|
|
||||||
|
|
||||||
public static int TextAppearance_Compat_Notification = 0x7f1600ec;
|
|
||||||
public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
|
|
||||||
public static int TextAppearance_Compat_Notification_Info_Media = 0x7f1600ee;
|
|
||||||
public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ef;
|
|
||||||
public static int TextAppearance_Compat_Notification_Line2_Media = 0x7f1600f0;
|
|
||||||
public static int TextAppearance_Compat_Notification_Media = 0x7f1600f1;
|
|
||||||
public static int TextAppearance_Compat_Notification_Time = 0x7f1600f2;
|
|
||||||
public static int TextAppearance_Compat_Notification_Time_Media = 0x7f1600f3;
|
|
||||||
public static int TextAppearance_Compat_Notification_Title = 0x7f1600f4;
|
|
||||||
public static int TextAppearance_Compat_Notification_Title_Media = 0x7f1600f5;
|
|
||||||
public static int Widget_Compat_NotificationActionContainer = 0x7f16015d;
|
|
||||||
public static int Widget_Compat_NotificationActionText = 0x7f16015e;
|
|
||||||
public static int Widget_Support_CoordinatorLayout = 0x7f16015f;
|
|
||||||
}
|
|
||||||
public static final class styleable {
|
|
||||||
private styleable() {}
|
|
||||||
|
|
||||||
public static int[] ColorStateListItem = { 0x7f040028, 0x101031f, 0x10101a5 };
|
|
||||||
public static int ColorStateListItem_alpha = 0;
|
|
||||||
public static int ColorStateListItem_android_alpha = 1;
|
|
||||||
public static int ColorStateListItem_android_color = 2;
|
|
||||||
public static int[] CoordinatorLayout = { 0x7f04008e, 0x7f0400d1 };
|
|
||||||
public static int CoordinatorLayout_keylines = 0;
|
|
||||||
public static int CoordinatorLayout_statusBarBackground = 1;
|
|
||||||
public static int[] CoordinatorLayout_Layout = { 0x10100b3, 0x7f040091, 0x7f040092, 0x7f040093, 0x7f040094, 0x7f040095, 0x7f040096 };
|
|
||||||
public static int CoordinatorLayout_Layout_android_layout_gravity = 0;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_anchor = 1;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_anchorGravity = 2;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_behavior = 3;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_dodgeInsetEdges = 4;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_insetEdge = 5;
|
|
||||||
public static int CoordinatorLayout_Layout_layout_keyline = 6;
|
|
||||||
public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
|
|
||||||
public static int FontFamily_fontProviderAuthority = 0;
|
|
||||||
public static int FontFamily_fontProviderCerts = 1;
|
|
||||||
public static int FontFamily_fontProviderFetchStrategy = 2;
|
|
||||||
public static int FontFamily_fontProviderFetchTimeout = 3;
|
|
||||||
public static int FontFamily_fontProviderPackage = 4;
|
|
||||||
public static int FontFamily_fontProviderQuery = 5;
|
|
||||||
public static int[] FontFamilyFont = { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
|
|
||||||
public static int FontFamilyFont_android_font = 0;
|
|
||||||
public static int FontFamilyFont_android_fontStyle = 1;
|
|
||||||
public static int FontFamilyFont_android_fontVariationSettings = 2;
|
|
||||||
public static int FontFamilyFont_android_fontWeight = 3;
|
|
||||||
public static int FontFamilyFont_android_ttcIndex = 4;
|
|
||||||
public static int FontFamilyFont_font = 5;
|
|
||||||
public static int FontFamilyFont_fontStyle = 6;
|
|
||||||
public static int FontFamilyFont_fontVariationSettings = 7;
|
|
||||||
public static int FontFamilyFont_fontWeight = 8;
|
|
||||||
public static int FontFamilyFont_ttcIndex = 9;
|
|
||||||
public static int[] GradientColor = { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 };
|
|
||||||
public static int GradientColor_android_centerColor = 0;
|
|
||||||
public static int GradientColor_android_centerX = 1;
|
|
||||||
public static int GradientColor_android_centerY = 2;
|
|
||||||
public static int GradientColor_android_endColor = 3;
|
|
||||||
public static int GradientColor_android_endX = 4;
|
|
||||||
public static int GradientColor_android_endY = 5;
|
|
||||||
public static int GradientColor_android_gradientRadius = 6;
|
|
||||||
public static int GradientColor_android_startColor = 7;
|
|
||||||
public static int GradientColor_android_startX = 8;
|
|
||||||
public static int GradientColor_android_startY = 9;
|
|
||||||
public static int GradientColor_android_tileMode = 10;
|
|
||||||
public static int GradientColor_android_type = 11;
|
|
||||||
public static int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
|
||||||
public static int GradientColorItem_android_color = 0;
|
|
||||||
public static int GradientColorItem_android_offset = 1;
|
|
||||||
}
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load Diff
@ -1,183 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package android.support.v7.viewpager;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
public static final class attr {
|
|
||||||
private attr() {}
|
|
||||||
|
|
||||||
public static int alpha = 0x7f040028;
|
|
||||||
public static int font = 0x7f040074;
|
|
||||||
public static int fontProviderAuthority = 0x7f040076;
|
|
||||||
public static int fontProviderCerts = 0x7f040077;
|
|
||||||
public static int fontProviderFetchStrategy = 0x7f040078;
|
|
||||||
public static int fontProviderFetchTimeout = 0x7f040079;
|
|
||||||
public static int fontProviderPackage = 0x7f04007a;
|
|
||||||
public static int fontProviderQuery = 0x7f04007b;
|
|
||||||
public static int fontStyle = 0x7f04007c;
|
|
||||||
public static int fontVariationSettings = 0x7f04007d;
|
|
||||||
public static int fontWeight = 0x7f04007e;
|
|
||||||
public static int ttcIndex = 0x7f040104;
|
|
||||||
}
|
|
||||||
public static final class color {
|
|
||||||
private color() {}
|
|
||||||
|
|
||||||
public static int notification_action_color_filter = 0x7f06003d;
|
|
||||||
public static int notification_icon_bg_color = 0x7f06003e;
|
|
||||||
public static int ripple_material_light = 0x7f060049;
|
|
||||||
public static int secondary_text_default_material_light = 0x7f06004b;
|
|
||||||
}
|
|
||||||
public static final class dimen {
|
|
||||||
private dimen() {}
|
|
||||||
|
|
||||||
public static int compat_button_inset_horizontal_material = 0x7f08004c;
|
|
||||||
public static int compat_button_inset_vertical_material = 0x7f08004d;
|
|
||||||
public static int compat_button_padding_horizontal_material = 0x7f08004e;
|
|
||||||
public static int compat_button_padding_vertical_material = 0x7f08004f;
|
|
||||||
public static int compat_control_corner_material = 0x7f080050;
|
|
||||||
public static int compat_notification_large_icon_max_height = 0x7f080051;
|
|
||||||
public static int compat_notification_large_icon_max_width = 0x7f080052;
|
|
||||||
public static int notification_action_icon_size = 0x7f08005c;
|
|
||||||
public static int notification_action_text_size = 0x7f08005d;
|
|
||||||
public static int notification_big_circle_margin = 0x7f08005e;
|
|
||||||
public static int notification_content_margin_start = 0x7f08005f;
|
|
||||||
public static int notification_large_icon_height = 0x7f080060;
|
|
||||||
public static int notification_large_icon_width = 0x7f080061;
|
|
||||||
public static int notification_main_column_padding_top = 0x7f080062;
|
|
||||||
public static int notification_media_narrow_margin = 0x7f080063;
|
|
||||||
public static int notification_right_icon_size = 0x7f080064;
|
|
||||||
public static int notification_right_side_padding_top = 0x7f080065;
|
|
||||||
public static int notification_small_icon_background_padding = 0x7f080066;
|
|
||||||
public static int notification_small_icon_size_as_large = 0x7f080067;
|
|
||||||
public static int notification_subtext_size = 0x7f080068;
|
|
||||||
public static int notification_top_pad = 0x7f080069;
|
|
||||||
public static int notification_top_pad_large_text = 0x7f08006a;
|
|
||||||
}
|
|
||||||
public static final class drawable {
|
|
||||||
private drawable() {}
|
|
||||||
|
|
||||||
public static int notification_action_background = 0x7f090061;
|
|
||||||
public static int notification_bg = 0x7f090062;
|
|
||||||
public static int notification_bg_low = 0x7f090063;
|
|
||||||
public static int notification_bg_low_normal = 0x7f090064;
|
|
||||||
public static int notification_bg_low_pressed = 0x7f090065;
|
|
||||||
public static int notification_bg_normal = 0x7f090066;
|
|
||||||
public static int notification_bg_normal_pressed = 0x7f090067;
|
|
||||||
public static int notification_icon_background = 0x7f090068;
|
|
||||||
public static int notification_template_icon_bg = 0x7f090069;
|
|
||||||
public static int notification_template_icon_low_bg = 0x7f09006a;
|
|
||||||
public static int notification_tile_bg = 0x7f09006b;
|
|
||||||
public static int notify_panel_notification_icon_bg = 0x7f09006c;
|
|
||||||
}
|
|
||||||
public static final class id {
|
|
||||||
private id() {}
|
|
||||||
|
|
||||||
public static int action_container = 0x7f0c0009;
|
|
||||||
public static int action_divider = 0x7f0c000b;
|
|
||||||
public static int action_image = 0x7f0c000c;
|
|
||||||
public static int action_text = 0x7f0c0012;
|
|
||||||
public static int actions = 0x7f0c0013;
|
|
||||||
public static int async = 0x7f0c0019;
|
|
||||||
public static int blocking = 0x7f0c001c;
|
|
||||||
public static int chronometer = 0x7f0c0022;
|
|
||||||
public static int forever = 0x7f0c0031;
|
|
||||||
public static int icon = 0x7f0c0035;
|
|
||||||
public static int icon_group = 0x7f0c0036;
|
|
||||||
public static int info = 0x7f0c0038;
|
|
||||||
public static int italic = 0x7f0c003b;
|
|
||||||
public static int line1 = 0x7f0c003d;
|
|
||||||
public static int line3 = 0x7f0c003e;
|
|
||||||
public static int normal = 0x7f0c004e;
|
|
||||||
public static int notification_background = 0x7f0c004f;
|
|
||||||
public static int notification_main_column = 0x7f0c0050;
|
|
||||||
public static int notification_main_column_container = 0x7f0c0051;
|
|
||||||
public static int right_icon = 0x7f0c0072;
|
|
||||||
public static int right_side = 0x7f0c0073;
|
|
||||||
public static int tag_transition_group = 0x7f0c008e;
|
|
||||||
public static int tag_unhandled_key_event_manager = 0x7f0c008f;
|
|
||||||
public static int tag_unhandled_key_listeners = 0x7f0c0090;
|
|
||||||
public static int text = 0x7f0c0091;
|
|
||||||
public static int text2 = 0x7f0c0092;
|
|
||||||
public static int time = 0x7f0c00a5;
|
|
||||||
public static int title = 0x7f0c00a6;
|
|
||||||
}
|
|
||||||
public static final class integer {
|
|
||||||
private integer() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_maxnum = 0x7f0d0005;
|
|
||||||
}
|
|
||||||
public static final class layout {
|
|
||||||
private layout() {}
|
|
||||||
|
|
||||||
public static int notification_action = 0x7f0f001e;
|
|
||||||
public static int notification_action_tombstone = 0x7f0f001f;
|
|
||||||
public static int notification_template_custom_big = 0x7f0f0026;
|
|
||||||
public static int notification_template_icon_group = 0x7f0f0027;
|
|
||||||
public static int notification_template_part_chronometer = 0x7f0f002b;
|
|
||||||
public static int notification_template_part_time = 0x7f0f002c;
|
|
||||||
}
|
|
||||||
public static final class string {
|
|
||||||
private string() {}
|
|
||||||
|
|
||||||
public static int status_bar_notification_info_overflow = 0x7f150032;
|
|
||||||
}
|
|
||||||
public static final class style {
|
|
||||||
private style() {}
|
|
||||||
|
|
||||||
public static int TextAppearance_Compat_Notification = 0x7f1600ec;
|
|
||||||
public static int TextAppearance_Compat_Notification_Info = 0x7f1600ed;
|
|
||||||
public static int TextAppearance_Compat_Notification_Line2 = 0x7f1600ef;
|
|
||||||
public static int TextAppearance_Compat_Notification_Time = 0x7f1600f2;
|
|
||||||
public static int TextAppearance_Compat_Notification_Title = 0x7f1600f4;
|
|
||||||
public static int Widget_Compat_NotificationActionContainer = 0x7f16015d;
|
|
||||||
public static int Widget_Compat_NotificationActionText = 0x7f16015e;
|
|
||||||
}
|
|
||||||
public static final class styleable {
|
|
||||||
private styleable() {}
|
|
||||||
|
|
||||||
public static int[] ColorStateListItem = { 0x7f040028, 0x101031f, 0x10101a5 };
|
|
||||||
public static int ColorStateListItem_alpha = 0;
|
|
||||||
public static int ColorStateListItem_android_alpha = 1;
|
|
||||||
public static int ColorStateListItem_android_color = 2;
|
|
||||||
public static int[] FontFamily = { 0x7f040076, 0x7f040077, 0x7f040078, 0x7f040079, 0x7f04007a, 0x7f04007b };
|
|
||||||
public static int FontFamily_fontProviderAuthority = 0;
|
|
||||||
public static int FontFamily_fontProviderCerts = 1;
|
|
||||||
public static int FontFamily_fontProviderFetchStrategy = 2;
|
|
||||||
public static int FontFamily_fontProviderFetchTimeout = 3;
|
|
||||||
public static int FontFamily_fontProviderPackage = 4;
|
|
||||||
public static int FontFamily_fontProviderQuery = 5;
|
|
||||||
public static int[] FontFamilyFont = { 0x1010532, 0x101053f, 0x1010570, 0x1010533, 0x101056f, 0x7f040074, 0x7f04007c, 0x7f04007d, 0x7f04007e, 0x7f040104 };
|
|
||||||
public static int FontFamilyFont_android_font = 0;
|
|
||||||
public static int FontFamilyFont_android_fontStyle = 1;
|
|
||||||
public static int FontFamilyFont_android_fontVariationSettings = 2;
|
|
||||||
public static int FontFamilyFont_android_fontWeight = 3;
|
|
||||||
public static int FontFamilyFont_android_ttcIndex = 4;
|
|
||||||
public static int FontFamilyFont_font = 5;
|
|
||||||
public static int FontFamilyFont_fontStyle = 6;
|
|
||||||
public static int FontFamilyFont_fontVariationSettings = 7;
|
|
||||||
public static int FontFamilyFont_fontWeight = 8;
|
|
||||||
public static int FontFamilyFont_ttcIndex = 9;
|
|
||||||
public static int[] GradientColor = { 0x101020b, 0x10101a2, 0x10101a3, 0x101019e, 0x1010512, 0x1010513, 0x10101a4, 0x101019d, 0x1010510, 0x1010511, 0x1010201, 0x10101a1 };
|
|
||||||
public static int GradientColor_android_centerColor = 0;
|
|
||||||
public static int GradientColor_android_centerX = 1;
|
|
||||||
public static int GradientColor_android_centerY = 2;
|
|
||||||
public static int GradientColor_android_endColor = 3;
|
|
||||||
public static int GradientColor_android_endX = 4;
|
|
||||||
public static int GradientColor_android_endY = 5;
|
|
||||||
public static int GradientColor_android_gradientRadius = 6;
|
|
||||||
public static int GradientColor_android_startColor = 7;
|
|
||||||
public static int GradientColor_android_startX = 8;
|
|
||||||
public static int GradientColor_android_startY = 9;
|
|
||||||
public static int GradientColor_android_tileMode = 10;
|
|
||||||
public static int GradientColor_android_type = 11;
|
|
||||||
public static int[] GradientColorItem = { 0x10101a5, 0x1010514 };
|
|
||||||
public static int GradientColorItem_android_color = 0;
|
|
||||||
public static int GradientColorItem_android_offset = 1;
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
/* AUTO-GENERATED FILE. DO NOT MODIFY.
|
|
||||||
*
|
|
||||||
* This class was automatically generated by the
|
|
||||||
* gradle plugin from the resource data it found. It
|
|
||||||
* should not be modified by hand.
|
|
||||||
*/
|
|
||||||
package androidx.versionedparcelable;
|
|
||||||
|
|
||||||
public final class R {
|
|
||||||
private R() {}
|
|
||||||
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load Diff
@ -1,13 +0,0 @@
|
|||||||
/**
|
|
||||||
* Automatically generated file. DO NOT MODIFY
|
|
||||||
*/
|
|
||||||
package org.ros.android.android_core_components;
|
|
||||||
|
|
||||||
public final class BuildConfig {
|
|
||||||
public static final boolean DEBUG = false;
|
|
||||||
public static final String APPLICATION_ID = "org.ros.android.android_core_components";
|
|
||||||
public static final String BUILD_TYPE = "release";
|
|
||||||
public static final String FLAVOR = "";
|
|
||||||
public static final int VERSION_CODE = 1;
|
|
||||||
public static final String VERSION_NAME = "1.0";
|
|
||||||
}
|
|
@ -1,38 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
|
||||||
package="org.ros.android.android_core_components"
|
|
||||||
android:versionCode="1"
|
|
||||||
android:versionName="1.0" >
|
|
||||||
|
|
||||||
<uses-sdk
|
|
||||||
android:minSdkVersion="16"
|
|
||||||
android:targetSdkVersion="28" />
|
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
|
||||||
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
|
|
||||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
|
||||||
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
|
|
||||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
|
||||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
||||||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
|
||||||
|
|
||||||
<application
|
|
||||||
android:icon="@mipmap/icon"
|
|
||||||
android:label="@string/app_name" >
|
|
||||||
<activity
|
|
||||||
android:name="org.ros.android.MasterChooser"
|
|
||||||
android:label="@string/app_name"
|
|
||||||
android:launchMode="standard"
|
|
||||||
android:theme="@style/Theme.AppCompat" />
|
|
||||||
|
|
||||||
<service
|
|
||||||
android:name="org.ros.android.NodeMainExecutorService"
|
|
||||||
tools:ignore="ExportedService" >
|
|
||||||
<intent-filter>
|
|
||||||
<action android:name="org.ros.android.NodeMainExecutorService" />
|
|
||||||
</intent-filter>
|
|
||||||
</service>
|
|
||||||
</application>
|
|
||||||
|
|
||||||
</manifest>
|
|
@ -1 +0,0 @@
|
|||||||
[{"outputType":{"type":"AAPT_FRIENDLY_MERGED_MANIFESTS"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"android_core_components-release.aar","fullName":"release","baseName":"release"},"path":"AndroidManifest.xml","properties":{"packageId":"org.ros.android.android_core_components","split":""}}]
|
|
@ -1 +0,0 @@
|
|||||||
[]
|
|
@ -1 +0,0 @@
|
|||||||
[]
|
|
Binary file not shown.
@ -1,2 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/charels/ros_java/android_core-kinetic/android_core_components/src/main/jniLibs"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/charels/ros_java/android_core-kinetic/android_core_components/src/debug/jniLibs"/></dataSet></merger>
|
|
@ -1,2 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/charels/ros_java/android_core-kinetic/android_core_components/src/main/shaders"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/charels/ros_java/android_core-kinetic/android_core_components/src/debug/shaders"/></dataSet></merger>
|
|
@ -1,2 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/charels/ros_java/android_core-kinetic/android_core_components/src/main/jniLibs"/></dataSet><dataSet config="release" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/charels/ros_java/android_core-kinetic/android_core_components/src/release/jniLibs"/></dataSet></merger>
|
|
@ -1,2 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/charels/ros_java/android_core-kinetic/android_core_components/src/main/shaders"/></dataSet><dataSet config="release" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/charels/ros_java/android_core-kinetic/android_core_components/src/release/shaders"/></dataSet></merger>
|
|
@ -1,2 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/charels/ros_java/android_core-kinetic/android_core_components/src/main/assets"/><source path="/home/charels/ros_java/android_core-kinetic/android_core_components/assets"/><source path="/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/shader_assets/debug/compileDebugShaders/out"/></dataSet><dataSet config="debug" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/charels/ros_java/android_core-kinetic/android_core_components/src/debug/assets"/></dataSet></merger>
|
|
@ -1,4 +1,4 @@
|
|||||||
#Mon Sep 30 12:58:16 CST 2019
|
#Mon Sep 30 23:16:18 CST 2019
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/ok.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/debug/drawable/ok.png
|
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/ok.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/debug/drawable/ok.png
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/pt_home_marker.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/debug/drawable/pt_home_marker.png
|
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/pt_home_marker.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/debug/drawable/pt_home_marker.png
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/background.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/debug/drawable/background.png
|
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/background.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/debug/drawable/background.png
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<merger version="3"><dataSet config="main" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/charels/ros_java/android_core-kinetic/android_core_components/src/main/assets"/><source path="/home/charels/ros_java/android_core-kinetic/android_core_components/assets"/><source path="/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/shader_assets/release/compileReleaseShaders/out"/></dataSet><dataSet config="release" ignore_pattern="!.svn:!.git:!.ds_store:!*.scc:.*:<dir>_*:!CVS:!thumbs.db:!picasa.ini:!*~"><source path="/home/charels/ros_java/android_core-kinetic/android_core_components/src/release/assets"/></dataSet></merger>
|
|
@ -1,40 +0,0 @@
|
|||||||
#Mon Sep 30 13:34:37 CST 2019
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/ok.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/ok.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/pt_home_marker.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/pt_home_marker.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/background.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/background.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/small_pan_marker_3.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/small_pan_marker_3.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/zoom_in_normal.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/zoom_in_normal.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/layout/master_chooser.xml=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/layout/master_chooser.xml
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/mipmap-hdpi/icon.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/mipmap-hdpi-v4/icon.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/stale.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/stale.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/pt_bg.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/pt_bg.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/rotate_right_icon.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/rotate_right_icon.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/top_angle_slice.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/top_angle_slice.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/large_pan_marker_3.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/large_pan_marker_3.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/pan_tilt_follower.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/pan_tilt_follower.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/zoom_out_normal.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/zoom_out_normal.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/center_widget.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/center_widget.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/layout/virtual_joystick.xml=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/layout/virtual_joystick.xml
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/warn.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/warn.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/pan_tilt_controller.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/pan_tilt_controller.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/horizon_original.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/horizon_original.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/previous_velocity.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/previous_velocity.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/small_tilt_marker_3.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/small_tilt_marker_3.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/directional_arrow.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/directional_arrow.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/layout/pan_tilt.xml=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/layout/pan_tilt.xml
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/large_tilt_marker_3.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/large_tilt_marker_3.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/intensity.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/intensity.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/large_d_widget_3.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/large_d_widget_3.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/mipmap-mdpi/icon.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/mipmap-mdpi-v4/icon.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/zoom_out_pressed.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/zoom_out_pressed.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/black_background.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/black_background.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/grey_ring_notched.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/grey_ring_notched.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/zoom_bar_lit.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/zoom_bar_lit.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/zoom_bg.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/zoom_bg.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/zoom_bar_notlit.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/zoom_bar_notlit.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/small_d_widget_3.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/small_d_widget_3.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/mipmap-ldpi/icon.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/mipmap-ldpi-v4/icon.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/zoom_in_pressed.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/zoom_in_pressed.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/rotate_left_icon.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/rotate_left_icon.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/mid_angle_slice.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/mid_angle_slice.png
|
|
||||||
/home/charels/ros_java/android_core-kinetic/android_core_components/res/drawable/error.png=/home/charels/ros_java/android_core-kinetic/android_core_components/build/intermediates/packaged_res/release/drawable/error.png
|
|
@ -1,17 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources>
|
|
||||||
<string name="app_name">ROS for Android</string>
|
|
||||||
<string name="cancel">Cancel</string>
|
|
||||||
<string name="connection_text">Trying to reach master…</string>
|
|
||||||
<string name="master_uri_hint">http://localhost:11311/</string>
|
|
||||||
<string name="new_master">New Public Master</string>
|
|
||||||
<string name="new_private_master">New Private Master</string>
|
|
||||||
<string name="qr_code">Read QRCode</string>
|
|
||||||
<string name="select_interface">Select network interface</string>
|
|
||||||
<string name="show_advanced">Show advanced options</string>
|
|
||||||
<string name="uri_text">Master URI:</string>
|
|
||||||
<string name="use_master">Connect</string>
|
|
||||||
<style name="padded">
|
|
||||||
<item name="android:layout_marginTop">10dp</item>
|
|
||||||
</style>
|
|
||||||
</resources>
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user