Android计步App示例

每天走多少步你还记得吗?如果你打算自己写个安卓计步 App 来练手,这个项目还挺合适。Kotlin写的,逻辑不复杂,能记录每天步数、自动清零、用本地数据库存储,思路比较清晰,适合拿来做个基础模板。

核心计步用的是Sensor API,主要是加速度传感器,原理也不难理解。就是监听设备晃动,通过变化计算步数。如果你是第一次接触传感器,别担心,项目里有完整的调用逻辑:从拿到SensorManageronSensorChanged数据,代码都写得挺清楚。

Room 数据库的部分也用得比较地道,数据结构配上@Entity@Dao注解就能跑起来。比如每天一条记录,存个datesteps,也方便后续统计。逻辑上还加了一个小细节:每天 0 点自动清空数据,保证步数是当天的,不累加。

Kotlin用起来也顺手,像是扩展函数空安全这些都体现出来了。比起写 Java,少了不少模板代码,维护起来也舒服。如果你对 Kotlin 还不太熟,这个项目正好可以边写边学。

不过要注意一点:项目目前的数据存在本地,关机就没了。如果你想做持久化同步,后面可以考虑加个云端同步,比如 Firebase 或本地文件保存都行。

,如果你想快速搭一个Android 计步 App的原型,这个项目还挺省心的。适合初中级开发者上手,也适合拿来二次开发。如果你想更深入了解加速度相关的东西,推荐看看下面这些资料,挺有:

