Estructura del proyecto (árbol de archivos)

📦wii2
┣ 📂debug
┃ ┗ 📜google-services.json
┣ 📂java
┃ ┗ 📂com
┃ ┃ ┗ 📂gigigo
┃ ┃ ┃ ┗ 📂wii
┃ ┃ ┃ ┃ ┗ 📂pos
┃ ┃ ┃ ┃ ┃ ┣ 📂data
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂api
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜UserNetworkApiService.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂model
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂api
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂request
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂bankaccount
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BankRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜BankRequestEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂ciam
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂deliver
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AskForQualificationRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜AssignDeliverRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂login
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AuthRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ForgotPassRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜RefreshTokenCiamRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂prestadiiki
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AcceptCreateRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CreateRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PayCreditRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜UpdateAmountRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂shipping
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜DeleteDeliverRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜RegisterDeliveryResponse.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜UpdateConfigurationRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AddCardRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AddCategoryRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AddProductRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ChangeBussinessPassRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ChangeProductStatusRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CreateBussinessInfoRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CreditCardRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜InitTransactionRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜NipRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜OrderConfigurationRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PaymentMetadataRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜RefreshTokenRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ResendCodeRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜SendBalanceRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜UpdateOrderRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜UpdateTransactionRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ValidateCodeRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ValidateSocialNetworkRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜VerificateNumberRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜WithdrawRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📂response
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂bankaccount
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BalanceResponse.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BankEntityResponse.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜FieldResponse.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂bussiness
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂places
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜GeocodingResult.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BussinessAddressEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BussinessEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BussinessImageEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BussinessLocationEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜BussinessTypeEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂category
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CategoryEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜MenuCategoryEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂charge
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BillpocketInfoEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜TransactionEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂ciam
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ProfileCiamResponse.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜RecoveryUserPassResponse.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜SendCodeResponse.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜UserValidationResponse.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ValidateCodeResponse.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂login
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AuthEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AuthImageEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜RefreshTokenEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜TokenEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜UserDataEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂logout
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜LogoutResponse.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂network
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜WiiNetworkUserEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂orders
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜Alerts.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BusinessId.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BusinessOrderInfoEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ChargeOrderEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜Duration.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜OrderConfigEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜OrderConfigurationEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜OrderCustomerAddressEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜OrderCustomerEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜OrderEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜OrderProductEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜OrderResponseEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜OrderStatusEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PreparationTime.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜RequestOrderConfigEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ServiceType.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂payment
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜PaymentItemEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂prestadiiki
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CreditDetail.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CreditInfo.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CreditPaymentTrackingItem.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CreditStatus.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CreditStatusEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜TransactionItem.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂products
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ProductAddedEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ProductEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ProductImage.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂promotions
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜Image.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜Product.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ProdutsByCategoryEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ProdutsByCategoryEntityItem.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PromotionItem.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PromotionList.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PromotionListFood.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PromotionListFoodItem.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜RequestPostPromotionEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜RequestPromotionDeleteEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜RequetsPatchPromotionEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂recharge
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CreditCardEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜FondeoEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂schedule
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ScheduleEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂serviceType
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜RequestServiceType.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ResponseServiceType.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ServiceType.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ServiceTypeStatus.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂shipping
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BFotoPerfil.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ConfigurationEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜DeliveryPageResponse.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜EnrolamientoStatus.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜EstatusDelivery.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜FinalResponsePageDeliveryList.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜MetaPageDeliveryList.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜NameDelivery.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜NidIdDiiki.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜OrdersConfiguration.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜RegisterDeliveryRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂suscription
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ActiveSuscriptionEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ParametersSuscriptionEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜SuscriptionRequest.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂terms
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜FaqEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜GenericTermsNoticeEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂transactions
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜TransactionDetailEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜TransactionsEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜TransactionsEntityItem.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂validatecode
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AddressLocationEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BusinessEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BusinessPartnerEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜BusinessServicesEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂wallet
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜NetworkEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜NetworkItemEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜TransferEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜WithdrawResponse.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ImageEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜NotificationEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PublicityEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜QrEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ResendCodeEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜StateEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜TownEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜VerificateNumberEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📂local
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂register
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜GeneralDataEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BussinessMenuEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BussinessServiceItem.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜EditSectionItem.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜GridSectionItem.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜SpinnerItemEntity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜SpinnerItemString.kt
┃ ┃ ┃ ┃ ┃ ┃ ┗ 📂remote
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂repository
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CiamRepository.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜GeocodingRepository.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PrestaDiikiRepository.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜WiiRepository.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CiamApi.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜GeocodingApi.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PrestaDiikiApi.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜WiiApi.kt
┃ ┃ ┃ ┃ ┃ ┣ 📂di
┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜WiiNetworkModule.kt
┃ ┃ ┃ ┃ ┃ ┣ 📂domain
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂chat
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂exceptions
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜WiiChatNotUserFound.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜WiiChatManager.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂model
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CreditStatus.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜WiiChatCredentialModel.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂repository
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📂network
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜NetworkUserRepository.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜NetworkUserRepositoryImp.kt
┃ ┃ ┃ ┃ ┃ ┃ ┗ 📂usecases
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜GetChatContactsUseCase.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜GetNetworkUserUseCase.kt
┃ ┃ ┃ ┃ ┃ ┣ 📂utils
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂ciam
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CiamConstants.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CountryCode.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜SendCodeChannel.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜SmartLoginStatus.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂error
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CiamError.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CustomError.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ErrorUitls.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂interceptor
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AuthenticatorInterceptor.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AuthInterceptor.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜TokenInterceptor.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂preferences
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AppPreferences.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜SharedKeys.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AccessCodeType.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BankAccountStatus.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BankPhotoType.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BussinessMenuType.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BussinessPhotoType.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CategoryType.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜DrawableTools.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜EditBussinessSection.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜FingerprintType.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜HomeSectionType.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜LoginTokenType.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜NotificationType.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜OrderDeliveryType.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜OrderStatus.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PaymentMethod.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜SuscriptionDetailType.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜UserLoguedType.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜UtilsWii.kt
┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ZoomOutPageTransformer.kt
┃ ┃ ┃ ┃ ┃ ┣ 📂view
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂adapter
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CalendarAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ColorCategoryAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜GroupObject.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜IconCategoryAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ListObject.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜MenuWithoutIconAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PickerCategoryAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜SearchAddressAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜StringSpinnerAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂bankaccount
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂adapter
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BankGroupHolder.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BankItemHolder.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜BankMovementsAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AddressActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AddressAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AdminBankAccountDataActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ApprovedAccountActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BankAccountDataActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BankMovDetailActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BankMovementsActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BankNipActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CardPaymentActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ComingBankTransferActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CreateBankAccountActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜DeliveryAddressActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜IdentityProofActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜IntroAdminBankAccountActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜IntroBankAccountActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜MenuBankAccountActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜SendedBankAccountActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂base
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BaseActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BaseBinderActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BaseBinderFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BaseBinderModelActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BaseBinderModelFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜BaseFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂delivery
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂choosedeliver
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ChooseDeliverFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂deliverlist
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜DeliverListFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂deliverydetail
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜DeliveryFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜DeliveryItemAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂qualification
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜QualificationFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂tracking
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜TrackingDeliveryFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜DeliveryActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂home
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂account
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂bussiness
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AccountBussinessAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜AccountBussinessListActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂edit
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜EditAccountActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜EditFingerprintActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜EditGeneralDataActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂invite
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ShareBottomSheetDialogFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂legal
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂faq
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜FaqActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜FaqRecyclerViewAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂term
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜TermsConditionsActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜LegalActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜LegalRecyclerViewAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜LegalView.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂notifications
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜NotificationActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜NotificationAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂payment
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AddCardActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CardAddressActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜DetailCardActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜MethodRecyclerViewAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜PaymentMethodsActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂qr
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜UserQrActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ValidatePinActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂recharge
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜FondeoActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜RechargeAmountActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂schedules
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂adapter
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ConfigDaysAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜DaysAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ConfigSchedulesActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜DetailConfigDaysActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜SchedulesActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂support
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜SupportActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂suscription
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜SuscriptionCardPaymentActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜SuscriptionDetailActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜SuscriptionsActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜SuscriptionWebviewActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂transactions
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂adapters
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜DetailTransactionAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜TransactionAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜DetailTransactionActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜TransactionsActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AccountBankAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AccountFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ResumeTransferActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜WalletMenuRecyclerViewAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜WalletMenuView.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂bi
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BIActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜BiFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂bussiness
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂detail
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BussinessDetailActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜BussinessMenuAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂edit
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜EditAccessDataActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜EditBussinessActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜EditBussinessAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜EditPasswordActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AccessDataBussinessActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AddressBussinessActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BussinessAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BussinessListActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CreateBussinessActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜GenericWebviewActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PhotoBussinessActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜SearchAddressBussinessActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜SuccessCreatedBussinessActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂delivery
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜AssignDeliveryManActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂home
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂prestadiiki
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AxisValueFormatter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ConfirmCreditActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜DetailCreditActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜FinishedCreditActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PrestaHomeActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PrestaRequestActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜TransactionDialog.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜UnderReviewActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BottomHomeFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BottomPagerAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ComingPrestadiikiActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜GridSectionAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜GridSectionBussinessAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜HomeActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜HomeFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜HomePagerAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PublicityWebviewActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ServiceBussinessAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜TopHomeFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜TopPagerAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂network
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂chat
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂detail
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ChatDetailActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ChatDetailActivitySearch.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ChatOptionsSheetDialogFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂foward
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ChatFowardMessageActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ChatFowardMessageRecyclerViewAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ChatFowardMessageView.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂friends
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜WiChatWithFriendsActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜WiChatWithFriendsView.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜WiiChatWithFriendsAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂main
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂dialog
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ChatOptionsBottomSheetDialogFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂search
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜WiiChatMainSearchContacts.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂threads
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CustomThreadViewHolder.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜WiiThreadsChatFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜WiiChatMainActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂notification
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜NotificationDisplayHandler.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📂wii
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜WiiChatWithAllWiiUsers.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜WiiChatWithAllWiiUsersAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜WiiChatWithAllWiiUsersView.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂filter
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜NetworkFilterActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜NetworkFilterAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂mynewtwork
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂adapter
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜HeaderChildViewHolder.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜HeaderViewHolder.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ItemViewHolder.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜MyWiiNetworkAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂model
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜WiiNetworkMainUser.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜MyWiiNetWorkByLevelActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜MyWiiNetworkFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜MyWiiNetworkView.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂widget
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂chat
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CustomChatActionBar.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜CustomChatView.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AdapterClickListener.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜CarouselImageView.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜WiiNetWorkViewModel.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂orders
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂adapter
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CircularAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜OrdersBusinessAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜TipeTimeAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂charge
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂creditpay
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CreditPayActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜NetPayMiniActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜NetPayTransactionActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜SearchDeviceFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜TicketPaymentNetPayActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜WaitPaymentFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AmountActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ChargeMethodsActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ConfirmationActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ResumeTicketActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂detail
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜OrderDetailActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜OrderProductRecyclerViewAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜OrderReasonActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜OrderScoreDetailActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂myorders
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ConfigurationOrdersActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜FilterOrdersActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜MyOrdersActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜OrderRecyclerViewAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ConfigOrdersActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜MyOrdersActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜OrdersFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PaymentRechargeActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PaymentServicesActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜SupportOrderActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂products
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂addcategory
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AddCategoryActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CategoryNamesAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CreateCategoryActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜SelectCategoryActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂addproducts
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AddProductActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AddProductOwnActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜EditProductOwnActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ProductAddedAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ProductNamesAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ProductsAddedActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜SelectProductActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂menucategories
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜HomeProductsAdapterClickListener.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜HomeProductsProductsActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜MenuCategoryAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📂promotions
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂adapter
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CategoryAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ProductsAndCategoryAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜PromotionsAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AddPromotionActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CategoryAndProductsPromotionActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ProductsPromotionsActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📂scan
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ScanCodeActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂login
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂bussiness
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜BussinessLoginActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂codeaccess
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AccessCodeActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜CodeAccessType.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂loginphonenumber
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜LoginPhoneNumberActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂nip
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜AskPinActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂notregister
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜NumberNotRegisterActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂recover
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜RecoverPassActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂welcome
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜WelcomeLoginActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂wii
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜UserPassLoginActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜SelectTypeAccountActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂onboarding
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜OnBoardingTwoActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂promotions
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ActivatePromoActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PromoActivatedActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PromoColorType.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PromoPhotoType.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PromotionListAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PromotionsActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜PromoWebviewActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂register
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AccessInfoActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BiometricActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CreateNewAccountActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CreateNewAccountDataActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CustomSpinnerAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PickerFoodTypeAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ProfilePhotoActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜RecoveryPassOTPSmartLoginActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜RegisterWithPassSmartLoginActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ValidatePhoneActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂service
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜AudioPlay.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜MyFirebaseMessagingService.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜NotificationListener.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂shipping
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂area
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜AreaFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂configuration
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ConfigurationFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂detail
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜DetailFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂infoshipper
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜InfoShipperAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜InfoShipperFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂qrdelivery
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜QrDeliveryFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ScanActivityQrDelivery.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂ship
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ShipFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂shipperslist
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ShippersAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ShippersFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂start
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜StartFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂validating
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ValidatingFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜ShippingActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂splash
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜SplashActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜SplashView.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂transfer
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜FriendsTransferActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜FriendsTransferListViewAdapter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜FriendsTransferView.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜OptionsTransfer.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜OtherTransferActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ScanCodeCommerceActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜TransferActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┣ 📂viewmodel
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BankViewModel.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PrestaViewModel.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜WiiViewModel.kt
┃ ┃ ┃ ┃ ┃ ┃ ┗ 📂widget
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜BackWiiInterface.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CalendarAlertDialog.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CustomKeyboard.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CustomTextInputLayout.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜CvvAlertDialog.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜DigitsInputFilter.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜GenericBackWebviewActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜GenericSimpleWebviewActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜IconColorState.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ImagenProfileBottomSheetDialogFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜LabelColorStateHint.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜LoadCreditInterface.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜NotificationsView.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PaymentAbtractListener.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜PaymentStatus.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ProductStatus.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜SwipeLockableViewPager.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜TransactionSingleton.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜TransferActionsBottomSheetDialogFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ValidationDialog.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜ValidationPaymentFastDialog.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜WalletActionsBottomSheetDialogFragment.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┣ 📜WebviewCardActivity.kt
┃ ┃ ┃ ┃ ┃ ┃ ┃ ┗ 📜WiiInterface.kt
┃ ┃ ┃ ┃ ┃ ┗ 📜App.kt
┣ 📂release
┃ ┗ 📜google-services.json
┣ 📂res
┃ ┣ 📂color
┃ ┃ ┣ 📜blue_textview_buton.xml
┃ ┃ ┣ 📜menu_home_icon_selector.xml
┃ ┃ ┗ 📜red_textview_buton.xml
┃ ┣ 📂drawable
┃ ┃ ┣ 📜b2b_spin_cook_logo_png.png
┃ ┃ ┣ 📜background_button_gradient_red.xml
┃ ┃ ┣ 📜background_button_gray.xml
┃ ┃ ┣ 📜background_button_gray_filled.xml
┃ ┃ ┣ 📜background_button_orange_white.xml
┃ ┃ ┣ 📜background_button_red.xml
┃ ┃ ┣ 📜background_button_transparent_orange.xml
┃ ┃ ┣ 📜background_button_transparent_red.xml
┃ ┃ ┣ 📜background_button_white.xml
┃ ┃ ┣ 📜background_chat_message_incoming.xml
┃ ┃ ┣ 📜background_circle_wire.xml
┃ ┃ ┣ 📜background_green.png
┃ ┃ ┣ 📜background_inputext_.xml
┃ ┃ ┣ 📜background_inputext_black.xml
┃ ┃ ┣ 📜background_inputext_search.xml
┃ ┃ ┣ 📜bg_green.png
┃ ┃ ┣ 📜bg_red_error.png
┃ ┃ ┣ 📜bg_section_item.xml
┃ ┃ ┣ 📜bg_white_gradient_top.xml
┃ ┃ ┣ 📜checker_track.xml
┃ ┃ ┣ 📜cursor_drawable.xml
┃ ┃ ┣ 📜gradient_orange.xml
┃ ┃ ┣ 📜gradient_orange_inverted.xml
┃ ┃ ┣ 📜gradient_yellow_orange_purple.xml
┃ ┃ ┣ 📜ic_address.xml
┃ ┃ ┣ 📜ic_add_photo.xml
┃ ┃ ┣ 📜ic_add_white.xml
┃ ┃ ┣ 📜ic_admin_bank_account.xml
┃ ┃ ┣ 📜ic_area_location.xml
┃ ┃ ┣ 📜ic_arrow_back_icon.xml
┃ ┃ ┣ 📜ic_b2b_logo_big.png
┃ ┃ ┣ 📜ic_b2b_logo_white.png
┃ ┃ ┣ 📜ic_back_arrow.xml
┃ ┃ ┣ 📜ic_back_arrow_sf.png
┃ ┃ ┣ 📜ic_back_arrow_sf_1.xml
┃ ┃ ┣ 📜ic_baseline_add_24.xml
┃ ┃ ┣ 📜ic_blue_check.xml
┃ ┃ ┣ 📜ic_chat_with_friends.xml
┃ ┃ ┣ 📜ic_chat_with_friends_group.xml
┃ ┃ ┣ 📜ic_chat_with_user_network.xml
┃ ┃ ┣ 📜ic_close_icon.xml
┃ ┃ ┣ 📜ic_close_picker.xml
┃ ┃ ┣ 📜ic_delivery_dots_one.xml
┃ ┃ ┣ 📜ic_delivery_dots_two.xml
┃ ┃ ┣ 📜ic_device_mobile.xml
┃ ┃ ┣ 📜ic_drop_icon.xml
┃ ┃ ┣ 📜ic_fingerprint.xml
┃ ┃ ┣ 📜ic_menu_promos.xml
┃ ┃ ┣ 📜ic_menu_shipping.xml
┃ ┃ ┣ 📜ic_mesh_ship_detail.xml
┃ ┃ ┣ 📜ic_rounded_accept.xml
┃ ┃ ┣ 📜ic_search.xml
┃ ┃ ┣ 📜ic_spind_cook.png
┃ ┃ ┣ 📜ic_spin_cook_black.png
┃ ┃ ┣ 📜ic_start_delivery_detail.xml
┃ ┃ ┣ 📜ic_vector_account.xml
┃ ┃ ┣ 📜ic_vector_bi.xml
┃ ┃ ┣ 📜ic_vector_home.xml
┃ ┃ ┣ 📜ic_vector_orders.xml
┃ ┃ ┣ 📜ic_vector_wire.xml
┃ ┃ ┣ 📜info_background_dialog.xml
┃ ┃ ┣ 📜pin_selector.xml
┃ ┃ ┣ 📜ratingbar_full.xml
┃ ┃ ┣ 📜rounded_green.xml
┃ ┃ ┣ 📜rounded_red.xml
┃ ┃ ┣ 📜rounded_white_wallet_button.xml
┃ ┃ ┣ 📜shape_notification.xml
┃ ┃ ┗ 📜switch_track.xml
┃ ┣ 📂drawable-hdpi
┃ ┃ ┣ 📜approved_card.png
┃ ┃ ┣ 📜bank_transfer_img.png
┃ ┃ ┣ 📜bg_bank_account.png
┃ ┃ ┣ 📜bg_bussiness_item.png
┃ ┃ ┣ 📜bg_filter.png
┃ ┃ ┣ 📜bg_select_type.png
┃ ┃ ┣ 📜bg_ticket.png
┃ ┃ ┣ 📜bg_wallet.png
┃ ┃ ┣ 📜bg_wallet_promo.png
┃ ┃ ┣ 📜btn_rating_star_off_normal.png
┃ ┃ ┣ 📜btn_rating_star_on_normal.png
┃ ┃ ┣ 📜bussiness_detail_header.png
┃ ┃ ┣ 📜chat.png
┃ ┃ ┣ 📜chat_icon.png
┃ ┃ ┣ 📜cita.png
┃ ┃ ┣ 📜cover_business_cuenta_sf.png
┃ ┃ ┣ 📜creditofinalizado_img.png
┃ ┃ ┣ 📜diiki_bi_img.png
┃ ┃ ┣ 📜diiki_logo_blue.png
┃ ┃ ┣ 📜diiki_logo_scan.png
┃ ┃ ┣ 📜diiki_logo_white_44.png
┃ ┃ ┣ 📜facebook_logo.png
┃ ┃ ┣ 📜google_logo.png
┃ ┃ ┣ 📜headset_mic.png
┃ ┃ ┣ 📜icon_notifications.png
┃ ┃ ┣ 📜ic_action_arrow_back_azure.png
┃ ┃ ┣ 📜ic_action_chat_copy.png
┃ ┃ ┣ 📜ic_action_chat_foward.png
┃ ┃ ┣ 📜ic_action_chat_repply.png
┃ ┃ ┣ 📜ic_action_close_black.png
┃ ┃ ┣ 📜ic_action_foward.png
┃ ┃ ┣ 📜ic_action_search_azure.png
┃ ┃ ┣ 📜ic_action_search_blue.png
┃ ┃ ┣ 📜ic_attach_chat.png
┃ ┃ ┣ 📜ic_bank_data.png
┃ ┃ ┣ 📜ic_bank_movements.png
┃ ┃ ┣ 📜ic_bank_transfer.png
┃ ┃ ┣ 📜ic_biometric_image.png
┃ ┃ ┣ 📜ic_btn_chat.png
┃ ┃ ┣ 📜ic_bussiness_blue.png
┃ ┃ ┣ 📜ic_bussiness_created.png
┃ ┃ ┣ 📜ic_chat_options_more.png
┃ ┃ ┣ 📜ic_close_session.png
┃ ┃ ┣ 📜ic_content_copy.png
┃ ┃ ┣ 📜ic_copy.png
┃ ┃ ┣ 📜ic_coupon.png
┃ ┃ ┣ 📜ic_delivery_home.png
┃ ┃ ┣ 📜ic_edit_data.png
┃ ┃ ┣ 📜ic_empty_bussiness.png
┃ ┃ ┣ 📜ic_empty_notification.png
┃ ┃ ┣ 📜ic_empty_state_chat_conversation.png
┃ ┃ ┣ 📜ic_empty_state_chat_threads.png
┃ ┃ ┣ 📜ic_empty_state_search.png
┃ ┃ ┣ 📜ic_empty_state_search_result.png
┃ ┃ ┣ 📜ic_empty_wire.png
┃ ┃ ┣ 📜ic_faqs.png
┃ ┃ ┣ 📜ic_has_account.png
┃ ┃ ┣ 📜ic_header_suscription.png
┃ ┃ ┣ 📜ic_identity_proof.png
┃ ┃ ┣ 📜ic_intro_bank.png
┃ ┃ ┣ 📜ic_intro_bank_2.png
┃ ┃ ┣ 📜ic_intro_presta.png
┃ ┃ ┣ 📜ic_invite_friends.png
┃ ┃ ┣ 📜ic_location.png
┃ ┃ ┣ 📜ic_menu_catalog.png
┃ ┃ ┣ 📜ic_menu_catalog_sf.png
┃ ┃ ┣ 📜ic_menu_edit.png
┃ ┃ ┣ 📜ic_menu_filter.png
┃ ┃ ┣ 📜ic_menu_localization.png
┃ ┃ ┣ 📜ic_menu_loyalty.png
┃ ┃ ┣ 📜ic_menu_operation_hour.png
┃ ┃ ┣ 📜ic_menu_orders.png
┃ ┃ ┣ 📜ic_menu_permissions.png
┃ ┃ ┣ 📜ic_menu_schedule.png
┃ ┃ ┣ 📜ic_menu_settings.png
┃ ┃ ┣ 📜ic_menu_transactions.png
┃ ┃ ┣ 📜ic_movil.png
┃ ┃ ┣ 📜ic_network.png
┃ ┃ ┣ 📜ic_new_user.png
┃ ┃ ┣ 📜ic_nip.png
┃ ┃ ┣ 📜ic_notifications.png
┃ ┃ ┣ 📜ic_orders_home.png
┃ ┃ ┣ 📜ic_order_chat.png
┃ ┃ ┣ 📜ic_payment_methods.png
┃ ┃ ┣ 📜ic_person.png
┃ ┃ ┣ 📜ic_qr.png
┃ ┃ ┣ 📜ic_recharge.png
┃ ┃ ┣ 📜ic_recharge_home.png
┃ ┃ ┣ 📜ic_schedule.png
┃ ┃ ┣ 📜ic_section_bi.png
┃ ┃ ┣ 📜ic_section_bussiness.png
┃ ┃ ┣ 📜ic_section_orders.png
┃ ┃ ┣ 📜ic_section_prestawii.png
┃ ┃ ┣ 📜ic_sended_bank.png
┃ ┃ ┣ 📜ic_send_chat.png
┃ ┃ ┣ 📜ic_services_home.png
┃ ┃ ┣ 📜ic_shop.png
┃ ┃ ┣ 📜ic_stat_notification.png
┃ ┃ ┣ 📜ic_support.png
┃ ┃ ┣ 📜ic_suscriptions.png
┃ ┃ ┣ 📜ic_tick_selected.png
┃ ┃ ┣ 📜ic_tick_unselected.png
┃ ┃ ┣ 📜ic_under_review.png
┃ ┃ ┣ 📜ic_user.png
┃ ┃ ┣ 📜ic_white_arrow_back.png
┃ ┃ ┣ 📜ic_wii_account.png
┃ ┃ ┣ 📜ic_wii_logo.png
┃ ┃ ┣ 📜ic_wire_arrow_blue_right.png
┃ ┃ ┣ 📜north_east_black.png
┃ ┃ ┣ 📜north_east_green.png
┃ ┃ ┣ 📜placeholder_banner.png
┃ ┃ ┣ 📜placeholder_big.png
┃ ┃ ┣ 📜placeholder_biz.png
┃ ┃ ┣ 📜placeholder_promo.png
┃ ┃ ┣ 📜placeholder_user.png
┃ ┃ ┣ 📜presta_diiki_img.png
┃ ┃ ┣ 📜promo_success.png
┃ ┃ ┣ 📜reporte.png
┃ ┃ ┣ 📜splash_background.png
┃ ┃ ┣ 📜walletmini_bg.png
┃ ┃ ┣ 📜walletmini_green_bg.png
┃ ┃ ┗ 📜wallet_bg.png
┃ ┣ 📂drawable-mdpi
┃ ┃ ┣ 📜approved_card.png
┃ ┃ ┣ 📜bank_transfer_img.png
┃ ┃ ┣ 📜bg_bank_account.png
┃ ┃ ┣ 📜bg_bussiness_item.png
┃ ┃ ┣ 📜bg_filter.png
┃ ┃ ┣ 📜bg_select_type.png
┃ ┃ ┣ 📜bg_ticket.png
┃ ┃ ┣ 📜bg_wallet.png
┃ ┃ ┣ 📜bg_wallet_promo.png
┃ ┃ ┣ 📜btn_rating_star_off_normal.png
┃ ┃ ┣ 📜btn_rating_star_on_normal.png
┃ ┃ ┣ 📜bussiness_detail_header.png
┃ ┃ ┣ 📜chat.png
┃ ┃ ┣ 📜chat_icon.png
┃ ┃ ┣ 📜cita.png
┃ ┃ ┣ 📜creditofinalizado_img.png
┃ ┃ ┣ 📜diiki_bi_img.png
┃ ┃ ┣ 📜diiki_logo_blue.png
┃ ┃ ┣ 📜diiki_logo_scan.png
┃ ┃ ┣ 📜diiki_logo_white_44.png
┃ ┃ ┣ 📜facebook_logo.png
┃ ┃ ┣ 📜google_logo.png
┃ ┃ ┣ 📜headset_mic.png
┃ ┃ ┣ 📜icon_notifications.png
┃ ┃ ┣ 📜ic_action_arrow_back_azure.png
┃ ┃ ┣ 📜ic_action_chat_copy.png
┃ ┃ ┣ 📜ic_action_chat_foward.png
┃ ┃ ┣ 📜ic_action_chat_repply.png
┃ ┃ ┣ 📜ic_action_close_black.png
┃ ┃ ┣ 📜ic_action_foward.png
┃ ┃ ┣ 📜ic_action_search_blue.png
┃ ┃ ┣ 📜ic_attach_chat.png
┃ ┃ ┣ 📜ic_bank_data.png
┃ ┃ ┣ 📜ic_bank_movements.png
┃ ┃ ┣ 📜ic_bank_transfer.png
┃ ┃ ┣ 📜ic_biometric_image.png
┃ ┃ ┣ 📜ic_btn_chat.png
┃ ┃ ┣ 📜ic_bussiness_blue.png
┃ ┃ ┣ 📜ic_bussiness_created.png
┃ ┃ ┣ 📜ic_chat_options_more.png
┃ ┃ ┣ 📜ic_close_session.png
┃ ┃ ┣ 📜ic_content_copy.png
┃ ┃ ┣ 📜ic_copy.png
┃ ┃ ┣ 📜ic_coupon.png
┃ ┃ ┣ 📜ic_delivery_home.png
┃ ┃ ┣ 📜ic_edit_data.png
┃ ┃ ┣ 📜ic_empty_bussiness.png
┃ ┃ ┣ 📜ic_empty_notification.png
┃ ┃ ┣ 📜ic_empty_state_chat_conversation.png
┃ ┃ ┣ 📜ic_empty_state_chat_threads.png
┃ ┃ ┣ 📜ic_empty_state_search.png
┃ ┃ ┣ 📜ic_empty_state_search_result.png
┃ ┃ ┣ 📜ic_empty_wire.png
┃ ┃ ┣ 📜ic_faqs.png
┃ ┃ ┣ 📜ic_has_account.png
┃ ┃ ┣ 📜ic_header_suscription.png
┃ ┃ ┣ 📜ic_identity_proof.png
┃ ┃ ┣ 📜ic_intro_bank.png
┃ ┃ ┣ 📜ic_intro_bank_2.png
┃ ┃ ┣ 📜ic_intro_presta.png
┃ ┃ ┣ 📜ic_invite_friends.png
┃ ┃ ┣ 📜ic_menu_catalog.png
┃ ┃ ┣ 📜ic_menu_edit.png
┃ ┃ ┣ 📜ic_menu_filter.png
┃ ┃ ┣ 📜ic_menu_localization.png
┃ ┃ ┣ 📜ic_menu_loyalty.png
┃ ┃ ┣ 📜ic_menu_operation_hour.png
┃ ┃ ┣ 📜ic_menu_orders.png
┃ ┃ ┣ 📜ic_menu_permissions.png
┃ ┃ ┣ 📜ic_menu_schedule.png
┃ ┃ ┣ 📜ic_menu_settings.png
┃ ┃ ┣ 📜ic_menu_transactions.png
┃ ┃ ┣ 📜ic_movil.png
┃ ┃ ┣ 📜ic_network.png
┃ ┃ ┣ 📜ic_new_chat.png
┃ ┃ ┣ 📜ic_new_user.png
┃ ┃ ┣ 📜ic_nip.png
┃ ┃ ┣ 📜ic_notifications.png
┃ ┃ ┣ 📜ic_orders_home.png
┃ ┃ ┣ 📜ic_order_chat.png
┃ ┃ ┣ 📜ic_payment_methods.png
┃ ┃ ┣ 📜ic_person.png
┃ ┃ ┣ 📜ic_qr.png
┃ ┃ ┣ 📜ic_recharge.png
┃ ┃ ┣ 📜ic_recharge_home.png
┃ ┃ ┣ 📜ic_schedule.png
┃ ┃ ┣ 📜ic_section_bi.png
┃ ┃ ┣ 📜ic_section_bussiness.png
┃ ┃ ┣ 📜ic_section_orders.png
┃ ┃ ┣ 📜ic_section_prestawii.png
┃ ┃ ┣ 📜ic_sended_bank.png
┃ ┃ ┣ 📜ic_send_chat.png
┃ ┃ ┣ 📜ic_services_home.png
┃ ┃ ┣ 📜ic_shop.png
┃ ┃ ┣ 📜ic_stat_notification.png
┃ ┃ ┣ 📜ic_support.png
┃ ┃ ┣ 📜ic_suscriptions.png
┃ ┃ ┣ 📜ic_tick_selected.png
┃ ┃ ┣ 📜ic_tick_unselected.png
┃ ┃ ┣ 📜ic_under_review.png
┃ ┃ ┣ 📜ic_user.png
┃ ┃ ┣ 📜ic_white_arrow_back.png
┃ ┃ ┣ 📜ic_wii_account.png
┃ ┃ ┣ 📜ic_wii_logo.png
┃ ┃ ┣ 📜ic_wire_arrow_blue_right.png
┃ ┃ ┣ 📜north_east_black.png
┃ ┃ ┣ 📜north_east_green.png
┃ ┃ ┣ 📜placeholder_banner.png
┃ ┃ ┣ 📜placeholder_big.png
┃ ┃ ┣ 📜placeholder_biz.png
┃ ┃ ┣ 📜placeholder_promo.png
┃ ┃ ┣ 📜placeholder_user.png
┃ ┃ ┣ 📜presta_diiki_img.png
┃ ┃ ┣ 📜promo_success.png
┃ ┃ ┣ 📜reporte.png
┃ ┃ ┣ 📜splash_background.png
┃ ┃ ┣ 📜walletmini_bg.png
┃ ┃ ┣ 📜walletmini_green_bg.png
┃ ┃ ┗ 📜wallet_bg.png
┃ ┣ 📂drawable-v24
┃ ┃ ┗ 📜ic_launcher_foreground.xml
┃ ┣ 📂drawable-xhdpi
┃ ┃ ┣ 📜approved_card.png
┃ ┃ ┣ 📜bank_transfer_img.png
┃ ┃ ┣ 📜bg_bank_account.png
┃ ┃ ┣ 📜bg_bussiness_item.png
┃ ┃ ┣ 📜bg_filter.png
┃ ┃ ┣ 📜bg_select_type.png
┃ ┃ ┣ 📜bg_ticket.png
┃ ┃ ┣ 📜bg_wallet.png
┃ ┃ ┣ 📜bg_wallet_promo.png
┃ ┃ ┣ 📜btn_rating_star_off_normal.png
┃ ┃ ┣ 📜btn_rating_star_on_normal.png
┃ ┃ ┣ 📜bussiness_detail_header.png
┃ ┃ ┣ 📜chat.png
┃ ┃ ┣ 📜chat_icon.png
┃ ┃ ┣ 📜cita.png
┃ ┃ ┣ 📜creditofinalizado_img.png
┃ ┃ ┣ 📜diiki_bi_img.png
┃ ┃ ┣ 📜diiki_logo_blue.png
┃ ┃ ┣ 📜diiki_logo_scan.png
┃ ┃ ┣ 📜diiki_logo_white_44.png
┃ ┃ ┣ 📜facebook_logo.png
┃ ┃ ┣ 📜google_logo.png
┃ ┃ ┣ 📜headset_mic.png
┃ ┃ ┣ 📜icon_notifications.png
┃ ┃ ┣ 📜ic_action_arrow_back_azure.png
┃ ┃ ┣ 📜ic_action_chat_copy.png
┃ ┃ ┣ 📜ic_action_chat_foward.png
┃ ┃ ┣ 📜ic_action_chat_repply.png
┃ ┃ ┣ 📜ic_action_close_black.png
┃ ┃ ┣ 📜ic_action_foward.png
┃ ┃ ┣ 📜ic_action_search_blue.png
┃ ┃ ┣ 📜ic_attach_chat.png
┃ ┃ ┣ 📜ic_bank_data.png
┃ ┃ ┣ 📜ic_bank_movements.png
┃ ┃ ┣ 📜ic_bank_transfer.png
┃ ┃ ┣ 📜ic_biometric_image.png
┃ ┃ ┣ 📜ic_btn_chat.png
┃ ┃ ┣ 📜ic_bussiness_blue.png
┃ ┃ ┣ 📜ic_bussiness_created.png
┃ ┃ ┣ 📜ic_chat_options_more.png
┃ ┃ ┣ 📜ic_close_session.png
┃ ┃ ┣ 📜ic_content_copy.png
┃ ┃ ┣ 📜ic_copy.png
┃ ┃ ┣ 📜ic_coupon.png
┃ ┃ ┣ 📜ic_delivery_home.png
┃ ┃ ┣ 📜ic_edit_data.png
┃ ┃ ┣ 📜ic_empty_bussiness.png
┃ ┃ ┣ 📜ic_empty_notification.png
┃ ┃ ┣ 📜ic_empty_state_chat_conversation.png
┃ ┃ ┣ 📜ic_empty_state_chat_threads.png
┃ ┃ ┣ 📜ic_empty_state_search.png
┃ ┃ ┣ 📜ic_empty_state_search_result.png
┃ ┃ ┣ 📜ic_empty_wire.png
┃ ┃ ┣ 📜ic_faqs.png
┃ ┃ ┣ 📜ic_has_account.png
┃ ┃ ┣ 📜ic_header_suscription.png
┃ ┃ ┣ 📜ic_identity_proof.png
┃ ┃ ┣ 📜ic_intro_bank.png
┃ ┃ ┣ 📜ic_intro_bank_2.png
┃ ┃ ┣ 📜ic_intro_presta.png
┃ ┃ ┣ 📜ic_invite_friends.png
┃ ┃ ┣ 📜ic_location.png
┃ ┃ ┣ 📜ic_menu_edit.png
┃ ┃ ┣ 📜ic_menu_filter.png
┃ ┃ ┣ 📜ic_menu_localization.png
┃ ┃ ┣ 📜ic_menu_loyalty.png
┃ ┃ ┣ 📜ic_menu_operation_hour.png
┃ ┃ ┣ 📜ic_menu_orders.png
┃ ┃ ┣ 📜ic_menu_permissions.png
┃ ┃ ┣ 📜ic_menu_schedule.png
┃ ┃ ┣ 📜ic_menu_settings.png
┃ ┃ ┣ 📜ic_menu_transactions.png
┃ ┃ ┣ 📜ic_movil.png
┃ ┃ ┣ 📜ic_network.png
┃ ┃ ┣ 📜ic_new_chat.png
┃ ┃ ┣ 📜ic_new_user.png
┃ ┃ ┣ 📜ic_nip.png
┃ ┃ ┣ 📜ic_notifications.png
┃ ┃ ┣ 📜ic_orders_home.png
┃ ┃ ┣ 📜ic_order_chat.png
┃ ┃ ┣ 📜ic_payment_methods.png
┃ ┃ ┣ 📜ic_person.png
┃ ┃ ┣ 📜ic_qr.png
┃ ┃ ┣ 📜ic_recharge.png
┃ ┃ ┣ 📜ic_recharge_home.png
┃ ┃ ┣ 📜ic_schedule.png
┃ ┃ ┣ 📜ic_section_bi.png
┃ ┃ ┣ 📜ic_section_bussiness.png
┃ ┃ ┣ 📜ic_section_orders.png
┃ ┃ ┣ 📜ic_section_prestawii.png
┃ ┃ ┣ 📜ic_sended_bank.png
┃ ┃ ┣ 📜ic_send_chat.png
┃ ┃ ┣ 📜ic_services_home.png
┃ ┃ ┣ 📜ic_shop.png
┃ ┃ ┣ 📜ic_stat_notification.png
┃ ┃ ┣ 📜ic_support.png
┃ ┃ ┣ 📜ic_suscriptions.png
┃ ┃ ┣ 📜ic_tick_selected.png
┃ ┃ ┣ 📜ic_tick_unselected.png
┃ ┃ ┣ 📜ic_under_review.png
┃ ┃ ┣ 📜ic_user.png
┃ ┃ ┣ 📜ic_white_arrow_back.png
┃ ┃ ┣ 📜ic_wii_account.png
┃ ┃ ┣ 📜ic_wii_logo.png
┃ ┃ ┣ 📜ic_wire_arrow_blue_right.png
┃ ┃ ┣ 📜north_east_black.png
┃ ┃ ┣ 📜north_east_green.png
┃ ┃ ┣ 📜placeholder_banner.png
┃ ┃ ┣ 📜placeholder_big.png
┃ ┃ ┣ 📜placeholder_biz.png
┃ ┃ ┣ 📜placeholder_promo.png
┃ ┃ ┣ 📜placeholder_user.png
┃ ┃ ┣ 📜presta_diiki_img.png
┃ ┃ ┣ 📜promo_success.png
┃ ┃ ┣ 📜reporte.png
┃ ┃ ┣ 📜splash_background.png
┃ ┃ ┣ 📜walletmini_bg.png
┃ ┃ ┣ 📜walletmini_green_bg.png
┃ ┃ ┗ 📜wallet_bg.png
┃ ┣ 📂drawable-xxhdpi
┃ ┃ ┣ 📜approved_card.png
┃ ┃ ┣ 📜bank_transfer_img.png
┃ ┃ ┣ 📜bg_bank_account.png
┃ ┃ ┣ 📜bg_bussiness_item.png
┃ ┃ ┣ 📜bg_filter.png
┃ ┃ ┣ 📜bg_select_type.png
┃ ┃ ┣ 📜bg_ticket.png
┃ ┃ ┣ 📜bg_wallet.png
┃ ┃ ┣ 📜bg_wallet_promo.png
┃ ┃ ┣ 📜btn_rating_star_off_normal.png
┃ ┃ ┣ 📜btn_rating_star_on_normal.png
┃ ┃ ┣ 📜bussiness_detail_header.png
┃ ┃ ┣ 📜chat.png
┃ ┃ ┣ 📜chat_icon.png
┃ ┃ ┣ 📜cita.png
┃ ┃ ┣ 📜creditofinalizado_img.png
┃ ┃ ┣ 📜diiki_bi_img.png
┃ ┃ ┣ 📜diiki_logo_blue.png
┃ ┃ ┣ 📜diiki_logo_scan.png
┃ ┃ ┣ 📜diiki_logo_white_44.png
┃ ┃ ┣ 📜facebook_logo.png
┃ ┃ ┣ 📜google_logo.png
┃ ┃ ┣ 📜headset_mic.png
┃ ┃ ┣ 📜icon_notifications.png
┃ ┃ ┣ 📜ic_action_arrow_back_azure.png
┃ ┃ ┣ 📜ic_action_chat_copy.png
┃ ┃ ┣ 📜ic_action_chat_foward.png
┃ ┃ ┣ 📜ic_action_chat_repply.png
┃ ┃ ┣ 📜ic_action_close_black.png
┃ ┃ ┣ 📜ic_action_foward.png
┃ ┃ ┣ 📜ic_action_search_azure.png
┃ ┃ ┣ 📜ic_action_search_blue.png
┃ ┃ ┣ 📜ic_attach_chat.png
┃ ┃ ┣ 📜ic_bank_data.png
┃ ┃ ┣ 📜ic_bank_movements.png
┃ ┃ ┣ 📜ic_bank_transfer.png
┃ ┃ ┣ 📜ic_biometric_image.png
┃ ┃ ┣ 📜ic_btn_chat.png
┃ ┃ ┣ 📜ic_bussiness_blue.png
┃ ┃ ┣ 📜ic_bussiness_created.png
┃ ┃ ┣ 📜ic_chat_options_more.png
┃ ┃ ┣ 📜ic_close_session.png
┃ ┃ ┣ 📜ic_content_copy.png
┃ ┃ ┣ 📜ic_copy.png
┃ ┃ ┣ 📜ic_coupon.png
┃ ┃ ┣ 📜ic_delivery_home.png
┃ ┃ ┣ 📜ic_edit_data.png
┃ ┃ ┣ 📜ic_empty_bussiness.png
┃ ┃ ┣ 📜ic_empty_notification.png
┃ ┃ ┣ 📜ic_empty_state_chat_conversation.png
┃ ┃ ┣ 📜ic_empty_state_chat_threads.png
┃ ┃ ┣ 📜ic_empty_state_search.png
┃ ┃ ┣ 📜ic_empty_state_search_result.png
┃ ┃ ┣ 📜ic_empty_wire.png
┃ ┃ ┣ 📜ic_faqs.png
┃ ┃ ┣ 📜ic_has_account.png
┃ ┃ ┣ 📜ic_header_suscription.png
┃ ┃ ┣ 📜ic_identity_proof.png
┃ ┃ ┣ 📜ic_intro_bank.png
┃ ┃ ┣ 📜ic_intro_bank_2.png
┃ ┃ ┣ 📜ic_intro_presta.png
┃ ┃ ┣ 📜ic_invite_friends.png
┃ ┃ ┣ 📜ic_location.png
┃ ┃ ┣ 📜ic_menu_catalog.png
┃ ┃ ┣ 📜ic_menu_edit.png
┃ ┃ ┣ 📜ic_menu_filter.png
┃ ┃ ┣ 📜ic_menu_localization.png
┃ ┃ ┣ 📜ic_menu_loyalty.png
┃ ┃ ┣ 📜ic_menu_operation_hour.png
┃ ┃ ┣ 📜ic_menu_orders.png
┃ ┃ ┣ 📜ic_menu_permissions.png
┃ ┃ ┣ 📜ic_menu_schedule.png
┃ ┃ ┣ 📜ic_menu_settings.png
┃ ┃ ┣ 📜ic_menu_transactions.png
┃ ┃ ┣ 📜ic_movil.png
┃ ┃ ┣ 📜ic_network.png
┃ ┃ ┣ 📜ic_new_chat.png
┃ ┃ ┣ 📜ic_new_user.png
┃ ┃ ┣ 📜ic_nip.png
┃ ┃ ┣ 📜ic_notifications.png
┃ ┃ ┣ 📜ic_orders_home.png
┃ ┃ ┣ 📜ic_order_chat.png
┃ ┃ ┣ 📜ic_payment_methods.png
┃ ┃ ┣ 📜ic_person.png
┃ ┃ ┣ 📜ic_qr.png
┃ ┃ ┣ 📜ic_recharge.png
┃ ┃ ┣ 📜ic_recharge_home.png
┃ ┃ ┣ 📜ic_schedule.png
┃ ┃ ┣ 📜ic_section_bi.png
┃ ┃ ┣ 📜ic_section_bussiness.png
┃ ┃ ┣ 📜ic_section_orders.png
┃ ┃ ┣ 📜ic_section_prestawii.png
┃ ┃ ┣ 📜ic_sended_bank.png
┃ ┃ ┣ 📜ic_send_chat.png
┃ ┃ ┣ 📜ic_services_home.png
┃ ┃ ┣ 📜ic_shop.png
┃ ┃ ┣ 📜ic_stat_notification.png
┃ ┃ ┣ 📜ic_support.png
┃ ┃ ┣ 📜ic_suscriptions.png
┃ ┃ ┣ 📜ic_tick_selected.png
┃ ┃ ┣ 📜ic_tick_unselected.png
┃ ┃ ┣ 📜ic_under_review.png
┃ ┃ ┣ 📜ic_user.png
┃ ┃ ┣ 📜ic_white_arrow_back.png
┃ ┃ ┣ 📜ic_wii_account.png
┃ ┃ ┣ 📜ic_wii_logo.png
┃ ┃ ┣ 📜ic_wire_arrow_blue_right.png
┃ ┃ ┣ 📜north_east_black.png
┃ ┃ ┣ 📜north_east_green.png
┃ ┃ ┣ 📜placeholder_banner.png
┃ ┃ ┣ 📜placeholder_big.png
┃ ┃ ┣ 📜placeholder_biz.png
┃ ┃ ┣ 📜placeholder_promo.png
┃ ┃ ┣ 📜placeholder_user.png
┃ ┃ ┣ 📜presta_diiki_img.png
┃ ┃ ┣ 📜promo_success.png
┃ ┃ ┣ 📜reporte.png
┃ ┃ ┣ 📜splash_background.png
┃ ┃ ┣ 📜walletmini_bg.png
┃ ┃ ┣ 📜walletmini_green_bg.png
┃ ┃ ┗ 📜wallet_bg.png
┃ ┣ 📂drawable-xxxhdpi
┃ ┃ ┣ 📜approved_card.png
┃ ┃ ┣ 📜bank_transfer_img.png
┃ ┃ ┣ 📜bg_bank_account.png
┃ ┃ ┣ 📜bg_bussiness_item.png
┃ ┃ ┣ 📜bg_filter.png
┃ ┃ ┣ 📜bg_select_type.png
┃ ┃ ┣ 📜bg_ticket.png
┃ ┃ ┣ 📜bg_wallet.png
┃ ┃ ┣ 📜bg_wallet_promo.png
┃ ┃ ┣ 📜btn_rating_star_off_normal.png
┃ ┃ ┣ 📜btn_rating_star_on_normal.png
┃ ┃ ┣ 📜bussiness_detail_header.png
┃ ┃ ┣ 📜chat.png
┃ ┃ ┣ 📜chat_icon.png
┃ ┃ ┣ 📜cita.png
┃ ┃ ┣ 📜creditofinalizado_img.png
┃ ┃ ┣ 📜diiki_bi_img.png
┃ ┃ ┣ 📜diiki_logo_blue.png
┃ ┃ ┣ 📜diiki_logo_scan.png
┃ ┃ ┣ 📜diiki_logo_white_44.png
┃ ┃ ┣ 📜facebook_logo.png
┃ ┃ ┣ 📜google_logo.png
┃ ┃ ┣ 📜headset_mic.png
┃ ┃ ┣ 📜icon_notifications.png
┃ ┃ ┣ 📜ic_action_arrow_back_azure.png
┃ ┃ ┣ 📜ic_action_chat_copy.png
┃ ┃ ┣ 📜ic_action_chat_foward.png
┃ ┃ ┣ 📜ic_action_chat_repply.png
┃ ┃ ┣ 📜ic_action_close_black.png
┃ ┃ ┣ 📜ic_action_foward.png
┃ ┃ ┣ 📜ic_action_search_azure.png
┃ ┃ ┣ 📜ic_action_search_blue.png
┃ ┃ ┣ 📜ic_attach_chat.png
┃ ┃ ┣ 📜ic_bank_data.png
┃ ┃ ┣ 📜ic_bank_movements.png
┃ ┃ ┣ 📜ic_bank_transfer.png
┃ ┃ ┣ 📜ic_biometric_image.png
┃ ┃ ┣ 📜ic_btn_chat.png
┃ ┃ ┣ 📜ic_bussiness_blue.png
┃ ┃ ┣ 📜ic_bussiness_created.png
┃ ┃ ┣ 📜ic_chat_options_more.png
┃ ┃ ┣ 📜ic_close_session.png
┃ ┃ ┣ 📜ic_content_copy.png
┃ ┃ ┣ 📜ic_copy.png
┃ ┃ ┣ 📜ic_coupon.png
┃ ┃ ┣ 📜ic_delivery_home.png
┃ ┃ ┣ 📜ic_edit_data.png
┃ ┃ ┣ 📜ic_empty_bussiness.png
┃ ┃ ┣ 📜ic_empty_notification.png
┃ ┃ ┣ 📜ic_empty_state_chat_conversation.png
┃ ┃ ┣ 📜ic_empty_state_chat_threads.png
┃ ┃ ┣ 📜ic_empty_state_search.png
┃ ┃ ┣ 📜ic_empty_state_search_result.png
┃ ┃ ┣ 📜ic_empty_wire.png
┃ ┃ ┣ 📜ic_faqs.png
┃ ┃ ┣ 📜ic_has_account.png
┃ ┃ ┣ 📜ic_header_suscription.png
┃ ┃ ┣ 📜ic_identity_proof.png
┃ ┃ ┣ 📜ic_intro_bank.png
┃ ┃ ┣ 📜ic_intro_bank_2.png
┃ ┃ ┣ 📜ic_intro_presta.png
┃ ┃ ┣ 📜ic_invite_friends.png
┃ ┃ ┣ 📜ic_location.png
┃ ┃ ┣ 📜ic_menu_catalog.png
┃ ┃ ┣ 📜ic_menu_edit.png
┃ ┃ ┣ 📜ic_menu_filter.png
┃ ┃ ┣ 📜ic_menu_localization.png
┃ ┃ ┣ 📜ic_menu_loyalty.png
┃ ┃ ┣ 📜ic_menu_operation_hour.png
┃ ┃ ┣ 📜ic_menu_orders.png
┃ ┃ ┣ 📜ic_menu_permissions.png
┃ ┃ ┣ 📜ic_menu_schedule.png
┃ ┃ ┣ 📜ic_menu_settings.png
┃ ┃ ┣ 📜ic_menu_transactions.png
┃ ┃ ┣ 📜ic_movil.png
┃ ┃ ┣ 📜ic_network.png
┃ ┃ ┣ 📜ic_new_chat.png
┃ ┃ ┣ 📜ic_new_user.png
┃ ┃ ┣ 📜ic_nip.png
┃ ┃ ┣ 📜ic_notifications.png
┃ ┃ ┣ 📜ic_orders_home.png
┃ ┃ ┣ 📜ic_order_chat.png
┃ ┃ ┣ 📜ic_payment_methods.png
┃ ┃ ┣ 📜ic_person.png
┃ ┃ ┣ 📜ic_qr.png
┃ ┃ ┣ 📜ic_recharge.png
┃ ┃ ┣ 📜ic_recharge_home.png
┃ ┃ ┣ 📜ic_schedule.png
┃ ┃ ┣ 📜ic_section_bi.png
┃ ┃ ┣ 📜ic_section_bussiness.png
┃ ┃ ┣ 📜ic_section_orders.png
┃ ┃ ┣ 📜ic_section_prestawii.png
┃ ┃ ┣ 📜ic_sended_bank.png
┃ ┃ ┣ 📜ic_send_chat.png
┃ ┃ ┣ 📜ic_services_home.png
┃ ┃ ┣ 📜ic_shop.png
┃ ┃ ┣ 📜ic_stat_notification.png
┃ ┃ ┣ 📜ic_support.png
┃ ┃ ┣ 📜ic_suscriptions.png
┃ ┃ ┣ 📜ic_tick_selected.png
┃ ┃ ┣ 📜ic_tick_unselected.png
┃ ┃ ┣ 📜ic_under_review.png
┃ ┃ ┣ 📜ic_user.png
┃ ┃ ┣ 📜ic_white_arrow_back.png
┃ ┃ ┣ 📜ic_wii_account.png
┃ ┃ ┣ 📜ic_wii_logo.png
┃ ┃ ┣ 📜ic_wire_arrow_blue_right.png
┃ ┃ ┣ 📜north_east_black.png
┃ ┃ ┣ 📜north_east_green.png
┃ ┃ ┣ 📜placeholder_banner.png
┃ ┃ ┣ 📜placeholder_big.png
┃ ┃ ┣ 📜placeholder_biz.png
┃ ┃ ┣ 📜placeholder_promo.png
┃ ┃ ┣ 📜placeholder_user.png
┃ ┃ ┣ 📜presta_diiki_img.png
┃ ┃ ┣ 📜promo_success.png
┃ ┃ ┣ 📜reporte.png
┃ ┃ ┣ 📜splash_background.png
┃ ┃ ┣ 📜walletmini_bg.png
┃ ┃ ┣ 📜walletmini_green_bg.png
┃ ┃ ┗ 📜wallet_bg.png
┃ ┣ 📂layout
┃ ┃ ┣ 📜activity_access_info.xml
┃ ┃ ┣ 📜activity_account_bussiness_list.xml
┃ ┃ ┣ 📜activity_activate_promo.xml
┃ ┃ ┣ 📜activity_added_products.xml
┃ ┃ ┣ 📜activity_address.xml
┃ ┃ ┣ 📜activity_address_bussines.xml
┃ ┃ ┣ 📜activity_add_card.xml
┃ ┃ ┣ 📜activity_add_category.xml
┃ ┃ ┣ 📜activity_add_product.xml
┃ ┃ ┣ 📜activity_add_product_own.xml
┃ ┃ ┣ 📜activity_add_promotion.xml
┃ ┃ ┣ 📜activity_admin_bank_account_data.xml
┃ ┃ ┣ 📜activity_amount.xml
┃ ┃ ┣ 📜activity_approved_account.xml
┃ ┃ ┣ 📜activity_ask_nip.xml
┃ ┃ ┣ 📜activity_assign_delivery_man.xml
┃ ┃ ┣ 📜activity_bank_account_data.xml
┃ ┃ ┣ 📜activity_bank_movements.xml
┃ ┃ ┣ 📜activity_bank_mov_detail.xml
┃ ┃ ┣ 📜activity_bank_nip.xml
┃ ┃ ┣ 📜activity_biometric.xml
┃ ┃ ┣ 📜activity_bussiness_access_info.xml
┃ ┃ ┣ 📜activity_bussiness_created.xml
┃ ┃ ┣ 📜activity_bussiness_detail.xml
┃ ┃ ┣ 📜activity_bussiness_list.xml
┃ ┃ ┣ 📜activity_bussiness_photo.xml
┃ ┃ ┣ 📜activity_card_address.xml
┃ ┃ ┣ 📜activity_card_payment.xml
┃ ┃ ┣ 📜activity_category_and_products_promotion.xml
┃ ┃ ┣ 📜activity_charge_confirmation.xml
┃ ┃ ┣ 📜activity_charge_methods.xml
┃ ┃ ┣ 📜activity_code_access.xml
┃ ┃ ┣ 📜activity_coming_bank_transfer.xml
┃ ┃ ┣ 📜activity_coming_prestadiiki.xml
┃ ┃ ┣ 📜activity_coming_soon_bi.xml
┃ ┃ ┣ 📜activity_configurate_fingerprint.xml
┃ ┃ ┣ 📜activity_config_orders.xml
┃ ┃ ┣ 📜activity_config_schedules.xml
┃ ┃ ┣ 📜activity_confirm_credit.xml
┃ ┃ ┣ 📜activity_create_bank_account.xml
┃ ┃ ┣ 📜activity_create_bussines.xml
┃ ┃ ┣ 📜activity_create_category.xml
┃ ┃ ┣ 📜activity_create_wii_account.xml
┃ ┃ ┣ 📜activity_create_wii_account_data.xml
┃ ┃ ┣ 📜activity_credit_pay.xml
┃ ┃ ┣ 📜activity_delivery.xml
┃ ┃ ┣ 📜activity_delivery_address.xml
┃ ┃ ┣ 📜activity_detail_card.xml
┃ ┃ ┣ 📜activity_detail_config_days.xml
┃ ┃ ┣ 📜activity_detail_credit.xml
┃ ┃ ┣ 📜activity_detail_suscription.xml
┃ ┃ ┣ 📜activity_detail_suscription_spinfood.xml
┃ ┃ ┣ 📜activity_detail_transaction.xml
┃ ┃ ┣ 📜activity_edit_bussiness_access_info.xml
┃ ┃ ┣ 📜activity_edit_bussiness_pass.xml
┃ ┃ ┣ 📜activity_edit_list.xml
┃ ┃ ┣ 📜activity_edit_product_own.xml
┃ ┃ ┣ 📜activity_faq.xml
┃ ┃ ┣ 📜activity_finished_credit.xml
┃ ┃ ┣ 📜activity_fondeo.xml
┃ ┃ ┣ 📜activity_friends_transfer.xml
┃ ┃ ┣ 📜activity_generic_simple_webview.xml
┃ ┃ ┣ 📜activity_generic_webview.xml
┃ ┃ ┣ 📜activity_home.xml
┃ ┃ ┣ 📜activity_home_products.xml
┃ ┃ ┣ 📜activity_identity_proof.xml
┃ ┃ ┣ 📜activity_intro_admin_bank_account.xml
┃ ┃ ┣ 📜activity_intro_bank_account.xml
┃ ┃ ┣ 📜activity_legal.xml
┃ ┃ ┣ 📜activity_login_bussiness.xml
┃ ┃ ┣ 📜activity_login_phone_number.xml
┃ ┃ ┣ 📜activity_login_wii.xml
┃ ┃ ┣ 📜activity_menu_bank_account.xml
┃ ┃ ┣ 📜activity_my_orders.xml
┃ ┃ ┣ 📜activity_network_by_level.xml
┃ ┃ ┣ 📜activity_net_pay_mini.xml
┃ ┃ ┣ 📜activity_net_pay_transaction.xml
┃ ┃ ┣ 📜activity_notification.xml
┃ ┃ ┣ 📜activity_number_no_register.xml
┃ ┃ ┣ 📜activity_orden_detail.xml
┃ ┃ ┣ 📜activity_orden_reason.xml
┃ ┃ ┣ 📜activity_order_configuration.xml
┃ ┃ ┣ 📜activity_order_filter.xml
┃ ┃ ┣ 📜activity_order_score_detail.xml
┃ ┃ ┣ 📜activity_other_transfer.xml
┃ ┃ ┣ 📜activity_payment_methods.xml
┃ ┃ ┣ 📜activity_payment_services.xml
┃ ┃ ┣ 📜activity_presta_home.xml
┃ ┃ ┣ 📜activity_presta_request.xml
┃ ┃ ┣ 📜activity_products_promotions.xml
┃ ┃ ┣ 📜activity_profile_photo.xml
┃ ┃ ┣ 📜activity_promotions.xml
┃ ┃ ┣ 📜activity_promo_activated.xml
┃ ┃ ┣ 📜activity_promo_webview.xml
┃ ┃ ┣ 📜activity_qr.xml
┃ ┃ ┣ 📜activity_recharge_amount.xml
┃ ┃ ┣ 📜activity_recovery_pass_otpsmart_login.xml
┃ ┃ ┣ 📜activity_recover_pass.xml
┃ ┃ ┣ 📜activity_register_with_pass_smart_login.xml
┃ ┃ ┣ 📜activity_resume_transfer.xml
┃ ┃ ┣ 📜activity_scan_code.xml
┃ ┃ ┣ 📜activity_scan_code_commerce.xml
┃ ┃ ┣ 📜activity_schedules.xml
┃ ┃ ┣ 📜activity_search_address_bussiness.xml
┃ ┃ ┣ 📜activity_select_product_name.xml
┃ ┃ ┣ 📜activity_select_type_account.xml
┃ ┃ ┣ 📜activity_sended_bank_account.xml
┃ ┃ ┣ 📜activity_shipping.xml
┃ ┃ ┣ 📜activity_splash.xml
┃ ┃ ┣ 📜activity_support.xml
┃ ┃ ┣ 📜activity_support_order.xml
┃ ┃ ┣ 📜activity_suscriptions.xml
┃ ┃ ┣ 📜activity_suscriptions_spinfood.xml
┃ ┃ ┣ 📜activity_suscription_card_payment.xml
┃ ┃ ┣ 📜activity_term_conditions.xml
┃ ┃ ┣ 📜activity_ticket_charge.xml
┃ ┃ ┣ 📜activity_ticket_payment_net_pay.xml
┃ ┃ ┣ 📜activity_transactions.xml
┃ ┃ ┣ 📜activity_transfer.xml
┃ ┃ ┣ 📜activity_under_review.xml
┃ ┃ ┣ 📜activity_validate_phone.xml
┃ ┃ ┣ 📜activity_webview.xml
┃ ┃ ┣ 📜activity_webview_card.xml
┃ ┃ ┣ 📜activity_welcome_login.xml
┃ ┃ ┣ 📜activity_wii_chat_filter_friends.xml
┃ ┃ ┣ 📜activity_wii_chat_foward_message.xml
┃ ┃ ┣ 📜activity_wii_chat_main.xml
┃ ┃ ┣ 📜activity_wii_chat_main_search_contacts.xml
┃ ┃ ┣ 📜activity_wii_chat_with_all_wii_users.xml
┃ ┃ ┣ 📜activity_wii_chat_with_friends.xml
┃ ┃ ┣ 📜activity_wii__chat_detail.xml
┃ ┃ ┣ 📜app_bar_chat.xml
┃ ┃ ┣ 📜bottom_sheet_chat_options.xml
┃ ┃ ┣ 📜bottom_sheet_dialog_biz_actions.xml
┃ ┃ ┣ 📜bottom_sheet_dialog_chat_options.xml
┃ ┃ ┣ 📜bottom_sheet_dialog_imagen_profile.xml
┃ ┃ ┣ 📜bottom_sheet_dialog_share.xml
┃ ┃ ┣ 📜bottom_sheet_transfer_actions.xml
┃ ┃ ┣ 📜custom_calendar_cell.xml
┃ ┃ ┣ 📜custom_keyboard.xml
┃ ┃ ┣ 📜custom_simple_list_item_1.xml
┃ ┃ ┣ 📜dialog_selector.xml
┃ ┃ ┣ 📜dialog_transaction.xml
┃ ┃ ┣ 📜fragment_account.xml
┃ ┃ ┣ 📜fragment_bi.xml
┃ ┃ ┣ 📜fragment_bottom.xml
┃ ┃ ┣ 📜fragment_delivery.xml
┃ ┃ ┣ 📜fragment_home.xml
┃ ┃ ┣ 📜fragment_home_account.xml
┃ ┃ ┣ 📜fragment_my_wii_network.xml
┃ ┃ ┣ 📜fragment_new_orders.xml
┃ ┃ ┣ 📜fragment_orders.xml
┃ ┃ ┣ 📜fragment_search_device.xml
┃ ┃ ┣ 📜fragment_shipping.xml
┃ ┃ ┣ 📜fragment_shipping_qr_delivery.xml
┃ ┃ ┣ 📜fragment_shipping_start.xml
┃ ┃ ┣ 📜fragment_shipping_validating.xml
┃ ┃ ┣ 📜fragment_ship_area.xml
┃ ┃ ┣ 📜fragment_ship_config.xml
┃ ┃ ┣ 📜fragment_ship_detail.xml
┃ ┃ ┣ 📜fragment_top.xml
┃ ┃ ┣ 📜fragment_wait_payment.xml
┃ ┃ ┣ 📜fragment_wii_chat_threads.xml
┃ ┃ ┣ 📜fragment_wire.xml
┃ ┃ ┣ 📜item_category_and_products_promotion.xml
┃ ┃ ┣ 📜item_category_layout.xml
┃ ┃ ┣ 📜item_home_category_layout.xml
┃ ┃ ┣ 📜item_network.xml
┃ ┃ ┣ 📜item_network_child_level.xml
┃ ┃ ┣ 📜item_network_child_level_header.xml
┃ ┃ ┣ 📜item_network_header.xml
┃ ┃ ┣ 📜item_products_promotion.xml
┃ ┃ ┣ 📜item_product_added_layout.xml
┃ ┃ ┣ 📜item_wii_chat_with_friends.xml
┃ ┃ ┣ 📜listview_transfer_friends_item.xml
┃ ┃ ┣ 📜order_canceled_bottom_layout.xml
┃ ┃ ┣ 📜order_confirming_bottom_layout.xml
┃ ┃ ┣ 📜order_delivery_view.xml
┃ ┃ ┣ 📜order_dinein_view.xml
┃ ┃ ┣ 📜order_indelivery_bottom_layout.xml
┃ ┃ ┣ 📜order_pickup_view.xml
┃ ┃ ┣ 📜order_preparing_bottom_layout.xml
┃ ┃ ┣ 📜order_ready_bottom_layout.xml
┃ ┃ ┣ 📜order_score_bottom_layout.xml
┃ ┃ ┣ 📜recyclerview_adress_item.xml
┃ ┃ ┣ 📜recyclerview_chat_foward_message_item.xml
┃ ┃ ┣ 📜recyclerview_chat_search_user_item.xml
┃ ┃ ┣ 📜recyclerview_detail_order_item.xml
┃ ┃ ┣ 📜recyclerview_edit_item.xml
┃ ┃ ┣ 📜recyclerview_faq_item.xml
┃ ┃ ┣ 📜recyclerview_home_menu_header.xml
┃ ┃ ┣ 📜recyclerview_item_account_bussiness.xml
┃ ┃ ┣ 📜recyclerview_item_bussiness.xml
┃ ┃ ┣ 📜recyclerview_item_bussiness_menu.xml
┃ ┃ ┣ 📜recyclerview_item_section.xml
┃ ┃ ┣ 📜recyclerview_legal_item.xml
┃ ┃ ┣ 📜recyclerview_notification_item.xml
┃ ┃ ┣ 📜recyclerview_order_item.xml
┃ ┃ ┣ 📜skeleton_recycler_network.xml
┃ ┃ ┣ 📜spinner_item.xml
┃ ┃ ┣ 📜toolbar_close.xml
┃ ┃ ┣ 📜toolbar_common.xml
┃ ┃ ┣ 📜toolbar_common_white.xml
┃ ┃ ┣ 📜view_chat.xml
┃ ┃ ┣ 📜view_chat_reply.xml
┃ ┃ ┣ 📜view_holder_chat_thread.xml
┃ ┃ ┗ 📜view_notifications.xml
┃ ┣ 📂menu
┃ ┃ ┣ 📜menu_chat_actions.xml
┃ ┃ ┣ 📜menu_chat_detail.xml
┃ ┃ ┣ 📜menu_chat_foward.xml
┃ ┃ ┣ 📜menu_chat_search.xml
┃ ┃ ┣ 📜menu_home.xml
┃ ┃ ┣ 📜menu_orders.xml
┃ ┃ ┣ 📜menu_product.xml
┃ ┃ ┗ 📜menu_wire_detail.xml
┃ ┣ 📂mipmap-anydpi-v26
┃ ┃ ┣ 📜ic_launcher.xml
┃ ┃ ┗ 📜ic_launcher_round.xml
┃ ┣ 📂mipmap-hdpi
┃ ┃ ┣ 📜ic_launcher.png
┃ ┃ ┣ 📜ic_launcher_foreground.png
┃ ┃ ┗ 📜ic_launcher_round.png
┃ ┣ 📂mipmap-mdpi
┃ ┃ ┣ 📜ic_launcher.png
┃ ┃ ┣ 📜ic_launcher_foreground.png
┃ ┃ ┗ 📜ic_launcher_round.png
┃ ┣ 📂mipmap-xhdpi
┃ ┃ ┣ 📜ic_launcher.png
┃ ┃ ┣ 📜ic_launcher_foreground.png
┃ ┃ ┗ 📜ic_launcher_round.png
┃ ┣ 📂mipmap-xxhdpi
┃ ┃ ┣ 📜ic_launcher.png
┃ ┃ ┣ 📜ic_launcher_foreground.png
┃ ┃ ┗ 📜ic_launcher_round.png
┃ ┣ 📂mipmap-xxxhdpi
┃ ┃ ┣ 📜ic_launcher.png
┃ ┃ ┣ 📜ic_launcher_foreground.png
┃ ┃ ┗ 📜ic_launcher_round.png
┃ ┣ 📂raw
┃ ┃ ┗ 📜bara_red_audiologo.mp3
┃ ┗ 📂values
┃ ┃ ┣ 📜chat_strings.xml
┃ ┃ ┣ 📜chat_styles.xml
┃ ┃ ┣ 📜colors.xml
┃ ┃ ┣ 📜ic_launcher_background.xml
┃ ┃ ┣ 📜strings.xml
┃ ┃ ┣ 📜styles.xml
┃ ┃ ┗ 📜textfilters.xml
┣ 📂staging
┃ ┗ 📜google-services.json
┗ 📜AndroidManifest.xml