├── .gitignore ├── .gitmodules ├── AndroidManifest.xml ├── LICENSE ├── README.md ├── android-charts ├── AndroidManifest.xml ├── res │ ├── drawable │ │ └── ic_launcher.png │ ├── layout │ │ ├── activity_main.xml │ │ └── view_display_detail.xml │ └── values │ │ ├── color.xml │ │ └── strings.xml └── src │ └── net │ └── bither │ └── charts │ ├── AndroidChartsActivity.java │ ├── entity │ ├── BitherOHLCEntity.java │ ├── ColoredStickEntity.java │ ├── DateValueEntity.java │ ├── IChartData.java │ ├── IEntity.java │ ├── IHasColor.java │ ├── IHasDate.java │ ├── IHasXTitle.java │ ├── IMeasurable.java │ ├── IStickEntity.java │ ├── LineEntity.java │ ├── ListChartData.java │ ├── MACDEntity.java │ ├── MarketDepthEntity.java │ ├── OHLCEntity.java │ ├── StickEntity.java │ ├── TitleValueColorEntity.java │ └── TitleValueEntity.java │ ├── event │ └── ITouchEventResponse.java │ ├── utils │ └── Utils.java │ └── view │ ├── BOLLMASlipCandleStickChart.java │ ├── BaseChart.java │ ├── CandleStickChart.java │ ├── ColoredSlipStickChart.java │ ├── GridChart.java │ ├── IChart.java │ ├── LineChart.java │ ├── MACDChart.java │ ├── MACandleStickChart.java │ ├── MASlipCandleStickChart.java │ ├── MASlipStickChart.java │ ├── MAStickChart.java │ ├── MarketDepthChart.java │ ├── MinusStickChart.java │ ├── PieChart.java │ ├── SlipAreaChart.java │ ├── SlipBandAreaChart.java │ ├── SlipCandleStickChart.java │ ├── SlipLineChart.java │ ├── SlipMinusStickChart.java │ ├── SlipStickChart.java │ ├── SpiderWebChart.java │ └── StickChart.java ├── bither-android ├── AndroidManifest.xml ├── build.gradle ├── lint.xml ├── native-libs │ ├── arm64-v8a │ │ ├── libbitherjni.so │ │ ├── libjpegbither.so │ │ └── libscrypt.so │ └── armeabi │ │ ├── libbitherjni.so │ │ ├── libjpegbither.so │ │ └── libscrypt.so ├── proguard-rules.pro ├── res │ ├── anim │ │ ├── activity_in_drop.xml │ │ ├── activity_out_back.xml │ │ ├── address_notification.xml │ │ ├── camera_to_share_in.xml │ │ ├── check_light_scan.xml │ │ ├── check_points_scale_down.xml │ │ ├── check_points_scale_up.xml │ │ ├── choose_mode_activity_exit.xml │ │ ├── choose_mode_grow.xml │ │ ├── dropdown_message_in.xml │ │ ├── dropdown_message_out.xml │ │ ├── hdm_keychain_add_one_part_flash.xml │ │ ├── hdm_keychain_add_spin.xml │ │ ├── hdm_keychain_add_spin_interpolator.xml │ │ ├── market_list_header_drop_animation.xml │ │ ├── password_wrong_warning.xml │ │ ├── pin_code_wrong.xml │ │ ├── pin_out_exit.xml │ │ ├── scanner_in_enter.xml │ │ ├── scanner_in_exit.xml │ │ ├── scanner_label_flash.xml │ │ ├── scanner_out_enter.xml │ │ ├── slide_in_right.xml │ │ ├── slide_out_bottom.xml │ │ ├── slide_out_right.xml │ │ ├── uentropy_activity_back_enter.xml │ │ └── uentropy_activity_start_exit.xml │ ├── color │ │ ├── add_address_text_color_selector.xml │ │ ├── checkable_text_color.xml │ │ ├── dialog_text_color_selector.xml │ │ ├── market_detail_radio_button_text_color.xml │ │ ├── market_list_header_trending_color_selector.xml │ │ └── tab_text_color_selector.xml │ ├── drawable-hdpi │ │ ├── action_bar_black_bg_tile_horizontal.png │ │ ├── action_bar_black_left_button_enabled.9.png │ │ ├── action_bar_black_left_button_enabled_pressed.9.png │ │ ├── action_bar_dark_right_green_button_enabled.9.png │ │ ├── action_bar_dark_right_green_button_enabled_pressed.9.png │ │ ├── action_bar_glyph_cancel.png │ │ ├── action_bar_glyph_done.png │ │ ├── action_bar_toggle_button_left_checked.9.png │ │ ├── action_bar_toggle_button_left_normal.9.png │ │ ├── action_bar_toggle_button_middle_checked.9.png │ │ ├── action_bar_toggle_button_middle_normal.9.png │ │ ├── action_bar_toggle_button_right_checked.9.png │ │ ├── action_bar_toggle_button_right_normal.9.png │ │ ├── camera_button_bg_normal.png │ │ ├── camera_button_bg_pressed.png │ │ ├── camera_button_icon.png │ │ ├── camera_button_icon_pressed.png │ │ ├── camera_crop_handle.png │ │ ├── card_corner_bottom_left.png │ │ ├── card_corner_bottom_right.png │ │ ├── card_corner_top_left.png │ │ ├── card_corner_top_right.png │ │ ├── card_shadow_bottom.9.png │ │ ├── card_shadow_top.9.png │ │ ├── check_prepare.png │ │ ├── check_success.png │ │ ├── delete_button_normal.png │ │ ├── ic_launcher.png │ │ ├── list_item_address_group_indicator.9.png │ │ ├── list_item_address_group_indicator_expanded.9.png │ │ ├── market_kline_radio_button_left_checked.9.png │ │ ├── market_kline_radio_button_left_normal.9.png │ │ ├── market_kline_radio_button_middle_checked.9.png │ │ ├── market_kline_radio_button_middle_normal.9.png │ │ ├── market_kline_radio_button_right_checked.9.png │ │ ├── market_kline_radio_button_right_normal.9.png │ │ ├── new_message_bg.9.png │ │ ├── no_address_image.png │ │ ├── qrcode_frame_default.9.png │ │ ├── qrcode_frame_focused.9.png │ │ ├── qrcode_frame_pressed.9.png │ │ ├── sync_progress_foreground.9.png │ │ ├── tab_bg_overlay_pressed.9.png │ │ ├── tab_selected.9.png │ │ ├── title_bar_bg.9.png │ │ └── title_bar_seperator.png │ ├── drawable-ldpi │ │ └── ic_launcher.png │ ├── drawable-mdpi │ │ ├── chat_input_bg.9.png │ │ ├── ic_launcher.png │ │ └── title_bar_seperator.png │ ├── drawable-nodpi │ │ ├── border_bottom_right.9.png │ │ ├── border_top_left.9.png │ │ ├── dialog_total_btc_pie_chart_logo.png │ │ └── pie_mask.png │ ├── drawable-xhdpi │ │ ├── action_bar_black_left_button_enabled.9.png │ │ ├── action_bar_black_left_button_enabled_pressed.9.png │ │ ├── action_bar_dark_right_green_button_enabled.9.png │ │ ├── action_bar_dark_right_green_button_enabled_pressed.9.png │ │ ├── action_bar_glyph_cancel.png │ │ ├── action_bar_glyph_cancel_pressed.png │ │ ├── action_bar_glyph_crop.png │ │ ├── action_bar_glyph_crop_pressed.png │ │ ├── action_bar_glyph_rotate.png │ │ ├── action_bar_glyph_rotate_pressed.png │ │ ├── action_bar_glyph_tiltshift.png │ │ ├── action_bar_glyph_tiltshift_bar.png │ │ ├── action_bar_glyph_tiltshift_bar_pressed.png │ │ ├── action_bar_glyph_tiltshift_circle.png │ │ ├── action_bar_glyph_tiltshift_circle_pressed.png │ │ ├── action_bar_glyph_tiltshift_pressed.png │ │ ├── add_address_normal.png │ │ ├── add_address_pressed.png │ │ ├── add_address_text_field_disabled.9.png │ │ ├── add_address_text_field_normal.9.png │ │ ├── address_add_mode_bither_create.png │ │ ├── address_add_mode_bither_create_press.png │ │ ├── address_add_mode_clone.png │ │ ├── address_add_mode_clone_press.png │ │ ├── address_add_mode_import.png │ │ ├── address_add_mode_import_press.png │ │ ├── address_add_mode_other.png │ │ ├── address_add_mode_other_press.png │ │ ├── address_alias_default.9.png │ │ ├── address_alias_pressed.9.png │ │ ├── address_balance_full_show_button.png │ │ ├── address_full_show_button.png │ │ ├── address_type_hd.png │ │ ├── address_type_hd_pressed.png │ │ ├── address_type_hdm.png │ │ ├── address_type_hdm_pressed.png │ │ ├── address_type_private.png │ │ ├── address_type_private_pressed.png │ │ ├── address_type_watchonly.png │ │ ├── address_type_watchonly_pressed.png │ │ ├── advance_button_icon.png │ │ ├── app_mode_cold_icon_normal.png │ │ ├── app_mode_cold_icon_pressed.png │ │ ├── app_mode_warm_icon_normal.png │ │ ├── app_mode_warm_icon_pressed.png │ │ ├── arrow_down.png │ │ ├── arrow_in.png │ │ ├── arrow_out.png │ │ ├── avatar_button_icon.png │ │ ├── avatar_button_icon_border.png │ │ ├── avatar_for_fancy_qr_code_overlay.png │ │ ├── avatar_for_fancy_qr_code_shape.png │ │ ├── btn_check_light_checked.png │ │ ├── btn_check_light_unchecked.png │ │ ├── btn_check_off_disable_focused_holo_light.png │ │ ├── btn_check_off_disable_holo_light.png │ │ ├── btn_check_off_disabled_focused_holo_light.png │ │ ├── btn_check_off_focused_holo_light.png │ │ ├── btn_check_off_holo_light.png │ │ ├── btn_check_off_normal_holo_light.png │ │ ├── btn_check_on_disabled_focused_holo_light.png │ │ ├── btn_check_on_disabled_holo_light.png │ │ ├── btn_check_on_focused_holo_light.png │ │ ├── btn_check_on_holo_light.png │ │ ├── btn_keyboard_key_gray_normal.9.png │ │ ├── btn_keyboard_key_gray_pressed.9.png │ │ ├── btn_keyboard_key_grey_normal_off.9.png │ │ ├── btn_keyboard_key_grey_normal_on.9.png │ │ ├── btn_keyboard_key_grey_pressed_off.9.png │ │ ├── btn_keyboard_key_grey_pressed_on.9.png │ │ ├── btn_keyboard_key_white_normal.9.png │ │ ├── btn_keyboard_key_white_pressed.9.png │ │ ├── button_check_bg_normal.9.png │ │ ├── button_check_bg_pressed.9.png │ │ ├── button_small_blue_normal.9.png │ │ ├── button_small_blue_pressed.9.png │ │ ├── button_small_green_normal.9.png │ │ ├── button_small_green_pressed.9.png │ │ ├── button_small_red_normal.9.png │ │ ├── button_small_red_pressed.9.png │ │ ├── button_small_send_disabled.9.png │ │ ├── button_small_send_normal.9.png │ │ ├── button_small_send_pressed.9.png │ │ ├── camera_bg_tile.png │ │ ├── camera_bottom_bg_tile.png │ │ ├── camera_bottom_button_bg_pressed.9.png │ │ ├── camera_bottom_button_filter_checked.png │ │ ├── camera_bottom_button_filter_checked_pressed.png │ │ ├── camera_bottom_button_filter_unchecked.png │ │ ├── camera_bottom_button_filter_unchecked_pressed.png │ │ ├── camera_bottom_button_gallery.png │ │ ├── camera_bottom_button_gallery_pressed.png │ │ ├── camera_button_bg_normal.png │ │ ├── camera_button_bg_pressed.png │ │ ├── camera_button_highlight.png │ │ ├── camera_button_icon.png │ │ ├── camera_button_icon_pressed.png │ │ ├── camera_cancel_normal.png │ │ ├── camera_cancel_pressed.png │ │ ├── camera_crop_handle.png │ │ ├── camera_iris_frame.9.png │ │ ├── camera_top_button_bg_pressed.9.png │ │ ├── card_corner_bottom_left.png │ │ ├── card_corner_bottom_right.png │ │ ├── card_corner_top_left.png │ │ ├── card_corner_top_right.png │ │ ├── center_dialog_background.9.png │ │ ├── center_dialog_background_light.9.png │ │ ├── check_button_icon.png │ │ ├── check_failed.png │ │ ├── check_prepare.png │ │ ├── check_progress_bar_indeterminate.png │ │ ├── check_success.png │ │ ├── checking_progress_light.9.png │ │ ├── checkmark.png │ │ ├── currency_symbol_btc.png │ │ ├── detail_send_button_normal.9.png │ │ ├── detail_send_button_pressed.9.png │ │ ├── dialog_arrow_bottom.png │ │ ├── dialog_arrow_top.png │ │ ├── dialog_btn_bg_normal.9.png │ │ ├── dialog_btn_bg_pressed.9.png │ │ ├── dice_large_1.png │ │ ├── dice_large_2.png │ │ ├── dice_large_3.png │ │ ├── dice_large_4.png │ │ ├── dice_large_5.png │ │ ├── dice_large_6.png │ │ ├── donate_button_icon.png │ │ ├── dropdown_ic_arrow_normal_holo_light.png │ │ ├── dropdown_ic_arrow_pressed_holo_light.png │ │ ├── edit_password_button_icon.png │ │ ├── fancy_qr_code_avatar_checked_normal.png │ │ ├── fancy_qr_code_avatar_checked_pressed.png │ │ ├── fancy_qr_code_avatar_unchecked_normal.png │ │ ├── fancy_qr_code_avatar_unchecked_pressed.png │ │ ├── fancy_qr_code_save_normal.png │ │ ├── fancy_qr_code_save_pressed.png │ │ ├── fancy_qr_code_share_normal.png │ │ ├── fancy_qr_code_share_pressed.png │ │ ├── filter_discard.png │ │ ├── filter_discard_pressed.png │ │ ├── filter_save.png │ │ ├── filter_save_pressed.png │ │ ├── first_run_dialog_dot.png │ │ ├── first_run_dialog_icon.png │ │ ├── global_shadow_down.9.png │ │ ├── global_shadow_up.9.png │ │ ├── hdm_button_add_address_normal.png │ │ ├── hdm_button_add_address_pressed.png │ │ ├── hdm_button_qr_code_normal.png │ │ ├── hdm_button_qr_code_pressed.png │ │ ├── hdm_button_seed_normal.png │ │ ├── hdm_button_seed_pressed.png │ │ ├── hdm_keychain_add_cold_completed.png │ │ ├── hdm_keychain_add_cold_disable_uncompleted.png │ │ ├── hdm_keychain_add_cold_pressed.png │ │ ├── hdm_keychain_add_hot_completed.png │ │ ├── hdm_keychain_add_hot_disable_uncompleted.png │ │ ├── hdm_keychain_add_hot_pressed.png │ │ ├── hdm_keychain_add_one_part_enabled_light.png │ │ ├── hdm_keychain_add_server_completed.png │ │ ├── hdm_keychain_add_server_disable_uncompleted.png │ │ ├── hdm_keychain_add_server_pressed.png │ │ ├── hdm_keychain_cold_small.png │ │ ├── hdm_keychain_hot_small.png │ │ ├── hdm_keychain_server_small.png │ │ ├── hdm_label.png │ │ ├── hdm_label_pressed.png │ │ ├── ic_input_delete.png │ │ ├── ic_launcher.png │ │ ├── icon_arrow.png │ │ ├── icon_arrow_press.png │ │ ├── icon_question.png │ │ ├── icon_rule_check_box_normal.png │ │ ├── icon_rule_check_box_press.png │ │ ├── import_private_key_text_icon.png │ │ ├── keyboard_key_feedback_background.9.png │ │ ├── market_price_alert_icon.png │ │ ├── market_price_alert_icon_light.png │ │ ├── pin_code_water_mark.png │ │ ├── qr_code_button_icon.png │ │ ├── rcheck_button_icon.png │ │ ├── rcheck_check_button.png │ │ ├── rcheck_info_logo.png │ │ ├── scan_button_icon.png │ │ ├── scan_button_normal.png │ │ ├── scan_button_pressed.png │ │ ├── scan_button_resizable_normal.9.png │ │ ├── scan_button_resizable_pressed.9.png │ │ ├── scan_from_gallery.png │ │ ├── setting_footer_logo.png │ │ ├── swipe_right_to_pop_shadow.png │ │ ├── sym_keyboard_delete_holo_dark.png │ │ ├── sym_keyboard_hide_dark.png │ │ ├── sym_keyboard_shift_holo_dark.png │ │ ├── sym_keyboard_shift_locked_holo_dark.png │ │ ├── symbol_bits.png │ │ ├── symbol_bits_slim.png │ │ ├── symbol_btc.png │ │ ├── symbol_btc_slim.png │ │ ├── tab_arrow_down_checked.png │ │ ├── tab_arrow_down_unchecked.png │ │ ├── tab_arrow_up_checked.png │ │ ├── tab_arrow_up_unchecked.png │ │ ├── tab_bg_overlay_pressed.9.png │ │ ├── tab_guard.png │ │ ├── tab_guard_checked.png │ │ ├── tab_main.png │ │ ├── tab_main_bits.png │ │ ├── tab_main_bits_checked.png │ │ ├── tab_main_checked.png │ │ ├── tab_market.png │ │ ├── tab_market_checked.png │ │ ├── tab_option.png │ │ ├── tab_option_checked.png │ │ ├── textarea_background.9.png │ │ ├── textarea_background_pressed.9.png │ │ ├── textfield_activated_holo_dark.9.png │ │ ├── textfield_activated_holo_light.9.png │ │ ├── textfield_default_holo_dark.9.png │ │ ├── textfield_default_holo_light.9.png │ │ ├── textfield_disabled_focused_holo_dark.9.png │ │ ├── textfield_disabled_focused_holo_light.9.png │ │ ├── textfield_disabled_holo_dark.9.png │ │ ├── textfield_disabled_holo_light.9.png │ │ ├── textfield_focused_holo_dark.9.png │ │ ├── textfield_focused_holo_light.9.png │ │ ├── title_bar_back.png │ │ ├── title_bar_bg.9.png │ │ ├── title_bar_delete.png │ │ ├── title_bar_light_option.png │ │ ├── title_bar_option_icon.png │ │ ├── title_bar_seperator.png │ │ ├── titlebar_background.9.png │ │ ├── torch_off.png │ │ ├── torch_off_pressed.png │ │ ├── torch_on.png │ │ ├── torch_on_pressed.png │ │ ├── transaction_building_icon_1.png │ │ ├── transaction_building_icon_100.png │ │ ├── transaction_building_icon_2.png │ │ ├── transaction_building_icon_3.png │ │ ├── transaction_building_icon_4.png │ │ ├── transaction_building_icon_5.png │ │ ├── transaction_building_icon_6.png │ │ ├── transaction_icon_small.png │ │ ├── transaction_pending_icon.png │ │ ├── transaction_unsigned_icon.png │ │ ├── trash_can_button_icon.png │ │ ├── trash_can_restore.png │ │ ├── unsigned_transaction_button_icon.png │ │ ├── unsigned_transaction_button_icon_mirror_transparent.png │ │ ├── vanity_qr_shadow.9.png │ │ ├── xrandom_address_label_normal.png │ │ ├── xrandom_address_label_pressed.png │ │ ├── xrandom_checkbox_checked.png │ │ ├── xrandom_checkbox_normal.png │ │ ├── xrandom_info_icon_normal.png │ │ ├── xrandom_info_icon_pressed.png │ │ ├── xrandom_info_logo.png │ │ ├── xrandom_overlay_line_down.9.png │ │ ├── xrandom_overlay_line_up.9.png │ │ ├── xrandom_overlay_logo.png │ │ ├── xrandom_overlay_logo_bottom.png │ │ ├── xrandom_overlay_logo_top.png │ │ ├── xrandom_overlay_tile.png │ │ ├── xrandom_sensor_accelerometer.png │ │ ├── xrandom_sensor_gravity.png │ │ ├── xrandom_sensor_light.png │ │ └── xrandom_sensor_magnetic.png │ ├── drawable-xxhdpi │ │ └── ic_launcher.png │ ├── drawable │ │ ├── action_bar_black_bg.xml │ │ ├── action_bar_black_left_button.xml │ │ ├── action_bar_dark_green_right_button.xml │ │ ├── action_bar_glyph_cancel_selector.xml │ │ ├── action_bar_glyph_crop_selector.xml │ │ ├── action_bar_glyph_rotate_selector.xml │ │ ├── action_bar_glyph_tiltshift_selector.xml │ │ ├── action_bar_toggle_button_left.xml │ │ ├── action_bar_toggle_button_middle.xml │ │ ├── action_bar_toggle_button_right.xml │ │ ├── add_address_scan_button_selector.xml │ │ ├── add_address_selector.xml │ │ ├── add_address_text_field_background_selector.xml │ │ ├── address_add_mode_bither_create_selector.xml │ │ ├── address_add_mode_clone_selector.xml │ │ ├── address_add_mode_import_selector.xml │ │ ├── address_add_mode_other_selector.xml │ │ ├── address_alias_bg_selector.xml │ │ ├── address_type_hd_selector.xml │ │ ├── address_type_hdm_selector.xml │ │ ├── address_type_private_selector.xml │ │ ├── address_type_watchonly_selector.xml │ │ ├── app_mode_cold_icon_selector.xml │ │ ├── app_mode_warm_icon_selector.xml │ │ ├── btn_check_light_selector.xml │ │ ├── btn_checkbox_holo_light.xml │ │ ├── btn_small_blue_selector.xml │ │ ├── btn_small_green_selector.xml │ │ ├── btn_small_red_selector.xml │ │ ├── btn_small_send_selector.xml │ │ ├── button_check_bg_selector.xml │ │ ├── camera_bg.xml │ │ ├── camera_bottom_bg.xml │ │ ├── camera_bottom_button_bg_selector.xml │ │ ├── camera_bottom_button_filter_toggle_selector.xml │ │ ├── camera_bottom_button_gallery_selector.xml │ │ ├── camera_button_bg_selector.xml │ │ ├── camera_button_icon_selector.xml │ │ ├── camera_cancel.xml │ │ ├── camera_top_button_bg_selector.xml │ │ ├── check_progress_bar.xml │ │ ├── choose_mode_gradient_cold.xml │ │ ├── choose_mode_gradient_warm.xml │ │ ├── detail_send_button_selector.xml │ │ ├── dialog_btn_bg_selector.xml │ │ ├── dropdown_ic_arrow_selector.xml │ │ ├── entry_keyboard_action_key_btn_bg.xml │ │ ├── entry_keyboard_key_btn_bg.xml │ │ ├── fancy_qr_code_avatar_selector.xml │ │ ├── fancy_qr_code_save_selector.xml │ │ ├── fancy_qr_code_share_selector.xml │ │ ├── filter_discard_selector.xml │ │ ├── filter_save_selector.xml │ │ ├── hdm_button_add_address_selector.xml │ │ ├── hdm_button_qr_code_selector.xml │ │ ├── hdm_button_seed_selector.xml │ │ ├── hdm_keychain_add_cold_icon_selector.xml │ │ ├── hdm_keychain_add_hot_icon_selector.xml │ │ ├── hdm_keychain_add_server_icon_selector.xml │ │ ├── hdm_label_selector.xml │ │ ├── icon_arrow_selector.xml │ │ ├── icon_rule_check_box_selector.xml │ │ ├── list_item_address_group_background_selector.xml │ │ ├── list_item_address_group_indicator_selector.xml │ │ ├── market_kline_radio_button_left_selector.xml │ │ ├── market_kline_radio_button_middle_selector.xml │ │ ├── market_kline_radio_button_right_selector.xml │ │ ├── password_strength_medium.xml │ │ ├── password_strength_normal.xml │ │ ├── password_strength_strong.xml │ │ ├── password_strength_very_strong.xml │ │ ├── password_strength_weak.xml │ │ ├── qrcode_frame.xml │ │ ├── scan_button_resizable_selector.xml │ │ ├── scan_button_selector.xml │ │ ├── tab_bottom_background_selector.xml │ │ ├── tab_button_background.xml │ │ ├── text_field_holo_dark_background.xml │ │ ├── text_field_holo_light_background.xml │ │ ├── textarea_background_selector.xml │ │ ├── torch_icon.xml │ │ ├── transparent.xml │ │ ├── uentropy_progress.xml │ │ ├── ui_touchable_bg.xml │ │ ├── ui_touchable_foreground.xml │ │ ├── white.xml │ │ ├── xrandom_address_label_selector.xml │ │ ├── xrandom_checkbox_selector.xml │ │ ├── xrandom_info_icon_selector.xml │ │ └── xrandom_overlay.xml │ ├── layout-small │ │ └── activity_qr_code.xml │ ├── layout │ │ ├── activity_ad.xml │ │ ├── activity_add_cold_address.xml │ │ ├── activity_add_cold_address_hdm.xml │ │ ├── activity_add_enterprise_hdm_keychain.xml │ │ ├── activity_add_enterprise_hdm_seed.xml │ │ ├── activity_add_hdm_address.xml │ │ ├── activity_add_hot_address.xml │ │ ├── activity_add_hot_address_hdm.xml │ │ ├── activity_add_hot_address_private_key.xml │ │ ├── activity_add_raw_private_key.xml │ │ ├── activity_address_detail.xml │ │ ├── activity_bitpie_cold_sign_change_coin.xml │ │ ├── activity_check.xml │ │ ├── activity_check_cold_address.xml │ │ ├── activity_choose_mode.xml │ │ ├── activity_cold.xml │ │ ├── activity_cold_advance_options.xml │ │ ├── activity_enterprise_hdm_keychain.xml │ │ ├── activity_enterprise_hdm_keychain_add_new_address.xml │ │ ├── activity_enterprise_hdm_seed.xml │ │ ├── activity_enterprise_hdm_send_collect_signature.xml │ │ ├── activity_generate_unsigned_tx.xml │ │ ├── activity_getsigntx.xml │ │ ├── activity_gl_crop_image.xml │ │ ├── activity_hdm_import_word_list.xml │ │ ├── activity_hot.xml │ │ ├── activity_hot_advance_options.xml │ │ ├── activity_market_detail.xml │ │ ├── activity_miner_fee_setting.xml │ │ ├── activity_network_custom_peer.xml │ │ ├── activity_pin_code.xml │ │ ├── activity_pin_code_setting.xml │ │ ├── activity_qr_code.xml │ │ ├── activity_r_check.xml │ │ ├── activity_scan_address_to_split_bcc.xml │ │ ├── activity_select_address_to_send.xml │ │ ├── activity_send.xml │ │ ├── activity_sign_hash.xml │ │ ├── activity_sign_message.xml │ │ ├── activity_sign_message_select_address.xml │ │ ├── activity_sign_tx.xml │ │ ├── activity_split_bcc_address.xml │ │ ├── activity_split_fork_coins.xml │ │ ├── activity_trash_can.xml │ │ ├── activity_uentropy.xml │ │ ├── activity_vanity_address.xml │ │ ├── activity_verify_message_signature.xml │ │ ├── center_dialog_container.xml │ │ ├── dialog_address_alias_input.xml │ │ ├── dialog_address_full.xml │ │ ├── dialog_address_qr_copy.xml │ │ ├── dialog_address_watch_only_long_click.xml │ │ ├── dialog_address_watch_only_option.xml │ │ ├── dialog_address_with_private_key_option.xml │ │ ├── dialog_address_with_show_private_key.xml │ │ ├── dialog_address_with_show_private_key_text.xml │ │ ├── dialog_backup_select_version.xml │ │ ├── dialog_balance_detail.xml │ │ ├── dialog_bitpie_cold_info.xml │ │ ├── dialog_cold_address_count.xml │ │ ├── dialog_crop_image_transit.xml │ │ ├── dialog_donate.xml │ │ ├── dialog_edit_password.xml │ │ ├── dialog_edit_vanity_length.xml │ │ ├── dialog_enterprise_hdm_enable.xml │ │ ├── dialog_fancy_qr_code.xml │ │ ├── dialog_fancy_qr_code_pager.xml │ │ ├── dialog_first_run_warning.xml │ │ ├── dialog_hd_monitor_first_address_validation.xml │ │ ├── dialog_hd_old_addresses.xml │ │ ├── dialog_hdm_import_word_list_replace.xml │ │ ├── dialog_hdm_info.xml │ │ ├── dialog_hdm_keychain_add_hot_confirm.xml │ │ ├── dialog_hdm_seed_word_list.xml │ │ ├── dialog_hdm_server_unsigned_qr_code.xml │ │ ├── dialog_hdm_singular_cold_seed.xml │ │ ├── dialog_hdm_singular_cold_seed_qr.xml │ │ ├── dialog_hdm_singular_cold_seed_words.xml │ │ ├── dialog_hdm_singular_mode_info.xml │ │ ├── dialog_import_bip38_key_text.xml │ │ ├── dialog_import_hd_account_seed_qr_code_select_language.xml │ │ ├── dialog_import_private_key_address_validation.xml │ │ ├── dialog_import_private_key_text.xml │ │ ├── dialog_market_detail_option.xml │ │ ├── dialog_monitor_address_validation.xml │ │ ├── dialog_password.xml │ │ ├── dialog_password_dark_background.xml │ │ ├── dialog_password_with_other.xml │ │ ├── dialog_private_key_qr_code.xml │ │ ├── dialog_private_key_text_qr_code.xml │ │ ├── dialog_progress.xml │ │ ├── dialog_qrcode_option.xml │ │ ├── dialog_r_check.xml │ │ ├── dialog_rcheck_info.xml │ │ ├── dialog_select_change_address.xml │ │ ├── dialog_send_confirm.xml │ │ ├── dialog_send_option.xml │ │ ├── dialog_send_result.xml │ │ ├── dialog_set_avatar.xml │ │ ├── dialog_show_height.xml │ │ ├── dialog_sign_hash_select_type.xml │ │ ├── dialog_sign_message_output.xml │ │ ├── dialog_sign_message_select_address.xml │ │ ├── dialog_sign_message_select_type.xml │ │ ├── dialog_simple_qr.xml │ │ ├── dialog_task_confirm.xml │ │ ├── dialog_total_btc.xml │ │ ├── dialog_transaction_confidence.xml │ │ ├── dialog_upgrade.xml │ │ ├── dialog_with_actions.xml │ │ ├── dialog_with_actions_list_item.xml │ │ ├── dialog_with_arrow.xml │ │ ├── dialog_xrandom_final_confirm.xml │ │ ├── dialog_xrandom_info.xml │ │ ├── entry_keyboard_preview_layout.xml │ │ ├── fragment_add_address_cold_hd_account.xml │ │ ├── fragment_add_address_cold_hd_account_view.xml │ │ ├── fragment_add_address_cold_hdm.xml │ │ ├── fragment_add_address_cold_other.xml │ │ ├── fragment_add_address_hot_hd_account.xml │ │ ├── fragment_add_address_hot_hd_account_view.xml │ │ ├── fragment_add_address_hot_hdm.xml │ │ ├── fragment_add_address_hot_other.xml │ │ ├── fragment_add_address_private_key.xml │ │ ├── fragment_add_address_watch_only.xml │ │ ├── fragment_add_raw_private_key_binary.xml │ │ ├── fragment_add_raw_private_key_dice.xml │ │ ├── fragment_block_row.xml │ │ ├── fragment_check_cold.xml │ │ ├── fragment_cold_address.xml │ │ ├── fragment_cold_option.xml │ │ ├── fragment_hot_address.xml │ │ ├── fragment_hot_option.xml │ │ ├── fragment_market.xml │ │ ├── fragment_peer_list_row.xml │ │ ├── fragment_qr_code.xml │ │ ├── fragment_qr_code_single_page.xml │ │ ├── kline_detail_view.xml │ │ ├── layout_address_detail_header.xml │ │ ├── layout_card_foreground_bottom.xml │ │ ├── layout_card_foreground_single.xml │ │ ├── layout_card_foreground_top.xml │ │ ├── layout_check_header.xml │ │ ├── layout_dropdown_message.xml │ │ ├── layout_dropdown_message_item.xml │ │ ├── layout_horizontal_seperator.xml │ │ ├── layout_market_list_header.xml │ │ ├── layout_market_share_image.xml │ │ ├── layout_pin_code_enter.xml │ │ ├── layout_qr_code_imageview.xml │ │ ├── layout_r_check_header.xml │ │ ├── layout_raw_data_item.xml │ │ ├── layout_raw_data_item_dice.xml │ │ ├── layout_scan_qr_code_transport_overlay.xml │ │ ├── layout_setting_selector.xml │ │ ├── layout_show_full_screen_qr.xml │ │ ├── layout_transaction_immuture_confidence_icon.xml │ │ ├── layout_vertical_btc_and_money_amount.xml │ │ ├── layout_vertical_seperator.xml │ │ ├── layout_xrandom_sensor.xml │ │ ├── list_item_add_address.xml │ │ ├── list_item_add_address_with_private_key.xml │ │ ├── list_item_address_detail_transaction.xml │ │ ├── list_item_address_fragment.xml │ │ ├── list_item_address_fragment_cold.xml │ │ ├── list_item_address_fragment_cold_hdm.xml │ │ ├── list_item_address_fragment_cold_hdm_enterprise.xml │ │ ├── list_item_address_fragment_hd_account_cold.xml │ │ ├── list_item_address_fragment_warm.xml │ │ ├── list_item_address_group.xml │ │ ├── list_item_check.xml │ │ ├── list_item_cold_wallet_init_check.xml │ │ ├── list_item_dialog_sign_message_select_address.xml │ │ ├── list_item_enterprise_hdm_collector.xml │ │ ├── list_item_hd_old_addresses_dialog.xml │ │ ├── list_item_hdm_import_word_list.xml │ │ ├── list_item_market_fragment.xml │ │ ├── list_item_miner_fee_setting.xml │ │ ├── list_item_select_address_to_send.xml │ │ ├── list_item_select_change_address.xml │ │ ├── list_item_setting_option.xml │ │ ├── list_item_transaction_address.xml │ │ ├── list_item_transaction_immature_summery.xml │ │ ├── list_item_trash_can.xml │ │ ├── market_depth_detail_view.xml │ │ ├── network_monitor_onepane.xml │ │ ├── network_monitor_twopanes.xml │ │ ├── progress_dialog.xml │ │ ├── scan_activity.xml │ │ ├── transaction_row_extended.xml │ │ ├── transaction_row_oneline.xml │ │ ├── transaction_row_warning.xml │ │ └── view_check_now.xml │ ├── raw │ │ ├── bithertruststore.bks │ │ ├── coins_received.wav │ │ ├── mnemonic_wordlist_english.txt │ │ ├── mnemonic_wordlist_zh_cn.txt │ │ ├── mnemonic_wordlist_zh_tw.txt │ │ ├── qr_code_scanned.mp3 │ │ ├── xrandom_close_sound.mp3 │ │ └── xrandom_open_sound.mp3 │ ├── values-w820dp │ │ └── dimens.xml │ ├── values-zh-rTW │ │ └── strings.xml │ ├── values-zh │ │ └── strings.xml │ ├── values │ │ ├── colors.xml │ │ ├── dimens.xml │ │ ├── ids.xml │ │ ├── strings.xml │ │ ├── styles.xml │ │ └── values.xml │ └── xml │ │ ├── amount_keyboard.xml │ │ ├── file_paths.xml │ │ ├── password_keyboard_letter.xml │ │ ├── password_keyboard_number.xml │ │ ├── password_keyboard_symbol.xml │ │ └── pin_code_keyboard.xml └── src │ ├── com │ └── google │ │ └── bitcoin │ │ └── store │ │ └── WalletProtobufSerializer.java │ ├── net │ └── bither │ │ ├── AdActivity.java │ │ ├── AndroidImplAbstractApp.java │ │ ├── BCCAssetsDetectHDActivity.java │ │ ├── BCCAssetsDetectHotActivity.java │ │ ├── BCCAssetsDetectListActivity.java │ │ ├── BCCAssetsHDAccountMonitoredActivity.java │ │ ├── BCCAssetsHotMonitoredActivity.java │ │ ├── BitherApplication.java │ │ ├── BitherSetting.java │ │ ├── ChooseModeActivity.java │ │ ├── NotificationAndroidImpl.java │ │ ├── SendActivity.java │ │ ├── SignHashActivity.java │ │ ├── SignMessageActivity.java │ │ ├── SignMessageAddressListActivity.java │ │ ├── TrashCanActivity.java │ │ ├── VerifyMessageSignatureActivity.java │ │ ├── activity │ │ ├── cold │ │ │ ├── AddColdAddressActivity.java │ │ │ ├── AddColdAddressHDMActivity.java │ │ │ ├── AddEnterpriseHDMSeedActivity.java │ │ │ ├── BitpieColdSignChangeCoinActivity.java │ │ │ ├── BitpieColdSignMessageActivity.java │ │ │ ├── ColdActivity.java │ │ │ ├── ColdAdvanceActivity.java │ │ │ ├── EnterpriseHDMSeedActivity.java │ │ │ ├── EnterpriseHdmImportPhraseActivity.java │ │ │ ├── HdmImportWordListActivity.java │ │ │ └── SignTxActivity.java │ │ └── hot │ │ │ ├── AddEnterpriseHDMKeychainActivity.java │ │ │ ├── AddHDMAddressActivity.java │ │ │ ├── AddHotAddressActivity.java │ │ │ ├── AddHotAddressHDMActivity.java │ │ │ ├── AddHotAddressPrivateKeyActivity.java │ │ │ ├── AddressDetailActivity.java │ │ │ ├── CheckPrivateKeyActivity.java │ │ │ ├── EnterpriseHDMAddressDetailActivity.java │ │ │ ├── EnterpriseHDMKeychainActivity.java │ │ │ ├── EnterpriseHDMKeychainAddNewAddressActivity.java │ │ │ ├── EnterpriseHDMSendActivity.java │ │ │ ├── EnterpriseHDMSendCollectSignatureActivity.java │ │ │ ├── GenerateUnsignedTxActivity.java │ │ │ ├── HDAccountDetailActivity.java │ │ │ ├── HDAccountMonitoredDetailActivity.java │ │ │ ├── HDAccountMonitoredSendActivity.java │ │ │ ├── HDAccountSendActivity.java │ │ │ ├── HdmSendActivity.java │ │ │ ├── HotActivity.java │ │ │ ├── HotAdvanceActivity.java │ │ │ ├── MarketDetailActivity.java │ │ │ ├── MinerFeeSettingActivity.java │ │ │ ├── NetworkCustomPeerActivity.java │ │ │ ├── NetworkMonitorActivity.java │ │ │ ├── SelectAddressToSendActivity.java │ │ │ ├── SplitBCCHDAccountMonitoredSendActivity.java │ │ │ ├── SplitBCCHDAccountSendActivity.java │ │ │ ├── SplitBCCSendActivity.java │ │ │ ├── SplitBccColdWalletSendActivity.java │ │ │ ├── SplitBccSelectAddressActivity.java │ │ │ ├── SplitForkCoinsActivity.java │ │ │ └── UnsignedTxQrCodeActivity.java │ │ ├── adapter │ │ ├── TransactionListAdapter.java │ │ ├── cold │ │ │ ├── AddressOfColdFragmentListAdapter.java │ │ │ └── ColdFragmentPagerAdapter.java │ │ └── hot │ │ │ ├── EnterpriseHDMKeychainAdapter.java │ │ │ ├── HotAddressFragmentListAdapter.java │ │ │ ├── HotFragmentPagerAdapter.java │ │ │ ├── MarketFragmentListAdapter.java │ │ │ └── TransactionsOfBlockListAdapter.java │ │ ├── animation │ │ └── FlipAndZoomAnimation.java │ │ ├── camera │ │ └── CameraManager.java │ │ ├── db │ │ ├── AddressDatabaseHelper.java │ │ ├── AddressProvider.java │ │ ├── AndroidDbImpl.java │ │ ├── BitpieHDAccountProvider.java │ │ ├── BlockProvider.java │ │ ├── DesktopAddressProvider.java │ │ ├── DesktopTxProvider.java │ │ ├── EnterpriseHDMProvider.java │ │ ├── HDAccountAddressProvider.java │ │ ├── HDAccountProvider.java │ │ ├── PeerProvider.java │ │ ├── TxDatabaseHelper.java │ │ ├── TxProvider.java │ │ └── base │ │ │ ├── AndroidCursor.java │ │ │ └── AndroidDb.java │ │ ├── enums │ │ ├── SignMessageTypeSelect.java │ │ └── TotalBalanceHide.java │ │ ├── exception │ │ └── UEHandler.java │ │ ├── factory │ │ ├── ImportHDSeedAndroid.java │ │ └── ImportPrivateKeyAndroid.java │ │ ├── fragment │ │ ├── QrCodeFragment.java │ │ ├── Refreshable.java │ │ ├── Selectable.java │ │ ├── Unselectable.java │ │ ├── cold │ │ │ ├── AddAddressBitpieColdHDAccountFragment.java │ │ │ ├── AddAddressBitpieColdHDAccountViewFragment.java │ │ │ ├── AddAddressColdHDAccountFragment.java │ │ │ ├── AddAddressColdHDAccountViewFragment.java │ │ │ ├── AddAddressColdHDMFragment.java │ │ │ ├── AddAddressColdOtherFragment.java │ │ │ ├── CheckFragment.java │ │ │ ├── ColdAddressFragment.java │ │ │ └── OptionColdFragment.java │ │ └── hot │ │ │ ├── AddAddressHotHDAccountFragment.java │ │ │ ├── AddAddressHotHDAccountViewFragment.java │ │ │ ├── AddAddressHotHDMFragment.java │ │ │ ├── AddAddressHotOtherFragment.java │ │ │ ├── AddAddressPrivateKeyFragment.java │ │ │ ├── AddAddressWatchOnlyFragment.java │ │ │ ├── BlockListFragment.java │ │ │ ├── HotAddressFragment.java │ │ │ ├── MarketFragment.java │ │ │ ├── OptionHotFragment.java │ │ │ └── PeerListFragment.java │ │ ├── image │ │ └── glcrop │ │ │ ├── CropImageGlActivity.java │ │ │ ├── CropImageGlActivityBase.java │ │ │ ├── CropImageView.java │ │ │ ├── HighlightView.java │ │ │ ├── ImageViewTouchBase.java │ │ │ ├── RotateBitmap.java │ │ │ └── Util.java │ │ ├── mnemonic │ │ └── MnemonicCodeAndroid.java │ │ ├── model │ │ ├── AddressType.java │ │ ├── Check.java │ │ ├── Depth.java │ │ ├── ExtractBccUtxo.java │ │ ├── KLine.java │ │ ├── Market.java │ │ ├── PriceAlert.java │ │ ├── Ticker.java │ │ └── TrendingGraphicData.java │ │ ├── pin │ │ ├── PinCodeActivity.java │ │ ├── PinCodeChangeActivity.java │ │ ├── PinCodeDisableActivity.java │ │ ├── PinCodeDotsView.java │ │ ├── PinCodeEnableActivity.java │ │ ├── PinCodeEnterView.java │ │ └── PinCodeUtil.java │ │ ├── preference │ │ ├── AppSharedPreference.java │ │ ├── PersistentCookieStore.java │ │ └── SerializableCookie.java │ │ ├── qrcode │ │ ├── BitherQRCodeActivity.java │ │ ├── Qr.java │ │ ├── ScanActivity.java │ │ ├── ScanQRCodeTransportActivity.java │ │ └── ScanQRCodeWithOtherActivity.java │ │ ├── rawprivatekey │ │ ├── RawDataBinaryView.java │ │ ├── RawDataDiceView.java │ │ ├── RawPrivateKeyActivity.java │ │ ├── RawPrivateKeyBinaryFragment.java │ │ └── RawPrivateKeyDiceFragment.java │ │ ├── receiver │ │ ├── AutosyncReceiver.java │ │ └── NetworkReceiver.java │ │ ├── runnable │ │ ├── AddErrorMsgRunnable.java │ │ ├── BaseRunnable.java │ │ ├── CheckRunnable.java │ │ ├── CommitTransactionThread.java │ │ ├── CompleteTransactionRunnable.java │ │ ├── DownloadAvatarRunnable.java │ │ ├── DownloadSpvRunnable.java │ │ ├── FancyQrCodeThread.java │ │ ├── GetBlockCountRunnable.java │ │ ├── GetExchangeDepthRunnable.java │ │ ├── GetKLineRunnable.java │ │ ├── HandlerMessage.java │ │ ├── RCheckRunnable.java │ │ ├── ThreadNeedService.java │ │ └── UploadAvatarRunnable.java │ │ ├── service │ │ ├── ActivityHistoryEntry.java │ │ ├── BlockchainService.java │ │ ├── LocalBinder.java │ │ ├── TickReceiver.java │ │ └── TxReceiver.java │ │ ├── ui │ │ └── base │ │ │ ├── AddAddressListItem.java │ │ │ ├── AddAddressPrivateKeyView.java │ │ │ ├── AddAddressWatchOnlyView.java │ │ │ ├── AddAddressWithPrivateKeyListItem.java │ │ │ ├── AddPrivateKeyActivity.java │ │ │ ├── AddressDetailHeader.java │ │ │ ├── AddressFragmentListItemView.java │ │ │ ├── AddressInfoChangedObserver.java │ │ │ ├── BalanceBtcToMoneyButton.java │ │ │ ├── BaseActivity.java │ │ │ ├── BaseFragmentActivity.java │ │ │ ├── BtcAndMoneyAmountVerticalView.java │ │ │ ├── BtcToMoneyButton.java │ │ │ ├── BtcToMoneyTextView.java │ │ │ ├── CheckHeaderView.java │ │ │ ├── ColdAddressFragmentBitpieHDAccountColdListItemView.java │ │ │ ├── ColdAddressFragmentHDAccountColdListItemView.java │ │ │ ├── ColdAddressFragmentHDMEnterpriseListItemView.java │ │ │ ├── ColdAddressFragmentHDMListItemView.java │ │ │ ├── ColdAddressFragmentListItemView.java │ │ │ ├── ColdWalletInitCheckView.java │ │ │ ├── CountSelectionView.java │ │ │ ├── CurrencyAmountView.java │ │ │ ├── CurrencyCalculatorLink.java │ │ │ ├── CurrencySymbolDrawable.java │ │ │ ├── CurrencyTextView.java │ │ │ ├── DialogFragmentHDMSingularColdSeed.java │ │ │ ├── DialogFragmentHDMSingularColdSeedQr.java │ │ │ ├── DialogFragmentHDMSingularColdSeedWords.java │ │ │ ├── DropdownMessage.java │ │ │ ├── HDMTriangleBgView.java │ │ │ ├── KlineDetailView.java │ │ │ ├── MarketDepthDetailView.java │ │ │ ├── MarketFragmentListItemView.java │ │ │ ├── MarketListHeader.java │ │ │ ├── MarketTickerChangedObserver.java │ │ │ ├── ObtainBCCListItemView.java │ │ │ ├── OverScrollableListView.java │ │ │ ├── OverScrollableScrollView.java │ │ │ ├── OverScrollableViewPager.java │ │ │ ├── PieChartView.java │ │ │ ├── PinnedHeaderAddressExpandableListView.java │ │ │ ├── PinnedHeaderExpandableListView.java │ │ │ ├── QrCodeImageView.java │ │ │ ├── RCheckHeaderView.java │ │ │ ├── RelativeLineHeightSpan.java │ │ │ ├── RotatableFrameLayout.java │ │ │ ├── ScannerView.java │ │ │ ├── SettingSelectorView.java │ │ │ ├── ShowFullScreenQrView.java │ │ │ ├── SmoothScrollListRunnable.java │ │ │ ├── SubtransactionLabelInHDAccountListItem.java │ │ │ ├── SubtransactionListItem.java │ │ │ ├── SubtransactionOfOwnInHDAccountListItem.java │ │ │ ├── SwipeRightActivity.java │ │ │ ├── SwipeRightFragmentActivity.java │ │ │ ├── SwipeRightTouchView.java │ │ │ ├── SyncProgressView.java │ │ │ ├── TabButton.java │ │ │ ├── TransactionImmutureConfidenceIconView.java │ │ │ ├── TransactionImmutureSummeryListItemView.java │ │ │ ├── TransactionListItem.java │ │ │ ├── TrendingGraphicView.java │ │ │ ├── ViewPagerTabs.java │ │ │ ├── WrapFrameLayoutForAnimation.java │ │ │ ├── WrapLayoutParamsForAnimator.java │ │ │ ├── dialog │ │ │ ├── CenterDialog.java │ │ │ ├── DialogAddressAlias.java │ │ │ ├── DialogAddressAliasInput.java │ │ │ ├── DialogAddressFull.java │ │ │ ├── DialogAddressFullForHD.java │ │ │ ├── DialogAddressQrCopy.java │ │ │ ├── DialogAddressWatchOnlyLongClick.java │ │ │ ├── DialogAddressWatchOnlyOption.java │ │ │ ├── DialogAddressWithPrivateKeyOption.java │ │ │ ├── DialogAddressWithShowPrivateKey.java │ │ │ ├── DialogBackupSelectVersion.java │ │ │ ├── DialogBalanceDetail.java │ │ │ ├── DialogBitpieColdInfo.java │ │ │ ├── DialogColdAddressCount.java │ │ │ ├── DialogConfirmTask.java │ │ │ ├── DialogCropPhotoTransit.java │ │ │ ├── DialogDetectBccSelectType.java │ │ │ ├── DialogDonate.java │ │ │ ├── DialogEditPassword.java │ │ │ ├── DialogEditVanityLength.java │ │ │ ├── DialogEnterpriseHDMEnable.java │ │ │ ├── DialogFancyQrCode.java │ │ │ ├── DialogFirstRunWarning.java │ │ │ ├── DialogFragmentFancyQrCodePager.java │ │ │ ├── DialogFragmentFancyQrCodeSinglePage.java │ │ │ ├── DialogGenerateAddressFinalConfirm.java │ │ │ ├── DialogHDMAddressOptions.java │ │ │ ├── DialogHDMInfo.java │ │ │ ├── DialogHDMSeedOptions.java │ │ │ ├── DialogHDMSeedWordList.java │ │ │ ├── DialogHDMServerUnsignedQRCode.java │ │ │ ├── DialogHDMonitorFirstAddressValidation.java │ │ │ ├── DialogHdAccountOldAddresses.java │ │ │ ├── DialogHdAccountOptions.java │ │ │ ├── DialogHdSendConfirm.java │ │ │ ├── DialogHdmImportWordListReplace.java │ │ │ ├── DialogHdmKeychainAddHot.java │ │ │ ├── DialogImportBip38KeyText.java │ │ │ ├── DialogImportHdAccountSeedQrCodeSelectLanguage.java │ │ │ ├── DialogImportPrivateKeyAddressValidation.java │ │ │ ├── DialogImportPrivateKeyText.java │ │ │ ├── DialogMarketDetailOption.java │ │ │ ├── DialogMonitorAddressesValidation.java │ │ │ ├── DialogPassword.java │ │ │ ├── DialogPasswordWithOther.java │ │ │ ├── DialogPrivateKeyQrCode.java │ │ │ ├── DialogPrivateKeyText.java │ │ │ ├── DialogPrivateKeyTextQrCode.java │ │ │ ├── DialogProgress.java │ │ │ ├── DialogQRCodeOption.java │ │ │ ├── DialogRCheck.java │ │ │ ├── DialogRCheckInfo.java │ │ │ ├── DialogSelectChangeAddress.java │ │ │ ├── DialogSendConfirm.java │ │ │ ├── DialogSendOption.java │ │ │ ├── DialogSendResult.java │ │ │ ├── DialogSetAvatar.java │ │ │ ├── DialogShowHeight.java │ │ │ ├── DialogSignHashSelectType.java │ │ │ ├── DialogSignMessageOutput.java │ │ │ ├── DialogSignMessageSelectAddress.java │ │ │ ├── DialogSignMessageSelectType.java │ │ │ ├── DialogSimpleQr.java │ │ │ ├── DialogTotalBtc.java │ │ │ ├── DialogTransactionConfidence.java │ │ │ ├── DialogUpgrade.java │ │ │ ├── DialogWithActions.java │ │ │ ├── DialogWithArrow.java │ │ │ ├── DialogXRandomInfo.java │ │ │ └── ProgressDialog.java │ │ │ ├── keyboard │ │ │ ├── EntryKeyboard.java │ │ │ ├── EntryKeyboardView.java │ │ │ ├── amount │ │ │ │ └── AmountEntryKeyboardView.java │ │ │ ├── password │ │ │ │ └── PasswordEntryKeyboardView.java │ │ │ └── pin │ │ │ │ └── PinEntryKeyboardView.java │ │ │ └── listener │ │ │ ├── IBackClickListener.java │ │ │ ├── ICheckPasswordListener.java │ │ │ ├── IDialogPasswordListener.java │ │ │ └── IGetAvatarListener.java │ │ ├── util │ │ ├── AdUtil.java │ │ ├── AddressAddModeUtil.java │ │ ├── AnimationUtil.java │ │ ├── BackupUtil.java │ │ ├── BitcoinURI.java │ │ ├── BitherTimer.java │ │ ├── Bluetooth.java │ │ ├── BroadcastUtil.java │ │ ├── ChartsUtil.java │ │ ├── CheckUtil.java │ │ ├── CircularProgressView.java │ │ ├── DateTimeUtil.java │ │ ├── DepthUtil.java │ │ ├── DetectAnotherAssetsUtil.java │ │ ├── ExceptionUtil.java │ │ ├── ExchangeUtil.java │ │ ├── FakeScheduledThreadPoolExecutor.java │ │ ├── FileHandlePresenter.java │ │ ├── FileUtil.java │ │ ├── HDMHotAddAndroid.java │ │ ├── HDMKeychainRecoveryUtil.java │ │ ├── HDMResetServerPasswordUtil.java │ │ ├── HDMSingularAndroid.java │ │ ├── ImageFileUtil.java │ │ ├── ImageManageUtil.java │ │ ├── InputParser.java │ │ ├── Iso8601Format.java │ │ ├── KLineUtil.java │ │ ├── KeyUtil.java │ │ ├── LogUtil.java │ │ ├── MarketUtil.java │ │ ├── MonitorBitherColdUtil.java │ │ ├── NativeUtil.java │ │ ├── NetworkUtil.java │ │ ├── PasswordStrengthUtil.java │ │ ├── PermissionUtil.java │ │ ├── PlaySound.java │ │ ├── SdkUtils.java │ │ ├── SendUtil.java │ │ ├── ServiceUtil.java │ │ ├── ShareUtil.java │ │ ├── StringUtil.java │ │ ├── SystemUtil.java │ │ ├── ThreadUtil.java │ │ ├── ThrottlingAddressChangeListener.java │ │ ├── TrendingGraphicUtil.java │ │ ├── UIUtil.java │ │ ├── UnitUtilWrapper.java │ │ ├── UpgradeUtil.java │ │ └── WalletUtils.java │ │ └── xrandom │ │ ├── BitpieHDAccountColdUEntropyActivity.java │ │ ├── EnterpriseHDMSeedUEntropyActivity.java │ │ ├── HDAccountColdUEntropyActivity.java │ │ ├── HDAccountHotUEntropyActivity.java │ │ ├── HDMKeychainColdUEntropyActivity.java │ │ ├── HDMKeychainHotUEntropyActivity.java │ │ ├── IUEntropy.java │ │ ├── IUEntropySource.java │ │ ├── LinuxSecureRandom.java │ │ ├── PrivateKeyUEntropyActivity.java │ │ ├── UEntropyActivity.java │ │ ├── UEntropyCamera.java │ │ ├── UEntropyCollector.java │ │ ├── UEntropyMic.java │ │ ├── UEntropySensor.java │ │ ├── URandom.java │ │ ├── XRandom.java │ │ ├── audio │ │ ├── AmplitudeData.java │ │ └── AudioVisualizerView.java │ │ ├── camera │ │ └── RandomPointView.java │ │ └── sensor │ │ └── SensorVisualizerView.java │ └── org │ └── bitcoinj │ └── wallet │ └── Protos.java ├── build.gradle ├── settings.gradle └── wheel ├── AndroidManifest.xml ├── res └── drawable │ ├── wheel_bg.xml │ └── wheel_val.xml └── src └── kankan └── wheel └── widget ├── ItemsRange.java ├── OnWheelChangedListener.java ├── OnWheelClickedListener.java ├── OnWheelScrollListener.java ├── WheelAdapter.java ├── WheelRecycle.java ├── WheelScroller.java ├── WheelView.java └── adapters ├── AbstractWheelAdapter.java ├── AbstractWheelTextAdapter.java ├── AdapterWheel.java ├── ArrayWheelAdapter.java ├── NumericWheelAdapter.java └── WheelViewAdapter.java /.gitignore: -------------------------------------------------------------------------------- 1 | */target/* 2 | */bin/* 3 | */gen/* 4 | */.classpath 5 | */.settings/* 6 | */.idea/* 7 | .idea/* 8 | .gradle/* 9 | */classes/* 10 | *.iml 11 | *.class 12 | */build/* 13 | build/* 14 | gradle/wrapper/* 15 | gradlew* 16 | local.properties 17 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "bitherj"] 2 | path = bitherj 3 | url = git@github.com:bither/bitherj.git 4 | branch = develop 5 | -------------------------------------------------------------------------------- /AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /android-charts/AndroidManifest.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /android-charts/res/drawable/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/android-charts/res/drawable/ic_launcher.png -------------------------------------------------------------------------------- /android-charts/res/layout/view_display_detail.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 11 | 12 | 16 | 17 | 21 | 22 | -------------------------------------------------------------------------------- /android-charts/src/net/bither/charts/entity/BitherOHLCEntity.java: -------------------------------------------------------------------------------- 1 | package net.bither.charts.entity; 2 | 3 | public class BitherOHLCEntity extends OHLCEntity { 4 | 5 | 6 | private static final long serialVersionUID = 1L; 7 | 8 | private double volume; 9 | 10 | public BitherOHLCEntity(double open, double high, double low, double close, 11 | double volume, String title, long date) { 12 | super(open, high, low, close, title, date); 13 | 14 | this.volume = volume; 15 | 16 | } 17 | 18 | public double getVolume() { 19 | return volume; 20 | } 21 | 22 | public void setVolume(double volume) { 23 | this.volume = volume; 24 | } 25 | 26 | } 27 | -------------------------------------------------------------------------------- /android-charts/src/net/bither/charts/entity/IEntity.java: -------------------------------------------------------------------------------- 1 | /* 2 | * IEntity.java 3 | * Android-Charts 4 | * 5 | * Created by limc on 2014. 6 | * 7 | * Copyright 2011 limc.cn All rights reserved. 8 | * 9 | * Licensed under the Apache License, Version 2.0 (the "License"); 10 | * you may not use this file except in compliance with the License. 11 | * You may obtain a copy of the License at 12 | * 13 | * http://www.apache.org/licenses/LICENSE-2.0 14 | * 15 | * Unless required by applicable law or agreed to in writing, software 16 | * distributed under the License is distributed on an "AS IS" BASIS, 17 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 18 | * See the License for the specific language governing permissions and 19 | * limitations under the License. 20 | */ 21 | 22 | package net.bither.charts.entity; 23 | 24 | public interface IEntity { 25 | 26 | } 27 | -------------------------------------------------------------------------------- /android-charts/src/net/bither/charts/entity/IHasXTitle.java: -------------------------------------------------------------------------------- 1 | package net.bither.charts.entity; 2 | 3 | public interface IHasXTitle { 4 | 5 | String getTitle(); 6 | 7 | void setTitle(String title); 8 | 9 | } 10 | -------------------------------------------------------------------------------- /android-charts/src/net/bither/charts/entity/MarketDepthEntity.java: -------------------------------------------------------------------------------- 1 | package net.bither.charts.entity; 2 | 3 | import java.util.List; 4 | 5 | public class MarketDepthEntity { 6 | private List> dateValueEntities; 7 | private int splitIndex; 8 | 9 | public MarketDepthEntity(List> dataEntities, 10 | int splitIndex) { 11 | this.dateValueEntities = dataEntities; 12 | this.splitIndex = splitIndex; 13 | 14 | } 15 | 16 | public List> getDateValueEntities() { 17 | return dateValueEntities; 18 | } 19 | 20 | public void setDateValueEntities( 21 | List> dateValueEntities) { 22 | this.dateValueEntities = dateValueEntities; 23 | } 24 | 25 | public int getSplitIndex() { 26 | return splitIndex; 27 | } 28 | 29 | public void setSplitIndex(int splitIndex) { 30 | this.splitIndex = splitIndex; 31 | } 32 | 33 | } 34 | -------------------------------------------------------------------------------- /android-charts/src/net/bither/charts/event/ITouchEventResponse.java: -------------------------------------------------------------------------------- 1 | package net.bither.charts.event; 2 | 3 | public interface ITouchEventResponse { 4 | 5 | public void notifyTouchPointMove(int x, int y); 6 | 7 | public void notifyTouchContentChange(Object[] objs); 8 | 9 | public void clearTounchPoint(); 10 | 11 | } 12 | -------------------------------------------------------------------------------- /android-charts/src/net/bither/charts/utils/Utils.java: -------------------------------------------------------------------------------- 1 | package net.bither.charts.utils; 2 | 3 | import java.text.DecimalFormat; 4 | 5 | public class Utils { 6 | 7 | private Utils() { 8 | 9 | } 10 | 11 | public static String formatDoubleToString(double num) { 12 | java.text.DecimalFormat formate = new DecimalFormat("0.00"); 13 | return formate.format(num); 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /android-charts/src/net/bither/charts/view/IChart.java: -------------------------------------------------------------------------------- 1 | /* 2 | * IChart.java 3 | * Android-Charts 4 | * 5 | * Created by limc on 2011/05/29. 6 | * 7 | * Copyright 2011 limc.cn All rights reserved. 8 | * 9 | * Licensed under the Apache License, Version 2.0 (the "License"); 10 | * you may not use this file except in compliance with the License. 11 | * You may obtain a copy of the License at 12 | * 13 | * http://www.apache.org/licenses/LICENSE-2.0 14 | * 15 | * Unless required by applicable law or agreed to in writing, software 16 | * distributed under the License is distributed on an "AS IS" BASIS, 17 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 18 | * See the License for the specific language governing permissions and 19 | * limitations under the License. 20 | */ 21 | 22 | package net.bither.charts.view; 23 | 24 | public interface IChart { 25 | } 26 | -------------------------------------------------------------------------------- /bither-android/lint.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | -------------------------------------------------------------------------------- /bither-android/native-libs/arm64-v8a/libbitherjni.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/native-libs/arm64-v8a/libbitherjni.so -------------------------------------------------------------------------------- /bither-android/native-libs/arm64-v8a/libjpegbither.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/native-libs/arm64-v8a/libjpegbither.so -------------------------------------------------------------------------------- /bither-android/native-libs/arm64-v8a/libscrypt.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/native-libs/arm64-v8a/libscrypt.so -------------------------------------------------------------------------------- /bither-android/native-libs/armeabi/libbitherjni.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/native-libs/armeabi/libbitherjni.so -------------------------------------------------------------------------------- /bither-android/native-libs/armeabi/libjpegbither.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/native-libs/armeabi/libjpegbither.so -------------------------------------------------------------------------------- /bither-android/native-libs/armeabi/libscrypt.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/native-libs/armeabi/libscrypt.so -------------------------------------------------------------------------------- /bither-android/res/anim/address_notification.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 10 | 11 | -------------------------------------------------------------------------------- /bither-android/res/anim/camera_to_share_in.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 16 | 17 | 24 | 25 | -------------------------------------------------------------------------------- /bither-android/res/anim/check_light_scan.xml: -------------------------------------------------------------------------------- 1 | 2 | 11 | -------------------------------------------------------------------------------- /bither-android/res/anim/check_points_scale_down.xml: -------------------------------------------------------------------------------- 1 | 2 | 12 | -------------------------------------------------------------------------------- /bither-android/res/anim/check_points_scale_up.xml: -------------------------------------------------------------------------------- 1 | 2 | 11 | -------------------------------------------------------------------------------- /bither-android/res/anim/choose_mode_activity_exit.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | -------------------------------------------------------------------------------- /bither-android/res/anim/choose_mode_grow.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 15 | 16 | 20 | 21 | -------------------------------------------------------------------------------- /bither-android/res/anim/dropdown_message_in.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | -------------------------------------------------------------------------------- /bither-android/res/anim/dropdown_message_out.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 7 | 8 | 12 | 13 | -------------------------------------------------------------------------------- /bither-android/res/anim/hdm_keychain_add_one_part_flash.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 10 | -------------------------------------------------------------------------------- /bither-android/res/anim/hdm_keychain_add_spin_interpolator.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | -------------------------------------------------------------------------------- /bither-android/res/anim/market_list_header_drop_animation.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 13 | -------------------------------------------------------------------------------- /bither-android/res/anim/password_wrong_warning.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 17 | 22 | 23 | -------------------------------------------------------------------------------- /bither-android/res/anim/pin_code_wrong.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 17 | 22 | 23 | -------------------------------------------------------------------------------- /bither-android/res/anim/scanner_in_enter.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 18 | 19 | 24 | 25 | -------------------------------------------------------------------------------- /bither-android/res/anim/scanner_in_exit.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 10 | 16 | 17 | -------------------------------------------------------------------------------- /bither-android/res/anim/scanner_label_flash.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 11 | 12 | 22 | 23 | -------------------------------------------------------------------------------- /bither-android/res/anim/scanner_out_enter.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 10 | 11 | 17 | 18 | -------------------------------------------------------------------------------- /bither-android/res/anim/slide_in_right.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 13 | 14 | -------------------------------------------------------------------------------- /bither-android/res/anim/slide_out_right.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 8 | 9 | 13 | 14 | -------------------------------------------------------------------------------- /bither-android/res/anim/uentropy_activity_back_enter.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 13 | -------------------------------------------------------------------------------- /bither-android/res/anim/uentropy_activity_start_exit.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 13 | -------------------------------------------------------------------------------- /bither-android/res/color/add_address_text_color_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/color/checkable_text_color.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/color/dialog_text_color_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/color/market_detail_radio_button_text_color.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/color/market_list_header_trending_color_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/color/tab_text_color_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/action_bar_black_bg_tile_horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/action_bar_black_bg_tile_horizontal.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/action_bar_black_left_button_enabled.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/action_bar_black_left_button_enabled.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/action_bar_black_left_button_enabled_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/action_bar_black_left_button_enabled_pressed.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/action_bar_dark_right_green_button_enabled.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/action_bar_dark_right_green_button_enabled.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/action_bar_dark_right_green_button_enabled_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/action_bar_dark_right_green_button_enabled_pressed.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/action_bar_glyph_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/action_bar_glyph_cancel.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/action_bar_glyph_done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/action_bar_glyph_done.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/action_bar_toggle_button_left_checked.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/action_bar_toggle_button_left_checked.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/action_bar_toggle_button_left_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/action_bar_toggle_button_left_normal.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/action_bar_toggle_button_middle_checked.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/action_bar_toggle_button_middle_checked.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/action_bar_toggle_button_middle_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/action_bar_toggle_button_middle_normal.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/action_bar_toggle_button_right_checked.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/action_bar_toggle_button_right_checked.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/action_bar_toggle_button_right_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/action_bar_toggle_button_right_normal.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/camera_button_bg_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/camera_button_bg_normal.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/camera_button_bg_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/camera_button_bg_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/camera_button_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/camera_button_icon.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/camera_button_icon_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/camera_button_icon_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/camera_crop_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/camera_crop_handle.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/card_corner_bottom_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/card_corner_bottom_left.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/card_corner_bottom_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/card_corner_bottom_right.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/card_corner_top_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/card_corner_top_left.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/card_corner_top_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/card_corner_top_right.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/card_shadow_bottom.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/card_shadow_bottom.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/card_shadow_top.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/card_shadow_top.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/check_prepare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/check_prepare.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/check_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/check_success.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/delete_button_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/delete_button_normal.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/ic_launcher.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/list_item_address_group_indicator.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/list_item_address_group_indicator.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/list_item_address_group_indicator_expanded.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/list_item_address_group_indicator_expanded.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/market_kline_radio_button_left_checked.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/market_kline_radio_button_left_checked.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/market_kline_radio_button_left_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/market_kline_radio_button_left_normal.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/market_kline_radio_button_middle_checked.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/market_kline_radio_button_middle_checked.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/market_kline_radio_button_middle_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/market_kline_radio_button_middle_normal.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/market_kline_radio_button_right_checked.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/market_kline_radio_button_right_checked.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/market_kline_radio_button_right_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/market_kline_radio_button_right_normal.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/new_message_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/new_message_bg.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/no_address_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/no_address_image.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/qrcode_frame_default.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/qrcode_frame_default.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/qrcode_frame_focused.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/qrcode_frame_focused.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/qrcode_frame_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/qrcode_frame_pressed.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/sync_progress_foreground.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/sync_progress_foreground.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/tab_bg_overlay_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/tab_bg_overlay_pressed.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/tab_selected.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/tab_selected.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/title_bar_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/title_bar_bg.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-hdpi/title_bar_seperator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-hdpi/title_bar_seperator.png -------------------------------------------------------------------------------- /bither-android/res/drawable-ldpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-ldpi/ic_launcher.png -------------------------------------------------------------------------------- /bither-android/res/drawable-mdpi/chat_input_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-mdpi/chat_input_bg.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-mdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-mdpi/ic_launcher.png -------------------------------------------------------------------------------- /bither-android/res/drawable-mdpi/title_bar_seperator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-mdpi/title_bar_seperator.png -------------------------------------------------------------------------------- /bither-android/res/drawable-nodpi/border_bottom_right.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-nodpi/border_bottom_right.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-nodpi/border_top_left.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-nodpi/border_top_left.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-nodpi/dialog_total_btc_pie_chart_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-nodpi/dialog_total_btc_pie_chart_logo.png -------------------------------------------------------------------------------- /bither-android/res/drawable-nodpi/pie_mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-nodpi/pie_mask.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/action_bar_black_left_button_enabled.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/action_bar_black_left_button_enabled.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/action_bar_black_left_button_enabled_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/action_bar_black_left_button_enabled_pressed.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/action_bar_dark_right_green_button_enabled.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/action_bar_dark_right_green_button_enabled.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/action_bar_dark_right_green_button_enabled_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/action_bar_dark_right_green_button_enabled_pressed.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/action_bar_glyph_cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/action_bar_glyph_cancel.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/action_bar_glyph_cancel_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/action_bar_glyph_cancel_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/action_bar_glyph_crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/action_bar_glyph_crop.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/action_bar_glyph_crop_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/action_bar_glyph_crop_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/action_bar_glyph_rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/action_bar_glyph_rotate.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/action_bar_glyph_rotate_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/action_bar_glyph_rotate_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/action_bar_glyph_tiltshift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/action_bar_glyph_tiltshift.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/action_bar_glyph_tiltshift_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/action_bar_glyph_tiltshift_bar.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/action_bar_glyph_tiltshift_bar_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/action_bar_glyph_tiltshift_bar_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/action_bar_glyph_tiltshift_circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/action_bar_glyph_tiltshift_circle.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/action_bar_glyph_tiltshift_circle_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/action_bar_glyph_tiltshift_circle_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/action_bar_glyph_tiltshift_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/action_bar_glyph_tiltshift_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/add_address_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/add_address_normal.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/add_address_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/add_address_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/add_address_text_field_disabled.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/add_address_text_field_disabled.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/add_address_text_field_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/add_address_text_field_normal.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/address_add_mode_bither_create.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/address_add_mode_bither_create.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/address_add_mode_bither_create_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/address_add_mode_bither_create_press.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/address_add_mode_clone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/address_add_mode_clone.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/address_add_mode_clone_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/address_add_mode_clone_press.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/address_add_mode_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/address_add_mode_import.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/address_add_mode_import_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/address_add_mode_import_press.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/address_add_mode_other.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/address_add_mode_other.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/address_add_mode_other_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/address_add_mode_other_press.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/address_alias_default.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/address_alias_default.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/address_alias_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/address_alias_pressed.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/address_balance_full_show_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/address_balance_full_show_button.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/address_full_show_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/address_full_show_button.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/address_type_hd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/address_type_hd.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/address_type_hd_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/address_type_hd_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/address_type_hdm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/address_type_hdm.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/address_type_hdm_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/address_type_hdm_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/address_type_private.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/address_type_private.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/address_type_private_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/address_type_private_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/address_type_watchonly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/address_type_watchonly.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/address_type_watchonly_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/address_type_watchonly_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/advance_button_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/advance_button_icon.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/app_mode_cold_icon_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/app_mode_cold_icon_normal.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/app_mode_cold_icon_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/app_mode_cold_icon_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/app_mode_warm_icon_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/app_mode_warm_icon_normal.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/app_mode_warm_icon_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/app_mode_warm_icon_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/arrow_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/arrow_down.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/arrow_in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/arrow_in.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/arrow_out.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/arrow_out.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/avatar_button_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/avatar_button_icon.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/avatar_button_icon_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/avatar_button_icon_border.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/avatar_for_fancy_qr_code_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/avatar_for_fancy_qr_code_overlay.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/avatar_for_fancy_qr_code_shape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/avatar_for_fancy_qr_code_shape.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/btn_check_light_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/btn_check_light_checked.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/btn_check_light_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/btn_check_light_unchecked.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/btn_check_off_disable_focused_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/btn_check_off_disable_focused_holo_light.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/btn_check_off_disable_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/btn_check_off_disable_holo_light.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/btn_check_off_disabled_focused_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/btn_check_off_disabled_focused_holo_light.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/btn_check_off_focused_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/btn_check_off_focused_holo_light.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/btn_check_off_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/btn_check_off_holo_light.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/btn_check_off_normal_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/btn_check_off_normal_holo_light.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/btn_check_on_disabled_focused_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/btn_check_on_disabled_focused_holo_light.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/btn_check_on_disabled_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/btn_check_on_disabled_holo_light.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/btn_check_on_focused_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/btn_check_on_focused_holo_light.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/btn_check_on_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/btn_check_on_holo_light.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/btn_keyboard_key_gray_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/btn_keyboard_key_gray_normal.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/btn_keyboard_key_gray_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/btn_keyboard_key_gray_pressed.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/btn_keyboard_key_grey_normal_off.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/btn_keyboard_key_grey_normal_off.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/btn_keyboard_key_grey_normal_on.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/btn_keyboard_key_grey_normal_on.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/btn_keyboard_key_grey_pressed_off.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/btn_keyboard_key_grey_pressed_off.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/btn_keyboard_key_grey_pressed_on.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/btn_keyboard_key_grey_pressed_on.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/btn_keyboard_key_white_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/btn_keyboard_key_white_normal.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/btn_keyboard_key_white_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/btn_keyboard_key_white_pressed.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/button_check_bg_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/button_check_bg_normal.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/button_check_bg_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/button_check_bg_pressed.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/button_small_blue_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/button_small_blue_normal.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/button_small_blue_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/button_small_blue_pressed.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/button_small_green_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/button_small_green_normal.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/button_small_green_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/button_small_green_pressed.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/button_small_red_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/button_small_red_normal.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/button_small_red_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/button_small_red_pressed.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/button_small_send_disabled.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/button_small_send_disabled.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/button_small_send_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/button_small_send_normal.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/button_small_send_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/button_small_send_pressed.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/camera_bg_tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/camera_bg_tile.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/camera_bottom_bg_tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/camera_bottom_bg_tile.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/camera_bottom_button_bg_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/camera_bottom_button_bg_pressed.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/camera_bottom_button_filter_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/camera_bottom_button_filter_checked.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/camera_bottom_button_filter_checked_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/camera_bottom_button_filter_checked_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/camera_bottom_button_filter_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/camera_bottom_button_filter_unchecked.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/camera_bottom_button_filter_unchecked_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/camera_bottom_button_filter_unchecked_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/camera_bottom_button_gallery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/camera_bottom_button_gallery.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/camera_bottom_button_gallery_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/camera_bottom_button_gallery_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/camera_button_bg_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/camera_button_bg_normal.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/camera_button_bg_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/camera_button_bg_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/camera_button_highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/camera_button_highlight.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/camera_button_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/camera_button_icon.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/camera_button_icon_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/camera_button_icon_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/camera_cancel_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/camera_cancel_normal.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/camera_cancel_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/camera_cancel_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/camera_crop_handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/camera_crop_handle.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/camera_iris_frame.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/camera_iris_frame.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/camera_top_button_bg_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/camera_top_button_bg_pressed.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/card_corner_bottom_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/card_corner_bottom_left.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/card_corner_bottom_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/card_corner_bottom_right.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/card_corner_top_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/card_corner_top_left.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/card_corner_top_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/card_corner_top_right.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/center_dialog_background.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/center_dialog_background.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/center_dialog_background_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/center_dialog_background_light.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/check_button_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/check_button_icon.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/check_failed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/check_failed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/check_prepare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/check_prepare.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/check_progress_bar_indeterminate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/check_progress_bar_indeterminate.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/check_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/check_success.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/checking_progress_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/checking_progress_light.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/checkmark.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/currency_symbol_btc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/currency_symbol_btc.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/detail_send_button_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/detail_send_button_normal.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/detail_send_button_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/detail_send_button_pressed.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/dialog_arrow_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/dialog_arrow_bottom.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/dialog_arrow_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/dialog_arrow_top.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/dialog_btn_bg_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/dialog_btn_bg_normal.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/dialog_btn_bg_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/dialog_btn_bg_pressed.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/dice_large_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/dice_large_1.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/dice_large_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/dice_large_2.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/dice_large_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/dice_large_3.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/dice_large_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/dice_large_4.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/dice_large_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/dice_large_5.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/dice_large_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/dice_large_6.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/donate_button_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/donate_button_icon.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/dropdown_ic_arrow_normal_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/dropdown_ic_arrow_normal_holo_light.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/dropdown_ic_arrow_pressed_holo_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/dropdown_ic_arrow_pressed_holo_light.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/edit_password_button_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/edit_password_button_icon.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/fancy_qr_code_avatar_checked_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/fancy_qr_code_avatar_checked_normal.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/fancy_qr_code_avatar_checked_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/fancy_qr_code_avatar_checked_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/fancy_qr_code_avatar_unchecked_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/fancy_qr_code_avatar_unchecked_normal.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/fancy_qr_code_avatar_unchecked_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/fancy_qr_code_avatar_unchecked_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/fancy_qr_code_save_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/fancy_qr_code_save_normal.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/fancy_qr_code_save_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/fancy_qr_code_save_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/fancy_qr_code_share_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/fancy_qr_code_share_normal.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/fancy_qr_code_share_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/fancy_qr_code_share_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/filter_discard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/filter_discard.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/filter_discard_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/filter_discard_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/filter_save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/filter_save.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/filter_save_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/filter_save_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/first_run_dialog_dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/first_run_dialog_dot.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/first_run_dialog_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/first_run_dialog_icon.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/global_shadow_down.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/global_shadow_down.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/global_shadow_up.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/global_shadow_up.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/hdm_button_add_address_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/hdm_button_add_address_normal.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/hdm_button_add_address_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/hdm_button_add_address_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/hdm_button_qr_code_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/hdm_button_qr_code_normal.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/hdm_button_qr_code_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/hdm_button_qr_code_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/hdm_button_seed_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/hdm_button_seed_normal.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/hdm_button_seed_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/hdm_button_seed_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/hdm_keychain_add_cold_completed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/hdm_keychain_add_cold_completed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/hdm_keychain_add_cold_disable_uncompleted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/hdm_keychain_add_cold_disable_uncompleted.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/hdm_keychain_add_cold_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/hdm_keychain_add_cold_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/hdm_keychain_add_hot_completed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/hdm_keychain_add_hot_completed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/hdm_keychain_add_hot_disable_uncompleted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/hdm_keychain_add_hot_disable_uncompleted.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/hdm_keychain_add_hot_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/hdm_keychain_add_hot_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/hdm_keychain_add_one_part_enabled_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/hdm_keychain_add_one_part_enabled_light.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/hdm_keychain_add_server_completed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/hdm_keychain_add_server_completed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/hdm_keychain_add_server_disable_uncompleted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/hdm_keychain_add_server_disable_uncompleted.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/hdm_keychain_add_server_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/hdm_keychain_add_server_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/hdm_keychain_cold_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/hdm_keychain_cold_small.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/hdm_keychain_hot_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/hdm_keychain_hot_small.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/hdm_keychain_server_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/hdm_keychain_server_small.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/hdm_label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/hdm_label.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/hdm_label_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/hdm_label_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/ic_input_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/ic_input_delete.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/ic_launcher.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/icon_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/icon_arrow.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/icon_arrow_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/icon_arrow_press.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/icon_question.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/icon_question.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/icon_rule_check_box_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/icon_rule_check_box_normal.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/icon_rule_check_box_press.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/icon_rule_check_box_press.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/import_private_key_text_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/import_private_key_text_icon.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/keyboard_key_feedback_background.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/keyboard_key_feedback_background.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/market_price_alert_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/market_price_alert_icon.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/market_price_alert_icon_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/market_price_alert_icon_light.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/pin_code_water_mark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/pin_code_water_mark.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/qr_code_button_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/qr_code_button_icon.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/rcheck_button_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/rcheck_button_icon.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/rcheck_check_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/rcheck_check_button.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/rcheck_info_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/rcheck_info_logo.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/scan_button_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/scan_button_icon.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/scan_button_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/scan_button_normal.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/scan_button_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/scan_button_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/scan_button_resizable_normal.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/scan_button_resizable_normal.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/scan_button_resizable_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/scan_button_resizable_pressed.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/scan_from_gallery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/scan_from_gallery.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/setting_footer_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/setting_footer_logo.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/swipe_right_to_pop_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/swipe_right_to_pop_shadow.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/sym_keyboard_delete_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/sym_keyboard_delete_holo_dark.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/sym_keyboard_hide_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/sym_keyboard_hide_dark.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/sym_keyboard_shift_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/sym_keyboard_shift_holo_dark.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/sym_keyboard_shift_locked_holo_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/sym_keyboard_shift_locked_holo_dark.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/symbol_bits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/symbol_bits.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/symbol_bits_slim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/symbol_bits_slim.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/symbol_btc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/symbol_btc.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/symbol_btc_slim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/symbol_btc_slim.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/tab_arrow_down_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/tab_arrow_down_checked.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/tab_arrow_down_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/tab_arrow_down_unchecked.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/tab_arrow_up_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/tab_arrow_up_checked.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/tab_arrow_up_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/tab_arrow_up_unchecked.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/tab_bg_overlay_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/tab_bg_overlay_pressed.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/tab_guard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/tab_guard.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/tab_guard_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/tab_guard_checked.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/tab_main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/tab_main.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/tab_main_bits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/tab_main_bits.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/tab_main_bits_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/tab_main_bits_checked.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/tab_main_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/tab_main_checked.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/tab_market.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/tab_market.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/tab_market_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/tab_market_checked.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/tab_option.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/tab_option.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/tab_option_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/tab_option_checked.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/textarea_background.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/textarea_background.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/textarea_background_pressed.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/textarea_background_pressed.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/textfield_activated_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/textfield_activated_holo_dark.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/textfield_activated_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/textfield_activated_holo_light.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/textfield_default_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/textfield_default_holo_dark.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/textfield_default_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/textfield_default_holo_light.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/textfield_disabled_focused_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/textfield_disabled_focused_holo_dark.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/textfield_disabled_focused_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/textfield_disabled_focused_holo_light.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/textfield_disabled_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/textfield_disabled_holo_dark.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/textfield_disabled_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/textfield_disabled_holo_light.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/textfield_focused_holo_dark.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/textfield_focused_holo_dark.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/textfield_focused_holo_light.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/textfield_focused_holo_light.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/title_bar_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/title_bar_back.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/title_bar_bg.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/title_bar_bg.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/title_bar_delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/title_bar_delete.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/title_bar_light_option.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/title_bar_light_option.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/title_bar_option_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/title_bar_option_icon.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/title_bar_seperator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/title_bar_seperator.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/titlebar_background.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/titlebar_background.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/torch_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/torch_off.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/torch_off_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/torch_off_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/torch_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/torch_on.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/torch_on_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/torch_on_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/transaction_building_icon_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/transaction_building_icon_1.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/transaction_building_icon_100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/transaction_building_icon_100.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/transaction_building_icon_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/transaction_building_icon_2.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/transaction_building_icon_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/transaction_building_icon_3.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/transaction_building_icon_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/transaction_building_icon_4.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/transaction_building_icon_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/transaction_building_icon_5.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/transaction_building_icon_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/transaction_building_icon_6.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/transaction_icon_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/transaction_icon_small.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/transaction_pending_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/transaction_pending_icon.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/transaction_unsigned_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/transaction_unsigned_icon.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/trash_can_button_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/trash_can_button_icon.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/trash_can_restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/trash_can_restore.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/unsigned_transaction_button_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/unsigned_transaction_button_icon.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/unsigned_transaction_button_icon_mirror_transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/unsigned_transaction_button_icon_mirror_transparent.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/vanity_qr_shadow.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/vanity_qr_shadow.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/xrandom_address_label_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/xrandom_address_label_normal.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/xrandom_address_label_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/xrandom_address_label_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/xrandom_checkbox_checked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/xrandom_checkbox_checked.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/xrandom_checkbox_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/xrandom_checkbox_normal.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/xrandom_info_icon_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/xrandom_info_icon_normal.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/xrandom_info_icon_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/xrandom_info_icon_pressed.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/xrandom_info_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/xrandom_info_logo.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/xrandom_overlay_line_down.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/xrandom_overlay_line_down.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/xrandom_overlay_line_up.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/xrandom_overlay_line_up.9.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/xrandom_overlay_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/xrandom_overlay_logo.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/xrandom_overlay_logo_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/xrandom_overlay_logo_bottom.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/xrandom_overlay_logo_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/xrandom_overlay_logo_top.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/xrandom_overlay_tile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/xrandom_overlay_tile.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/xrandom_sensor_accelerometer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/xrandom_sensor_accelerometer.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/xrandom_sensor_gravity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/xrandom_sensor_gravity.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/xrandom_sensor_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/xrandom_sensor_light.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xhdpi/xrandom_sensor_magnetic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xhdpi/xrandom_sensor_magnetic.png -------------------------------------------------------------------------------- /bither-android/res/drawable-xxhdpi/ic_launcher.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bither/bither-android/2679776501c311b6620f63a3835d642df91af93d/bither-android/res/drawable-xxhdpi/ic_launcher.png -------------------------------------------------------------------------------- /bither-android/res/drawable/action_bar_black_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | -------------------------------------------------------------------------------- /bither-android/res/drawable/action_bar_black_left_button.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/action_bar_dark_green_right_button.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /bither-android/res/drawable/action_bar_glyph_cancel_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/action_bar_glyph_crop_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/action_bar_glyph_rotate_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/action_bar_glyph_tiltshift_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/action_bar_toggle_button_left.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /bither-android/res/drawable/action_bar_toggle_button_middle.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /bither-android/res/drawable/action_bar_toggle_button_right.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /bither-android/res/drawable/add_address_scan_button_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/add_address_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/add_address_text_field_background_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/address_add_mode_bither_create_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/address_add_mode_clone_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/address_add_mode_import_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/address_add_mode_other_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/address_alias_bg_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /bither-android/res/drawable/address_type_hd_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /bither-android/res/drawable/address_type_hdm_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/address_type_private_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/address_type_watchonly_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/app_mode_cold_icon_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/app_mode_warm_icon_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/btn_check_light_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /bither-android/res/drawable/btn_small_blue_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/btn_small_green_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/btn_small_red_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/btn_small_send_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /bither-android/res/drawable/button_check_bg_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/camera_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | -------------------------------------------------------------------------------- /bither-android/res/drawable/camera_bottom_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | -------------------------------------------------------------------------------- /bither-android/res/drawable/camera_bottom_button_bg_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/camera_bottom_button_filter_toggle_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /bither-android/res/drawable/camera_bottom_button_gallery_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/camera_button_bg_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/camera_button_icon_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/camera_cancel.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /bither-android/res/drawable/camera_top_button_bg_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/check_progress_bar.xml: -------------------------------------------------------------------------------- 1 | 2 | 8 | -------------------------------------------------------------------------------- /bither-android/res/drawable/choose_mode_gradient_cold.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 9 | 10 | -------------------------------------------------------------------------------- /bither-android/res/drawable/choose_mode_gradient_warm.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 9 | 10 | -------------------------------------------------------------------------------- /bither-android/res/drawable/detail_send_button_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/dialog_btn_bg_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/dropdown_ic_arrow_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/entry_keyboard_action_key_btn_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | -------------------------------------------------------------------------------- /bither-android/res/drawable/fancy_qr_code_avatar_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /bither-android/res/drawable/fancy_qr_code_save_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/fancy_qr_code_share_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /bither-android/res/drawable/filter_discard_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/filter_save_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/hdm_button_add_address_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /bither-android/res/drawable/hdm_button_qr_code_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /bither-android/res/drawable/hdm_button_seed_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /bither-android/res/drawable/hdm_keychain_add_cold_icon_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /bither-android/res/drawable/hdm_keychain_add_hot_icon_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /bither-android/res/drawable/hdm_keychain_add_server_icon_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /bither-android/res/drawable/hdm_label_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /bither-android/res/drawable/icon_arrow_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /bither-android/res/drawable/icon_rule_check_box_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /bither-android/res/drawable/list_item_address_group_background_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/list_item_address_group_indicator_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/market_kline_radio_button_left_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/market_kline_radio_button_middle_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/market_kline_radio_button_right_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/password_strength_medium.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /bither-android/res/drawable/password_strength_normal.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /bither-android/res/drawable/password_strength_strong.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /bither-android/res/drawable/password_strength_very_strong.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /bither-android/res/drawable/password_strength_weak.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /bither-android/res/drawable/qrcode_frame.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /bither-android/res/drawable/scan_button_resizable_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/scan_button_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/tab_bottom_background_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/tab_button_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/text_field_holo_dark_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /bither-android/res/drawable/text_field_holo_light_background.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /bither-android/res/drawable/textarea_background_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /bither-android/res/drawable/torch_icon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /bither-android/res/drawable/transparent.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /bither-android/res/drawable/uentropy_progress.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /bither-android/res/drawable/ui_touchable_bg.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/ui_touchable_foreground.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /bither-android/res/drawable/white.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /bither-android/res/drawable/xrandom_address_label_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /bither-android/res/drawable/xrandom_checkbox_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /bither-android/res/drawable/xrandom_info_icon_selector.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /bither-android/res/drawable/xrandom_overlay.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /bither-android/res/layout/activity_getsigntx.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 |