├── .navigation
└── app
│ └── raw
│ └── main.nvg.xml
├── settings.gradle
├── app
├── build
│ ├── intermediates
│ │ ├── incremental
│ │ │ ├── aidl
│ │ │ │ ├── debug
│ │ │ │ │ └── dependency.store
│ │ │ │ └── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── dependency.store
│ │ │ ├── mergeAssets
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ │ └── merger.xml
│ │ │ │ └── debug
│ │ │ │ │ └── merger.xml
│ │ │ └── mergeResources
│ │ │ │ ├── androidTest
│ │ │ │ └── debug
│ │ │ │ │ └── merger.xml
│ │ │ │ └── debug
│ │ │ │ └── merger.xml
│ │ ├── dex
│ │ │ └── debug
│ │ │ │ └── classes.dex
│ │ ├── resources
│ │ │ ├── resources-debug.ap_
│ │ │ └── resources-debug-androidTest.ap_
│ │ ├── res
│ │ │ └── debug
│ │ │ │ ├── drawable-hdpi
│ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-mdpi
│ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-xhdpi
│ │ │ │ └── ic_launcher.png
│ │ │ │ ├── drawable-xxhdpi
│ │ │ │ └── ic_launcher.png
│ │ │ │ ├── values-w820dp
│ │ │ │ └── values-w820dp.xml
│ │ │ │ ├── menu
│ │ │ │ └── main.xml
│ │ │ │ ├── values-v11
│ │ │ │ └── values-v11.xml
│ │ │ │ ├── values-v14
│ │ │ │ └── values-v14.xml
│ │ │ │ ├── drawable
│ │ │ │ ├── tab_indicator_text.xml
│ │ │ │ ├── select_label_si.xml
│ │ │ │ ├── select_label_yi.xml
│ │ │ │ ├── select_label_ba.xml
│ │ │ │ ├── select_label_wu.xml
│ │ │ │ ├── select_label_qi.xml
│ │ │ │ ├── select_label_san.xml
│ │ │ │ ├── select_label_er.xml
│ │ │ │ ├── select_label_jiu.xml
│ │ │ │ ├── select_label_liu.xml
│ │ │ │ ├── select_label_se.xml
│ │ │ │ ├── select_label_sy.xml
│ │ │ │ ├── select_label_wuw.xml
│ │ │ │ ├── select_label_yiw.xml
│ │ │ │ ├── select_label_sss.xml
│ │ │ │ └── select_label_yiwu.xml
│ │ │ │ ├── layout
│ │ │ │ └── activity_main.xml
│ │ │ │ └── values
│ │ │ │ └── values.xml
│ │ ├── classes
│ │ │ └── debug
│ │ │ │ └── com
│ │ │ │ └── shallcheek
│ │ │ │ └── timetale
│ │ │ │ ├── R.class
│ │ │ │ ├── R$attr.class
│ │ │ │ ├── R$id.class
│ │ │ │ ├── R$menu.class
│ │ │ │ ├── R$color.class
│ │ │ │ ├── R$dimen.class
│ │ │ │ ├── R$layout.class
│ │ │ │ ├── R$string.class
│ │ │ │ ├── R$style.class
│ │ │ │ ├── BuildConfig.class
│ │ │ │ ├── R$drawable.class
│ │ │ │ ├── MainActivity.class
│ │ │ │ ├── TimeTableView.class
│ │ │ │ ├── TimeTableModel.class
│ │ │ │ ├── TimeTableView$1.class
│ │ │ │ └── TimeTableView$2.class
│ │ ├── exploded-aar
│ │ │ └── com.android.support
│ │ │ │ └── support-v4
│ │ │ │ └── 21.0.3
│ │ │ │ ├── jars
│ │ │ │ ├── classes.jar
│ │ │ │ └── libs
│ │ │ │ │ └── internal_impl-21.0.3.jar
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ └── aidl
│ │ │ │ └── android
│ │ │ │ └── support
│ │ │ │ └── v4
│ │ │ │ └── app
│ │ │ │ └── INotificationSideChannel.aidl
│ │ ├── pre-dexed
│ │ │ └── debug
│ │ │ │ ├── classes-76199b002d3a4265e335e3f13f460afbd8f4bf60.jar
│ │ │ │ ├── internal_impl-21.0.3-e1144ff47cf1d70f5c0641ebfa71e81825f71b31.jar
│ │ │ │ └── support-annotations-21.0.3-c5b8d988e04100d1b2d61876935e75ed4eb50bb9.jar
│ │ ├── manifests
│ │ │ ├── androidTest
│ │ │ │ └── debug
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ └── full
│ │ │ │ └── debug
│ │ │ │ └── AndroidManifest.xml
│ │ └── symbols
│ │ │ └── debug
│ │ │ └── R.txt
│ ├── outputs
│ │ ├── apk
│ │ │ ├── app-debug.apk
│ │ │ └── app-debug-unaligned.apk
│ │ └── logs
│ │ │ └── manifest-merger-debug-report.txt
│ └── generated
│ │ └── source
│ │ ├── buildConfig
│ │ ├── debug
│ │ │ └── com
│ │ │ │ └── shallcheek
│ │ │ │ └── timetale
│ │ │ │ └── BuildConfig.java
│ │ └── androidTest
│ │ │ └── debug
│ │ │ └── com
│ │ │ └── shallcheek
│ │ │ └── timetale
│ │ │ └── test
│ │ │ └── BuildConfig.java
│ │ └── r
│ │ └── debug
│ │ └── com
│ │ └── shallcheek
│ │ └── timetale
│ │ └── R.java
├── lint.xml
├── src
│ └── main
│ │ ├── res
│ │ ├── drawable-hdpi
│ │ │ ├── ic_launcher.png
│ │ │ ├── share_term_table_footer.png
│ │ │ └── share_term_table_header.png
│ │ ├── drawable-mdpi
│ │ │ └── ic_launcher.png
│ │ ├── drawable-xhdpi
│ │ │ └── ic_launcher.png
│ │ ├── drawable-xxhdpi
│ │ │ └── ic_launcher.png
│ │ ├── values
│ │ │ ├── dimens.xml
│ │ │ ├── strings.xml
│ │ │ ├── styles.xml
│ │ │ └── color.xml
│ │ ├── drawable
│ │ │ ├── tab_indicator_text.xml
│ │ │ ├── select_label_si.xml
│ │ │ ├── select_label_yi.xml
│ │ │ ├── select_label_ba.xml
│ │ │ ├── select_label_wu.xml
│ │ │ ├── select_label_qi.xml
│ │ │ ├── select_label_san.xml
│ │ │ ├── select_label_er.xml
│ │ │ ├── select_label_jiu.xml
│ │ │ ├── select_label_liu.xml
│ │ │ ├── select_label_se.xml
│ │ │ ├── select_label_sy.xml
│ │ │ ├── select_label_wuw.xml
│ │ │ ├── select_label_yiw.xml
│ │ │ ├── select_label_sss.xml
│ │ │ └── select_label_yiwu.xml
│ │ ├── values-v11
│ │ │ └── styles.xml
│ │ ├── menu
│ │ │ └── main.xml
│ │ ├── values-v14
│ │ │ └── styles.xml
│ │ ├── values-w820dp
│ │ │ └── dimens.xml
│ │ └── layout
│ │ │ └── activity_main.xml
│ │ ├── AndroidManifest.xml
│ │ └── java
│ │ └── com
│ │ └── shallcheek
│ │ └── timetale
│ │ ├── TimeTableModel.java
│ │ ├── MainActivity.java
│ │ ├── ScreenshotUtil.java
│ │ └── TimeTableView.java
├── build.gradle
└── app.iml
├── .idea
├── copyright
│ └── profiles_settings.xml
├── vcs.xml
├── encodings.xml
├── modules.xml
├── libraries
│ ├── android_arch_core_common_1_0_0_jar.xml
│ ├── android_arch_lifecycle_common_1_0_0_jar.xml
│ ├── android_arch_lifecycle_runtime_1_0_0.xml
│ ├── com_android_support_support_v4_26_1_0.xml
│ ├── com_android_support_support_compat_26_1_0.xml
│ ├── com_android_support_support_core_ui_26_1_0.xml
│ ├── com_android_support_support_fragment_26_1_0.xml
│ ├── com_android_support_support_core_utils_26_1_0.xml
│ ├── com_android_support_support_media_compat_26_1_0.xml
│ └── com_android_support_support_annotations_26_1_0_jar.xml
├── runConfigurations.xml
├── compiler.xml
├── gradle.xml
└── misc.xml
├── gradle
└── wrapper
│ ├── gradle-wrapper.jar
│ └── gradle-wrapper.properties
├── .gitignore
├── README.md
├── local.properties
├── TimeTableView.iml
├── import-summary.txt
├── gradlew.bat
└── gradlew
/.navigation/app/raw/main.nvg.xml:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/settings.gradle:
--------------------------------------------------------------------------------
1 | include ':app'
2 |
--------------------------------------------------------------------------------
/app/build/intermediates/incremental/aidl/debug/dependency.store:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/app/lint.xml:
--------------------------------------------------------------------------------
1 |
2 |
5 |
6 |
7 | [介绍](http://blog.csdn.net/shallcheek/article/details/44303197)
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/app/build/intermediates/exploded-aar/com.android.support/support-v4/21.0.3/jars/classes.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/shallcheek/TimeTableView/HEAD/app/build/intermediates/exploded-aar/com.android.support/support-v4/21.0.3/jars/classes.jar
--------------------------------------------------------------------------------
/app/build/intermediates/incremental/mergeAssets/androidTest/debug/merger.xml:
--------------------------------------------------------------------------------
1 |
2 |
May be a reference to another resource, in the form
14 | * "@[+][package:]type/name" or a theme
15 | * attribute in the form
16 | * "?[package:]type/name".
17 | */
18 | public static final int font=0x7f010000;
19 | /**
20 | *
May be a string value, using '\\;' to escape characters such as 21 | * '\\n' or '\\uxxxx' for a unicode character; 22 | */ 23 | public static final int fontProviderAuthority=0x7f010001; 24 | /** 25 | *
May be a reference to another resource, in the form
26 | * "@[+][package:]type/name" or a theme
27 | * attribute in the form
28 | * "?[package:]type/name".
29 | */
30 | public static final int fontProviderCerts=0x7f010002;
31 | /**
32 | *
Must be one of the following constant values.
33 | *| Constant | Value | Description |
|---|---|---|
| async | 1 | |
| blocking | 0 |
May be an integer value, such as "100".
45 | *
Must be one of the following constant values.
46 | *| Constant | Value | Description |
|---|---|---|
| forever | ffffffff |
May be a string value, using '\\;' to escape characters such as 57 | * '\\n' or '\\uxxxx' for a unicode character; 58 | */ 59 | public static final int fontProviderPackage=0x7f010005; 60 | /** 61 | *
May be a string value, using '\\;' to escape characters such as 62 | * '\\n' or '\\uxxxx' for a unicode character; 63 | */ 64 | public static final int fontProviderQuery=0x7f010006; 65 | /** 66 | *
Must be one of the following constant values.
67 | *| Constant | Value | Description |
|---|---|---|
| italic | 1 | |
| normal | 0 |
May be an integer value, such as "100".
79 | */
80 | public static final int fontWeight=0x7f010008;
81 | }
82 | public static final class bool {
83 | public static final int abc_action_bar_embed_tabs=0x7f020000;
84 | }
85 | public static final class color {
86 | public static final int ic_coure_ba=0x7f030000;
87 | public static final int ic_coure_ba_pr=0x7f030001;
88 | public static final int ic_coure_er=0x7f030002;
89 | public static final int ic_coure_er_pr=0x7f030003;
90 | public static final int ic_coure_jiu=0x7f030004;
91 | public static final int ic_coure_jiu_pr=0x7f030005;
92 | public static final int ic_coure_liu=0x7f030006;
93 | public static final int ic_coure_liu_pr=0x7f030007;
94 | public static final int ic_coure_qi=0x7f030008;
95 | public static final int ic_coure_qi_pr=0x7f030009;
96 | public static final int ic_coure_san=0x7f03000a;
97 | public static final int ic_coure_san_pr=0x7f03000b;
98 | public static final int ic_coure_si=0x7f03000c;
99 | public static final int ic_coure_si_pr=0x7f03000d;
100 | public static final int ic_coure_wu=0x7f03000e;
101 | public static final int ic_coure_wu_pr=0x7f03000f;
102 | public static final int ic_coure_wuw=0x7f030010;
103 | public static final int ic_coure_wuw_pr=0x7f030011;
104 | public static final int ic_coure_yi=0x7f030012;
105 | public static final int ic_coure_yi_pr=0x7f030013;
106 | public static final int ic_coure_yier=0x7f030014;
107 | public static final int ic_coure_yier_pr=0x7f030015;
108 | public static final int ic_coure_yiliu=0x7f030016;
109 | public static final int ic_coure_yiliu_pr=0x7f030017;
110 | public static final int ic_coure_yis=0x7f030018;
111 | public static final int ic_coure_yis_pr=0x7f030019;
112 | public static final int ic_coure_yisan=0x7f03001a;
113 | public static final int ic_coure_yisan_pr=0x7f03001b;
114 | public static final int ic_coure_yisi=0x7f03001c;
115 | public static final int ic_coure_yisi_pr=0x7f03001d;
116 | public static final int ic_coure_yiwu=0x7f03001e;
117 | public static final int ic_coure_yiwu_pr=0x7f03001f;
118 | public static final int notification_action_color_filter=0x7f030020;
119 | public static final int notification_icon_bg_color=0x7f030021;
120 | public static final int notification_material_background_media_default_color=0x7f030022;
121 | public static final int primary_text_default_material_dark=0x7f030023;
122 | public static final int ripple_material_light=0x7f030024;
123 | public static final int secondary_text_default_material_dark=0x7f030025;
124 | public static final int secondary_text_default_material_light=0x7f030026;
125 | public static final int tab_indicator_text_selected=0x7f030027;
126 | public static final int tab_indicator_text_unselected=0x7f030028;
127 | public static final int text_color=0x7f030029;
128 | public static final int view_line=0x7f03002a;
129 | }
130 | public static final class dimen {
131 | public static final int activity_horizontal_margin=0x7f040000;
132 | public static final int activity_vertical_margin=0x7f040001;
133 | public static final int compat_button_inset_horizontal_material=0x7f040002;
134 | public static final int compat_button_inset_vertical_material=0x7f040003;
135 | public static final int compat_button_padding_horizontal_material=0x7f040004;
136 | public static final int compat_button_padding_vertical_material=0x7f040005;
137 | public static final int compat_control_corner_material=0x7f040006;
138 | public static final int notification_action_icon_size=0x7f040007;
139 | public static final int notification_action_text_size=0x7f040008;
140 | public static final int notification_big_circle_margin=0x7f040009;
141 | public static final int notification_content_margin_start=0x7f04000a;
142 | public static final int notification_large_icon_height=0x7f04000b;
143 | public static final int notification_large_icon_width=0x7f04000c;
144 | public static final int notification_main_column_padding_top=0x7f04000d;
145 | public static final int notification_media_narrow_margin=0x7f04000e;
146 | public static final int notification_right_icon_size=0x7f04000f;
147 | public static final int notification_right_side_padding_top=0x7f040010;
148 | public static final int notification_small_icon_background_padding=0x7f040011;
149 | public static final int notification_small_icon_size_as_large=0x7f040012;
150 | public static final int notification_subtext_size=0x7f040013;
151 | public static final int notification_top_pad=0x7f040014;
152 | public static final int notification_top_pad_large_text=0x7f040015;
153 | }
154 | public static final class drawable {
155 | public static final int ic_launcher=0x7f050000;
156 | public static final int notification_action_background=0x7f050001;
157 | public static final int notification_bg=0x7f050002;
158 | public static final int notification_bg_low=0x7f050003;
159 | public static final int notification_bg_low_normal=0x7f050004;
160 | public static final int notification_bg_low_pressed=0x7f050005;
161 | public static final int notification_bg_normal=0x7f050006;
162 | public static final int notification_bg_normal_pressed=0x7f050007;
163 | public static final int notification_icon_background=0x7f050008;
164 | public static final int notification_template_icon_bg=0x7f050009;
165 | public static final int notification_template_icon_low_bg=0x7f05000a;
166 | public static final int notification_tile_bg=0x7f05000b;
167 | public static final int notify_panel_notification_icon_bg=0x7f05000c;
168 | public static final int select_label_ba=0x7f05000d;
169 | public static final int select_label_er=0x7f05000e;
170 | public static final int select_label_jiu=0x7f05000f;
171 | public static final int select_label_liu=0x7f050010;
172 | public static final int select_label_qi=0x7f050011;
173 | public static final int select_label_san=0x7f050012;
174 | public static final int select_label_se=0x7f050013;
175 | public static final int select_label_si=0x7f050014;
176 | public static final int select_label_sss=0x7f050015;
177 | public static final int select_label_sy=0x7f050016;
178 | public static final int select_label_wu=0x7f050017;
179 | public static final int select_label_wuw=0x7f050018;
180 | public static final int select_label_yi=0x7f050019;
181 | public static final int select_label_yiw=0x7f05001a;
182 | public static final int select_label_yiwu=0x7f05001b;
183 | public static final int share_term_table_footer=0x7f05001c;
184 | public static final int share_term_table_header=0x7f05001d;
185 | public static final int tab_indicator_text=0x7f05001e;
186 | }
187 | public static final class id {
188 | public static final int action0=0x7f060000;
189 | public static final int action_container=0x7f060001;
190 | public static final int action_divider=0x7f060002;
191 | public static final int action_image=0x7f060003;
192 | public static final int action_text=0x7f060004;
193 | public static final int actions=0x7f060005;
194 | public static final int async=0x7f060006;
195 | public static final int blocking=0x7f060007;
196 | public static final int cancel_action=0x7f060008;
197 | public static final int chronometer=0x7f060009;
198 | public static final int end_padder=0x7f06000a;
199 | public static final int forever=0x7f06000b;
200 | public static final int icon=0x7f06000c;
201 | public static final int icon_group=0x7f06000d;
202 | public static final int info=0x7f06000e;
203 | public static final int italic=0x7f06000f;
204 | public static final int line1=0x7f060010;
205 | public static final int line3=0x7f060011;
206 | public static final int main_screenshot=0x7f060012;
207 | public static final int main_scrollview=0x7f060013;
208 | public static final int main_timetable_ly=0x7f060014;
209 | public static final int media_actions=0x7f060015;
210 | public static final int normal=0x7f060016;
211 | public static final int notification_background=0x7f060017;
212 | public static final int notification_main_column=0x7f060018;
213 | public static final int notification_main_column_container=0x7f060019;
214 | public static final int right_icon=0x7f06001a;
215 | public static final int right_side=0x7f06001b;
216 | public static final int status_bar_latest_event_content=0x7f06001c;
217 | public static final int text=0x7f06001d;
218 | public static final int text2=0x7f06001e;
219 | public static final int time=0x7f06001f;
220 | public static final int title=0x7f060020;
221 | }
222 | public static final class integer {
223 | public static final int cancel_button_image_alpha=0x7f070000;
224 | public static final int status_bar_notification_info_maxnum=0x7f070001;
225 | }
226 | public static final class layout {
227 | public static final int activity_main=0x7f080000;
228 | public static final int notification_action=0x7f080001;
229 | public static final int notification_action_tombstone=0x7f080002;
230 | public static final int notification_media_action=0x7f080003;
231 | public static final int notification_media_cancel_action=0x7f080004;
232 | public static final int notification_template_big_media=0x7f080005;
233 | public static final int notification_template_big_media_custom=0x7f080006;
234 | public static final int notification_template_big_media_narrow=0x7f080007;
235 | public static final int notification_template_big_media_narrow_custom=0x7f080008;
236 | public static final int notification_template_custom_big=0x7f080009;
237 | public static final int notification_template_icon_group=0x7f08000a;
238 | public static final int notification_template_lines_media=0x7f08000b;
239 | public static final int notification_template_media=0x7f08000c;
240 | public static final int notification_template_media_custom=0x7f08000d;
241 | public static final int notification_template_part_chronometer=0x7f08000e;
242 | public static final int notification_template_part_time=0x7f08000f;
243 | }
244 | public static final class menu {
245 | public static final int main=0x7f090000;
246 | }
247 | public static final class string {
248 | public static final int action_settings=0x7f0a0000;
249 | public static final int app_name=0x7f0a0001;
250 | public static final int hello_world=0x7f0a0002;
251 | public static final int status_bar_notification_info_overflow=0x7f0a0003;
252 | }
253 | public static final class style {
254 | public static final int AppBaseTheme=0x7f0b0000;
255 | public static final int AppTheme=0x7f0b0001;
256 | public static final int MyWidget=0x7f0b0002;
257 | public static final int MyWidget_TabText=0x7f0b0003;
258 | public static final int TextAppearance_Compat_Notification=0x7f0b0004;
259 | public static final int TextAppearance_Compat_Notification_Info=0x7f0b0005;
260 | public static final int TextAppearance_Compat_Notification_Info_Media=0x7f0b0006;
261 | public static final int TextAppearance_Compat_Notification_Line2=0x7f0b0007;
262 | public static final int TextAppearance_Compat_Notification_Line2_Media=0x7f0b0008;
263 | public static final int TextAppearance_Compat_Notification_Media=0x7f0b0009;
264 | public static final int TextAppearance_Compat_Notification_Time=0x7f0b000a;
265 | public static final int TextAppearance_Compat_Notification_Time_Media=0x7f0b000b;
266 | public static final int TextAppearance_Compat_Notification_Title=0x7f0b000c;
267 | public static final int TextAppearance_Compat_Notification_Title_Media=0x7f0b000d;
268 | public static final int Widget_Compat_NotificationActionContainer=0x7f0b000e;
269 | public static final int Widget_Compat_NotificationActionText=0x7f0b000f;
270 | }
271 | public static final class styleable {
272 | /**
273 | * Attributes that can be used with a FontFamily.
274 | *
Includes the following attributes:
275 | *| Attribute | Description |
|---|---|
{@link #FontFamily_fontProviderAuthority com.shallcheek.timetale:fontProviderAuthority} | |
{@link #FontFamily_fontProviderCerts com.shallcheek.timetale:fontProviderCerts} | |
{@link #FontFamily_fontProviderFetchStrategy com.shallcheek.timetale:fontProviderFetchStrategy} | |
{@link #FontFamily_fontProviderFetchTimeout com.shallcheek.timetale:fontProviderFetchTimeout} | |
{@link #FontFamily_fontProviderPackage com.shallcheek.timetale:fontProviderPackage} | |
{@link #FontFamily_fontProviderQuery com.shallcheek.timetale:fontProviderQuery} |
This symbol is the offset where the {@link com.shallcheek.timetale.R.attr#fontProviderAuthority} 299 | * attribute's value can be found in the {@link #FontFamily} array. 300 | * 301 | *
May be a string value, using '\\;' to escape characters such as 302 | * '\\n' or '\\uxxxx' for a unicode character; 303 | * 304 | * @attr name com.shallcheek.timetale:fontProviderAuthority 305 | */ 306 | public static final int FontFamily_fontProviderAuthority=0; 307 | /** 308 | *
This symbol is the offset where the {@link com.shallcheek.timetale.R.attr#fontProviderCerts} 309 | * attribute's value can be found in the {@link #FontFamily} array. 310 | * 311 | *
May be a reference to another resource, in the form
312 | * "@[+][package:]type/name" or a theme
313 | * attribute in the form
314 | * "?[package:]type/name".
315 | *
316 | * @attr name com.shallcheek.timetale:fontProviderCerts
317 | */
318 | public static final int FontFamily_fontProviderCerts=1;
319 | /**
320 | *
This symbol is the offset where the {@link com.shallcheek.timetale.R.attr#fontProviderFetchStrategy} 321 | * attribute's value can be found in the {@link #FontFamily} array. 322 | * 323 | *
Must be one of the following constant values.
324 | *| Constant | Value | Description |
|---|---|---|
| async | 1 | |
| blocking | 0 |
This symbol is the offset where the {@link com.shallcheek.timetale.R.attr#fontProviderFetchTimeout} 338 | * attribute's value can be found in the {@link #FontFamily} array. 339 | * 340 | *
May be an integer value, such as "100".
341 | *
Must be one of the following constant values.
342 | *| Constant | Value | Description |
|---|---|---|
| forever | ffffffff |
This symbol is the offset where the {@link com.shallcheek.timetale.R.attr#fontProviderPackage} 355 | * attribute's value can be found in the {@link #FontFamily} array. 356 | * 357 | *
May be a string value, using '\\;' to escape characters such as 358 | * '\\n' or '\\uxxxx' for a unicode character; 359 | * 360 | * @attr name com.shallcheek.timetale:fontProviderPackage 361 | */ 362 | public static final int FontFamily_fontProviderPackage=4; 363 | /** 364 | *
This symbol is the offset where the {@link com.shallcheek.timetale.R.attr#fontProviderQuery} 365 | * attribute's value can be found in the {@link #FontFamily} array. 366 | * 367 | *
May be a string value, using '\\;' to escape characters such as 368 | * '\\n' or '\\uxxxx' for a unicode character; 369 | * 370 | * @attr name com.shallcheek.timetale:fontProviderQuery 371 | */ 372 | public static final int FontFamily_fontProviderQuery=5; 373 | /** 374 | * Attributes that can be used with a FontFamilyFont. 375 | *
Includes the following attributes:
376 | *| Attribute | Description |
|---|---|
{@link #FontFamilyFont_font com.shallcheek.timetale:font} | |
{@link #FontFamilyFont_fontStyle com.shallcheek.timetale:fontStyle} | |
{@link #FontFamilyFont_fontWeight com.shallcheek.timetale:fontWeight} |
This symbol is the offset where the {@link com.shallcheek.timetale.R.attr#font} 393 | * attribute's value can be found in the {@link #FontFamilyFont} array. 394 | * 395 | *
May be a reference to another resource, in the form
396 | * "@[+][package:]type/name" or a theme
397 | * attribute in the form
398 | * "?[package:]type/name".
399 | *
400 | * @attr name com.shallcheek.timetale:font
401 | */
402 | public static final int FontFamilyFont_font=0;
403 | /**
404 | *
This symbol is the offset where the {@link com.shallcheek.timetale.R.attr#fontStyle} 405 | * attribute's value can be found in the {@link #FontFamilyFont} array. 406 | * 407 | *
Must be one of the following constant values.
408 | *| Constant | Value | Description |
|---|---|---|
| italic | 1 | |
| normal | 0 |
This symbol is the offset where the {@link com.shallcheek.timetale.R.attr#fontWeight} 422 | * attribute's value can be found in the {@link #FontFamilyFont} array. 423 | * 424 | *
May be an integer value, such as "100".
425 | *
426 | * @attr name com.shallcheek.timetale:fontWeight
427 | */
428 | public static final int FontFamilyFont_fontWeight=2;
429 | }
430 | }
--------------------------------------------------------------------------------