folder
android计步app 预估大小:1547个文件
file
gradlew.bat 2KB
file
gradlew 5KB
file
gradle.properties 1KB
file
buildOutputCleanup.lock 17B
file
cache.properties 53B
file
outputFiles.bin 86KB
file
fileHashes.lock 17B
file
fileHashes.bin 133KB
file
resourceHashesCache.bin 19KB
file
last-build.bin 1B
file
fileContent.lock 17B
file
executionHistory.lock 17B
file
executionHistory.bin 1.16MB
file
javaCompile.lock 17B
file
classAnalysis.bin 817KB
file
taskHistory.bin 24KB
file
jarAnalysis.bin 24KB
folder
gc.properties 文件夹
folder
gc.properties 文件夹
file
proguard-rules.pro 751B
file
ExampleUnitTest.kt 349B
file
ExampleInstrumentedTest.kt 676B
file
ic_launcher.png 9KB
file
ic_launcher_round.png 15KB
file
ic_launcher_background.xml 5KB
file
ic_launcher.png 3KB
file
ic_launcher_round.png 5KB
file
ic_launcher_foreground.xml 2KB
file
colors.xml 435B
file
strings.xml 78B
file
styles.xml 383B
file
ic_launcher.png 6KB
file
ic_launcher_round.png 10KB
file
ic_launcher.png 2KB
file
ic_launcher_round.png 3KB
file
ic_launcher.png 4KB
file
ic_small_blue_rectangular.png 88KB
file
ic_blue_round_bg.png 2KB
file
ic_launcher_round.png 7KB
file
ic_launcher_round.xml 272B
file
ic_launcher.xml 272B
file
activity_main.xml 7KB
file
before_or_after_calendar_layout.xml 456B
file
records_calender_item_view.xml 2KB
file
StepDataDao.kt 3KB
file
DBOpenHelper.kt 853B
file
BaseActivity.kt 1007B
file
BaseFragment.kt 785B
file
MainApp.kt 225B
file
StepEntity.kt 525B
file
ConstantData.kt 348B
file
RecordsCalenderItemView.kt 3KB
file
BeforeOrAfterCalendarView.kt 3KB
file
MainActivity.kt 9KB
file
StepService.kt 12KB
file
StepCountCheckUtil.kt 2KB
file
ScreenUtil.kt 600B
file
TimeUtil.kt 5KB
file
AndroidManifest.xml 2KB
file
.gitignore 7B
file
build-history.bin 31B
file
last-build.bin 81B
file
class-fq-name-to-source.tab_i.len 8B
file
constants.tab_i 32KB
file
supertypes.tab.values.at 411B
file
constants.tab 4KB
file
subtypes.tab.len 8B
file
proto.tab_i.len 8B
file
java-sources-proto-map.tab_i.len 8B
file
subtypes.tab_i.len 8B
file
supertypes.tab_i.len 8B
file
constants.tab_i.len 8B
file
constants.tab.keystream.len 8B
file
internal-name-to-source.tab_i 32KB
file
java-sources-proto-map.tab.keystream.len 8B
file
proto.tab.keystream 4KB
file
source-to-classes.tab_i.len 8B
file
java-sources-proto-map.tab.len 8B
file
source-to-classes.tab_i 32KB
file
class-fq-name-to-source.tab.keystream 4KB
file
subtypes.tab.values.at 607B
file
subtypes.tab.keystream 4KB
file
source-to-classes.tab.keystream 4KB
file
source-to-classes.tab.len 8B
file
java-sources-proto-map.tab.values.at 14KB
file
internal-name-to-source.tab_i.len 8B
file
internal-name-to-source.tab.values.at 3KB
file
internal-name-to-source.tab 4KB
file
subtypes.tab.keystream.len 8B
file
internal-name-to-source.tab.keystream 4KB
file
proto.tab.keystream.len 8B
file
class-fq-name-to-source.tab 4KB
file
java-sources-proto-map.tab_i 32KB
file
class-fq-name-to-source.tab.keystream.len 8B
file
proto.tab 4KB
file
source-to-classes.tab.values.at 2KB
file
subtypes.tab 4KB
file
class-fq-name-to-source.tab_i 32KB
file
source-to-classes.tab.keystream.len 8B
file
internal-name-to-source.tab.len 8B
file
java-sources-proto-map.tab 4KB
file
source-to-classes.tab 4KB
file
supertypes.tab 4KB
file
java-sources-proto-map.tab.keystream 4KB
file
proto.tab_i 32KB
file
subtypes.tab_i 32KB
file
supertypes.tab.keystream 4KB
file
supertypes.tab.keystream.len 8B
file
internal-name-to-source.tab.keystream.len 8B
file
constants.tab.keystream 4KB
file
proto.tab.len 8B
file
constants.tab.len 8B
file
supertypes.tab_i 32KB
file
constants.tab.values.at 251B
file
class-fq-name-to-source.tab.values.at 3KB
file
proto.tab.values.at 10KB
file
class-fq-name-to-source.tab.len 8B
file
supertypes.tab.len 8B
file
file-to-id.tab.len 8B
file
id-to-file.tab_i.len 8B
file
counters.tab 4B
file
id-to-file.tab.values.at 2KB
file
id-to-file.tab_i 32KB
file
file-to-id.tab_i 32KB
file
lookups.tab_i 32KB
file
lookups.tab 28KB
file
file-to-id.tab.keystream 4KB
file
lookups.tab.keystream.len 8B
file
lookups.tab.values.at 17KB
file
lookups.tab.keystream 20KB
file
id-to-file.tab.keystream 4KB
file
file-to-id.tab 4KB
file
lookups.tab.len 8B
file
id-to-file.tab.len 8B
file
file-to-id.tab_i.len 8B
file
file-to-id.tab.keystream.len 8B
file
file-to-id.tab.values.at 133B
file
lookups.tab_i.len 8B
file
id-to-file.tab 4KB
file
id-to-file.tab.keystream.len 8B
file
source-to-output.tab 4KB
file
source-to-output.tab.values.at 5KB
file
source-to-output.tab_i 32KB
file
source-to-output.tab_i.len 8B
file
source-to-output.tab.keystream 4KB
file
source-to-output.tab.keystream.len 8B
file
source-to-output.tab.len 8B
file
manifest-merger-debug-report.txt 26KB
file
output.json 226B
file
app-debug.apk 2.23MB
file
annotationProcessors.json 2B
file
classes.dex 3.8MB
file
drawable-hdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat 436B
file
drawable-xxhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat 468B
file
drawable-xhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat 452B
file
drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat 792B
file
values-v17_values-v17.arsc.flat 4KB
file
values-tl_values-tl.arsc.flat 2KB
file
drawable_abc_seekbar_tick_mark_material.xml.flat 716B
file
drawable-mdpi-v4_notify_panel_notification_icon_bg.png.flat 356B
file
drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat 548B
file
drawable_abc_ic_go_search_api_material.xml.flat 884B
file
color_abc_background_cache_hint_selector_material_light.xml.flat 668B
file
values-fr-rCA_values-fr-rCA.arsc.flat 2KB
file
drawable_abc_cab_background_internal_bg.xml.flat 500B
file
values-eu_values-eu.arsc.flat 2KB
file
drawable_abc_item_background_holo_dark.xml.flat 2KB
file
drawable-watch-v20_abc_dialog_material_background.xml.flat 516B
file
drawable-mdpi-v4_abc_ic_star_half_black_16dp.png.flat 396B
file
mipmap-xhdpi_ic_launcher_round.png.flat 7KB
file
values-fr_values-fr.arsc.flat 2KB
file
drawable-mdpi_ic_launcher_background.png.flat 608B
file
drawable_notification_icon_background.xml.flat 496B
file
drawable-hdpi-v4_abc_popup_background_mtrl_mult.9.png.flat 1KB
file
drawable-mdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat 464B
file
drawable-mdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat 456B
file
values-gl_values-gl.arsc.flat 2KB
file
drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat 700B
file
drawable_abc_switch_thumb_material.xml.flat 648B
file
values-lo_values-lo.arsc.flat 2KB
file
drawable-xhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat 496B
file
drawable-hdpi-v4_abc_list_focused_holo.9.png.flat 484B
file
drawable_abc_ratingbar_indicator_material.xml.flat 1KB
file
values-ldltr-v21_values-ldltr-v21.arsc.flat 360B
file
drawable-hdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat 452B
file
values-it_values-it.arsc.flat 2KB
file
drawable-hdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat 484B
file
drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat 1KB
file
drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat 476B
file
drawable-xhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat 700B
file
mipmap-mdpi_ic_launcher_round.png.flat 3KB
file
values-lv_values-lv.arsc.flat 2KB
file
values-in_values-in.arsc.flat 2KB
file
mipmap-xxxhdpi_ic_launcher.png.flat 9KB
file
drawable-xhdpi-v4_notification_bg_low_normal.9.png.flat 472B
file
drawable-xhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat 536B
file
drawable_abc_btn_colored_material.xml.flat 448B
file
drawable-hdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat 456B
file
drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat 668B
file
drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat 608B
file
layout_abc_action_menu_layout.xml.flat 748B
file
values-cs_values-cs.arsc.flat 2KB
file
drawable-hdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat 596B
file
drawable-v21_abc_dialog_material_background.xml.flat 928B
file
drawable-xhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat 536B
file
layout_records_calender_item_view.xml.flat 3KB
file
color-v23_abc_btn_colored_borderless_text_material.xml.flat 728B
file
anim_abc_popup_exit.xml.flat 708B
file
drawable-xxxhdpi-v4_abc_ic_star_black_16dp.png.flat 844B
file
drawable-mdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat 460B
file
drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat 680B
file
drawable-hdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat 1KB
file
color_abc_hint_foreground_material_light.xml.flat 888B
file
values-da_values-da.arsc.flat 2KB
file
drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat 3KB
file
values-vi_values-vi.arsc.flat 2KB
file
values-si_values-si.arsc.flat 3KB
file
drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat 560B
file
drawable-xxhdpi-v4_abc_list_pressed_holo_dark.9.png.flat 464B
file
values-uk_values-uk.arsc.flat 2KB
file
values-el_values-el.arsc.flat 3KB
file
values-zh-rCN_values-zh-rCN.arsc.flat 2KB
file
anim_abc_fade_out.xml.flat 592B
file
drawable-mdpi-v4_abc_list_pressed_holo_light.9.png.flat 460B
file
drawable-xxxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat 1KB
file
drawable-mdpi-v4_notification_bg_normal_pressed.9.png.flat 480B
file
values-sr_values-sr.arsc.flat 2KB
file
color_abc_hint_foreground_material_dark.xml.flat 884B
file
anim_abc_popup_enter.xml.flat 708B
file
drawable-anydpi-v21_ic_launcher_background.xml.flat 10KB
file
drawable-mdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat 452B
file
values-ml_values-ml.arsc.flat 3KB
file
values-hy_values-hy.arsc.flat 2KB
file
mipmap-hdpi_ic_launcher_round.png.flat 5KB
file
layout_abc_alert_dialog_material.xml.flat 5KB
file
drawable-mdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat 468B
file
drawable-mdpi-v4_notification_bg_low_pressed.9.png.flat 472B
file
drawable_abc_ic_search_api_material.xml.flat 1KB
file
values-sv_values-sv.arsc.flat 2KB
file
values-ms_values-ms.arsc.flat 2KB
file
values-fi_values-fi.arsc.flat 2KB
file
drawable_abc_btn_check_material.xml.flat 640B
file
color-v23_abc_tint_switch_track.xml.flat 972B
file
values-zu_values-zu.arsc.flat 2KB
file
color-v23_abc_btn_colored_text_material.xml.flat 720B
file
color_abc_btn_colored_borderless_text_material.xml.flat 768B
file
drawable-xxhdpi-v4_abc_list_pressed_holo_light.9.png.flat 468B
file
drawable-xxhdpi-v4_abc_ic_star_half_black_16dp.png.flat 564B
file
values-iw_values-iw.arsc.flat 2KB
file
drawable-hdpi-v4_notification_bg_normal_pressed.9.png.flat 484B
file
drawable-xhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat 468B
file
anim_abc_tooltip_enter.xml.flat 592B
file
mipmap-anydpi-v26_ic_launcher.xml.flat 508B
file
drawable-xhdpi-v4_abc_list_focused_holo.9.png.flat 488B
file
values-b+sr+Latn_values-b+sr+Latn.arsc.flat 2KB
file
drawable-xxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat 524B
file
layout_abc_search_view.xml.flat 8KB
file
drawable-ldrtl-hdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat 464B
file
color_abc_primary_text_disable_only_material_dark.xml.flat 680B
file
drawable-xxhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat 428B
file
layout_abc_list_menu_item_radio.xml.flat 816B
file
drawable-mdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat 576B
file
values-bs_values-bs.arsc.flat 2KB
file
drawable-mdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat 472B
file
mipmap-xxhdpi_ic_launcher.png.flat 6KB
file
drawable-mdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat 460B
file
values-ko_values-ko.arsc.flat 2KB
file
color_switch_thumb_material_dark.xml.flat 640B
file
drawable_abc_btn_borderless_material.xml.flat 828B
file
values-en-rXC_values-en-rXC.arsc.flat 11KB
file
drawable-hdpi-v4_abc_ic_star_black_16dp.png.flat 504B
file
values-ky_values-ky.arsc.flat 2KB
file
drawable-hdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat 528B
file
drawable-mdpi-v4_notification_bg_low_normal.9.png.flat 464B
file
drawable_tooltip_frame_light.xml.flat 604B
file
drawable-xhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat 452B
file
values-en-rGB_values-en-rGB.arsc.flat 2KB
file
layout-watch-v20_abc_alert_dialog_title_material.xml.flat 3KB
file
drawable-hdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat 456B
file
layout-v16_notification_template_custom_big.xml.flat 7KB
file
drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat 1KB
file
layout_abc_expanded_menu_layout.xml.flat 596B
file
drawable-xxhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat 468B
file
drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat 1KB
file
layout_abc_tooltip.xml.flat 2KB
file
drawable-mdpi-v4_abc_list_focused_holo.9.png.flat 464B
file
color_switch_thumb_material_light.xml.flat 648B
file
drawable-xxhdpi-v4_abc_ic_star_black_36dp.png.flat 1KB
file
drawable-xxxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat 464B
file
drawable-hdpi-v4_abc_ic_star_half_black_36dp.png.flat 576B
file
values-bn_values-bn.arsc.flat 3KB
file
drawable-mdpi-v4_notification_bg_normal.9.png.flat 456B
file
anim_abc_slide_in_bottom.xml.flat 608B
file
drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat 792B
file
layout_abc_screen_content_include.xml.flat 804B
file
drawable-v23_abc_control_background_material.xml.flat 476B
file
values-az_values-az.arsc.flat 2KB
file
drawable-xxxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat 1KB
file
drawable-xxhdpi-v4_abc_list_focused_holo.9.png.flat 492B
file
layout-v21_notification_action.xml.flat 2KB
file
values-nb_values-nb.arsc.flat 2KB
file
drawable-v21_notification_action_background.xml.flat 2KB
file
values-hu_values-hu.arsc.flat 2KB
file
drawable-xxhdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat 472B
file
drawable-xxhdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat 592B
file
drawable-mdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat 492B
file
drawable-xhdpi-v4_abc_ic_star_black_16dp.png.flat 576B
file
drawable-hdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat 736B
file
drawable-xxhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat 536B
file
drawable-mdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat 492B
file
values-hr_values-hr.arsc.flat 2KB
file
color_abc_tint_switch_track.xml.flat 1008B
file
drawable-xhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat 504B
file
values-large-v4_values-large-v4.arsc.flat 936B
file
layout_abc_dialog_title_material.xml.flat 2KB
file
anim_abc_slide_out_bottom.xml.flat 612B
file
drawable_abc_ic_clear_material.xml.flat 916B
file
drawable-xxhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat 3KB
file
drawable_abc_ratingbar_small_material.xml.flat 1KB
file
color_abc_tint_btn_checkable.xml.flat 908B
file
drawable_abc_dialog_material_background.xml.flat 940B
file
drawable-ldrtl-xxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat 528B
file
drawable-hdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat 420B
file
layout_abc_alert_dialog_button_bar_material.xml.flat 3KB
file
drawable-xxhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat 476B
file
layout_abc_action_mode_close_item_material.xml.flat 1KB
file
drawable-xhdpi-v4_abc_ic_star_black_48dp.png.flat 1KB
file
drawable-hdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat 468B
file
drawable-xhdpi-v4_abc_ic_star_half_black_36dp.png.flat 676B
file
values-mr_values-mr.arsc.flat 3KB
file
drawable-mdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat 452B
file
color_abc_btn_colored_text_material.xml.flat 764B
file
layout_abc_popup_menu_item_layout.xml.flat 4KB
file
drawable-hdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat 656B
file
values-sw_values-sw.arsc.flat 2KB
file
values-ja_values-ja.arsc.flat 2KB
file
color_abc_background_cache_hint_selector_material_dark.xml.flat 664B
file
values_values.arsc.flat 236KB
file
drawable-mdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat 440B
file
drawable-xhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat 544B
file
color_abc_primary_text_material_dark.xml.flat 648B
file
color_abc_secondary_text_material_light.xml.flat 664B
file
values-fa_values-fa.arsc.flat 2KB
file
drawable-hdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat 476B
file
values-kn_values-kn.arsc.flat 3KB
file
drawable-mdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat 408B
file
values-pa_values-pa.arsc.flat 2KB
file
values-zh-rHK_values-zh-rHK.arsc.flat 2KB
file
values-be_values-be.arsc.flat 2KB
file
drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat 692B
file
drawable-ldrtl-xxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat 788B
file
drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat 864B
file
layout_abc_list_menu_item_layout.xml.flat 3KB
file
drawable-hdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat 548B
file
anim_abc_grow_fade_in_from_bottom.xml.flat 1KB
file
values-et_values-et.arsc.flat 2KB
file
drawable-xxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat 1KB
file
drawable-xxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat 608B
file
values-ka_values-ka.arsc.flat 3KB
file
layout_abc_screen_toolbar.xml.flat 2KB
file
drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat 1KB
file
values-v21_values-v21.arsc.flat 20KB
file
values-watch-v21_values-watch-v21.arsc.flat 896B
file
drawable_abc_seekbar_track_material.xml.flat 2KB
file
layout_abc_alert_dialog_title_material.xml.flat 3KB
file
drawable-xxxhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat 572B
file
drawable-v21_abc_list_divider_material.xml.flat 652B
file
drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat 672B
file
drawable-xhdpi-v4_abc_textfield_search_default_mtrl_alpha.9.png.flat 464B
file
drawable-mdpi-v4_abc_ic_star_half_black_36dp.png.flat 504B
file
drawable-xxhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat 960B
file
drawable-hdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat 460B
file
values-zh-rTW_values-zh-rTW.arsc.flat 2KB
file
drawable-hdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat 480B
file
drawable-xxhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat 468B
file
drawable-ldrtl-mdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat 580B
file
drawable-hdpi-v4_abc_ic_star_half_black_16dp.png.flat 448B
file
values-en-rIN_values-en-rIN.arsc.flat 2KB
file
color-v23_abc_color_highlight_material.xml.flat 800B
file
drawable-xhdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat 472B
file
drawable-mdpi-v4_abc_ic_star_black_36dp.png.flat 604B
file
drawable_abc_edit_text_material.xml.flat 1KB
file
values-pt-rPT_values-pt-rPT.arsc.flat 2KB
file
drawable-xhdpi-v4_abc_ic_star_half_black_16dp.png.flat 488B
file
drawable-xhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat 904B
file
drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat 1KB
file
drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat 716B
file
drawable-xxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat 696B
file
drawable-hdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat 536B
file
drawable_abc_spinner_textfield_background_material.xml.flat 2KB
file
drawable_abc_vector_test.xml.flat 788B
file
drawable-xxhdpi-v4_abc_ic_commit_search_api_mtrl_alpha.png.flat 492B
file
layout_abc_screen_simple.xml.flat 1KB
file
drawable-xxxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat 684B
file
layout_abc_activity_chooser_view_list_item.xml.flat 2KB
file
values-v25_values-v25.arsc.flat 604B
file
values-pt-rBR_values-pt-rBR.arsc.flat 2KB
file
color_abc_primary_text_material_light.xml.flat 656B
file
drawable-v24_ic_launcher_foreground.xml.flat 3KB
file
drawable_abc_tab_indicator_material.xml.flat 636B
file
drawable-ldrtl-xhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat 752B
file
drawable-xxhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat 952B
file
drawable-xxhdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat 544B
file
values-ur_values-ur.arsc.flat 2KB
file
drawable-xhdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat 512B
file
drawable-xxhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat 2KB
file
drawable_abc_list_selector_holo_dark.xml.flat 2KB
file
drawable-hdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat 472B
file
drawable-xxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat 848B
file
color-v23_abc_tint_seek_thumb.xml.flat 688B
file
drawable-xhdpi_ic_launcher_background.png.flat 1KB
file
drawable-xxhdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat 464B
file
drawable_notification_bg_low.xml.flat 800B
file
mipmap-xhdpi_ic_launcher.png.flat 5KB
file
drawable-xhdpi-v4_abc_list_pressed_holo_dark.9.png.flat 464B
file
drawable-ldrtl-xxxhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat 596B
file
values-land_values-land.arsc.flat 432B
file
drawable-hdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat 500B
file
mipmap-mdpi_ic_launcher.png.flat 2KB
file
layout_select_dialog_multichoice_material.xml.flat 2KB
file
drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat 2KB
file
drawable_notification_tile_bg.xml.flat 452B
file
drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat 608B
file
values-h720dp-v13_values-h720dp-v13.arsc.flat 304B
file
drawable-xxxhdpi-v4_abc_ic_star_black_48dp.png.flat 2KB
file
drawable-hdpi-v4_abc_list_pressed_holo_dark.9.png.flat 460B
file
drawable-xhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat 876B
file
values-tr_values-tr.arsc.flat 2KB
file
drawable-mdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat 460B
file
drawable-xxxhdpi-v4_abc_ic_menu_paste_mtrl_am_alpha.png.flat 724B
file
drawable-xhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat 608B
file
drawable-mdpi-v4_abc_ic_star_half_black_48dp.png.flat 560B
file
drawable_abc_ic_arrow_drop_right_black_24dp.xml.flat 1KB
file
drawable-mdpi-v4_abc_scrubber_control_off_mtrl_alpha.png.flat 424B
file
drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_light.png.flat 596B
file
layout-v21_notification_template_icon_group.xml.flat 2KB
file
drawable-mdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat 500B
file
drawable-mdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat 1016B
file
color-v23_abc_tint_btn_checkable.xml.flat 864B
file
values-v18_values-v18.arsc.flat 268B
file
drawable-xxxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat 588B
file
drawable-v21_abc_edit_text_material.xml.flat 2KB
file
values-nl_values-nl.arsc.flat 2KB
file
drawable_abc_list_selector_background_transition_holo_light.xml.flat 624B
file
drawable-xhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat 860B
file
layout_notification_action.xml.flat 2KB
file
drawable-xxxhdpi_ic_launcher_background.png.flat 5KB
file
drawable-xxhdpi-v4_abc_ic_star_half_black_48dp.png.flat 1KB
file
layout_abc_list_menu_item_icon.xml.flat 1KB
file
values-en-rCA_values-en-rCA.arsc.flat 2KB
file
values-te_values-te.arsc.flat 3KB
file
drawable-ldrtl-xxhdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat 968B
file
anim_abc_shrink_fade_out_from_bottom.xml.flat 1KB
file
layout_abc_action_bar_title_item.xml.flat 2KB
file
drawable-hdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat 1004B
file
values-bg_values-bg.arsc.flat 2KB
file
anim_abc_tooltip_exit.xml.flat 592B
file
color-v21_abc_btn_colored_borderless_text_material.xml.flat 644B
file
drawable-v21_abc_btn_colored_material.xml.flat 3KB
file
drawable-mdpi-v4_abc_ic_star_black_48dp.png.flat 708B
file
drawable_abc_list_selector_background_transition_holo_dark.xml.flat 620B
file
values-watch-v20_values-watch-v20.arsc.flat 728B
file
drawable-xhdpi-v4_abc_list_longpressed_holo.9.png.flat 468B
file
drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat 584B
file
layout_abc_select_dialog_material.xml.flat 1KB
file
drawable-mdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat 808B
file
values-mn_values-mn.arsc.flat 2KB
file
layout-v21_notification_action_tombstone.xml.flat 2KB
file
drawable-mdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat 648B
file
drawable-xxhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat 520B
file
layout_notification_template_part_chronometer.xml.flat 744B
file
drawable-hdpi-v4_notify_panel_notification_icon_bg.png.flat 364B
file
drawable-hdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat 552B
file
values-sl_values-sl.arsc.flat 2KB
file
drawable-ldrtl-hdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat 656B
file
values-mk_values-mk.arsc.flat 3KB
file
drawable-xhdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat 424B
file
values-kk_values-kk.arsc.flat 2KB
file
drawable-xxxhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat 792B
file
drawable-mdpi-v4_abc_ab_share_pack_mtrl_alpha.9.png.flat 524B
file
color_abc_tint_default.xml.flat 2KB
file
drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat 1KB
file
layout_abc_activity_chooser_view.xml.flat 3KB
file
drawable-hdpi-v4_abc_text_select_handle_middle_mtrl_dark.png.flat 672B
file
drawable-xxhdpi_ic_launcher_background.png.flat 3KB
file
drawable-xhdpi-v4_notification_bg_normal.9.png.flat 464B
file
layout_activity_main.xml.flat 10KB
file
values-km_values-km.arsc.flat 3KB
file
layout_support_simple_spinner_dropdown_item.xml.flat 744B
file
values-hi_values-hi.arsc.flat 3KB
file
drawable-hdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat 448B
file
drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat 732B
file
values-my_values-my.arsc.flat 3KB
file
drawable-xxhdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat 1KB
file
drawable-xxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat 692B
file
values-v22_values-v22.arsc.flat 928B
file
drawable_abc_ratingbar_material.xml.flat 1KB
file
drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat 696B
file
color-v23_abc_tint_default.xml.flat 2KB
file
color_abc_secondary_text_material_dark.xml.flat 656B
file
drawable-xxhdpi-v4_abc_ic_star_half_black_36dp.png.flat 832B
file
drawable_abc_cab_background_top_material.xml.flat 436B
file
drawable-xxhdpi-v4_abc_list_longpressed_holo.9.png.flat 476B
file
values-port_values-port.arsc.flat 280B
file
drawable-xxhdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat 776B
file
drawable-xxxhdpi-v4_abc_text_select_handle_left_mtrl_dark.png.flat 788B
file
drawable-hdpi-v4_abc_textfield_search_activated_mtrl_alpha.9.png.flat 460B
file
layout_before_or_after_calendar_layout.xml.flat 872B
file
layout-watch-v20_abc_alert_dialog_button_bar_material.xml.flat 2KB
file
drawable-mdpi-v4_abc_list_longpressed_holo.9.png.flat 460B
file
drawable-mdpi-v4_abc_ic_star_black_16dp.png.flat 436B
file
drawable-mdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat 392B
file
anim_abc_slide_in_top.xml.flat 604B
file
drawable-hdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat 644B
file
drawable-mdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat 444B
file
drawable-ldpi_ic_launcher_background.png.flat 536B
file
layout_abc_list_menu_item_checkbox.xml.flat 824B
file
drawable-xhdpi-v4_notify_panel_notification_icon_bg.png.flat 396B
file
layout_select_dialog_item_material.xml.flat 1KB
file
color-v23_abc_tint_edittext.xml.flat 924B
file
drawable-hdpi-v4_abc_list_pressed_holo_light.9.png.flat 460B
file
drawable-mdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat 524B
file
drawable-hdpi_ic_launcher_background.png.flat 1KB
file
values-ru_values-ru.arsc.flat 2KB
file
drawable-xhdpi-v4_abc_popup_background_mtrl_mult.9.png.flat 2KB
file
drawable-xxhdpi-v4_abc_tab_indicator_mtrl_alpha.9.png.flat 460B
file
drawable-hdpi-v4_abc_ic_star_black_36dp.png.flat 764B
file
values-ar_values-ar.arsc.flat 2KB
file
values-es_values-es.arsc.flat 2KB
file
values-pl_values-pl.arsc.flat 2KB
file
layout_notification_template_part_time.xml.flat 716B
file
anim_abc_fade_in.xml.flat 588B
file
values-th_values-th.arsc.flat 2KB
file
drawable-mdpi-v4_abc_text_select_handle_left_mtrl_light.png.flat 476B
file
drawable_tooltip_frame_dark.xml.flat 604B
file
drawable-xxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat 3KB
file
drawable-mdpi-v4_abc_spinner_mtrl_am_alpha.9.png.flat 576B
file
drawable-xhdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat 592B
file
drawable-xxxhdpi-v4_abc_ic_star_half_black_16dp.png.flat 628B
file
drawable-ldrtl-mdpi-v17_abc_ic_menu_cut_mtrl_alpha.png.flat 512B
file
layout_abc_search_dropdown_item_icons_2line.xml.flat 4KB
file
values-sw600dp-v13_values-sw600dp-v13.arsc.flat 824B
file
drawable-mdpi-v4_abc_popup_background_mtrl_mult.9.png.flat 1KB
file
drawable-v21_abc_action_bar_item_background_material.xml.flat 432B
file
drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00001.9.png.flat 3KB
file
values-ne_values-ne.arsc.flat 3KB
file
values-as_values-as.arsc.flat 3KB
file
drawable-ldrtl-hdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat 608B
file
drawable_abc_item_background_holo_light.xml.flat 2KB
file
drawable-hdpi-v4_abc_list_longpressed_holo.9.png.flat 460B
file
drawable-mdpi-v4_abc_scrubber_control_to_pressed_mtrl_000.png.flat 424B
file
drawable-xxxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat 912B
file
drawable-hdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat 456B
file
mipmap-xxhdpi_ic_launcher_round.png.flat 10KB
file
drawable-hdpi-v4_abc_list_selector_disabled_holo_light.9.png.flat 504B
file
color_abc_primary_text_disable_only_material_light.xml.flat 680B
file
values-pt_values-pt.arsc.flat 2KB
file
drawable-xxhdpi-v4_abc_ic_star_black_48dp.png.flat 1KB
file
drawable-hdpi-v4_abc_ic_star_black_48dp.png.flat 908B
file
drawable-hdpi-v4_notification_bg_low_normal.9.png.flat 460B
file
drawable-xhdpi-v4_notification_bg_low_pressed.9.png.flat 500B
file
values-lt_values-lt.arsc.flat 2KB
file
drawable-xhdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat 740B
file
drawable_abc_btn_default_mtrl_shape.xml.flat 1KB
file
mipmap-xxxhdpi_ic_launcher_round.png.flat 15KB
file
color_abc_tint_spinner.xml.flat 964B
file
drawable-ldrtl-xhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat 680B
file
values-ta_values-ta.arsc.flat 3KB
file
drawable-hdpi-v4_abc_ic_menu_cut_mtrl_alpha.png.flat 652B
file
drawable-xxxhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat 532B
file
drawable-ldrtl-mdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat 392B
file
drawable_abc_ic_menu_overflow_material.xml.flat 1KB
file
drawable-mdpi-v4_abc_list_pressed_holo_dark.9.png.flat 460B
file
drawable-hdpi-v4_notification_bg_low_pressed.9.png.flat 476B
file
values-ca_values-ca.arsc.flat 2KB
file
color_abc_tint_edittext.xml.flat 968B
file
values-de_values-de.arsc.flat 2KB
file
drawable_abc_ic_voice_search_api_material.xml.flat 1KB
file
color-v23_abc_tint_spinner.xml.flat 924B
file
drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat 1KB
file
values-v24_values-v24.arsc.flat 536B
file
drawable_notification_bg.xml.flat 792B
file
drawable-hdpi-v4_notification_bg_normal.9.png.flat 452B
file
values-xlarge-v4_values-xlarge-v4.arsc.flat 624B
file
layout_abc_cascading_menu_item_layout.xml.flat 4KB
file
anim_abc_slide_out_top.xml.flat 604B
file
values-sq_values-sq.arsc.flat 2KB
file
values-is_values-is.arsc.flat 2KB
file
layout_notification_action_tombstone.xml.flat 2KB
file
drawable-xhdpi-v4_abc_ic_star_black_36dp.png.flat 892B
file
values-or_values-or.arsc.flat 3KB
file
drawable-xxhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat 532B
file
drawable-hdpi-v4_abc_ic_star_half_black_48dp.png.flat 680B
file
drawable-mdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat 400B
file
drawable-xhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat 500B
file
values-hdpi-v4_values-hdpi-v4.arsc.flat 492B
file
mipmap-xhdpi_ic_blue_round_bg.png.flat 2KB
file
layout_abc_screen_simple_overlay_action_mode.xml.flat 1KB
file
values-v23_values-v23.arsc.flat 2KB
file
drawable-xhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat 2KB
file
drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_015.png.flat 684B
file
drawable-xhdpi-v4_abc_menu_hardkey_panel_mtrl_mult.9.png.flat 1KB
file
values-es-rUS_values-es-rUS.arsc.flat 2KB
file
values-ro_values-ro.arsc.flat 2KB
file
layout-v21_notification_template_custom_big.xml.flat 5KB
file
drawable_abc_text_cursor_material.xml.flat 636B
file
drawable-ldrtl-xhdpi-v17_abc_ic_menu_copy_mtrl_am_alpha.png.flat 444B
file
values-v16_values-v16.arsc.flat 500B
file
drawable-xxhdpi-v4_abc_ic_star_black_16dp.png.flat 700B
file
layout_abc_action_mode_bar.xml.flat 652B
file
layout_abc_action_menu_item_layout.xml.flat 1KB
file
values-v26_values-v26.arsc.flat 1KB
file
values-sk_values-sk.arsc.flat 2KB
file
values-af_values-af.arsc.flat 2KB
file
values-am_values-am.arsc.flat 2KB
file
values-en-rAU_values-en-rAU.arsc.flat 2KB
file
drawable-mdpi-v4_abc_textfield_default_mtrl_alpha.9.png.flat 444B
file
layout-v26_abc_screen_toolbar.xml.flat 2KB
file
drawable-xhdpi-v4_abc_btn_check_to_on_mtrl_000.png.flat 536B
file
drawable_abc_list_selector_holo_light.xml.flat 2KB
file
drawable-xxxhdpi-v4_abc_ic_star_half_black_48dp.png.flat 1KB
file
layout_abc_popup_menu_header_item_layout.xml.flat 1KB
file
drawable-mdpi-v4_abc_list_divider_mtrl_alpha.9.png.flat 420B
file
drawable-mdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat 576B
file
values-v28_values-v28.arsc.flat 752B
file
drawable_abc_list_divider_material.xml.flat 564B
file
values-gu_values-gu.arsc.flat 3KB
file
values-uz_values-uz.arsc.flat 2KB
file
drawable_abc_textfield_search_material.xml.flat 1KB
file
mipmap-hdpi_ic_launcher.png.flat 3KB
file
drawable-hdpi-v4_abc_btn_radio_to_on_mtrl_015.png.flat 816B
file
drawable-xhdpi-v4_notification_bg_normal_pressed.9.png.flat 504B
file
drawable-xxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat 1KB
file
drawable-mdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat 480B
file
drawable-xxxhdpi-v4_abc_btn_switch_to_on_mtrl_00012.9.png.flat 3KB
file
drawable-hdpi-v4_abc_scrubber_primary_mtrl_alpha.9.png.flat 468B
file
drawable_abc_seekbar_thumb_material.xml.flat 2KB
file
color_abc_tint_seek_thumb.xml.flat 732B
file
layout_abc_action_bar_up_container.xml.flat 696B
file
drawable-xxxhdpi-v4_abc_switch_track_mtrl_alpha.9.png.flat 1KB
file
drawable-xhdpi-v4_abc_list_pressed_holo_light.9.png.flat 468B
file
mipmap-xhdpi_ic_small_blue_rectangular.png.flat 88KB
file
mipmap-anydpi-v26_ic_launcher_round.xml.flat 520B
file
layout_notification_template_icon_group.xml.flat 660B
file
drawable-xxxhdpi-v4_abc_ic_star_half_black_36dp.png.flat 1012B
file
drawable-xhdpi-v4_abc_list_selector_disabled_holo_dark.9.png.flat 508B
file
drawable-xhdpi-v4_abc_ic_menu_selectall_mtrl_alpha.png.flat 444B
file
layout_select_dialog_singlechoice_material.xml.flat 2KB
file
drawable-hdpi-v4_abc_text_select_handle_right_mtrl_dark.png.flat 536B
file
drawable-xxhdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat 508B
file
drawable-ldrtl-xxxhdpi-v17_abc_spinner_mtrl_am_alpha.9.png.flat 700B
file
drawable_abc_ic_ab_back_material.xml.flat 948B
file
drawable-xhdpi-v4_abc_textfield_activated_mtrl_alpha.9.png.flat 460B
file
drawable-xhdpi-v4_abc_ic_menu_copy_mtrl_am_alpha.png.flat 436B
file
drawable-xhdpi-v4_abc_ic_star_half_black_48dp.png.flat 800B
file
drawable_abc_btn_radio_material.xml.flat 640B
file
values-night-v8_values-night-v8.arsc.flat 956B
file
drawable-xxxhdpi-v4_abc_btn_radio_to_on_mtrl_000.png.flat 1KB
file
drawable-xxhdpi-v4_abc_scrubber_control_to_pressed_mtrl_005.png.flat 872B
file
drawable-xxxhdpi-v4_abc_ic_star_black_36dp.png.flat 1KB
file
drawable-hdpi-v4_abc_cab_background_top_mtrl_alpha.9.png.flat 492B
file
color_abc_search_url_text.xml.flat 804B
file
drawable-xhdpi-v4_abc_ic_menu_share_mtrl_alpha.png.flat 732B
file
drawable-xhdpi-v4_abc_scrubber_track_mtrl_alpha.9.png.flat 460B
file
drawable-mdpi-v4_abc_text_select_handle_middle_mtrl_light.png.flat 588B
file
package-aware-r.txt 53KB
file
manifest-merger-blame-debug-report.txt 6KB
file
output.json 254B
file
R.txt 96KB
file
output.json 314B
file
AndroidManifest.xml 2KB
file
output.json 315B
file
AndroidManifest.xml 2KB
file
output.json 2B
file
apk-list.gson 147B
file
signing-config.json 234B
file
R.dex 440B
file
R.dex 452B
file
R$id.dex 2KB
file
R.dex 1KB
file
R$drawable.dex 1KB
file
R$string.dex 804B
file
R$style.dex 1KB
file
R$integer.dex 804B
file
R$dimen.dex 2KB
file
R$styleable.dex 3KB
file
R$color.dex 944B
file
R$attr.dex 1KB
file
R$layout.dex 1KB
file
R$id.dex 2KB
file
R.dex 916B
file
R$drawable.dex 1KB
file
R$string.dex 780B
file
R$style.dex 1KB
file
R$integer.dex 780B
file
R$dimen.dex 2KB
file
R$styleable.dex 3KB
file
R$id.dex 2KB
file
R.dex 960B
file
R$drawable.dex 1KB
file
R$string.dex 788B
file
R$style.dex 1KB
file
R$integer.dex 788B
file
R$dimen.dex 2KB
file
R$styleable.dex 3KB
file
R$color.dex 928B
file
R$attr.dex 1KB
file
R$layout.dex 1KB
file
R$color.dex 920B
file
R$attr.dex 1KB
file
R$layout.dex 1KB
file
R$id.dex 2KB
file
R.dex 1KB
file
R$drawable.dex 1KB
file
R$string.dex 808B
file
R$style.dex 1KB
file
R$integer.dex 804B
file
R$dimen.dex 2KB
file
R$styleable.dex 3KB
file
R$color.dex 944B
file
R$attr.dex 1KB
file
R$layout.dex 1KB
file
R$id.dex 1KB
file
R.dex 740B
file
R$styleable.dex 10KB
file
R$attr.dex 3KB
file
R$id.dex 2KB
file
R.dex 1004B
file
R$drawable.dex 1KB
file
R$string.dex 796B
file
R$style.dex 1KB
file
R$integer.dex 796B
file
R$dimen.dex 2KB
file
R$styleable.dex 3KB
file
R$color.dex 936B
file
R$attr.dex 1KB
file
R$layout.dex 1KB
file
R$bool.dex 880B
file
R$id.dex 4KB
file
R.dex 1KB
file
R$anim.dex 1KB
file
R$drawable.dex 6KB
file
R$string.dex 3KB
file
R$style.dex 21KB
file
R$integer.dex 980B
file
R$dimen.dex 7KB
file
R$styleable.dex 25KB
file
R$color.dex 5KB
file
R$attr.dex 11KB
file
R$layout.dex 3KB
file
R.dex 448B
file
R$id.dex 2KB
file
R.dex 960B
file
R$drawable.dex 1KB
file
R$string.dex 792B
file
R$style.dex 1KB
file
R$integer.dex 788B
file
R$dimen.dex 2KB
file
R$styleable.dex 3KB
file
R$color.dex 928B
file
R$attr.dex 1KB
file
R$layout.dex 1KB
file
R.dex 444B
file
R.dex 452B
file
R.dex 444B
file
R.dex 456B
file
R.dex 452B
file
R$id.dex 2KB
file
R.dex 980B
file
R$drawable.dex 1KB
file
R$string.dex 792B
file
R$style.dex 1KB
file
R$integer.dex 792B
file
R$dimen.dex 2KB
file
R$styleable.dex 3KB
file
R$color.dex 932B
file
R$attr.dex 1KB
file
R$layout.dex 1KB
file
R$id.dex 2KB
file
R.dex 936B
file
R$drawable.dex 1KB
file
R$string.dex 784B
file
R$style.dex 1KB
file
R$integer.dex 784B
file
R$dimen.dex 2KB
file
R$styleable.dex 3KB
file
R$color.dex 924B
file
R$attr.dex 1KB
file
R$layout.dex 1KB
file
R.dex 456B
file
R$id.dex 2KB
file
R.dex 1KB
file
R$drawable.dex 1KB
file
R$string.dex 808B
file
R$style.dex 1KB
file
R$integer.dex 808B
file
R$dimen.dex 2KB
file
R$styleable.dex 3KB
file
R$color.dex 948B
file
R$attr.dex 1KB
file
R$layout.dex 1KB
file
R$id.dex 2KB
file
R.dex 1012B
file
R$drawable.dex 1KB
file
R$string.dex 800B
file
R$style.dex 1KB
file
R$integer.dex 796B
file
R$dimen.dex 2KB
file
R$styleable.dex 3KB
file
R$color.dex 936B
file
R$attr.dex 1KB
file
R$layout.dex 1KB
file
R$id.dex 2KB
file
R.dex 1KB
file
R$drawable.dex 1KB
file
R$string.dex 804B
file
R$style.dex 1KB
file
R$integer.dex 804B
file
R$dimen.dex 2KB
file
R$styleable.dex 3KB
file
R$color.dex 944B
file
R$attr.dex 1KB
file
R$layout.dex 1KB
file
R$id.dex 2KB
file
R.dex 968B
file
R$drawable.dex 1KB
file
R$string.dex 788B
file
R$style.dex 1KB
file
R$integer.dex 788B
file
R$dimen.dex 2KB
file
R$styleable.dex 3KB
file
R$color.dex 928B
file
R$attr.dex 1KB
file
R$layout.dex 1KB
file
R.dex 444B
file
R$id.dex 2KB
file
R.dex 1024B
file
R$drawable.dex 1KB
file
R$string.dex 804B
file
R$style.dex 1KB
file
R$integer.dex 800B
file
R$dimen.dex 2KB
file
R$styleable.dex 3KB
file
R$color.dex 940B
file
R$attr.dex 1KB
file
R$layout.dex 1KB
file
R.dex 444B
file
R$id.dex 2KB
file
R.dex 1KB
file
R$drawable.dex 1KB
file
R$string.dex 808B
file
R$style.dex 1KB
file
R$integer.dex 808B
file
R$dimen.dex 2KB
file
R$styleable.dex 3KB
file
R$color.dex 948B
file
R$attr.dex 1KB
file
R$layout.dex 1KB
file
R$bool.dex 892B
file
R$id.dex 6KB
file
BuildConfig.dex 936B
file
R.dex 1KB
file
R$anim.dex 1KB
file
R$drawable.dex 6KB
file
R$string.dex 3KB
file
R$style.dex 21KB
file
R$integer.dex 992B
file
R$dimen.dex 7KB
file
R$mipmap.dex 900B
file
R$styleable.dex 35KB
file
R$color.dex 5KB
file
R$attr.dex 14KB
file
R$layout.dex 3KB
file
StepDataDao.dex 4KB
file
DBOpenHelper.dex 2KB
file
MainApp.dex 792B
file
BaseFragment.dex 2KB
file
BaseActivity.dex 3KB
file
StepEntity.dex 2KB
file
ConstantData$Companion.dex 1KB
file
ConstantData.dex 1KB
file
BeforeOrAfterCalendarView.dex 5KB
file
RecordsCalenderItemView$1.dex 2KB
file
BeforeOrAfterCalendarView$BoaCalenderClickListener.dex 1KB
file
BeforeOrAfterCalendarView$initItemViews$1.dex 2KB
file
RecordsCalenderItemView.dex 5KB
file
RecordsCalenderItemView$OnCalenderItemClick.dex 948B
file
MainActivity.dex 10KB
file
MainActivity$conn$1$onServiceConnected$1.dex 2KB
file
MainActivity$initListener$1.dex 2KB
file
MainActivity$conn$1.dex 2KB
file
StepService.dex 9KB
file
StepService$onCreate$1.dex 1KB
file
StepService$MessengerHandler.dex 2KB
file
StepService$initBroadcastReceiver$1.dex 2KB
file
ScreenUtil.dex 1KB
file
ScreenUtil$Companion.dex 2KB
file
TimeUtil.dex 2KB
file
StepCountCheckUtil.dex 2KB
file
StepCountCheckUtil$Companion.dex 2KB
file
TimeUtil$Companion.dex 5KB
file
__content__.json 381B
file
resources-debug.ap_ 519KB
file
output.json 312B
file
classes.dex 3.63MB
file
merge-state 6KB
file
cMOZfR9KWlIInb3CoBml9GHgwAM= 8KB
file
woeHC9MYMgN1mBpciFbahGOxXLI= 10KB
file
bPmkOGkTuMvHqgG4_4E4as35XDs= 33KB
file
BRNKCBCUr0zAs6USYtaby76ef9A= 167KB
file
Nb738DfitsZ8+gmzKwex82DgNjg= 33KB
file
VIHT3aBApHrOK1Oits5mdAKWQKQ= 609KB
file
IihZqJ_rJ7jSDtBSpkdERoEwidY= 2KB
file
sIBybVkq5tnwQru7soyWEK9e4RM= 11KB
file
+smvy2Uc4uu_D8835b7g6x4u8Gk= 31KB
file
u09HGcZtX40RGmhEmzEdAFyHZlM= 11KB
file
QARot1+F54sEIDvEw5Hi0oyvIcI= 9KB
file
elqkx+u68y8yxIVvEJS1nr4W1DE= 32KB
file
VB9Oj+0G+H4xODFMmN+wolr2Y1Y= 6KB
file
4UwhqhYsvE0l3ZJRltWdy+M+TNk= 33KB
file
ZcQPmRVWiujvPqzni4NyNaq8jGA= 7KB
file
olsUnJ40TTPpeuuWRnkVQf3tHsI= 23KB
file
2V6a6_NRv_GkYyveMUbAfPmMBek= 7KB
file
h6bO28qnCFWPugO9JXbQQhoNO14= 27KB
file
jaeey3_gc_15lBY0gSZZRu+7H1E= 34KB
file
YyTJIRBBb+LxkPuQEK3qDvbL04o= 3KB
file
FS3AaTVhuPqDawWGdW5rI+xu1Vs= 118KB
file
Uo+Jlg6rfcPaBZHz6Xvx3zJfyLM= 15KB
file
4ZQBoT_5E3VVPhsyr4SQGTQE2po= 61KB
file
UI7XAPkA8gAnehk3bqzSx+dg+z8= 20KB
file
OYxY_rquKhJ2AGMXdY6F6GvoHoI= 7KB
file
C4mFHUWPWNcJ+_a5Vf1CCaO9OQI= 41KB
file
Ybx9HVEwq_O8xKVtz5mNyvy350Y= 10KB
file
z5sKQwNwxoTIRP7YKF0qqBLohpM= 7KB
file
jhfMK3zvPdeDMJanhPl_yI1z6hc= 1.26MB
file
mAjW7zbuqVWKYxj95k2gQC09760= 162KB
file
3mAtXhQ+FVn28+mP33SUGKSAb94= 40KB
file
7jxF43MVe3NWl8dFNLcx7Y7EF8M= 17KB
file
fE1lY+i7chk0prrPHQlOAfZKzpA= 9KB
file
oKj6cqeIdA_vSAtPW1G6ZjjoVCQ= 54KB
file
+MLejqoJlDBmkOiLjYVGN5N8uCg= 704KB
file
KaBhkEeWz9F+WOOzfwRUtZR8Ihk= 25KB
file
r4481AKW6jUsf5Da_DE7VUcKbP4= 153KB
file
Qk5d4iKy9Iz43xeFcFZnL8vAOC0= 11KB
file
values-nb.xml 3KB
file
values-zu.xml 3KB
file
values-v18.xml 112B
file
values-sk.xml 3KB
file
values-ca.xml 3KB
file
values-fr.xml 3KB
file
values-pt-rBR.xml 3KB
file
values-bs.xml 3KB
file
values-pa.xml 3KB
file
values-v16.xml 302B
file
values-en-rIN.xml 3KB
file
values-land.xml 272B
file
values-uk.xml 3KB
file
values-en-rXC.xml 11KB
file
values-af.xml 3KB
file
values-v28.xml 697B
file
values-v24.xml 355B
file
values-lt.xml 3KB
file
values-hi.xml 3KB
file
values-kn.xml 3KB
file
values-ne.xml 4KB
file
values-h720dp-v13.xml 130B
file
values-ru.xml 3KB
file
values-en-rCA.xml 3KB
file
values-kk.xml 3KB
file
values-eu.xml 3KB
file
values-gu.xml 3KB
file
values-hr.xml 3KB
file
values-es.xml 3KB
file
values-km.xml 3KB
file
values-cs.xml 3KB
file
values-uz.xml 3KB
file
values-az.xml 3KB
file
values-watch-v21.xml 737B
file
values-v23.xml 3KB
file
values-ldltr-v21.xml 176B
file
values-th.xml 3KB
file
values-lo.xml 3KB
file
values-en-rAU.xml 3KB
file
values-te.xml 3KB
file
values-ky.xml 3KB
file
values-bn.xml 3KB
file
values-night-v8.xml 695B
file
values-de.xml 3KB
file
values-ms.xml 3KB
file
values-sw.xml 3KB
file
values-be.xml 3KB
file
values-is.xml 3KB
file
values-v22.xml 909B
file
values-pl.xml 3KB
file
values-fi.xml 3KB
file
values-sl.xml 3KB
file
values-tl.xml 3KB
file
values-si.xml 3KB
file
values-am.xml 3KB
file
values-sw600dp-v13.xml 619B
file
values-ro.xml 3KB
file
values-in.xml 3KB
file
values-mn.xml 3KB
file
values-sv.xml 3KB
file
values-mr.xml 3KB
file
values-fr-rCA.xml 3KB
file
values-mk.xml 3KB
file
values-as.xml 4KB
file
values-gl.xml 3KB
file
values-ja.xml 3KB
file
values-ko.xml 3KB
file
values-pt.xml 3KB
file
values-ta.xml 4KB
file
values.xml 203KB
file
values-ar.xml 3KB
file
values-da.xml 3KB
file
values-tr.xml 3KB
file
values-zh-rTW.xml 3KB
file
values-or.xml 3KB
file
values-sq.xml 3KB
file
values-ur.xml 3KB
file
values-ml.xml 4KB
file
values-es-rUS.xml 3KB
file
values-zh-rHK.xml 3KB
file
values-hy.xml 3KB
file
values-zh-rCN.xml 3KB
file
values-v26.xml 997B
file
values-ka.xml 3KB
file
values-hu.xml 3KB
file
values-my.xml 4KB
file
values-en-rGB.xml 3KB
file
values-hdpi-v4.xml 340B
file
values-lv.xml 3KB
file
values-port.xml 119B
file
values-et.xml 3KB
file
values-xlarge-v4.xml 481B
file
values-large-v4.xml 760B
file
values-nl.xml 3KB
file
values-el.xml 3KB
file
values-sr.xml 3KB
file
values-pt-rPT.xml 3KB
file
values-iw.xml 3KB
file
values-bg.xml 3KB
file
values-b+sr+Latn.xml 3KB
file
values-fa.xml 3KB
file
values-watch-v20.xml 566B
file
values-v25.xml 427B
file
values-vi.xml 3KB
file
values-it.xml 3KB
file
values-v21.xml 20KB
file
values-v17.xml 3KB
file
compile-file-map.properties 126KB
file
merger.xml 612KB
file
EnZIySXPfZC90VhJSQQwTIplQ18= 28KB
file
JYI6kThATWJQcLyTCxdME4IoP+U= 20KB
file
dex-renamer-state.txt 198B
file
merger.xml 474B
file
merger.xml 595B
file
merger.xml 474B
file
merge-state 30KB
file
cMOZfR9KWlIInb3CoBml9GHgwAM= 8KB
file
woeHC9MYMgN1mBpciFbahGOxXLI= 10KB
file
bPmkOGkTuMvHqgG4_4E4as35XDs= 33KB
file
BRNKCBCUr0zAs6USYtaby76ef9A= 167KB
file
Nb738DfitsZ8+gmzKwex82DgNjg= 33KB
file
VIHT3aBApHrOK1Oits5mdAKWQKQ= 609KB
file
IihZqJ_rJ7jSDtBSpkdERoEwidY= 2KB
file
sIBybVkq5tnwQru7soyWEK9e4RM= 11KB
file
+smvy2Uc4uu_D8835b7g6x4u8Gk= 31KB
file
u09HGcZtX40RGmhEmzEdAFyHZlM= 11KB
file
QARot1+F54sEIDvEw5Hi0oyvIcI= 9KB
file
elqkx+u68y8yxIVvEJS1nr4W1DE= 32KB
file
VB9Oj+0G+H4xODFMmN+wolr2Y1Y= 6KB
file
4UwhqhYsvE0l3ZJRltWdy+M+TNk= 33KB
file
ZcQPmRVWiujvPqzni4NyNaq8jGA= 7KB
file
olsUnJ40TTPpeuuWRnkVQf3tHsI= 23KB
file
2V6a6_NRv_GkYyveMUbAfPmMBek= 7KB
file
h6bO28qnCFWPugO9JXbQQhoNO14= 27KB
file
jaeey3_gc_15lBY0gSZZRu+7H1E= 34KB
file
YyTJIRBBb+LxkPuQEK3qDvbL04o= 3KB
file
FS3AaTVhuPqDawWGdW5rI+xu1Vs= 118KB
file
Uo+Jlg6rfcPaBZHz6Xvx3zJfyLM= 15KB
file
4ZQBoT_5E3VVPhsyr4SQGTQE2po= 61KB
file
UI7XAPkA8gAnehk3bqzSx+dg+z8= 20KB
file
OYxY_rquKhJ2AGMXdY6F6GvoHoI= 7KB
file
C4mFHUWPWNcJ+_a5Vf1CCaO9OQI= 41KB
file
Ybx9HVEwq_O8xKVtz5mNyvy350Y= 10KB
file
z5sKQwNwxoTIRP7YKF0qqBLohpM= 7KB
file
jhfMK3zvPdeDMJanhPl_yI1z6hc= 1.26MB
file
mAjW7zbuqVWKYxj95k2gQC09760= 162KB
file
3mAtXhQ+FVn28+mP33SUGKSAb94= 40KB
file
7jxF43MVe3NWl8dFNLcx7Y7EF8M= 17KB
file
fE1lY+i7chk0prrPHQlOAfZKzpA= 9KB
file
oKj6cqeIdA_vSAtPW1G6ZjjoVCQ= 54KB
file
+MLejqoJlDBmkOiLjYVGN5N8uCg= 704KB
file
KaBhkEeWz9F+WOOzfwRUtZR8Ihk= 25KB
file
r4481AKW6jUsf5Da_DE7VUcKbP4= 153KB
file
Qk5d4iKy9Iz43xeFcFZnL8vAOC0= 11KB
file
debug.json 146KB
file
values-zh-rHK.json 2KB
file
values-cs.json 2KB
file
values-eu.json 2KB
file
values-en-rXC.json 2KB
file
values-tl.json 2KB
file
values-kk.json 2KB
file
values-v26.json 876B
file
values-kn.json 2KB
file
values-ky.json 2KB
file
values-ko.json 2KB
file
values-v22.json 838B
file
values-ta.json 2KB
file
values-pa.json 2KB
file
values-port.json 749B
file
values-sw.json 2KB
file
values-pt-rPT.json 2KB
file
values-af.json 2KB
file
values-uz.json 2KB
file
values-ur.json 2KB
file
values-en-rIN.json 2KB
file
values-gl.json 2KB
file
debug.json 225KB
file
values-watch-v20.json 845B
file
values-uk.json 2KB
file
values-bs.json 2KB
file
values-ru.json 2KB
file
values-hu.json 2KB
file
values-da.json 2KB
file
values-is.json 2KB
file
values-pt.json 2KB
file
values-zu.json 2KB
file
values-zh-rCN.json 2KB
file
values-hr.json 2KB
file
values-v28.json 838B
file
values-in.json 2KB
file
values-am.json 2KB
file
values-gu.json 2KB
file
values-bg.json 2KB
file
values-large-v4.json 888B
file
values-az.json 2KB
file
values-v21.json 6KB
file
values-ar.json 2KB
file
values-sv.json 2KB
file
values-fr.json 2KB
file
values-ja.json 2KB
file
values-ro.json 2KB
file
values-nl.json 2KB
file
values-my.json 2KB
file
values-fa.json 2KB
file
values-b+sr+Latn.json 2KB
file
values-or.json 2KB
file
values-as.json 2KB
file
values-it.json 2KB
file
values-te.json 2KB
file
values-be.json 2KB
file
values-land.json 779B
file
values-lo.json 2KB
file
values-hy.json 2KB
file
values-es.json 2KB
file
values-pl.json 2KB
file
values-sw600dp-v13.json 882B
file
values-el.json 2KB
file
values-ldltr-v21.json 770B
file
values-sq.json 2KB
file
values-mr.json 2KB
file
values-bn.json 2KB
file
values-sk.json 2KB
file
values-zh-rTW.json 2KB
file
values-th.json 2KB
file
values-iw.json 2KB
file
values-nb.json 2KB
file
values-v16.json 2KB
file
values-ml.json 2KB
file
values-en-rGB.json 2KB
file
values-fr-rCA.json 2KB
file
values-v25.json 837B
file
values-en-rCA.json 2KB
file
values.json 41KB
file
values-mn.json 2KB
file
values-ca.json 2KB
file
values-es-rUS.json 2KB
file
values-vi.json 2KB
file
values-en-rAU.json 2KB
file
values-lv.json 2KB
file
values-pt-rBR.json 2KB
file
values-lt.json 2KB
file
values-ka.json 2KB
file
values-fi.json 2KB
file
values-tr.json 2KB
file
values-si.json 2KB
file
values-v24.json 762B
file
values-de.json 2KB
file
values-night-v8.json 857B
file
values-km.json 2KB
file
values-h720dp-v13.json 773B
file
values-ms.json 2KB
file
values-v18.json 744B
file
values-et.json 2KB
file
values-v17.json 1KB
file
values-v23.json 989B
file
values-mk.json 2KB
file
values-watch-v21.json 846B
file
values-hi.json 2KB
file
values-sl.json 2KB
file
values-ne.json 2KB
file
values-xlarge-v4.json 844B
file
values-sr.json 2KB
file
values-hdpi-v4.json 802B
file
R.class 258B
file
R.class 286B
file
R$layout.class 715B
file
R$id.class 1KB
file
R$drawable.class 996B
file
R$dimen.class 2KB
file
R$attr.class 852B
file
R.class 879B
file
R$styleable.class 3KB
file
R$string.class 451B
file
R$integer.class 452B
file
R$color.class 599B
file
R$style.class 824B
file
R$layout.class 676B
file
R$id.class 1KB
file
R$drawable.class 957B
file
R$dimen.class 2KB
file
R$attr.class 813B
file
R.class 723B
file
R$styleable.class 3KB
file
R$string.class 412B
file
R$layout.class 688B
file
R$id.class 1KB
file
R$drawable.class 969B
file
R$dimen.class 2KB
file
R$attr.class 825B
file
R.class 771B
file
R$styleable.class 3KB
file
R$string.class 424B
file
R$integer.class 425B
file
R$color.class 572B
file
R$style.class 797B
file
R$integer.class 413B
file
R$color.class 560B
file
R$style.class 785B
file
R$layout.class 715B
file
R$id.class 2KB
file
R$drawable.class 996B
file
R$dimen.class 2KB
file
R$attr.class 1KB
file
R.class 879B
file
R$styleable.class 3KB
file
R$string.class 451B
file
R$integer.class 452B
file
R$color.class 599B
file
R$style.class 880B
file
R$id.class 813B
file
R$attr.class 3KB
file
R.class 503B
file
R$styleable.class 11KB
file
R$layout.class 700B
file
R$id.class 1KB
file
R$drawable.class 981B
file
R$dimen.class 2KB
file
R$attr.class 837B
file
R.class 819B
file
R$styleable.class 3KB
file
R$string.class 436B
file
R$integer.class 437B
file
R$color.class 584B
file
R$style.class 809B
file
R$layout.class 2KB
file
R$bool.class 517B
file
R$id.class 4KB
file
R$drawable.class 5KB
file
R$dimen.class 7KB
file
R$attr.class 11KB
file
R.class 875B
file
R$styleable.class 28KB
file
R$string.class 3KB
file
R$integer.class 627B
file
R$color.class 5KB
file
R$anim.class 864B
file
R$style.class 21KB
file
R.class 274B
file
R$layout.class 688B
file
R$id.class 2KB
file
R$drawable.class 969B
file
R$dimen.class 2KB
file
R$attr.class 1KB
file
R.class 771B
file
R$styleable.class 3KB
file
R$string.class 424B
file
R$integer.class 425B
file
R$color.class 572B
file
R$style.class 853B
file
R.class 272B
file
R.class 286B
file
R.class 266B
file
R.class 294B
file
R.class 284B
file
R$layout.class 694B
file
R$id.class 1KB
file
R$drawable.class 975B
file
R$dimen.class 2KB
file
R$attr.class 831B
file
R.class 795B
file
R$styleable.class 3KB
file
R$string.class 430B
file
R$integer.class 431B
file
R$color.class 578B
file
R$style.class 803B
file
R$layout.class 682B
file
R$id.class 1KB
file
R$drawable.class 963B
file
R$dimen.class 2KB
file
R$attr.class 819B
file
R.class 747B
file
R$styleable.class 3KB
file
R$string.class 418B
file
R$integer.class 419B
file
R$color.class 566B
file
R$style.class 791B
file
R.class 290B
file
R$layout.class 718B
file
R$id.class 1KB
file
R$drawable.class 999B
file
R$dimen.class 2KB
file
R$attr.class 855B
file
R.class 891B
file
R$styleable.class 3KB
file
R$string.class 454B
file
R$integer.class 455B
file
R$color.class 602B
file
R$style.class 827B
file
R$layout.class 703B
file
R$id.class 2KB
file
R$drawable.class 984B
file
R$dimen.class 2KB
file
R$attr.class 1KB
file
R.class 831B
file
R$styleable.class 3KB
file
R$string.class 439B
file
R$integer.class 440B
file
R$color.class 587B
file
R$style.class 868B
file
R$layout.class 712B
file
R$id.class 1KB
file
R$drawable.class 993B
file
R$dimen.class 2KB
file
R$attr.class 849B
file
R.class 867B
file
R$styleable.class 3KB
file
R$string.class 448B
file
R$integer.class 449B
file
R$color.class 596B
file
R$style.class 821B
file
R$layout.class 691B
file
R$id.class 1KB
file
R$drawable.class 972B
file
R$dimen.class 2KB
file
R$attr.class 828B
file
R.class 783B
file
R$styleable.class 3KB
file
R$string.class 427B
file
R$integer.class 428B
file
R$color.class 575B
file
R$style.class 800B
file
R.class 266B
file
R$layout.class 706B
file
R$id.class 2KB
file
R$drawable.class 987B
file
R$dimen.class 2KB
file
R$attr.class 1KB
file
R.class 843B
file
R$styleable.class 3KB
file
R$string.class 442B
file
R$integer.class 443B
file
R$color.class 590B
file
R$style.class 871B
file
R.class 272B
file
R$layout.class 721B
file
R$id.class 1KB
file
R$drawable.class 1002B
file
R$dimen.class 2KB
file
R$attr.class 858B
file
R.class 903B
file
R$styleable.class 3KB
file
R$string.class 457B
file
R$integer.class 458B
file
R$color.class 605B
file
R$style.class 830B
file
BuildConfig.class 729B
file
R$mipmap.class 549B
file
R$layout.class 2KB
file
R$bool.class 535B
file
R$id.class 6KB
file
R$drawable.class 6KB
file
R$dimen.class 7KB
file
R$attr.class 14KB
file
R.class 1015B
file
R$styleable.class 38KB
file
R$string.class 3KB
file
R$integer.class 645B
file
R$color.class 5KB
file
R$anim.class 882B
file
R$style.class 21KB
file
out.jar 153KB
file
output.json 319B
file
AndroidManifest.xml 2KB
file
app_debug.kotlin_module 16B
file
StepDataDao.class 5KB
file
DBOpenHelper.class 2KB
file
MainApp.class 666B
file
BaseFragment.class 3KB
file
BaseActivity.class 3KB
file
StepEntity.class 2KB
file
ConstantData$Companion.class 1KB
file
ConstantData.class 1KB
file
RecordsCalenderItemView.class 6KB
file
RecordsCalenderItemView$1.class 1KB
file
RecordsCalenderItemView$OnCalenderItemClick.class 645B
file
BeforeOrAfterCalendarView.class 7KB
file
BeforeOrAfterCalendarView$initItemViews$1.class 2KB
file
BeforeOrAfterCalendarView$BoaCalenderClickListener.class 864B
file
MainActivity.class 12KB
file
MainActivity$conn$1$onServiceConnected$1.class 2KB
file
MainActivity$initListener$1.class 2KB
file
MainActivity$conn$1.class 2KB
file
StepService$MessengerHandler.class 2KB
file
StepService$onCreate$1.class 910B
file
StepService$initBroadcastReceiver$1.class 2KB
file
StepService.class 11KB
file
StepCountCheckUtil.class 2KB
file
ScreenUtil.class 823B
file
ScreenUtil$Companion.class 2KB
file
StepCountCheckUtil$Companion.class 2KB
file
TimeUtil.class 2KB
file
TimeUtil$Companion.class 6KB
file
ic_launcher_background.png 339B
file
ic_launcher_background.png 837B
file
ic_launcher_background.png 1KB
file
ic_launcher_background.png 3KB
file
ic_launcher_background.xml 5KB
file
ic_launcher_background.png 411B
file
ic_launcher_background.png 5KB
file
R.java 266B
file
R.java 280B
file
R.java 10KB
file
R.java 10KB
file
R.java 10KB
file
R.java 12KB
file
R.java 19KB
file
R.java 10KB
file
R.java 120KB
file
R.java 274B
file
R.java 12KB
file
R.java 273B
file
R.java 280B
file
R.java 270B
file
R.java 284B
file
R.java 279B
file
R.java 10KB
file
R.java 10KB
file
R.java 282B
file
R.java 10KB
file
R.java 12KB
file
R.java 10KB
file
R.java 10KB
file
R.java 270B
file
R.java 12KB
file
R.java 273B
file
R.java 10KB
file
R.java 668KB
file
BuildConfig.java 455B
file
build.gradle 1KB
file
gradle-wrapper.jar 53KB
file
gradle-wrapper.properties 232B
file
build_file_checksums.ser 545B
file
Project.xml 4KB
file
codeStyleConfig.xml 142B
file
gradle.xml 811B
file
runConfigurations.xml 564B
file
misc.xml 373B
file
jarRepositories.xml 1KB
file
vcs.xml 180B
file
modules.xml 455B
file
compiler.xml 175B
file
workspace.xml 5KB
file
.gitignore 50B
file
Gradle__androidx_interpolator_interpolator_1_0_0_aar.xml 836B
file
Gradle__androidx_test_espresso_espresso_idling_resource_3_1_1_aar.xml 1KB
file
Gradle__androidx_appcompat_appcompat_1_0_2_aar.xml 996B
file
Gradle__androidx_lifecycle_lifecycle_runtime_2_0_0_aar.xml 860B
file
Gradle__androidx_arch_core_core_common_2_0_0.xml 565B
file
Gradle__net_sf_kxml_kxml2_2_3_0.xml 694B
file
Gradle__org_jetbrains_kotlin_kotlin_stdlib_common_1_3_50.xml 863B
file
Gradle__androidx_loader_loader_1_0_0_aar.xml 788B
file
Gradle__androidx_core_core_1_0_2_aar.xml 951B
file
Gradle__org_jetbrains_annotations_13_0.xml 737B
file
Gradle__org_hamcrest_hamcrest_integration_1_3.xml 789B
file
Gradle__androidx_coordinatorlayout_coordinatorlayout_1_0_0_aar.xml 1KB
file
Gradle__org_hamcrest_hamcrest_library_1_3.xml 760B
file
Gradle__androidx_swiperefreshlayout_swiperefreshlayout_1_0_0_aar.xml 1KB
file
Gradle__org_jetbrains_kotlin_kotlin_android_extensions_runtime_1_3_50.xml 933B
file
Gradle__androidx_drawerlayout_drawerlayout_1_0_0_aar.xml 1023B
file
Gradle__androidx_test_monitor_1_1_1_aar.xml 975B
file
Gradle__org_hamcrest_hamcrest_core_1_3.xml 740B
file
Gradle__androidx_documentfile_documentfile_1_0_0_aar.xml 836B
file
Gradle__androidx_viewpager_viewpager_1_0_0_aar.xml 812B
file
Gradle__androidx_vectordrawable_vectordrawable_1_0_1_aar.xml 852B
file
Gradle__androidx_localbroadcastmanager_localbroadcastmanager_1_0_0_aar.xml 907B
file
Gradle__androidx_print_print_1_0_0_aar.xml 960B
file
Gradle__com_squareup_javawriter_2_1_1.xml 733B
file
Gradle__androidx_lifecycle_lifecycle_common_2_0_0.xml 590B
file
Gradle__androidx_versionedparcelable_versionedparcelable_1_0_0_aar.xml 892B
file
Gradle__androidx_cursoradapter_cursoradapter_1_0_0_aar.xml 844B
file
Gradle__org_jetbrains_kotlin_kotlin_stdlib_jdk7_1_3_50.xml 828B
file
Gradle__javax_inject_javax_inject_1.xml 719B
file
Gradle__androidx_vectordrawable_vectordrawable_animated_1_0_0_aar.xml 906B
file
Gradle__androidx_core_core_ktx_1_0_2_aar.xml 796B
file
Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_3_50.xml 793B
file
Gradle__androidx_test_runner_1_1_1_aar.xml 967B
file
Gradle__androidx_lifecycle_lifecycle_livedata_2_0_0_aar.xml 866B
file
Gradle__androidx_lifecycle_lifecycle_livedata_core_2_0_0_aar.xml 896B
file
Gradle__androidx_arch_core_core_runtime_2_0_0_aar.xml 830B
file
Gradle__androidx_test_espresso_espresso_core_3_1_1_aar.xml 1KB
file
Gradle__androidx_legacy_legacy_support_core_utils_1_0_0_aar.xml 902B
file
Gradle__androidx_constraintlayout_constraintlayout_solver_1_1_3.xml 416B
file
Gradle__junit_junit_4_12.xml 663B
file
Gradle__androidx_asynclayoutinflater_asynclayoutinflater_1_0_0_aar.xml 892B
file
Gradle__androidx_slidingpanelayout_slidingpanelayout_1_0_0_aar.xml 876B
file
Gradle__androidx_fragment_fragment_1_0_0_aar.xml 987B
file
Gradle__androidx_test_core_1_1_0_aar.xml 952B
file
Gradle__androidx_legacy_legacy_support_core_ui_1_0_0_aar.xml 884B
file
Gradle__androidx_customview_customview_1_0_0_aar.xml 820B
file
Gradle__androidx_collection_collection_1_0_0.xml 563B
file
Gradle__androidx_lifecycle_lifecycle_viewmodel_2_0_0_aar.xml 872B
file
Gradle__androidx_annotation_annotation_1_0_2.xml 760B
file
Gradle__androidx_constraintlayout_constraintlayout_1_1_3_aar.xml 652B
file
Gradle__com_google_code_findbugs_jsr305_2_0_1.xml 363B
file
Gradle__androidx_test_ext_junit_1_1_0_aar.xml 972B
file
SimpleStepCounter.iml 998B
file
checkstyle-idea.xml 624B
file
SimpleStepCounter.app.iml 17KB
file
.gitignore 208B
file
local.properties 338B
file
README.md 268B
file
settings.gradle 52B
file
build.gradle 661B
...
rar 文件大小:13.55MB