实例介绍
Xamarin.Android Android蓝牙通讯 一个服务端一个客户端。源码实现了2个蓝牙设备之间的通讯
【实例截图】
【核心代码】
4744300845376791612.rar
└── BLETEST
├── BLETEST
│ ├── Assets
│ │ └── AboutAssets.txt
│ ├── bin
│ │ ├── Debug
│ │ │ ├── BLETEST.dll
│ │ │ ├── BLETEST.pdb
│ │ │ ├── com.companyname.bletest.apk
│ │ │ └── com.companyname.bletest-Signed.apk
│ │ └── Release
│ ├── BLEHelper.cs
│ ├── BLETEST.csproj
│ ├── BLETEST.csproj.user
│ ├── MainActivity.cs
│ ├── obj
│ │ ├── BLETEST.csproj.nuget.cache
│ │ ├── BLETEST.csproj.nuget.dgspec.json
│ │ ├── BLETEST.csproj.nuget.g.props
│ │ ├── BLETEST.csproj.nuget.g.targets
│ │ ├── Debug
│ │ │ └── 90
│ │ │ ├── 8KE0219411005678.deployment
│ │ │ ├── aapt2.version
│ │ │ ├── acw-map.txt
│ │ │ ├── adb.props
│ │ │ ├── android
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── assets
│ │ │ │ │ ├── BLETEST.dll
│ │ │ │ │ ├── BLETEST.pdb
│ │ │ │ │ ├── Java.Interop.dll
│ │ │ │ │ ├── machine.config
│ │ │ │ │ ├── Mono.Android.dll
│ │ │ │ │ ├── Mono.Android.pdb
│ │ │ │ │ ├── Mono.Security.dll
│ │ │ │ │ ├── mscorlib.dll
│ │ │ │ │ ├── System.ComponentModel.Composition.dll
│ │ │ │ │ ├── System.Core.dll
│ │ │ │ │ ├── System.dll
│ │ │ │ │ ├── System.Drawing.Common.dll
│ │ │ │ │ ├── System.Net.Http.dll
│ │ │ │ │ ├── System.Numerics.dll
│ │ │ │ │ ├── System.Numerics.Vectors.dll
│ │ │ │ │ ├── System.Runtime.dll
│ │ │ │ │ ├── System.Runtime.Serialization.dll
│ │ │ │ │ ├── System.ServiceModel.Internals.dll
│ │ │ │ │ ├── System.Xml.dll
│ │ │ │ │ ├── Xamarin.Android.Arch.Core.Common.dll
│ │ │ │ │ ├── Xamarin.Android.Arch.Core.Runtime.dll
│ │ │ │ │ ├── Xamarin.Android.Arch.Lifecycle.Common.dll
│ │ │ │ │ ├── Xamarin.Android.Arch.Lifecycle.LiveData.Core.dll
│ │ │ │ │ ├── Xamarin.Android.Arch.Lifecycle.LiveData.dll
│ │ │ │ │ ├── Xamarin.Android.Arch.Lifecycle.Runtime.dll
│ │ │ │ │ ├── Xamarin.Android.Arch.Lifecycle.ViewModel.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Animated.Vector.Drawable.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Annotations.dll
│ │ │ │ │ ├── Xamarin.Android.Support.AsyncLayoutInflater.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Collections.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Compat.dll
│ │ │ │ │ ├── Xamarin.Android.Support.CoordinaterLayout.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Core.UI.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Core.Utils.dll
│ │ │ │ │ ├── Xamarin.Android.Support.CursorAdapter.dll
│ │ │ │ │ ├── Xamarin.Android.Support.CustomTabs.dll
│ │ │ │ │ ├── Xamarin.Android.Support.CustomView.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Design.dll
│ │ │ │ │ ├── Xamarin.Android.Support.DocumentFile.dll
│ │ │ │ │ ├── Xamarin.Android.Support.DrawerLayout.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Fragment.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Interpolator.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Loader.dll
│ │ │ │ │ ├── Xamarin.Android.Support.LocalBroadcastManager.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Print.dll
│ │ │ │ │ ├── Xamarin.Android.Support.SlidingPaneLayout.dll
│ │ │ │ │ ├── Xamarin.Android.Support.SwipeRefreshLayout.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Transition.dll
│ │ │ │ │ ├── Xamarin.Android.Support.v7.AppCompat.dll
│ │ │ │ │ ├── Xamarin.Android.Support.v7.CardView.dll
│ │ │ │ │ ├── Xamarin.Android.Support.v7.RecyclerView.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Vector.Drawable.dll
│ │ │ │ │ ├── Xamarin.Android.Support.VersionedParcelable.dll
│ │ │ │ │ ├── Xamarin.Android.Support.ViewPager.dll
│ │ │ │ │ ├── Xamarin.Essentials.dll
│ │ │ │ │ └── Xamarin.Essentials.pdb
│ │ │ │ ├── bin
│ │ │ │ │ ├── classes
│ │ │ │ │ │ ├── android
│ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ ├── compat
│ │ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ │ ├── coordinatorlayout
│ │ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ │ ├── customtabs
│ │ │ │ │ │ │ │ ├── CustomTabsClient_CustomTabsCallbackImpl.class
│ │ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ │ ├── design
│ │ │ │ │ │ │ │ ├── R$animator.class
│ │ │ │ │ │ │ │ ├── R$anim.class
│ │ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ │ ├── R$interpolator.class
│ │ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ │ ├── R.class
│ │ │ │ │ │ │ │ └── widget
│ │ │ │ │ │ │ │ └── Snackbar_SnackbarActionClickImplementor.class
│ │ │ │ │ │ │ ├── transition
│ │ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ │ └── v7
│ │ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ │ ├── AlertDialog_IDialogInterfaceOnCancelListenerImplementor.class
│ │ │ │ │ │ │ │ ├── AlertDialog_IDialogInterfaceOnClickListenerImplementor.class
│ │ │ │ │ │ │ │ └── AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor.class
│ │ │ │ │ │ │ ├── appcompat
│ │ │ │ │ │ │ │ ├── R$anim.class
│ │ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ │ ├── cardview
│ │ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ │ ├── recyclerview
│ │ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ │ └── widget
│ │ │ │ │ │ │ └── Toolbar_NavigationOnClickEventDispatcher.class
│ │ │ │ │ │ ├── com
│ │ │ │ │ │ │ └── companyname
│ │ │ │ │ │ │ └── bletest
│ │ │ │ │ │ │ ├── R$animator.class
│ │ │ │ │ │ │ ├── R$anim.class
│ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ ├── R$interpolator.class
│ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ ├── R$menu.class
│ │ │ │ │ │ │ ├── R$mipmap.class
│ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ ├── R$xml.class
│ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ ├── md535d27e7c69cfa900f997de29d9763ee7
│ │ │ │ │ │ │ └── MainActivity.class
│ │ │ │ │ │ ├── md5d630c3d3bfb5f5558520331566132d97
│ │ │ │ │ │ │ ├── AccelerometerListener.class
│ │ │ │ │ │ │ ├── ActivityLifecycleContextListener.class
│ │ │ │ │ │ │ ├── BarometerListener.class
│ │ │ │ │ │ │ ├── BatteryBroadcastReceiver.class
│ │ │ │ │ │ │ ├── ConnectivityBroadcastReceiver.class
│ │ │ │ │ │ │ ├── EnergySaverBroadcastReceiver.class
│ │ │ │ │ │ │ ├── GyroscopeListener.class
│ │ │ │ │ │ │ ├── Listener.class
│ │ │ │ │ │ │ ├── MagnetometerListener.class
│ │ │ │ │ │ │ ├── OrientationSensorListener.class
│ │ │ │ │ │ │ ├── SensorListener.class
│ │ │ │ │ │ │ ├── SingleLocationListener.class
│ │ │ │ │ │ │ └── TextToSpeechImplementation.class
│ │ │ │ │ │ ├── md5dcb6eccdc824e0677ffae8ccdde42930
│ │ │ │ │ │ │ ├── CustomTabsServiceConnectionImpl.class
│ │ │ │ │ │ │ └── KeepAliveService.class
│ │ │ │ │ │ ├── mono
│ │ │ │ │ │ │ ├── android
│ │ │ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ │ │ └── ApplicationRegistration.class
│ │ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ │ ├── design
│ │ │ │ │ │ │ │ │ ├── chip
│ │ │ │ │ │ │ │ │ │ └── ChipGroup_OnCheckedChangeListenerImplementor.class
│ │ │ │ │ │ │ │ │ └── widget
│ │ │ │ │ │ │ │ │ ├── AppBarLayout_OnOffsetChangedListenerImplementor.class
│ │ │ │ │ │ │ │ │ ├── BottomNavigationView_OnNavigationItemReselectedListenerImplementor.class
│ │ │ │ │ │ │ │ │ ├── BottomNavigationView_OnNavigationItemSelectedListenerImplementor.class
│ │ │ │ │ │ │ │ │ ├── NavigationView_OnNavigationItemSelectedListenerImplementor.class
│ │ │ │ │ │ │ │ │ ├── SwipeDismissBehavior_OnDismissListenerImplementor.class
│ │ │ │ │ │ │ │ │ └── TabLayout_BaseOnTabSelectedListenerImplementor.class
│ │ │ │ │ │ │ │ ├── transition
│ │ │ │ │ │ │ │ │ └── Transition_TransitionListenerImplementor.class
│ │ │ │ │ │ │ │ ├── v13
│ │ │ │ │ │ │ │ │ └── view
│ │ │ │ │ │ │ │ │ ├── DragStartHelper_OnDragStartListenerImplementor.class
│ │ │ │ │ │ │ │ │ └── inputmethod
│ │ │ │ │ │ │ │ │ └── InputConnectionCompat_OnCommitContentListenerImplementor.class
│ │ │ │ │ │ │ │ ├── v4
│ │ │ │ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ │ │ │ ├── FragmentManager_OnBackStackChangedListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ └── SharedElementCallback_OnSharedElementsReadyListenerImplementor.class
│ │ │ │ │ │ │ │ │ ├── content
│ │ │ │ │ │ │ │ │ │ ├── Loader_OnLoadCanceledListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ └── Loader_OnLoadCompleteListenerImplementor.class
│ │ │ │ │ │ │ │ │ ├── os
│ │ │ │ │ │ │ │ │ │ └── CancellationSignal_OnCancelListenerImplementor.class
│ │ │ │ │ │ │ │ │ ├── view
│ │ │ │ │ │ │ │ │ │ ├── accessibility
│ │ │ │ │ │ │ │ │ │ │ ├── AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ │ └── AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ ├── ActionProvider_SubUiVisibilityListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ ├── ActionProvider_VisibilityListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ ├── AsyncLayoutInflater_OnInflateFinishedListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ ├── MenuItemCompat_OnActionExpandListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ ├── OnApplyWindowInsetsListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ ├── ViewPager_OnAdapterChangeListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ ├── ViewPager_OnPageChangeListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ ├── ViewPropertyAnimatorListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ └── ViewPropertyAnimatorUpdateListenerImplementor.class
│ │ │ │ │ │ │ │ │ └── widget
│ │ │ │ │ │ │ │ │ ├── DrawerLayout_DrawerListenerImplementor.class
│ │ │ │ │ │ │ │ │ ├── NestedScrollView_OnScrollChangeListenerImplementor.class
│ │ │ │ │ │ │ │ │ ├── SlidingPaneLayout_PanelSlideListenerImplementor.class
│ │ │ │ │ │ │ │ │ └── SwipeRefreshLayout_OnRefreshListenerImplementor.class
│ │ │ │ │ │ │ │ └── v7
│ │ │ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ │ │ ├── ActionBar_OnMenuVisibilityListenerImplementor.class
│ │ │ │ │ │ │ │ │ ├── ActionBar_OnNavigationListenerImplementor.class
│ │ │ │ │ │ │ │ │ └── ActionBar_TabListenerImplementor.class
│ │ │ │ │ │ │ │ └── widget
│ │ │ │ │ │ │ │ ├── ActionMenuView_OnMenuItemClickListenerImplementor.class
│ │ │ │ │ │ │ │ ├── ContentFrameLayout_OnAttachListenerImplementor.class
│ │ │ │ │ │ │ │ ├── FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor.class
│ │ │ │ │ │ │ │ ├── MenuItemHoverListenerImplementor.class
│ │ │ │ │ │ │ │ ├── PopupMenu_OnDismissListenerImplementor.class
│ │ │ │ │ │ │ │ ├── PopupMenu_OnMenuItemClickListenerImplementor.class
│ │ │ │ │ │ │ │ ├── RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor.class
│ │ │ │ │ │ │ │ ├── RecyclerView_OnChildAttachStateChangeListenerImplementor.class
│ │ │ │ │ │ │ │ ├── RecyclerView_OnItemTouchListenerImplementor.class
│ │ │ │ │ │ │ │ ├── RecyclerView_RecyclerListenerImplementor.class
│ │ │ │ │ │ │ │ ├── SearchView_OnCloseListenerImplementor.class
│ │ │ │ │ │ │ │ ├── SearchView_OnQueryTextListenerImplementor.class
│ │ │ │ │ │ │ │ ├── SearchView_OnSuggestionListenerImplementor.class
│ │ │ │ │ │ │ │ ├── ShareActionProvider_OnShareTargetSelectedListenerImplementor.class
│ │ │ │ │ │ │ │ ├── Toolbar_OnMenuItemClickListenerImplementor.class
│ │ │ │ │ │ │ │ └── ViewStubCompat_OnInflateListenerImplementor.class
│ │ │ │ │ │ │ ├── MonoPackageManager_Resources.class
│ │ │ │ │ │ │ └── MonoRuntimeProvider.class
│ │ │ │ │ │ └── xamarin
│ │ │ │ │ │ └── essentials
│ │ │ │ │ │ └── fileProvider.class
│ │ │ │ │ ├── classes.dex
│ │ │ │ │ ├── classes.zip
│ │ │ │ │ ├── com.companyname.bletest.apk
│ │ │ │ │ ├── mono.android.jar
│ │ │ │ │ └── packaged_resources
│ │ │ │ ├── environment.arm64-v8a.o
│ │ │ │ ├── environment.arm64-v8a.s
│ │ │ │ ├── environment.armeabi-v7a.o
│ │ │ │ ├── environment.armeabi-v7a.s
│ │ │ │ ├── environment.x86_64.o
│ │ │ │ ├── environment.x86_64.s
│ │ │ │ ├── environment.x86.o
│ │ │ │ ├── environment.x86.s
│ │ │ │ ├── manifest
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── src
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ ├── compat
│ │ │ │ │ │ │ └── R.java
│ │ │ │ │ │ ├── coordinatorlayout
│ │ │ │ │ │ │ └── R.java
│ │ │ │ │ │ ├── customtabs
│ │ │ │ │ │ │ ├── CustomTabsClient_CustomTabsCallbackImpl.java
│ │ │ │ │ │ │ └── R.java
│ │ │ │ │ │ ├── design
│ │ │ │ │ │ │ ├── R.java
│ │ │ │ │ │ │ └── widget
│ │ │ │ │ │ │ └── Snackbar_SnackbarActionClickImplementor.java
│ │ │ │ │ │ ├── transition
│ │ │ │ │ │ │ └── R.java
│ │ │ │ │ │ └── v7
│ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ ├── AlertDialog_IDialogInterfaceOnCancelListenerImplementor.java
│ │ │ │ │ │ │ ├── AlertDialog_IDialogInterfaceOnClickListenerImplementor.java
│ │ │ │ │ │ │ └── AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor.java
│ │ │ │ │ │ ├── appcompat
│ │ │ │ │ │ │ └── R.java
│ │ │ │ │ │ ├── cardview
│ │ │ │ │ │ │ └── R.java
│ │ │ │ │ │ ├── recyclerview
│ │ │ │ │ │ │ └── R.java
│ │ │ │ │ │ └── widget
│ │ │ │ │ │ └── Toolbar_NavigationOnClickEventDispatcher.java
│ │ │ │ │ ├── com
│ │ │ │ │ │ └── companyname
│ │ │ │ │ │ └── bletest
│ │ │ │ │ │ └── R.java
│ │ │ │ │ ├── md535d27e7c69cfa900f997de29d9763ee7
│ │ │ │ │ │ └── MainActivity.java
│ │ │ │ │ ├── md5d630c3d3bfb5f5558520331566132d97
│ │ │ │ │ │ ├── AccelerometerListener.java
│ │ │ │ │ │ ├── ActivityLifecycleContextListener.java
│ │ │ │ │ │ ├── BarometerListener.java
│ │ │ │ │ │ ├── BatteryBroadcastReceiver.java
│ │ │ │ │ │ ├── ConnectivityBroadcastReceiver.java
│ │ │ │ │ │ ├── EnergySaverBroadcastReceiver.java
│ │ │ │ │ │ ├── GyroscopeListener.java
│ │ │ │ │ │ ├── Listener.java
│ │ │ │ │ │ ├── MagnetometerListener.java
│ │ │ │ │ │ ├── OrientationSensorListener.java
│ │ │ │ │ │ ├── SensorListener.java
│ │ │ │ │ │ ├── SingleLocationListener.java
│ │ │ │ │ │ └── TextToSpeechImplementation.java
│ │ │ │ │ ├── md5dcb6eccdc824e0677ffae8ccdde42930
│ │ │ │ │ │ ├── CustomTabsServiceConnectionImpl.java
│ │ │ │ │ │ └── KeepAliveService.java
│ │ │ │ │ ├── mono
│ │ │ │ │ │ ├── android
│ │ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ │ └── ApplicationRegistration.java
│ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ ├── design
│ │ │ │ │ │ │ │ ├── chip
│ │ │ │ │ │ │ │ │ └── ChipGroup_OnCheckedChangeListenerImplementor.java
│ │ │ │ │ │ │ │ └── widget
│ │ │ │ │ │ │ │ ├── AppBarLayout_OnOffsetChangedListenerImplementor.java
│ │ │ │ │ │ │ │ ├── BottomNavigationView_OnNavigationItemReselectedListenerImplementor.java
│ │ │ │ │ │ │ │ ├── BottomNavigationView_OnNavigationItemSelectedListenerImplementor.java
│ │ │ │ │ │ │ │ ├── NavigationView_OnNavigationItemSelectedListenerImplementor.java
│ │ │ │ │ │ │ │ ├── SwipeDismissBehavior_OnDismissListenerImplementor.java
│ │ │ │ │ │ │ │ └── TabLayout_BaseOnTabSelectedListenerImplementor.java
│ │ │ │ │ │ │ ├── transition
│ │ │ │ │ │ │ │ └── Transition_TransitionListenerImplementor.java
│ │ │ │ │ │ │ ├── v13
│ │ │ │ │ │ │ │ └── view
│ │ │ │ │ │ │ │ ├── DragStartHelper_OnDragStartListenerImplementor.java
│ │ │ │ │ │ │ │ └── inputmethod
│ │ │ │ │ │ │ │ └── InputConnectionCompat_OnCommitContentListenerImplementor.java
│ │ │ │ │ │ │ ├── v4
│ │ │ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ │ │ ├── FragmentManager_OnBackStackChangedListenerImplementor.java
│ │ │ │ │ │ │ │ │ └── SharedElementCallback_OnSharedElementsReadyListenerImplementor.java
│ │ │ │ │ │ │ │ ├── content
│ │ │ │ │ │ │ │ │ ├── Loader_OnLoadCanceledListenerImplementor.java
│ │ │ │ │ │ │ │ │ └── Loader_OnLoadCompleteListenerImplementor.java
│ │ │ │ │ │ │ │ ├── os
│ │ │ │ │ │ │ │ │ └── CancellationSignal_OnCancelListenerImplementor.java
│ │ │ │ │ │ │ │ ├── view
│ │ │ │ │ │ │ │ │ ├── accessibility
│ │ │ │ │ │ │ │ │ │ ├── AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor.java
│ │ │ │ │ │ │ │ │ │ └── AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor.java
│ │ │ │ │ │ │ │ │ ├── ActionProvider_SubUiVisibilityListenerImplementor.java
│ │ │ │ │ │ │ │ │ ├── ActionProvider_VisibilityListenerImplementor.java
│ │ │ │ │ │ │ │ │ ├── AsyncLayoutInflater_OnInflateFinishedListenerImplementor.java
│ │ │ │ │ │ │ │ │ ├── MenuItemCompat_OnActionExpandListenerImplementor.java
│ │ │ │ │ │ │ │ │ ├── OnApplyWindowInsetsListenerImplementor.java
│ │ │ │ │ │ │ │ │ ├── ViewPager_OnAdapterChangeListenerImplementor.java
│ │ │ │ │ │ │ │ │ ├── ViewPager_OnPageChangeListenerImplementor.java
│ │ │ │ │ │ │ │ │ ├── ViewPropertyAnimatorListenerImplementor.java
│ │ │ │ │ │ │ │ │ └── ViewPropertyAnimatorUpdateListenerImplementor.java
│ │ │ │ │ │ │ │ └── widget
│ │ │ │ │ │ │ │ ├── DrawerLayout_DrawerListenerImplementor.java
│ │ │ │ │ │ │ │ ├── NestedScrollView_OnScrollChangeListenerImplementor.java
│ │ │ │ │ │ │ │ ├── SlidingPaneLayout_PanelSlideListenerImplementor.java
│ │ │ │ │ │ │ │ └── SwipeRefreshLayout_OnRefreshListenerImplementor.java
│ │ │ │ │ │ │ └── v7
│ │ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ │ ├── ActionBar_OnMenuVisibilityListenerImplementor.java
│ │ │ │ │ │ │ │ ├── ActionBar_OnNavigationListenerImplementor.java
│ │ │ │ │ │ │ │ └── ActionBar_TabListenerImplementor.java
│ │ │ │ │ │ │ └── widget
│ │ │ │ │ │ │ ├── ActionMenuView_OnMenuItemClickListenerImplementor.java
│ │ │ │ │ │ │ ├── ContentFrameLayout_OnAttachListenerImplementor.java
│ │ │ │ │ │ │ ├── FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor.java
│ │ │ │ │ │ │ ├── MenuItemHoverListenerImplementor.java
│ │ │ │ │ │ │ ├── PopupMenu_OnDismissListenerImplementor.java
│ │ │ │ │ │ │ ├── PopupMenu_OnMenuItemClickListenerImplementor.java
│ │ │ │ │ │ │ ├── RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor.java
│ │ │ │ │ │ │ ├── RecyclerView_OnChildAttachStateChangeListenerImplementor.java
│ │ │ │ │ │ │ ├── RecyclerView_OnItemTouchListenerImplementor.java
│ │ │ │ │ │ │ ├── RecyclerView_RecyclerListenerImplementor.java
│ │ │ │ │ │ │ ├── SearchView_OnCloseListenerImplementor.java
│ │ │ │ │ │ │ ├── SearchView_OnQueryTextListenerImplementor.java
│ │ │ │ │ │ │ ├── SearchView_OnSuggestionListenerImplementor.java
│ │ │ │ │ │ │ ├── ShareActionProvider_OnShareTargetSelectedListenerImplementor.java
│ │ │ │ │ │ │ ├── Toolbar_OnMenuItemClickListenerImplementor.java
│ │ │ │ │ │ │ └── ViewStubCompat_OnInflateListenerImplementor.java
│ │ │ │ │ │ ├── MonoPackageManager_Resources.java
│ │ │ │ │ │ └── MonoRuntimeProvider.java
│ │ │ │ │ └── xamarin
│ │ │ │ │ └── essentials
│ │ │ │ │ └── fileProvider.java
│ │ │ │ ├── typemap.jm.arm64-v8a.o
│ │ │ │ ├── typemap.jm.arm64-v8a.s
│ │ │ │ ├── typemap.jm.armeabi-v7a.o
│ │ │ │ ├── typemap.jm.armeabi-v7a.s
│ │ │ │ ├── typemap.jm.inc
│ │ │ │ ├── typemap.jm.x86_64.o
│ │ │ │ ├── typemap.jm.x86_64.s
│ │ │ │ ├── typemap.jm.x86.o
│ │ │ │ ├── typemap.jm.x86.s
│ │ │ │ ├── typemap.mj.arm64-v8a.o
│ │ │ │ ├── typemap.mj.arm64-v8a.s
│ │ │ │ ├── typemap.mj.armeabi-v7a.o
│ │ │ │ ├── typemap.mj.armeabi-v7a.s
│ │ │ │ ├── typemap.mj.inc
│ │ │ │ ├── typemap.mj.x86_64.o
│ │ │ │ ├── typemap.mj.x86_64.s
│ │ │ │ ├── typemap.mj.x86.o
│ │ │ │ └── typemap.mj.x86.s
│ │ │ ├── android_debug_keystore.flag
│ │ │ ├── app_shared_libraries
│ │ │ │ ├── arm64-v8a
│ │ │ │ │ └── libxamarin-app.so
│ │ │ │ ├── armeabi-v7a
│ │ │ │ │ └── libxamarin-app.so
│ │ │ │ ├── x86
│ │ │ │ │ └── libxamarin-app.so
│ │ │ │ └── x86_64
│ │ │ │ └── libxamarin-app.so
│ │ │ ├── BLETEST.csprojAssemblyReference.cache
│ │ │ ├── BLETEST.csproj.FileListAbsolute.txt
│ │ │ ├── BLETEST.dll
│ │ │ ├── BLETEST.pdb
│ │ │ ├── buildid.txt
│ │ │ ├── build.props
│ │ │ ├── customview-map.txt
│ │ │ ├── designtime
│ │ │ │ ├── build.props
│ │ │ │ ├── libraryprojectimports.cache
│ │ │ │ ├── Resource.designer.cs
│ │ │ │ └── resourcepaths.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── devices.cache
│ │ │ ├── emulator-5554.deployment
│ │ │ ├── flata
│ │ │ │ ├── 1c69eb27d3a980a714d2ec60773cc77aa5a43211.flata
│ │ │ │ ├── 1c69eb27d3a980a714d2ec60773cc77aa5a43211.stamp
│ │ │ │ ├── 3d2d9de317cb0f2bfc4325776305734c01dfb80a.flata
│ │ │ │ ├── 3d2d9de317cb0f2bfc4325776305734c01dfb80a.stamp
│ │ │ │ ├── 47e396f1950f37dc41a986e6796e7bbaa642e273.flata
│ │ │ │ ├── 47e396f1950f37dc41a986e6796e7bbaa642e273.stamp
│ │ │ │ ├── 631cf58e0914ecda319532bf78832d5c73210edf.flata
│ │ │ │ ├── 631cf58e0914ecda319532bf78832d5c73210edf.stamp
│ │ │ │ ├── 923cfed965a72e82ffea936bbfd00b71e726d303.flata
│ │ │ │ ├── 923cfed965a72e82ffea936bbfd00b71e726d303.stamp
│ │ │ │ ├── 991f7e41d92d0fdd8a3e1373c3a42763e00e6525.flata
│ │ │ │ ├── 991f7e41d92d0fdd8a3e1373c3a42763e00e6525.stamp
│ │ │ │ ├── ba7fbc6d2ad7258a6ce055da3373d229279b0997.flata
│ │ │ │ ├── ba7fbc6d2ad7258a6ce055da3373d229279b0997.stamp
│ │ │ │ ├── compiled.flata
│ │ │ │ ├── _CompileResources.stamp
│ │ │ │ ├── e1bd5ed13db615afa144ca9f9855b54a900d0c0d.flata
│ │ │ │ ├── e1bd5ed13db615afa144ca9f9855b54a900d0c0d.stamp
│ │ │ │ ├── ee27c07e6e00f4a37a23d24a87a9b45d2c52ecca.flata
│ │ │ │ └── ee27c07e6e00f4a37a23d24a87a9b45d2c52ecca.stamp
│ │ │ ├── H4576CI001842.deployment
│ │ │ ├── _javac.stamp
│ │ │ ├── libraryimports.cache
│ │ │ ├── libraryprojectimports.cache
│ │ │ ├── linkdst
│ │ │ │ ├── BLETEST.dll
│ │ │ │ └── BLETEST.pdb
│ │ │ ├── link.flag
│ │ │ ├── linksrc
│ │ │ │ ├── BLETEST.dll
│ │ │ │ ├── BLETEST.pdb
│ │ │ │ ├── Java.Interop.dll
│ │ │ │ ├── Mono.Android.dll
│ │ │ │ ├── Mono.Android.pdb
│ │ │ │ ├── Mono.Security.dll
│ │ │ │ ├── mscorlib.dll
│ │ │ │ ├── System.ComponentModel.Composition.dll
│ │ │ │ ├── System.Core.dll
│ │ │ │ ├── System.dll
│ │ │ │ ├── System.Drawing.Common.dll
│ │ │ │ ├── System.Net.Http.dll
│ │ │ │ ├── System.Numerics.dll
│ │ │ │ ├── System.Numerics.Vectors.dll
│ │ │ │ ├── System.Runtime.dll
│ │ │ │ ├── System.Runtime.Serialization.dll
│ │ │ │ ├── System.ServiceModel.Internals.dll
│ │ │ │ ├── System.Xml.dll
│ │ │ │ ├── Xamarin.Android.Arch.Core.Common.dll
│ │ │ │ ├── Xamarin.Android.Arch.Core.Runtime.dll
│ │ │ │ ├── Xamarin.Android.Arch.Lifecycle.Common.dll
│ │ │ │ ├── Xamarin.Android.Arch.Lifecycle.LiveData.Core.dll
│ │ │ │ ├── Xamarin.Android.Arch.Lifecycle.LiveData.dll
│ │ │ │ ├── Xamarin.Android.Arch.Lifecycle.Runtime.dll
│ │ │ │ ├── Xamarin.Android.Arch.Lifecycle.ViewModel.dll
│ │ │ │ ├── Xamarin.Android.Support.Animated.Vector.Drawable.dll
│ │ │ │ ├── Xamarin.Android.Support.Annotations.dll
│ │ │ │ ├── Xamarin.Android.Support.AsyncLayoutInflater.dll
│ │ │ │ ├── Xamarin.Android.Support.Collections.dll
│ │ │ │ ├── Xamarin.Android.Support.Compat.dll
│ │ │ │ ├── Xamarin.Android.Support.CoordinaterLayout.dll
│ │ │ │ ├── Xamarin.Android.Support.Core.UI.dll
│ │ │ │ ├── Xamarin.Android.Support.Core.Utils.dll
│ │ │ │ ├── Xamarin.Android.Support.CursorAdapter.dll
│ │ │ │ ├── Xamarin.Android.Support.CustomTabs.dll
│ │ │ │ ├── Xamarin.Android.Support.CustomView.dll
│ │ │ │ ├── Xamarin.Android.Support.Design.dll
│ │ │ │ ├── Xamarin.Android.Support.DocumentFile.dll
│ │ │ │ ├── Xamarin.Android.Support.DrawerLayout.dll
│ │ │ │ ├── Xamarin.Android.Support.Fragment.dll
│ │ │ │ ├── Xamarin.Android.Support.Interpolator.dll
│ │ │ │ ├── Xamarin.Android.Support.Loader.dll
│ │ │ │ ├── Xamarin.Android.Support.LocalBroadcastManager.dll
│ │ │ │ ├── Xamarin.Android.Support.Print.dll
│ │ │ │ ├── Xamarin.Android.Support.SlidingPaneLayout.dll
│ │ │ │ ├── Xamarin.Android.Support.SwipeRefreshLayout.dll
│ │ │ │ ├── Xamarin.Android.Support.Transition.dll
│ │ │ │ ├── Xamarin.Android.Support.v7.AppCompat.dll
│ │ │ │ ├── Xamarin.Android.Support.v7.CardView.dll
│ │ │ │ ├── Xamarin.Android.Support.v7.RecyclerView.dll
│ │ │ │ ├── Xamarin.Android.Support.Vector.Drawable.dll
│ │ │ │ ├── Xamarin.Android.Support.VersionedParcelable.dll
│ │ │ │ ├── Xamarin.Android.Support.ViewPager.dll
│ │ │ │ ├── Xamarin.Essentials.dll
│ │ │ │ └── Xamarin.Essentials.pdb
│ │ │ ├── lp
│ │ │ │ ├── 0
│ │ │ │ │ └── jl
│ │ │ │ │ └── android.arch.core.common.jar
│ │ │ │ ├── 0.stamp
│ │ │ │ ├── 1
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 10
│ │ │ │ │ └── jl
│ │ │ │ │ └── com.android.support.collections.jar
│ │ │ │ ├── 10.stamp
│ │ │ │ ├── 11
│ │ │ │ │ └── jl
│ │ │ │ │ ├── aidl
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ └── v4
│ │ │ │ │ │ └── os
│ │ │ │ │ │ └── ResultReceiver.aidl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ ├── public.txt
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ ├── public.txt
│ │ │ │ │ ├── res
│ │ │ │ │ │ ├── drawable
│ │ │ │ │ │ │ ├── notification_bg_low.xml
│ │ │ │ │ │ │ ├── notification_bg.xml
│ │ │ │ │ │ │ ├── notification_icon_background.xml
│ │ │ │ │ │ │ └── notification_tile_bg.xml
│ │ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ │ ├── drawable-v21
│ │ │ │ │ │ │ └── notification_action_background.xml
│ │ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ │ │ ├── notification_template_icon_group.xml
│ │ │ │ │ │ │ ├── notification_template_part_chronometer.xml
│ │ │ │ │ │ │ └── notification_template_part_time.xml
│ │ │ │ │ │ ├── layout-v16
│ │ │ │ │ │ │ └── notification_template_custom_big.xml
│ │ │ │ │ │ ├── layout-v21
│ │ │ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ │ │ └── notification_template_icon_group.xml
│ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ ├── values-af
│ │ │ │ │ │ │ └── values-af.xml
│ │ │ │ │ │ ├── values-am
│ │ │ │ │ │ │ └── values-am.xml
│ │ │ │ │ │ ├── values-ar
│ │ │ │ │ │ │ └── values-ar.xml
│ │ │ │ │ │ ├── values-as
│ │ │ │ │ │ │ └── values-as.xml
│ │ │ │ │ │ ├── values-az
│ │ │ │ │ │ │ └── values-az.xml
│ │ │ │ │ │ ├── values-be
│ │ │ │ │ │ │ └── values-be.xml
│ │ │ │ │ │ ├── values-bg
│ │ │ │ │ │ │ └── values-bg.xml
│ │ │ │ │ │ ├── values-bn
│ │ │ │ │ │ │ └── values-bn.xml
│ │ │ │ │ │ ├── values-bs
│ │ │ │ │ │ │ └── values-bs.xml
│ │ │ │ │ │ ├── values-b+sr+Latn
│ │ │ │ │ │ │ └── values-b+sr+Latn.xml
│ │ │ │ │ │ ├── values-ca
│ │ │ │ │ │ │ └── values-ca.xml
│ │ │ │ │ │ ├── values-cs
│ │ │ │ │ │ │ └── values-cs.xml
│ │ │ │ │ │ ├── values-da
│ │ │ │ │ │ │ └── values-da.xml
│ │ │ │ │ │ ├── values-de
│ │ │ │ │ │ │ └── values-de.xml
│ │ │ │ │ │ ├── values-el
│ │ │ │ │ │ │ └── values-el.xml
│ │ │ │ │ │ ├── values-en-rAU
│ │ │ │ │ │ │ └── values-en-rAU.xml
│ │ │ │ │ │ ├── values-en-rCA
│ │ │ │ │ │ │ └── values-en-rCA.xml
│ │ │ │ │ │ ├── values-en-rGB
│ │ │ │ │ │ │ └── values-en-rGB.xml
│ │ │ │ │ │ ├── values-en-rIN
│ │ │ │ │ │ │ └── values-en-rIN.xml
│ │ │ │ │ │ ├── values-en-rXC
│ │ │ │ │ │ │ └── values-en-rXC.xml
│ │ │ │ │ │ ├── values-es
│ │ │ │ │ │ │ └── values-es.xml
│ │ │ │ │ │ ├── values-es-rUS
│ │ │ │ │ │ │ └── values-es-rUS.xml
│ │ │ │ │ │ ├── values-et
│ │ │ │ │ │ │ └── values-et.xml
│ │ │ │ │ │ ├── values-eu
│ │ │ │ │ │ │ └── values-eu.xml
│ │ │ │ │ │ ├── values-fa
│ │ │ │ │ │ │ └── values-fa.xml
│ │ │ │ │ │ ├── values-fi
│ │ │ │ │ │ │ └── values-fi.xml
│ │ │ │ │ │ ├── values-fr
│ │ │ │ │ │ │ └── values-fr.xml
│ │ │ │ │ │ ├── values-fr-rCA
│ │ │ │ │ │ │ └── values-fr-rCA.xml
│ │ │ │ │ │ ├── values-gl
│ │ │ │ │ │ │ └── values-gl.xml
│ │ │ │ │ │ ├── values-gu
│ │ │ │ │ │ │ └── values-gu.xml
│ │ │ │ │ │ ├── values-hi
│ │ │ │ │ │ │ └── values-hi.xml
│ │ │ │ │ │ ├── values-hr
│ │ │ │ │ │ │ └── values-hr.xml
│ │ │ │ │ │ ├── values-hu
│ │ │ │ │ │ │ └── values-hu.xml
│ │ │ │ │ │ ├── values-hy
│ │ │ │ │ │ │ └── values-hy.xml
│ │ │ │ │ │ ├── values-in
│ │ │ │ │ │ │ └── values-in.xml
│ │ │ │ │ │ ├── values-is
│ │ │ │ │ │ │ └── values-is.xml
│ │ │ │ │ │ ├── values-it
│ │ │ │ │ │ │ └── values-it.xml
│ │ │ │ │ │ ├── values-iw
│ │ │ │ │ │ │ └── values-iw.xml
│ │ │ │ │ │ ├── values-ja
│ │ │ │ │ │ │ └── values-ja.xml
│ │ │ │ │ │ ├── values-ka
│ │ │ │ │ │ │ └── values-ka.xml
│ │ │ │ │ │ ├── values-kk
│ │ │ │ │ │ │ └── values-kk.xml
│ │ │ │ │ │ ├── values-km
│ │ │ │ │ │ │ └── values-km.xml
│ │ │ │ │ │ ├── values-kn
│ │ │ │ │ │ │ └── values-kn.xml
│ │ │ │ │ │ ├── values-ko
│ │ │ │ │ │ │ └── values-ko.xml
│ │ │ │ │ │ ├── values-ky
│ │ │ │ │ │ │ └── values-ky.xml
│ │ │ │ │ │ ├── values-lo
│ │ │ │ │ │ │ └── values-lo.xml
│ │ │ │ │ │ ├── values-lt
│ │ │ │ │ │ │ └── values-lt.xml
│ │ │ │ │ │ ├── values-lv
│ │ │ │ │ │ │ └── values-lv.xml
│ │ │ │ │ │ ├── values-mk
│ │ │ │ │ │ │ └── values-mk.xml
│ │ │ │ │ │ ├── values-ml
│ │ │ │ │ │ │ └── values-ml.xml
│ │ │ │ │ │ ├── values-mn
│ │ │ │ │ │ │ └── values-mn.xml
│ │ │ │ │ │ ├── values-mr
│ │ │ │ │ │ │ └── values-mr.xml
│ │ │ │ │ │ ├── values-ms
│ │ │ │ │ │ │ └── values-ms.xml
│ │ │ │ │ │ ├── values-my
│ │ │ │ │ │ │ └── values-my.xml
│ │ │ │ │ │ ├── values-nb
│ │ │ │ │ │ │ └── values-nb.xml
│ │ │ │ │ │ ├── values-ne
│ │ │ │ │ │ │ └── values-ne.xml
│ │ │ │ │ │ ├── values-nl
│ │ │ │ │ │ │ └── values-nl.xml
│ │ │ │ │ │ ├── values-or
│ │ │ │ │ │ │ └── values-or.xml
│ │ │ │ │ │ ├── values-pa
│ │ │ │ │ │ │ └── values-pa.xml
│ │ │ │ │ │ ├── values-pl
│ │ │ │ │ │ │ └── values-pl.xml
│ │ │ │ │ │ ├── values-pt
│ │ │ │ │ │ │ └── values-pt.xml
│ │ │ │ │ │ ├── values-pt-rBR
│ │ │ │ │ │ │ └── values-pt-rBR.xml
│ │ │ │ │ │ ├── values-pt-rPT
│ │ │ │ │ │ │ └── values-pt-rPT.xml
│ │ │ │ │ │ ├── values-ro
│ │ │ │ │ │ │ └── values-ro.xml
│ │ │ │ │ │ ├── values-ru
│ │ │ │ │ │ │ └── values-ru.xml
│ │ │ │ │ │ ├── values-si
│ │ │ │ │ │ │ └── values-si.xml
│ │ │ │ │ │ ├── values-sk
│ │ │ │ │ │ │ └── values-sk.xml
│ │ │ │ │ │ ├── values-sl
│ │ │ │ │ │ │ └── values-sl.xml
│ │ │ │ │ │ ├── values-sq
│ │ │ │ │ │ │ └── values-sq.xml
│ │ │ │ │ │ ├── values-sr
│ │ │ │ │ │ │ └── values-sr.xml
│ │ │ │ │ │ ├── values-sv
│ │ │ │ │ │ │ └── values-sv.xml
│ │ │ │ │ │ ├── values-sw
│ │ │ │ │ │ │ └── values-sw.xml
│ │ │ │ │ │ ├── values-ta
│ │ │ │ │ │ │ └── values-ta.xml
│ │ │ │ │ │ ├── values-te
│ │ │ │ │ │ │ └── values-te.xml
│ │ │ │ │ │ ├── values-th
│ │ │ │ │ │ │ └── values-th.xml
│ │ │ │ │ │ ├── values-tl
│ │ │ │ │ │ │ └── values-tl.xml
│ │ │ │ │ │ ├── values-tr
│ │ │ │ │ │ │ └── values-tr.xml
│ │ │ │ │ │ ├── values-uk
│ │ │ │ │ │ │ └── values-uk.xml
│ │ │ │ │ │ ├── values-ur
│ │ │ │ │ │ │ └── values-ur.xml
│ │ │ │ │ │ ├── values-uz
│ │ │ │ │ │ │ └── values-uz.xml
│ │ │ │ │ │ ├── values-v16
│ │ │ │ │ │ │ └── values-v16.xml
│ │ │ │ │ │ ├── values-v21
│ │ │ │ │ │ │ └── values-v21.xml
│ │ │ │ │ │ ├── values-vi
│ │ │ │ │ │ │ └── values-vi.xml
│ │ │ │ │ │ ├── values-zh-rCN
│ │ │ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ │ │ ├── values-zh-rHK
│ │ │ │ │ │ │ └── values-zh-rHK.xml
│ │ │ │ │ │ ├── values-zh-rTW
│ │ │ │ │ │ │ └── values-zh-rTW.xml
│ │ │ │ │ │ └── values-zu
│ │ │ │ │ │ └── values-zu.xml
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 11.stamp
│ │ │ │ ├── 12
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ ├── public.txt
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ ├── public.txt
│ │ │ │ │ ├── res
│ │ │ │ │ │ └── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 12.stamp
│ │ │ │ ├── 13
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 13.stamp
│ │ │ │ ├── 14
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 14.stamp
│ │ │ │ ├── 15
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 15.stamp
│ │ │ │ ├── 16
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── res
│ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ ├── browser_actions_context_menu_page.xml
│ │ │ │ │ │ │ └── browser_actions_context_menu_row.xml
│ │ │ │ │ │ └── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 16.stamp
│ │ │ │ ├── 17
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 17.stamp
│ │ │ │ ├── 18
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ ├── public.txt
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ ├── public.txt
│ │ │ │ │ ├── res
│ │ │ │ │ │ ├── anim
│ │ │ │ │ │ │ ├── design_bottom_sheet_slide_in.xml
│ │ │ │ │ │ │ ├── design_bottom_sheet_slide_out.xml
│ │ │ │ │ │ │ ├── design_snackbar_in.xml
│ │ │ │ │ │ │ └── design_snackbar_out.xml
│ │ │ │ │ │ ├── animator
│ │ │ │ │ │ │ ├── design_fab_hide_motion_spec.xml
│ │ │ │ │ │ │ ├── design_fab_show_motion_spec.xml
│ │ │ │ │ │ │ ├── mtrl_btn_state_list_anim.xml
│ │ │ │ │ │ │ ├── mtrl_btn_unelevated_state_list_anim.xml
│ │ │ │ │ │ │ ├── mtrl_chip_state_list_anim.xml
│ │ │ │ │ │ │ ├── mtrl_fab_hide_motion_spec.xml
│ │ │ │ │ │ │ ├── mtrl_fab_show_motion_spec.xml
│ │ │ │ │ │ │ ├── mtrl_fab_transformation_sheet_collapse_spec.xml
│ │ │ │ │ │ │ └── mtrl_fab_transformation_sheet_expand_spec.xml
│ │ │ │ │ │ ├── animator-v21
│ │ │ │ │ │ │ └── design_appbar_state_list_animator.xml
│ │ │ │ │ │ ├── anim-v21
│ │ │ │ │ │ │ ├── design_bottom_sheet_slide_in.xml
│ │ │ │ │ │ │ └── design_bottom_sheet_slide_out.xml
│ │ │ │ │ │ ├── color
│ │ │ │ │ │ │ ├── design_error.xml
│ │ │ │ │ │ │ ├── design_tint_password_toggle.xml
│ │ │ │ │ │ │ ├── mtrl_bottom_nav_colored_item_tint.xml
│ │ │ │ │ │ │ ├── mtrl_bottom_nav_item_tint.xml
│ │ │ │ │ │ │ ├── mtrl_btn_bg_color_selector.xml
│ │ │ │ │ │ │ ├── mtrl_btn_ripple_color.xml
│ │ │ │ │ │ │ ├── mtrl_btn_stroke_color_selector.xml
│ │ │ │ │ │ │ ├── mtrl_btn_text_btn_ripple_color.xml
│ │ │ │ │ │ │ ├── mtrl_btn_text_color_selector.xml
│ │ │ │ │ │ │ ├── mtrl_chip_background_color.xml
│ │ │ │ │ │ │ ├── mtrl_chip_close_icon_tint.xml
│ │ │ │ │ │ │ ├── mtrl_chip_ripple_color.xml
│ │ │ │ │ │ │ ├── mtrl_chip_text_color.xml
│ │ │ │ │ │ │ ├── mtrl_fab_ripple_color.xml
│ │ │ │ │ │ │ ├── mtrl_tabs_colored_ripple_color.xml
│ │ │ │ │ │ │ ├── mtrl_tabs_icon_color_selector_colored.xml
│ │ │ │ │ │ │ ├── mtrl_tabs_icon_color_selector.xml
│ │ │ │ │ │ │ ├── mtrl_tabs_legacy_text_color_selector.xml
│ │ │ │ │ │ │ ├── mtrl_tabs_ripple_color.xml
│ │ │ │ │ │ │ └── mtrl_text_btn_text_color_selector.xml
│ │ │ │ │ │ ├── color-v23
│ │ │ │ │ │ │ └── design_tint_password_toggle.xml
│ │ │ │ │ │ ├── drawable
│ │ │ │ │ │ │ ├── design_bottom_navigation_item_background.xml
│ │ │ │ │ │ │ ├── design_fab_background.xml
│ │ │ │ │ │ │ ├── design_password_eye.xml
│ │ │ │ │ │ │ ├── design_snackbar_background.xml
│ │ │ │ │ │ │ ├── ic_mtrl_chip_checked_black.xml
│ │ │ │ │ │ │ ├── ic_mtrl_chip_checked_circle.xml
│ │ │ │ │ │ │ ├── ic_mtrl_chip_close_circle.xml
│ │ │ │ │ │ │ ├── mtrl_snackbar_background.xml
│ │ │ │ │ │ │ ├── mtrl_tabs_default_indicator.xml
│ │ │ │ │ │ │ └── navigation_empty_icon.xml
│ │ │ │ │ │ ├── drawable-anydpi-v21
│ │ │ │ │ │ │ ├── design_ic_visibility_off.xml
│ │ │ │ │ │ │ └── design_ic_visibility.xml
│ │ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ ├── drawable-v21
│ │ │ │ │ │ │ ├── avd_hide_password.xml
│ │ │ │ │ │ │ ├── avd_show_password.xml
│ │ │ │ │ │ │ ├── design_bottom_navigation_item_background.xml
│ │ │ │ │ │ │ └── design_password_eye.xml
│ │ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4
│ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ ├── interpolator
│ │ │ │ │ │ │ ├── mtrl_fast_out_linear_in.xml
│ │ │ │ │ │ │ ├── mtrl_fast_out_slow_in.xml
│ │ │ │ │ │ │ ├── mtrl_linear_out_slow_in.xml
│ │ │ │ │ │ │ └── mtrl_linear.xml
│ │ │ │ │ │ ├── interpolator-v21
│ │ │ │ │ │ │ ├── mtrl_fast_out_linear_in.xml
│ │ │ │ │ │ │ ├── mtrl_fast_out_slow_in.xml
│ │ │ │ │ │ │ └── mtrl_linear_out_slow_in.xml
│ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ ├── design_bottom_navigation_item.xml
│ │ │ │ │ │ │ ├── design_bottom_sheet_dialog.xml
│ │ │ │ │ │ │ ├── design_layout_snackbar_include.xml
│ │ │ │ │ │ │ ├── design_layout_snackbar.xml
│ │ │ │ │ │ │ ├── design_layout_tab_icon.xml
│ │ │ │ │ │ │ ├── design_layout_tab_text.xml
│ │ │ │ │ │ │ ├── design_menu_item_action_area.xml
│ │ │ │ │ │ │ ├── design_navigation_item_header.xml
│ │ │ │ │ │ │ ├── design_navigation_item_separator.xml
│ │ │ │ │ │ │ ├── design_navigation_item_subheader.xml
│ │ │ │ │ │ │ ├── design_navigation_item.xml
│ │ │ │ │ │ │ ├── design_navigation_menu_item.xml
│ │ │ │ │ │ │ ├── design_navigation_menu.xml
│ │ │ │ │ │ │ ├── design_text_input_password_icon.xml
│ │ │ │ │ │ │ ├── mtrl_layout_snackbar_include.xml
│ │ │ │ │ │ │ └── mtrl_layout_snackbar.xml
│ │ │ │ │ │ ├── layout-sw600dp-v13
│ │ │ │ │ │ │ ├── design_layout_snackbar.xml
│ │ │ │ │ │ │ └── mtrl_layout_snackbar.xml
│ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ ├── values-land
│ │ │ │ │ │ │ └── values-land.xml
│ │ │ │ │ │ ├── values-large-v4
│ │ │ │ │ │ │ └── values-large-v4.xml
│ │ │ │ │ │ ├── values-sw600dp-v13
│ │ │ │ │ │ │ └── values-sw600dp-v13.xml
│ │ │ │ │ │ └── values-v21
│ │ │ │ │ │ └── values-v21.xml
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 18.stamp
│ │ │ │ ├── 19
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 19.stamp
│ │ │ │ ├── 1.stamp
│ │ │ │ ├── 2
│ │ │ │ │ └── jl
│ │ │ │ │ └── android.arch.lifecycle.common.jar
│ │ │ │ ├── 20
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 20.stamp
│ │ │ │ ├── 21
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 21.stamp
│ │ │ │ ├── 22
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 22.stamp
│ │ │ │ ├── 23
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 23.stamp
│ │ │ │ ├── 24
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 24.stamp
│ │ │ │ ├── 25
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 25.stamp
│ │ │ │ ├── 26
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 26.stamp
│ │ │ │ ├── 27
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 27.stamp
│ │ │ │ ├── 28
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ ├── res
│ │ │ │ │ │ └── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 28.stamp
│ │ │ │ ├── 29
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ ├── public.txt
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ ├── public.txt
│ │ │ │ │ ├── res
│ │ │ │ │ │ ├── anim
│ │ │ │ │ │ │ ├── abc_fade_in.xml
│ │ │ │ │ │ │ ├── abc_fade_out.xml
│ │ │ │ │ │ │ ├── abc_grow_fade_in_from_bottom.xml
│ │ │ │ │ │ │ ├── abc_popup_enter.xml
│ │ │ │ │ │ │ ├── abc_popup_exit.xml
│ │ │ │ │ │ │ ├── abc_shrink_fade_out_from_bottom.xml
│ │ │ │ │ │ │ ├── abc_slide_in_bottom.xml
│ │ │ │ │ │ │ ├── abc_slide_in_top.xml
│ │ │ │ │ │ │ ├── abc_slide_out_bottom.xml
│ │ │ │ │ │ │ ├── abc_slide_out_top.xml
│ │ │ │ │ │ │ ├── abc_tooltip_enter.xml
│ │ │ │ │ │ │ └── abc_tooltip_exit.xml
│ │ │ │ │ │ ├── color
│ │ │ │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml
│ │ │ │ │ │ │ ├── abc_background_cache_hint_selector_material_light.xml
│ │ │ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml
│ │ │ │ │ │ │ ├── abc_btn_colored_text_material.xml
│ │ │ │ │ │ │ ├── abc_hint_foreground_material_dark.xml
│ │ │ │ │ │ │ ├── abc_hint_foreground_material_light.xml
│ │ │ │ │ │ │ ├── abc_primary_text_disable_only_material_dark.xml
│ │ │ │ │ │ │ ├── abc_primary_text_disable_only_material_light.xml
│ │ │ │ │ │ │ ├── abc_primary_text_material_dark.xml
│ │ │ │ │ │ │ ├── abc_primary_text_material_light.xml
│ │ │ │ │ │ │ ├── abc_search_url_text.xml
│ │ │ │ │ │ │ ├── abc_secondary_text_material_dark.xml
│ │ │ │ │ │ │ ├── abc_secondary_text_material_light.xml
│ │ │ │ │ │ │ ├── abc_tint_btn_checkable.xml
│ │ │ │ │ │ │ ├── abc_tint_default.xml
│ │ │ │ │ │ │ ├── abc_tint_edittext.xml
│ │ │ │ │ │ │ ├── abc_tint_seek_thumb.xml
│ │ │ │ │ │ │ ├── abc_tint_spinner.xml
│ │ │ │ │ │ │ ├── abc_tint_switch_track.xml
│ │ │ │ │ │ │ ├── switch_thumb_material_dark.xml
│ │ │ │ │ │ │ └── switch_thumb_material_light.xml
│ │ │ │ │ │ ├── color-v21
│ │ │ │ │ │ │ └── abc_btn_colored_borderless_text_material.xml
│ │ │ │ │ │ ├── color-v23
│ │ │ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml
│ │ │ │ │ │ │ ├── abc_btn_colored_text_material.xml
│ │ │ │ │ │ │ ├── abc_color_highlight_material.xml
│ │ │ │ │ │ │ ├── abc_tint_btn_checkable.xml
│ │ │ │ │ │ │ ├── abc_tint_default.xml
│ │ │ │ │ │ │ ├── abc_tint_edittext.xml
│ │ │ │ │ │ │ ├── abc_tint_seek_thumb.xml
│ │ │ │ │ │ │ ├── abc_tint_spinner.xml
│ │ │ │ │ │ │ └── abc_tint_switch_track.xml
│ │ │ │ │ │ ├── drawable
│ │ │ │ │ │ │ ├── abc_btn_borderless_material.xml
│ │ │ │ │ │ │ ├── abc_btn_check_material.xml
│ │ │ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ │ │ ├── abc_btn_default_mtrl_shape.xml
│ │ │ │ │ │ │ ├── abc_btn_radio_material.xml
│ │ │ │ │ │ │ ├── abc_cab_background_internal_bg.xml
│ │ │ │ │ │ │ ├── abc_cab_background_top_material.xml
│ │ │ │ │ │ │ ├── abc_dialog_material_background.xml
│ │ │ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ │ │ ├── abc_ic_ab_back_material.xml
│ │ │ │ │ │ │ ├── abc_ic_arrow_drop_right_black_24dp.xml
│ │ │ │ │ │ │ ├── abc_ic_clear_material.xml
│ │ │ │ │ │ │ ├── abc_ic_go_search_api_material.xml
│ │ │ │ │ │ │ ├── abc_ic_menu_overflow_material.xml
│ │ │ │ │ │ │ ├── abc_ic_search_api_material.xml
│ │ │ │ │ │ │ ├── abc_ic_voice_search_api_material.xml
│ │ │ │ │ │ │ ├── abc_item_background_holo_dark.xml
│ │ │ │ │ │ │ ├── abc_item_background_holo_light.xml
│ │ │ │ │ │ │ ├── abc_list_divider_material.xml
│ │ │ │ │ │ │ ├── abc_list_selector_background_transition_holo_dark.xml
│ │ │ │ │ │ │ ├── abc_list_selector_background_transition_holo_light.xml
│ │ │ │ │ │ │ ├── abc_list_selector_holo_dark.xml
│ │ │ │ │ │ │ ├── abc_list_selector_holo_light.xml
│ │ │ │ │ │ │ ├── abc_ratingbar_indicator_material.xml
│ │ │ │ │ │ │ ├── abc_ratingbar_material.xml
│ │ │ │ │ │ │ ├── abc_ratingbar_small_material.xml
│ │ │ │ │ │ │ ├── abc_seekbar_thumb_material.xml
│ │ │ │ │ │ │ ├── abc_seekbar_tick_mark_material.xml
│ │ │ │ │ │ │ ├── abc_seekbar_track_material.xml
│ │ │ │ │ │ │ ├── abc_spinner_textfield_background_material.xml
│ │ │ │ │ │ │ ├── abc_switch_thumb_material.xml
│ │ │ │ │ │ │ ├── abc_tab_indicator_material.xml
│ │ │ │ │ │ │ ├── abc_text_cursor_material.xml
│ │ │ │ │ │ │ ├── abc_textfield_search_material.xml
│ │ │ │ │ │ │ ├── abc_vector_test.xml
│ │ │ │ │ │ │ ├── tooltip_frame_dark.xml
│ │ │ │ │ │ │ └── tooltip_frame_light.xml
│ │ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ └── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ ├── drawable-ldrtl-hdpi-v17
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── drawable-ldrtl-mdpi-v17
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ └── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ ├── drawable-v21
│ │ │ │ │ │ │ ├── abc_action_bar_item_background_material.xml
│ │ │ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ │ │ ├── abc_dialog_material_background.xml
│ │ │ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ │ │ └── abc_list_divider_material.xml
│ │ │ │ │ │ ├── drawable-v23
│ │ │ │ │ │ │ └── abc_control_background_material.xml
│ │ │ │ │ │ ├── drawable-watch-v20
│ │ │ │ │ │ │ └── abc_dialog_material_background.xml
│ │ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ └── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ └── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ └── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ ├── abc_action_bar_title_item.xml
│ │ │ │ │ │ │ ├── abc_action_bar_up_container.xml
│ │ │ │ │ │ │ ├── abc_action_menu_item_layout.xml
│ │ │ │ │ │ │ ├── abc_action_menu_layout.xml
│ │ │ │ │ │ │ ├── abc_action_mode_bar.xml
│ │ │ │ │ │ │ ├── abc_action_mode_close_item_material.xml
│ │ │ │ │ │ │ ├── abc_activity_chooser_view_list_item.xml
│ │ │ │ │ │ │ ├── abc_activity_chooser_view.xml
│ │ │ │ │ │ │ ├── abc_alert_dialog_button_bar_material.xml
│ │ │ │ │ │ │ ├── abc_alert_dialog_material.xml
│ │ │ │ │ │ │ ├── abc_alert_dialog_title_material.xml
│ │ │ │ │ │ │ ├── abc_cascading_menu_item_layout.xml
│ │ │ │ │ │ │ ├── abc_dialog_title_material.xml
│ │ │ │ │ │ │ ├── abc_expanded_menu_layout.xml
│ │ │ │ │ │ │ ├── abc_list_menu_item_checkbox.xml
│ │ │ │ │ │ │ ├── abc_list_menu_item_icon.xml
│ │ │ │ │ │ │ ├── abc_list_menu_item_layout.xml
│ │ │ │ │ │ │ ├── abc_list_menu_item_radio.xml
│ │ │ │ │ │ │ ├── abc_popup_menu_header_item_layout.xml
│ │ │ │ │ │ │ ├── abc_popup_menu_item_layout.xml
│ │ │ │ │ │ │ ├── abc_screen_content_include.xml
│ │ │ │ │ │ │ ├── abc_screen_simple_overlay_action_mode.xml
│ │ │ │ │ │ │ ├── abc_screen_simple.xml
│ │ │ │ │ │ │ ├── abc_screen_toolbar.xml
│ │ │ │ │ │ │ ├── abc_search_dropdown_item_icons_2line.xml
│ │ │ │ │ │ │ ├── abc_search_view.xml
│ │ │ │ │ │ │ ├── abc_select_dialog_material.xml
│ │ │ │ │ │ │ ├── abc_tooltip.xml
│ │ │ │ │ │ │ ├── select_dialog_item_material.xml
│ │ │ │ │ │ │ ├── select_dialog_multichoice_material.xml
│ │ │ │ │ │ │ ├── select_dialog_singlechoice_material.xml
│ │ │ │ │ │ │ └── support_simple_spinner_dropdown_item.xml
│ │ │ │ │ │ ├── layout-v26
│ │ │ │ │ │ │ └── abc_screen_toolbar.xml
│ │ │ │ │ │ ├── layout-watch-v20
│ │ │ │ │ │ │ ├── abc_alert_dialog_button_bar_material.xml
│ │ │ │ │ │ │ └── abc_alert_dialog_title_material.xml
│ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ ├── values-af
│ │ │ │ │ │ │ └── values-af.xml
│ │ │ │ │ │ ├── values-am
│ │ │ │ │ │ │ └── values-am.xml
│ │ │ │ │ │ ├── values-ar
│ │ │ │ │ │ │ └── values-ar.xml
│ │ │ │ │ │ ├── values-as
│ │ │ │ │ │ │ └── values-as.xml
│ │ │ │ │ │ ├── values-az
│ │ │ │ │ │ │ └── values-az.xml
│ │ │ │ │ │ ├── values-be
│ │ │ │ │ │ │ └── values-be.xml
│ │ │ │ │ │ ├── values-bg
│ │ │ │ │ │ │ └── values-bg.xml
│ │ │ │ │ │ ├── values-bn
│ │ │ │ │ │ │ └── values-bn.xml
│ │ │ │ │ │ ├── values-bs
│ │ │ │ │ │ │ └── values-bs.xml
│ │ │ │ │ │ ├── values-b+sr+Latn
│ │ │ │ │ │ │ └── values-b+sr+Latn.xml
│ │ │ │ │ │ ├── values-ca
│ │ │ │ │ │ │ └── values-ca.xml
│ │ │ │ │ │ ├── values-cs
│ │ │ │ │ │ │ └── values-cs.xml
│ │ │ │ │ │ ├── values-da
│ │ │ │ │ │ │ └── values-da.xml
│ │ │ │ │ │ ├── values-de
│ │ │ │ │ │ │ └── values-de.xml
│ │ │ │ │ │ ├── values-el
│ │ │ │ │ │ │ └── values-el.xml
│ │ │ │ │ │ ├── values-en-rAU
│ │ │ │ │ │ │ └── values-en-rAU.xml
│ │ │ │ │ │ ├── values-en-rCA
│ │ │ │ │ │ │ └── values-en-rCA.xml
│ │ │ │ │ │ ├── values-en-rGB
│ │ │ │ │ │ │ └── values-en-rGB.xml
│ │ │ │ │ │ ├── values-en-rIN
│ │ │ │ │ │ │ └── values-en-rIN.xml
│ │ │ │ │ │ ├── values-en-rXC
│ │ │ │ │ │ │ └── values-en-rXC.xml
│ │ │ │ │ │ ├── values-es
│ │ │ │ │ │ │ └── values-es.xml
│ │ │ │ │ │ ├── values-es-rUS
│ │ │ │ │ │ │ └── values-es-rUS.xml
│ │ │ │ │ │ ├── values-et
│ │ │ │ │ │ │ └── values-et.xml
│ │ │ │ │ │ ├── values-eu
│ │ │ │ │ │ │ └── values-eu.xml
│ │ │ │ │ │ ├── values-fa
│ │ │ │ │ │ │ └── values-fa.xml
│ │ │ │ │ │ ├── values-fi
│ │ │ │ │ │ │ └── values-fi.xml
│ │ │ │ │ │ ├── values-fr
│ │ │ │ │ │ │ └── values-fr.xml
│ │ │ │ │ │ ├── values-fr-rCA
│ │ │ │ │ │ │ └── values-fr-rCA.xml
│ │ │ │ │ │ ├── values-gl
│ │ │ │ │ │ │ └── values-gl.xml
│ │ │ │ │ │ ├── values-gu
│ │ │ │ │ │ │ └── values-gu.xml
│ │ │ │ │ │ ├── values-h720dp-v13
│ │ │ │ │ │ │ └── values-h720dp-v13.xml
│ │ │ │ │ │ ├── values-hdpi-v4
│ │ │ │ │ │ │ └── values-hdpi-v4.xml
│ │ │ │ │ │ ├── values-hi
│ │ │ │ │ │ │ └── values-hi.xml
│ │ │ │ │ │ ├── values-hr
│ │ │ │ │ │ │ └── values-hr.xml
│ │ │ │ │ │ ├── values-hu
│ │ │ │ │ │ │ └── values-hu.xml
│ │ │ │ │ │ ├── values-hy
│ │ │ │ │ │ │ └── values-hy.xml
│ │ │ │ │ │ ├── values-in
│ │ │ │ │ │ │ └── values-in.xml
│ │ │ │ │ │ ├── values-is
│ │ │ │ │ │ │ └── values-is.xml
│ │ │ │ │ │ ├── values-it
│ │ │ │ │ │ │ └── values-it.xml
│ │ │ │ │ │ ├── values-iw
│ │ │ │ │ │ │ └── values-iw.xml
│ │ │ │ │ │ ├── values-ja
│ │ │ │ │ │ │ └── values-ja.xml
│ │ │ │ │ │ ├── values-ka
│ │ │ │ │ │ │ └── values-ka.xml
│ │ │ │ │ │ ├── values-kk
│ │ │ │ │ │ │ └── values-kk.xml
│ │ │ │ │ │ ├── values-km
│ │ │ │ │ │ │ └── values-km.xml
│ │ │ │ │ │ ├── values-kn
│ │ │ │ │ │ │ └── values-kn.xml
│ │ │ │ │ │ ├── values-ko
│ │ │ │ │ │ │ └── values-ko.xml
│ │ │ │ │ │ ├── values-ky
│ │ │ │ │ │ │ └── values-ky.xml
│ │ │ │ │ │ ├── values-land
│ │ │ │ │ │ │ └── values-land.xml
│ │ │ │ │ │ ├── values-large-v4
│ │ │ │ │ │ │ └── values-large-v4.xml
│ │ │ │ │ │ ├── values-ldltr-v21
│ │ │ │ │ │ │ └── values-ldltr-v21.xml
│ │ │ │ │ │ ├── values-lo
│ │ │ │ │ │ │ └── values-lo.xml
│ │ │ │ │ │ ├── values-lt
│ │ │ │ │ │ │ └── values-lt.xml
│ │ │ │ │ │ ├── values-lv
│ │ │ │ │ │ │ └── values-lv.xml
│ │ │ │ │ │ ├── values-mk
│ │ │ │ │ │ │ └── values-mk.xml
│ │ │ │ │ │ ├── values-ml
│ │ │ │ │ │ │ └── values-ml.xml
│ │ │ │ │ │ ├── values-mn
│ │ │ │ │ │ │ └── values-mn.xml
│ │ │ │ │ │ ├── values-mr
│ │ │ │ │ │ │ └── values-mr.xml
│ │ │ │ │ │ ├── values-ms
│ │ │ │ │ │ │ └── values-ms.xml
│ │ │ │ │ │ ├── values-my
│ │ │ │ │ │ │ └── values-my.xml
│ │ │ │ │ │ ├── values-nb
│ │ │ │ │ │ │ └── values-nb.xml
│ │ │ │ │ │ ├── values-ne
│ │ │ │ │ │ │ └── values-ne.xml
│ │ │ │ │ │ ├── values-night-v8
│ │ │ │ │ │ │ └── values-night-v8.xml
│ │ │ │ │ │ ├── values-nl
│ │ │ │ │ │ │ └── values-nl.xml
│ │ │ │ │ │ ├── values-or
│ │ │ │ │ │ │ └── values-or.xml
│ │ │ │ │ │ ├── values-pa
│ │ │ │ │ │ │ └── values-pa.xml
│ │ │ │ │ │ ├── values-pl
│ │ │ │ │ │ │ └── values-pl.xml
│ │ │ │ │ │ ├── values-port
│ │ │ │ │ │ │ └── values-port.xml
│ │ │ │ │ │ ├── values-pt
│ │ │ │ │ │ │ └── values-pt.xml
│ │ │ │ │ │ ├── values-pt-rBR
│ │ │ │ │ │ │ └── values-pt-rBR.xml
│ │ │ │ │ │ ├── values-pt-rPT
│ │ │ │ │ │ │ └── values-pt-rPT.xml
│ │ │ │ │ │ ├── values-ro
│ │ │ │ │ │ │ └── values-ro.xml
│ │ │ │ │ │ ├── values-ru
│ │ │ │ │ │ │ └── values-ru.xml
│ │ │ │ │ │ ├── values-si
│ │ │ │ │ │ │ └── values-si.xml
│ │ │ │ │ │ ├── values-sk
│ │ │ │ │ │ │ └── values-sk.xml
│ │ │ │ │ │ ├── values-sl
│ │ │ │ │ │ │ └── values-sl.xml
│ │ │ │ │ │ ├── values-sq
│ │ │ │ │ │ │ └── values-sq.xml
│ │ │ │ │ │ ├── values-sr
│ │ │ │ │ │ │ └── values-sr.xml
│ │ │ │ │ │ ├── values-sv
│ │ │ │ │ │ │ └── values-sv.xml
│ │ │ │ │ │ ├── values-sw
│ │ │ │ │ │ │ └── values-sw.xml
│ │ │ │ │ │ ├── values-sw600dp-v13
│ │ │ │ │ │ │ └── values-sw600dp-v13.xml
│ │ │ │ │ │ ├── values-ta
│ │ │ │ │ │ │ └── values-ta.xml
│ │ │ │ │ │ ├── values-te
│ │ │ │ │ │ │ └── values-te.xml
│ │ │ │ │ │ ├── values-th
│ │ │ │ │ │ │ └── values-th.xml
│ │ │ │ │ │ ├── values-tl
│ │ │ │ │ │ │ └── values-tl.xml
│ │ │ │ │ │ ├── values-tr
│ │ │ │ │ │ │ └── values-tr.xml
│ │ │ │ │ │ ├── values-uk
│ │ │ │ │ │ │ └── values-uk.xml
│ │ │ │ │ │ ├── values-ur
│ │ │ │ │ │ │ └── values-ur.xml
│ │ │ │ │ │ ├── values-uz
│ │ │ │ │ │ │ └── values-uz.xml
│ │ │ │ │ │ ├── values-v16
│ │ │ │ │ │ │ └── values-v16.xml
│ │ │ │ │ │ ├── values-v17
│ │ │ │ │ │ │ └── values-v17.xml
│ │ │ │ │ │ ├── values-v18
│ │ │ │ │ │ │ └── values-v18.xml
│ │ │ │ │ │ ├── values-v21
│ │ │ │ │ │ │ └── values-v21.xml
│ │ │ │ │ │ ├── values-v22
│ │ │ │ │ │ │ └── values-v22.xml
│ │ │ │ │ │ ├── values-v23
│ │ │ │ │ │ │ └── values-v23.xml
│ │ │ │ │ │ ├── values-v24
│ │ │ │ │ │ │ └── values-v24.xml
│ │ │ │ │ │ ├── values-v25
│ │ │ │ │ │ │ └── values-v25.xml
│ │ │ │ │ │ ├── values-v26
│ │ │ │ │ │ │ └── values-v26.xml
│ │ │ │ │ │ ├── values-v28
│ │ │ │ │ │ │ └── values-v28.xml
│ │ │ │ │ │ ├── values-vi
│ │ │ │ │ │ │ └── values-vi.xml
│ │ │ │ │ │ ├── values-watch-v20
│ │ │ │ │ │ │ └── values-watch-v20.xml
│ │ │ │ │ │ ├── values-watch-v21
│ │ │ │ │ │ │ └── values-watch-v21.xml
│ │ │ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ │ │ ├── values-zh-rCN
│ │ │ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ │ │ ├── values-zh-rHK
│ │ │ │ │ │ │ └── values-zh-rHK.xml
│ │ │ │ │ │ ├── values-zh-rTW
│ │ │ │ │ │ │ └── values-zh-rTW.xml
│ │ │ │ │ │ └── values-zu
│ │ │ │ │ │ └── values-zu.xml
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 29.stamp
│ │ │ │ ├── 2.stamp
│ │ │ │ ├── 3
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 30
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── res
│ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ └── values-v23
│ │ │ │ │ │ └── values-v23.xml
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 30.stamp
│ │ │ │ ├── 31
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ ├── public.txt
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ ├── public.txt
│ │ │ │ │ ├── res
│ │ │ │ │ │ └── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 31.stamp
│ │ │ │ ├── 32
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 32.stamp
│ │ │ │ ├── 33
│ │ │ │ │ └── jl
│ │ │ │ │ ├── aidl
│ │ │ │ │ │ └── androidx
│ │ │ │ │ │ └── versionedparcelable
│ │ │ │ │ │ └── ParcelImpl.aidl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 33.stamp
│ │ │ │ ├── 34
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 34.stamp
│ │ │ │ ├── 35
│ │ │ │ │ └── jl
│ │ │ │ │ ├── res
│ │ │ │ │ │ └── xml
│ │ │ │ │ │ └── xamarin_essentials_fileprovider_file_paths.xml
│ │ │ │ │ └── __res_name_case_map.txt
│ │ │ │ ├── 35.stamp
│ │ │ │ ├── 3.stamp
│ │ │ │ ├── 4
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 4.stamp
│ │ │ │ ├── 5
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 5.stamp
│ │ │ │ ├── 6
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 6.stamp
│ │ │ │ ├── 7
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 7.stamp
│ │ │ │ ├── 8
│ │ │ │ │ └── jl
│ │ │ │ │ └── com.android.support.support-annotations.jar
│ │ │ │ ├── 8.stamp
│ │ │ │ ├── 9
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 9.stamp
│ │ │ │ └── map.cache
│ │ │ ├── MonoAndroid,Version=v9.0.AssemblyAttributes.cs
│ │ │ ├── proguard
│ │ │ ├── R.cs.flag
│ │ │ ├── res
│ │ │ │ ├── drawable
│ │ │ │ │ ├── ic_dashboard_black_24dp.xml
│ │ │ │ │ ├── ic_home_black_24dp.xml
│ │ │ │ │ └── ic_notifications_black_24dp.xml
│ │ │ │ ├── layout
│ │ │ │ │ ├── activity_main.xml
│ │ │ │ │ ├── bonddevice_item.xml
│ │ │ │ │ └── unbonddevice_item.xml
│ │ │ │ ├── menu
│ │ │ │ │ └── navigation.xml
│ │ │ │ ├── mipmap-anydpi-v26
│ │ │ │ │ ├── ic_launcher_round.xml
│ │ │ │ │ └── ic_launcher.xml
│ │ │ │ ├── mipmap-hdpi
│ │ │ │ │ ├── ic_launcher_foreground.png
│ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ └── ic_launcher_round.png
│ │ │ │ ├── mipmap-mdpi
│ │ │ │ │ ├── ic_launcher_foreground.png
│ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ └── ic_launcher_round.png
│ │ │ │ ├── mipmap-xhdpi
│ │ │ │ │ ├── ic_launcher_foreground.png
│ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ └── ic_launcher_round.png
│ │ │ │ ├── mipmap-xxhdpi
│ │ │ │ │ ├── ic_launcher_foreground.png
│ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ └── ic_launcher_round.png
│ │ │ │ ├── mipmap-xxxhdpi
│ │ │ │ │ ├── ic_launcher_foreground.png
│ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ └── ic_launcher_round.png
│ │ │ │ └── values
│ │ │ │ ├── colors.xml
│ │ │ │ ├── dimens.xml
│ │ │ │ ├── ic_launcher_background.xml
│ │ │ │ ├── strings.xml
│ │ │ │ └── styles.xml
│ │ │ ├── res.flag
│ │ │ ├── resolvedassemblies.hash
│ │ │ ├── resolved_assemblies.txt
│ │ │ ├── resourcecache
│ │ │ │ └── designer-resources
│ │ │ │ ├── F-28-13-cdac33a1360c9ca9
│ │ │ │ ├── P_5-0-24tld9je39-13_cdac33a1360c9ca9
│ │ │ │ ├── P_5-0-43nvh8hz49-13_cdac33a1360c9ca9
│ │ │ │ ├── P_5-0-wzuetys679-13_cdac33a1360c9ca9
│ │ │ │ ├── P_6-0-b28ki8hz49-13_cdac33a1360c9ca9
│ │ │ │ ├── P_6-0-h3pguys679-13_cdac33a1360c9ca9
│ │ │ │ ├── P_6-0-tbzve9je39-13_cdac33a1360c9ca9
│ │ │ │ ├── P_7-0-frfki8hz49-13_cdac33a1360c9ca9
│ │ │ │ ├── P_7-0-lvjhuys679-13_cdac33a1360c9ca9
│ │ │ │ ├── P_7-0-tbzve9je39-13_cdac33a1360c9ca9
│ │ │ │ ├── P_8-0-mgnki8hz49-13_cdac33a1360c9ca9
│ │ │ │ ├── P_8-0-my6iuys679-13_cdac33a1360c9ca9
│ │ │ │ ├── P_8-0-zpewe9je39-13_cdac33a1360c9ca9
│ │ │ │ ├── P_9-0-9fmwe9je39-13_cdac33a1360c9ca9
│ │ │ │ ├── P_9-0-mgnki8hz49-13_cdac33a1360c9ca9
│ │ │ │ ├── P_9-0-pcmiuys679-13_cdac33a1360c9ca9
│ │ │ │ ├── P_a-0-9fmwe9je39-13_cdac33a1360c9ca9
│ │ │ │ ├── P_a-0-mgnki8hz49-13_cdac33a1360c9ca9
│ │ │ │ ├── P_a-0-ww8puys679-13_cdac33a1360c9ca9
│ │ │ │ ├── P_b-0-5ebquys679-13_cdac33a1360c9ca9
│ │ │ │ ├── P_b-0-9fmwe9je39-13_cdac33a1360c9ca9
│ │ │ │ ├── P_b-0-lxpli8hz49-13_cdac33a1360c9ca9
│ │ │ │ ├── P_c-0-4iyquys679-13_cdac33a1360c9ca9
│ │ │ │ ├── P_c-0-gzbye9je39-13_cdac33a1360c9ca9
│ │ │ │ ├── P_c-0-rb5mi8hz49-13_cdac33a1360c9ca9
│ │ │ │ ├── P_d-0-3t4si8hz49-13_cdac33a1360c9ca9
│ │ │ │ ├── P_d-0-96dsvys679-13_cdac33a1360c9ca9
│ │ │ │ ├── P_d-0-mxd5f9je39-13_cdac33a1360c9ca9
│ │ │ │ ├── P_e-0-aj10j8hz49-13_cdac33a1360c9ca9
│ │ │ │ ├── P_e-0-b78cf9je39-13_cdac33a1360c9ca9
│ │ │ │ ├── P_e-0-ppotxys679-13_cdac33a1360c9ca9
│ │ │ │ └── S_3-0-xy26yvs679-13_cdac33a1360c9ca9
│ │ │ ├── resourcepaths.cache
│ │ │ ├── R.txt
│ │ │ ├── stamp
│ │ │ │ ├── _BuildAdditionalResourcesCache.stamp
│ │ │ │ ├── _BuildLibraryImportsCache.stamp
│ │ │ │ ├── _CleanIntermediateIfNuGetsChange.stamp
│ │ │ │ ├── _CompileToDalvik.stamp
│ │ │ │ ├── _ConvertCustomView.stamp
│ │ │ │ ├── _ConvertLibraryResourcesCases.stamp
│ │ │ │ ├── _ConvertResourcesCases.stamp
│ │ │ │ ├── _CopyIntermediateAssemblies.stamp
│ │ │ │ ├── _CopyPdbFiles.stamp
│ │ │ │ ├── _GenerateJavaStubs.stamp
│ │ │ │ ├── _GeneratePackageManagerJava.stamp
│ │ │ │ └── _ResolveLibraryProjectImports.stamp
│ │ │ ├── static.flag
│ │ │ ├── _TelemetryProps
│ │ │ ├── TempPE
│ │ │ └── upload.flag
│ │ └── project.assets.json
│ ├── Properties
│ │ ├── AndroidManifest.xml
│ │ └── AssemblyInfo.cs
│ └── Resources
│ ├── AboutResources.txt
│ ├── drawable
│ │ ├── ic_dashboard_black_24dp.xml
│ │ ├── ic_home_black_24dp.xml
│ │ └── ic_notifications_black_24dp.xml
│ ├── layout
│ │ ├── activity_main.xml
│ │ ├── bonddevice_item.xml
│ │ └── unbonddevice_item.xml
│ ├── menu
│ │ └── navigation.xml
│ ├── mipmap-anydpi-v26
│ │ ├── ic_launcher_round.xml
│ │ ├── ic_launcher.xml
│ │ ├── icon_round.xml
│ │ └── icon.xml
│ ├── mipmap-hdpi
│ │ ├── ic_launcher_foreground.png
│ │ ├── ic_launcher.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-mdpi
│ │ ├── ic_launcher_foreground.png
│ │ ├── ic_launcher.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-xhdpi
│ │ ├── ic_launcher_foreground.png
│ │ ├── ic_launcher.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-xxhdpi
│ │ ├── ic_launcher_foreground.png
│ │ ├── ic_launcher.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-xxxhdpi
│ │ ├── ic_launcher_foreground.png
│ │ ├── ic_launcher.png
│ │ └── ic_launcher_round.png
│ ├── Resource.designer.cs
│ └── values
│ ├── colors.xml
│ ├── dimens.xml
│ ├── ic_launcher_background.xml
│ ├── strings.xml
│ └── styles.xml
├── BLETEST_Client
│ ├── Assets
│ │ └── AboutAssets.txt
│ ├── bin
│ │ └── Debug
│ │ ├── BLETEST_Client.dll
│ │ ├── BLETEST_Client.pdb
│ │ ├── com.companyname.bletest_client.apk
│ │ └── com.companyname.bletest_client-Signed.apk
│ ├── BLETEST_Client.csproj
│ ├── BLETEST_Client.csproj.user
│ ├── MainActivity.cs
│ ├── obj
│ │ ├── BLETEST_Client.csproj.nuget.cache
│ │ ├── BLETEST_Client.csproj.nuget.dgspec.json
│ │ ├── BLETEST_Client.csproj.nuget.g.props
│ │ ├── BLETEST_Client.csproj.nuget.g.targets
│ │ ├── Debug
│ │ │ └── 90
│ │ │ ├── aapt2.version
│ │ │ ├── acw-map.txt
│ │ │ ├── adb.props
│ │ │ ├── android
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── assets
│ │ │ │ │ ├── BLETEST_Client.dll
│ │ │ │ │ ├── BLETEST_Client.pdb
│ │ │ │ │ ├── Java.Interop.dll
│ │ │ │ │ ├── machine.config
│ │ │ │ │ ├── Mono.Android.dll
│ │ │ │ │ ├── Mono.Android.pdb
│ │ │ │ │ ├── Mono.Security.dll
│ │ │ │ │ ├── mscorlib.dll
│ │ │ │ │ ├── System.ComponentModel.Composition.dll
│ │ │ │ │ ├── System.Core.dll
│ │ │ │ │ ├── System.dll
│ │ │ │ │ ├── System.Drawing.Common.dll
│ │ │ │ │ ├── System.Net.Http.dll
│ │ │ │ │ ├── System.Numerics.dll
│ │ │ │ │ ├── System.Numerics.Vectors.dll
│ │ │ │ │ ├── System.Runtime.dll
│ │ │ │ │ ├── System.Runtime.Serialization.dll
│ │ │ │ │ ├── System.ServiceModel.Internals.dll
│ │ │ │ │ ├── System.Xml.dll
│ │ │ │ │ ├── Xamarin.Android.Arch.Core.Common.dll
│ │ │ │ │ ├── Xamarin.Android.Arch.Core.Runtime.dll
│ │ │ │ │ ├── Xamarin.Android.Arch.Lifecycle.Common.dll
│ │ │ │ │ ├── Xamarin.Android.Arch.Lifecycle.LiveData.Core.dll
│ │ │ │ │ ├── Xamarin.Android.Arch.Lifecycle.LiveData.dll
│ │ │ │ │ ├── Xamarin.Android.Arch.Lifecycle.Runtime.dll
│ │ │ │ │ ├── Xamarin.Android.Arch.Lifecycle.ViewModel.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Animated.Vector.Drawable.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Annotations.dll
│ │ │ │ │ ├── Xamarin.Android.Support.AsyncLayoutInflater.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Collections.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Compat.dll
│ │ │ │ │ ├── Xamarin.Android.Support.CoordinaterLayout.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Core.UI.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Core.Utils.dll
│ │ │ │ │ ├── Xamarin.Android.Support.CursorAdapter.dll
│ │ │ │ │ ├── Xamarin.Android.Support.CustomTabs.dll
│ │ │ │ │ ├── Xamarin.Android.Support.CustomView.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Design.dll
│ │ │ │ │ ├── Xamarin.Android.Support.DocumentFile.dll
│ │ │ │ │ ├── Xamarin.Android.Support.DrawerLayout.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Fragment.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Interpolator.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Loader.dll
│ │ │ │ │ ├── Xamarin.Android.Support.LocalBroadcastManager.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Print.dll
│ │ │ │ │ ├── Xamarin.Android.Support.SlidingPaneLayout.dll
│ │ │ │ │ ├── Xamarin.Android.Support.SwipeRefreshLayout.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Transition.dll
│ │ │ │ │ ├── Xamarin.Android.Support.v7.AppCompat.dll
│ │ │ │ │ ├── Xamarin.Android.Support.v7.CardView.dll
│ │ │ │ │ ├── Xamarin.Android.Support.v7.RecyclerView.dll
│ │ │ │ │ ├── Xamarin.Android.Support.Vector.Drawable.dll
│ │ │ │ │ ├── Xamarin.Android.Support.VersionedParcelable.dll
│ │ │ │ │ ├── Xamarin.Android.Support.ViewPager.dll
│ │ │ │ │ ├── Xamarin.Essentials.dll
│ │ │ │ │ └── Xamarin.Essentials.pdb
│ │ │ │ ├── bin
│ │ │ │ │ ├── classes
│ │ │ │ │ │ ├── android
│ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ ├── compat
│ │ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ │ ├── coordinatorlayout
│ │ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ │ ├── customtabs
│ │ │ │ │ │ │ │ ├── CustomTabsClient_CustomTabsCallbackImpl.class
│ │ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ │ ├── design
│ │ │ │ │ │ │ │ ├── R$animator.class
│ │ │ │ │ │ │ │ ├── R$anim.class
│ │ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ │ ├── R$interpolator.class
│ │ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ │ ├── R.class
│ │ │ │ │ │ │ │ └── widget
│ │ │ │ │ │ │ │ └── Snackbar_SnackbarActionClickImplementor.class
│ │ │ │ │ │ │ ├── transition
│ │ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ │ └── v7
│ │ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ │ ├── AlertDialog_IDialogInterfaceOnCancelListenerImplementor.class
│ │ │ │ │ │ │ │ ├── AlertDialog_IDialogInterfaceOnClickListenerImplementor.class
│ │ │ │ │ │ │ │ └── AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor.class
│ │ │ │ │ │ │ ├── appcompat
│ │ │ │ │ │ │ │ ├── R$anim.class
│ │ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ │ ├── cardview
│ │ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ │ ├── recyclerview
│ │ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ │ └── widget
│ │ │ │ │ │ │ └── Toolbar_NavigationOnClickEventDispatcher.class
│ │ │ │ │ │ ├── com
│ │ │ │ │ │ │ └── companyname
│ │ │ │ │ │ │ └── bletest_client
│ │ │ │ │ │ │ ├── R$animator.class
│ │ │ │ │ │ │ ├── R$anim.class
│ │ │ │ │ │ │ ├── R$attr.class
│ │ │ │ │ │ │ ├── R$bool.class
│ │ │ │ │ │ │ ├── R$color.class
│ │ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ │ ├── R$integer.class
│ │ │ │ │ │ │ ├── R$interpolator.class
│ │ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ │ ├── R$menu.class
│ │ │ │ │ │ │ ├── R$mipmap.class
│ │ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ │ ├── R$styleable.class
│ │ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ │ ├── R$xml.class
│ │ │ │ │ │ │ └── R.class
│ │ │ │ │ │ ├── md5467edbfafcee316f4e8814611fb983a6
│ │ │ │ │ │ │ └── MainActivity.class
│ │ │ │ │ │ ├── md5d630c3d3bfb5f5558520331566132d97
│ │ │ │ │ │ │ ├── AccelerometerListener.class
│ │ │ │ │ │ │ ├── ActivityLifecycleContextListener.class
│ │ │ │ │ │ │ ├── BarometerListener.class
│ │ │ │ │ │ │ ├── BatteryBroadcastReceiver.class
│ │ │ │ │ │ │ ├── ConnectivityBroadcastReceiver.class
│ │ │ │ │ │ │ ├── EnergySaverBroadcastReceiver.class
│ │ │ │ │ │ │ ├── GyroscopeListener.class
│ │ │ │ │ │ │ ├── Listener.class
│ │ │ │ │ │ │ ├── MagnetometerListener.class
│ │ │ │ │ │ │ ├── OrientationSensorListener.class
│ │ │ │ │ │ │ ├── SensorListener.class
│ │ │ │ │ │ │ ├── SingleLocationListener.class
│ │ │ │ │ │ │ └── TextToSpeechImplementation.class
│ │ │ │ │ │ ├── md5dcb6eccdc824e0677ffae8ccdde42930
│ │ │ │ │ │ │ ├── CustomTabsServiceConnectionImpl.class
│ │ │ │ │ │ │ └── KeepAliveService.class
│ │ │ │ │ │ ├── mono
│ │ │ │ │ │ │ ├── android
│ │ │ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ │ │ └── ApplicationRegistration.class
│ │ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ │ ├── design
│ │ │ │ │ │ │ │ │ ├── chip
│ │ │ │ │ │ │ │ │ │ └── ChipGroup_OnCheckedChangeListenerImplementor.class
│ │ │ │ │ │ │ │ │ └── widget
│ │ │ │ │ │ │ │ │ ├── AppBarLayout_OnOffsetChangedListenerImplementor.class
│ │ │ │ │ │ │ │ │ ├── BottomNavigationView_OnNavigationItemReselectedListenerImplementor.class
│ │ │ │ │ │ │ │ │ ├── BottomNavigationView_OnNavigationItemSelectedListenerImplementor.class
│ │ │ │ │ │ │ │ │ ├── NavigationView_OnNavigationItemSelectedListenerImplementor.class
│ │ │ │ │ │ │ │ │ ├── SwipeDismissBehavior_OnDismissListenerImplementor.class
│ │ │ │ │ │ │ │ │ └── TabLayout_BaseOnTabSelectedListenerImplementor.class
│ │ │ │ │ │ │ │ ├── transition
│ │ │ │ │ │ │ │ │ └── Transition_TransitionListenerImplementor.class
│ │ │ │ │ │ │ │ ├── v13
│ │ │ │ │ │ │ │ │ └── view
│ │ │ │ │ │ │ │ │ ├── DragStartHelper_OnDragStartListenerImplementor.class
│ │ │ │ │ │ │ │ │ └── inputmethod
│ │ │ │ │ │ │ │ │ └── InputConnectionCompat_OnCommitContentListenerImplementor.class
│ │ │ │ │ │ │ │ ├── v4
│ │ │ │ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ │ │ │ ├── FragmentManager_OnBackStackChangedListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ └── SharedElementCallback_OnSharedElementsReadyListenerImplementor.class
│ │ │ │ │ │ │ │ │ ├── content
│ │ │ │ │ │ │ │ │ │ ├── Loader_OnLoadCanceledListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ └── Loader_OnLoadCompleteListenerImplementor.class
│ │ │ │ │ │ │ │ │ ├── os
│ │ │ │ │ │ │ │ │ │ └── CancellationSignal_OnCancelListenerImplementor.class
│ │ │ │ │ │ │ │ │ ├── view
│ │ │ │ │ │ │ │ │ │ ├── accessibility
│ │ │ │ │ │ │ │ │ │ │ ├── AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ │ └── AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ ├── ActionProvider_SubUiVisibilityListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ ├── ActionProvider_VisibilityListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ ├── AsyncLayoutInflater_OnInflateFinishedListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ ├── MenuItemCompat_OnActionExpandListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ ├── OnApplyWindowInsetsListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ ├── ViewPager_OnAdapterChangeListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ ├── ViewPager_OnPageChangeListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ ├── ViewPropertyAnimatorListenerImplementor.class
│ │ │ │ │ │ │ │ │ │ └── ViewPropertyAnimatorUpdateListenerImplementor.class
│ │ │ │ │ │ │ │ │ └── widget
│ │ │ │ │ │ │ │ │ ├── DrawerLayout_DrawerListenerImplementor.class
│ │ │ │ │ │ │ │ │ ├── NestedScrollView_OnScrollChangeListenerImplementor.class
│ │ │ │ │ │ │ │ │ ├── SlidingPaneLayout_PanelSlideListenerImplementor.class
│ │ │ │ │ │ │ │ │ └── SwipeRefreshLayout_OnRefreshListenerImplementor.class
│ │ │ │ │ │ │ │ └── v7
│ │ │ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ │ │ ├── ActionBar_OnMenuVisibilityListenerImplementor.class
│ │ │ │ │ │ │ │ │ ├── ActionBar_OnNavigationListenerImplementor.class
│ │ │ │ │ │ │ │ │ └── ActionBar_TabListenerImplementor.class
│ │ │ │ │ │ │ │ └── widget
│ │ │ │ │ │ │ │ ├── ActionMenuView_OnMenuItemClickListenerImplementor.class
│ │ │ │ │ │ │ │ ├── ContentFrameLayout_OnAttachListenerImplementor.class
│ │ │ │ │ │ │ │ ├── FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor.class
│ │ │ │ │ │ │ │ ├── MenuItemHoverListenerImplementor.class
│ │ │ │ │ │ │ │ ├── PopupMenu_OnDismissListenerImplementor.class
│ │ │ │ │ │ │ │ ├── PopupMenu_OnMenuItemClickListenerImplementor.class
│ │ │ │ │ │ │ │ ├── RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor.class
│ │ │ │ │ │ │ │ ├── RecyclerView_OnChildAttachStateChangeListenerImplementor.class
│ │ │ │ │ │ │ │ ├── RecyclerView_OnItemTouchListenerImplementor.class
│ │ │ │ │ │ │ │ ├── RecyclerView_RecyclerListenerImplementor.class
│ │ │ │ │ │ │ │ ├── SearchView_OnCloseListenerImplementor.class
│ │ │ │ │ │ │ │ ├── SearchView_OnQueryTextListenerImplementor.class
│ │ │ │ │ │ │ │ ├── SearchView_OnSuggestionListenerImplementor.class
│ │ │ │ │ │ │ │ ├── ShareActionProvider_OnShareTargetSelectedListenerImplementor.class
│ │ │ │ │ │ │ │ ├── Toolbar_OnMenuItemClickListenerImplementor.class
│ │ │ │ │ │ │ │ └── ViewStubCompat_OnInflateListenerImplementor.class
│ │ │ │ │ │ │ ├── MonoPackageManager_Resources.class
│ │ │ │ │ │ │ └── MonoRuntimeProvider.class
│ │ │ │ │ │ └── xamarin
│ │ │ │ │ │ └── essentials
│ │ │ │ │ │ └── fileProvider.class
│ │ │ │ │ ├── classes.dex
│ │ │ │ │ ├── classes.zip
│ │ │ │ │ ├── com.companyname.bletest_client.apk
│ │ │ │ │ ├── mono.android.jar
│ │ │ │ │ └── packaged_resources
│ │ │ │ ├── environment.arm64-v8a.o
│ │ │ │ ├── environment.arm64-v8a.s
│ │ │ │ ├── environment.armeabi-v7a.o
│ │ │ │ ├── environment.armeabi-v7a.s
│ │ │ │ ├── environment.x86_64.o
│ │ │ │ ├── environment.x86_64.s
│ │ │ │ ├── environment.x86.o
│ │ │ │ ├── environment.x86.s
│ │ │ │ ├── manifest
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── src
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ ├── compat
│ │ │ │ │ │ │ └── R.java
│ │ │ │ │ │ ├── coordinatorlayout
│ │ │ │ │ │ │ └── R.java
│ │ │ │ │ │ ├── customtabs
│ │ │ │ │ │ │ ├── CustomTabsClient_CustomTabsCallbackImpl.java
│ │ │ │ │ │ │ └── R.java
│ │ │ │ │ │ ├── design
│ │ │ │ │ │ │ ├── R.java
│ │ │ │ │ │ │ └── widget
│ │ │ │ │ │ │ └── Snackbar_SnackbarActionClickImplementor.java
│ │ │ │ │ │ ├── transition
│ │ │ │ │ │ │ └── R.java
│ │ │ │ │ │ └── v7
│ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ ├── AlertDialog_IDialogInterfaceOnCancelListenerImplementor.java
│ │ │ │ │ │ │ ├── AlertDialog_IDialogInterfaceOnClickListenerImplementor.java
│ │ │ │ │ │ │ └── AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor.java
│ │ │ │ │ │ ├── appcompat
│ │ │ │ │ │ │ └── R.java
│ │ │ │ │ │ ├── cardview
│ │ │ │ │ │ │ └── R.java
│ │ │ │ │ │ ├── recyclerview
│ │ │ │ │ │ │ └── R.java
│ │ │ │ │ │ └── widget
│ │ │ │ │ │ └── Toolbar_NavigationOnClickEventDispatcher.java
│ │ │ │ │ ├── com
│ │ │ │ │ │ └── companyname
│ │ │ │ │ │ └── bletest_client
│ │ │ │ │ │ └── R.java
│ │ │ │ │ ├── md5467edbfafcee316f4e8814611fb983a6
│ │ │ │ │ │ └── MainActivity.java
│ │ │ │ │ ├── md5d630c3d3bfb5f5558520331566132d97
│ │ │ │ │ │ ├── AccelerometerListener.java
│ │ │ │ │ │ ├── ActivityLifecycleContextListener.java
│ │ │ │ │ │ ├── BarometerListener.java
│ │ │ │ │ │ ├── BatteryBroadcastReceiver.java
│ │ │ │ │ │ ├── ConnectivityBroadcastReceiver.java
│ │ │ │ │ │ ├── EnergySaverBroadcastReceiver.java
│ │ │ │ │ │ ├── GyroscopeListener.java
│ │ │ │ │ │ ├── Listener.java
│ │ │ │ │ │ ├── MagnetometerListener.java
│ │ │ │ │ │ ├── OrientationSensorListener.java
│ │ │ │ │ │ ├── SensorListener.java
│ │ │ │ │ │ ├── SingleLocationListener.java
│ │ │ │ │ │ └── TextToSpeechImplementation.java
│ │ │ │ │ ├── md5dcb6eccdc824e0677ffae8ccdde42930
│ │ │ │ │ │ ├── CustomTabsServiceConnectionImpl.java
│ │ │ │ │ │ └── KeepAliveService.java
│ │ │ │ │ ├── mono
│ │ │ │ │ │ ├── android
│ │ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ │ └── ApplicationRegistration.java
│ │ │ │ │ │ │ └── support
│ │ │ │ │ │ │ ├── design
│ │ │ │ │ │ │ │ ├── chip
│ │ │ │ │ │ │ │ │ └── ChipGroup_OnCheckedChangeListenerImplementor.java
│ │ │ │ │ │ │ │ └── widget
│ │ │ │ │ │ │ │ ├── AppBarLayout_OnOffsetChangedListenerImplementor.java
│ │ │ │ │ │ │ │ ├── BottomNavigationView_OnNavigationItemReselectedListenerImplementor.java
│ │ │ │ │ │ │ │ ├── BottomNavigationView_OnNavigationItemSelectedListenerImplementor.java
│ │ │ │ │ │ │ │ ├── NavigationView_OnNavigationItemSelectedListenerImplementor.java
│ │ │ │ │ │ │ │ ├── SwipeDismissBehavior_OnDismissListenerImplementor.java
│ │ │ │ │ │ │ │ └── TabLayout_BaseOnTabSelectedListenerImplementor.java
│ │ │ │ │ │ │ ├── transition
│ │ │ │ │ │ │ │ └── Transition_TransitionListenerImplementor.java
│ │ │ │ │ │ │ ├── v13
│ │ │ │ │ │ │ │ └── view
│ │ │ │ │ │ │ │ ├── DragStartHelper_OnDragStartListenerImplementor.java
│ │ │ │ │ │ │ │ └── inputmethod
│ │ │ │ │ │ │ │ └── InputConnectionCompat_OnCommitContentListenerImplementor.java
│ │ │ │ │ │ │ ├── v4
│ │ │ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ │ │ ├── FragmentManager_OnBackStackChangedListenerImplementor.java
│ │ │ │ │ │ │ │ │ └── SharedElementCallback_OnSharedElementsReadyListenerImplementor.java
│ │ │ │ │ │ │ │ ├── content
│ │ │ │ │ │ │ │ │ ├── Loader_OnLoadCanceledListenerImplementor.java
│ │ │ │ │ │ │ │ │ └── Loader_OnLoadCompleteListenerImplementor.java
│ │ │ │ │ │ │ │ ├── os
│ │ │ │ │ │ │ │ │ └── CancellationSignal_OnCancelListenerImplementor.java
│ │ │ │ │ │ │ │ ├── view
│ │ │ │ │ │ │ │ │ ├── accessibility
│ │ │ │ │ │ │ │ │ │ ├── AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor.java
│ │ │ │ │ │ │ │ │ │ └── AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor.java
│ │ │ │ │ │ │ │ │ ├── ActionProvider_SubUiVisibilityListenerImplementor.java
│ │ │ │ │ │ │ │ │ ├── ActionProvider_VisibilityListenerImplementor.java
│ │ │ │ │ │ │ │ │ ├── AsyncLayoutInflater_OnInflateFinishedListenerImplementor.java
│ │ │ │ │ │ │ │ │ ├── MenuItemCompat_OnActionExpandListenerImplementor.java
│ │ │ │ │ │ │ │ │ ├── OnApplyWindowInsetsListenerImplementor.java
│ │ │ │ │ │ │ │ │ ├── ViewPager_OnAdapterChangeListenerImplementor.java
│ │ │ │ │ │ │ │ │ ├── ViewPager_OnPageChangeListenerImplementor.java
│ │ │ │ │ │ │ │ │ ├── ViewPropertyAnimatorListenerImplementor.java
│ │ │ │ │ │ │ │ │ └── ViewPropertyAnimatorUpdateListenerImplementor.java
│ │ │ │ │ │ │ │ └── widget
│ │ │ │ │ │ │ │ ├── DrawerLayout_DrawerListenerImplementor.java
│ │ │ │ │ │ │ │ ├── NestedScrollView_OnScrollChangeListenerImplementor.java
│ │ │ │ │ │ │ │ ├── SlidingPaneLayout_PanelSlideListenerImplementor.java
│ │ │ │ │ │ │ │ └── SwipeRefreshLayout_OnRefreshListenerImplementor.java
│ │ │ │ │ │ │ └── v7
│ │ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ │ ├── ActionBar_OnMenuVisibilityListenerImplementor.java
│ │ │ │ │ │ │ │ ├── ActionBar_OnNavigationListenerImplementor.java
│ │ │ │ │ │ │ │ └── ActionBar_TabListenerImplementor.java
│ │ │ │ │ │ │ └── widget
│ │ │ │ │ │ │ ├── ActionMenuView_OnMenuItemClickListenerImplementor.java
│ │ │ │ │ │ │ ├── ContentFrameLayout_OnAttachListenerImplementor.java
│ │ │ │ │ │ │ ├── FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor.java
│ │ │ │ │ │ │ ├── MenuItemHoverListenerImplementor.java
│ │ │ │ │ │ │ ├── PopupMenu_OnDismissListenerImplementor.java
│ │ │ │ │ │ │ ├── PopupMenu_OnMenuItemClickListenerImplementor.java
│ │ │ │ │ │ │ ├── RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor.java
│ │ │ │ │ │ │ ├── RecyclerView_OnChildAttachStateChangeListenerImplementor.java
│ │ │ │ │ │ │ ├── RecyclerView_OnItemTouchListenerImplementor.java
│ │ │ │ │ │ │ ├── RecyclerView_RecyclerListenerImplementor.java
│ │ │ │ │ │ │ ├── SearchView_OnCloseListenerImplementor.java
│ │ │ │ │ │ │ ├── SearchView_OnQueryTextListenerImplementor.java
│ │ │ │ │ │ │ ├── SearchView_OnSuggestionListenerImplementor.java
│ │ │ │ │ │ │ ├── ShareActionProvider_OnShareTargetSelectedListenerImplementor.java
│ │ │ │ │ │ │ ├── Toolbar_OnMenuItemClickListenerImplementor.java
│ │ │ │ │ │ │ └── ViewStubCompat_OnInflateListenerImplementor.java
│ │ │ │ │ │ ├── MonoPackageManager_Resources.java
│ │ │ │ │ │ └── MonoRuntimeProvider.java
│ │ │ │ │ └── xamarin
│ │ │ │ │ └── essentials
│ │ │ │ │ └── fileProvider.java
│ │ │ │ ├── typemap.jm.arm64-v8a.o
│ │ │ │ ├── typemap.jm.arm64-v8a.s
│ │ │ │ ├── typemap.jm.armeabi-v7a.o
│ │ │ │ ├── typemap.jm.armeabi-v7a.s
│ │ │ │ ├── typemap.jm.inc
│ │ │ │ ├── typemap.jm.x86_64.o
│ │ │ │ ├── typemap.jm.x86_64.s
│ │ │ │ ├── typemap.jm.x86.o
│ │ │ │ ├── typemap.jm.x86.s
│ │ │ │ ├── typemap.mj.arm64-v8a.o
│ │ │ │ ├── typemap.mj.arm64-v8a.s
│ │ │ │ ├── typemap.mj.armeabi-v7a.o
│ │ │ │ ├── typemap.mj.armeabi-v7a.s
│ │ │ │ ├── typemap.mj.inc
│ │ │ │ ├── typemap.mj.x86_64.o
│ │ │ │ ├── typemap.mj.x86_64.s
│ │ │ │ ├── typemap.mj.x86.o
│ │ │ │ └── typemap.mj.x86.s
│ │ │ ├── android_debug_keystore.flag
│ │ │ ├── app_shared_libraries
│ │ │ │ ├── arm64-v8a
│ │ │ │ │ └── libxamarin-app.so
│ │ │ │ ├── armeabi-v7a
│ │ │ │ │ └── libxamarin-app.so
│ │ │ │ ├── x86
│ │ │ │ │ └── libxamarin-app.so
│ │ │ │ └── x86_64
│ │ │ │ └── libxamarin-app.so
│ │ │ ├── BLETEST_Client.csprojAssemblyReference.cache
│ │ │ ├── BLETEST_Client.csproj.FileListAbsolute.txt
│ │ │ ├── BLETEST_Client.dll
│ │ │ ├── BLETEST_Client.pdb
│ │ │ ├── buildid.txt
│ │ │ ├── build.props
│ │ │ ├── customview-map.txt
│ │ │ ├── designtime
│ │ │ │ ├── build.props
│ │ │ │ ├── libraryimports.cache
│ │ │ │ ├── libraryprojectimports.cache
│ │ │ │ ├── Resource.designer.cs
│ │ │ │ └── resourcepaths.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── devices.cache
│ │ │ ├── flata
│ │ │ │ ├── 0bb581a0cc30a71895afa68cacd3e80ca5503bd4.flata
│ │ │ │ ├── 0bb581a0cc30a71895afa68cacd3e80ca5503bd4.stamp
│ │ │ │ ├── 588f7203147044fd6751ec06100b0b8d07b847c3.flata
│ │ │ │ ├── 588f7203147044fd6751ec06100b0b8d07b847c3.stamp
│ │ │ │ ├── 5b58ee00a47f7048a0eaab0427bb46c0d86ee3df.flata
│ │ │ │ ├── 5b58ee00a47f7048a0eaab0427bb46c0d86ee3df.stamp
│ │ │ │ ├── 5f6c1e5d27a72502d9e350e36094f90c1a5ef52e.flata
│ │ │ │ ├── 5f6c1e5d27a72502d9e350e36094f90c1a5ef52e.stamp
│ │ │ │ ├── 7a8329b21a0630ef462acc2da1352bd9e941d083.flata
│ │ │ │ ├── 7a8329b21a0630ef462acc2da1352bd9e941d083.stamp
│ │ │ │ ├── 8ef584e469c5d6aaa1cfebb8f607dad0461e352d.flata
│ │ │ │ ├── 8ef584e469c5d6aaa1cfebb8f607dad0461e352d.stamp
│ │ │ │ ├── a6e506fc901ec66ffeb622795c5b55634dd9417d.flata
│ │ │ │ ├── a6e506fc901ec66ffeb622795c5b55634dd9417d.stamp
│ │ │ │ ├── ac47c12d20bc1ab2541eb3270887198f22335a86.flata
│ │ │ │ ├── ac47c12d20bc1ab2541eb3270887198f22335a86.stamp
│ │ │ │ ├── bd3af1ae4084bd6c1f20849369e0e25749cb4b12.flata
│ │ │ │ ├── bd3af1ae4084bd6c1f20849369e0e25749cb4b12.stamp
│ │ │ │ ├── compiled.flata
│ │ │ │ └── _CompileResources.stamp
│ │ │ ├── H4576CI001842.deployment
│ │ │ ├── _javac.stamp
│ │ │ ├── libraryimports.cache
│ │ │ ├── libraryprojectimports.cache
│ │ │ ├── linkdst
│ │ │ │ ├── BLETEST_Client.dll
│ │ │ │ └── BLETEST_Client.pdb
│ │ │ ├── link.flag
│ │ │ ├── linksrc
│ │ │ │ ├── BLETEST_Client.dll
│ │ │ │ ├── BLETEST_Client.pdb
│ │ │ │ ├── Java.Interop.dll
│ │ │ │ ├── Mono.Android.dll
│ │ │ │ ├── Mono.Android.pdb
│ │ │ │ ├── Mono.Security.dll
│ │ │ │ ├── mscorlib.dll
│ │ │ │ ├── System.ComponentModel.Composition.dll
│ │ │ │ ├── System.Core.dll
│ │ │ │ ├── System.dll
│ │ │ │ ├── System.Drawing.Common.dll
│ │ │ │ ├── System.Net.Http.dll
│ │ │ │ ├── System.Numerics.dll
│ │ │ │ ├── System.Numerics.Vectors.dll
│ │ │ │ ├── System.Runtime.dll
│ │ │ │ ├── System.Runtime.Serialization.dll
│ │ │ │ ├── System.ServiceModel.Internals.dll
│ │ │ │ ├── System.Xml.dll
│ │ │ │ ├── Xamarin.Android.Arch.Core.Common.dll
│ │ │ │ ├── Xamarin.Android.Arch.Core.Runtime.dll
│ │ │ │ ├── Xamarin.Android.Arch.Lifecycle.Common.dll
│ │ │ │ ├── Xamarin.Android.Arch.Lifecycle.LiveData.Core.dll
│ │ │ │ ├── Xamarin.Android.Arch.Lifecycle.LiveData.dll
│ │ │ │ ├── Xamarin.Android.Arch.Lifecycle.Runtime.dll
│ │ │ │ ├── Xamarin.Android.Arch.Lifecycle.ViewModel.dll
│ │ │ │ ├── Xamarin.Android.Support.Animated.Vector.Drawable.dll
│ │ │ │ ├── Xamarin.Android.Support.Annotations.dll
│ │ │ │ ├── Xamarin.Android.Support.AsyncLayoutInflater.dll
│ │ │ │ ├── Xamarin.Android.Support.Collections.dll
│ │ │ │ ├── Xamarin.Android.Support.Compat.dll
│ │ │ │ ├── Xamarin.Android.Support.CoordinaterLayout.dll
│ │ │ │ ├── Xamarin.Android.Support.Core.UI.dll
│ │ │ │ ├── Xamarin.Android.Support.Core.Utils.dll
│ │ │ │ ├── Xamarin.Android.Support.CursorAdapter.dll
│ │ │ │ ├── Xamarin.Android.Support.CustomTabs.dll
│ │ │ │ ├── Xamarin.Android.Support.CustomView.dll
│ │ │ │ ├── Xamarin.Android.Support.Design.dll
│ │ │ │ ├── Xamarin.Android.Support.DocumentFile.dll
│ │ │ │ ├── Xamarin.Android.Support.DrawerLayout.dll
│ │ │ │ ├── Xamarin.Android.Support.Fragment.dll
│ │ │ │ ├── Xamarin.Android.Support.Interpolator.dll
│ │ │ │ ├── Xamarin.Android.Support.Loader.dll
│ │ │ │ ├── Xamarin.Android.Support.LocalBroadcastManager.dll
│ │ │ │ ├── Xamarin.Android.Support.Print.dll
│ │ │ │ ├── Xamarin.Android.Support.SlidingPaneLayout.dll
│ │ │ │ ├── Xamarin.Android.Support.SwipeRefreshLayout.dll
│ │ │ │ ├── Xamarin.Android.Support.Transition.dll
│ │ │ │ ├── Xamarin.Android.Support.v7.AppCompat.dll
│ │ │ │ ├── Xamarin.Android.Support.v7.CardView.dll
│ │ │ │ ├── Xamarin.Android.Support.v7.RecyclerView.dll
│ │ │ │ ├── Xamarin.Android.Support.Vector.Drawable.dll
│ │ │ │ ├── Xamarin.Android.Support.VersionedParcelable.dll
│ │ │ │ ├── Xamarin.Android.Support.ViewPager.dll
│ │ │ │ ├── Xamarin.Essentials.dll
│ │ │ │ └── Xamarin.Essentials.pdb
│ │ │ ├── lp
│ │ │ │ ├── 0
│ │ │ │ │ └── jl
│ │ │ │ │ └── android.arch.core.common.jar
│ │ │ │ ├── 0.stamp
│ │ │ │ ├── 1
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 10
│ │ │ │ │ └── jl
│ │ │ │ │ └── com.android.support.collections.jar
│ │ │ │ ├── 10.stamp
│ │ │ │ ├── 11
│ │ │ │ │ └── jl
│ │ │ │ │ ├── aidl
│ │ │ │ │ │ └── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ └── v4
│ │ │ │ │ │ └── os
│ │ │ │ │ │ └── ResultReceiver.aidl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ ├── public.txt
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ ├── public.txt
│ │ │ │ │ ├── res
│ │ │ │ │ │ ├── drawable
│ │ │ │ │ │ │ ├── notification_bg_low.xml
│ │ │ │ │ │ │ ├── notification_bg.xml
│ │ │ │ │ │ │ ├── notification_icon_background.xml
│ │ │ │ │ │ │ └── notification_tile_bg.xml
│ │ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ │ ├── drawable-v21
│ │ │ │ │ │ │ └── notification_action_background.xml
│ │ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ │ ├── notification_bg_low_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_low_pressed.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal.9.png
│ │ │ │ │ │ │ ├── notification_bg_normal_pressed.9.png
│ │ │ │ │ │ │ └── notify_panel_notification_icon_bg.png
│ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ │ │ ├── notification_template_icon_group.xml
│ │ │ │ │ │ │ ├── notification_template_part_chronometer.xml
│ │ │ │ │ │ │ └── notification_template_part_time.xml
│ │ │ │ │ │ ├── layout-v16
│ │ │ │ │ │ │ └── notification_template_custom_big.xml
│ │ │ │ │ │ ├── layout-v21
│ │ │ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ │ │ └── notification_template_icon_group.xml
│ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ ├── values-af
│ │ │ │ │ │ │ └── values-af.xml
│ │ │ │ │ │ ├── values-am
│ │ │ │ │ │ │ └── values-am.xml
│ │ │ │ │ │ ├── values-ar
│ │ │ │ │ │ │ └── values-ar.xml
│ │ │ │ │ │ ├── values-as
│ │ │ │ │ │ │ └── values-as.xml
│ │ │ │ │ │ ├── values-az
│ │ │ │ │ │ │ └── values-az.xml
│ │ │ │ │ │ ├── values-be
│ │ │ │ │ │ │ └── values-be.xml
│ │ │ │ │ │ ├── values-bg
│ │ │ │ │ │ │ └── values-bg.xml
│ │ │ │ │ │ ├── values-bn
│ │ │ │ │ │ │ └── values-bn.xml
│ │ │ │ │ │ ├── values-bs
│ │ │ │ │ │ │ └── values-bs.xml
│ │ │ │ │ │ ├── values-b+sr+Latn
│ │ │ │ │ │ │ └── values-b+sr+Latn.xml
│ │ │ │ │ │ ├── values-ca
│ │ │ │ │ │ │ └── values-ca.xml
│ │ │ │ │ │ ├── values-cs
│ │ │ │ │ │ │ └── values-cs.xml
│ │ │ │ │ │ ├── values-da
│ │ │ │ │ │ │ └── values-da.xml
│ │ │ │ │ │ ├── values-de
│ │ │ │ │ │ │ └── values-de.xml
│ │ │ │ │ │ ├── values-el
│ │ │ │ │ │ │ └── values-el.xml
│ │ │ │ │ │ ├── values-en-rAU
│ │ │ │ │ │ │ └── values-en-rAU.xml
│ │ │ │ │ │ ├── values-en-rCA
│ │ │ │ │ │ │ └── values-en-rCA.xml
│ │ │ │ │ │ ├── values-en-rGB
│ │ │ │ │ │ │ └── values-en-rGB.xml
│ │ │ │ │ │ ├── values-en-rIN
│ │ │ │ │ │ │ └── values-en-rIN.xml
│ │ │ │ │ │ ├── values-en-rXC
│ │ │ │ │ │ │ └── values-en-rXC.xml
│ │ │ │ │ │ ├── values-es
│ │ │ │ │ │ │ └── values-es.xml
│ │ │ │ │ │ ├── values-es-rUS
│ │ │ │ │ │ │ └── values-es-rUS.xml
│ │ │ │ │ │ ├── values-et
│ │ │ │ │ │ │ └── values-et.xml
│ │ │ │ │ │ ├── values-eu
│ │ │ │ │ │ │ └── values-eu.xml
│ │ │ │ │ │ ├── values-fa
│ │ │ │ │ │ │ └── values-fa.xml
│ │ │ │ │ │ ├── values-fi
│ │ │ │ │ │ │ └── values-fi.xml
│ │ │ │ │ │ ├── values-fr
│ │ │ │ │ │ │ └── values-fr.xml
│ │ │ │ │ │ ├── values-fr-rCA
│ │ │ │ │ │ │ └── values-fr-rCA.xml
│ │ │ │ │ │ ├── values-gl
│ │ │ │ │ │ │ └── values-gl.xml
│ │ │ │ │ │ ├── values-gu
│ │ │ │ │ │ │ └── values-gu.xml
│ │ │ │ │ │ ├── values-hi
│ │ │ │ │ │ │ └── values-hi.xml
│ │ │ │ │ │ ├── values-hr
│ │ │ │ │ │ │ └── values-hr.xml
│ │ │ │ │ │ ├── values-hu
│ │ │ │ │ │ │ └── values-hu.xml
│ │ │ │ │ │ ├── values-hy
│ │ │ │ │ │ │ └── values-hy.xml
│ │ │ │ │ │ ├── values-in
│ │ │ │ │ │ │ └── values-in.xml
│ │ │ │ │ │ ├── values-is
│ │ │ │ │ │ │ └── values-is.xml
│ │ │ │ │ │ ├── values-it
│ │ │ │ │ │ │ └── values-it.xml
│ │ │ │ │ │ ├── values-iw
│ │ │ │ │ │ │ └── values-iw.xml
│ │ │ │ │ │ ├── values-ja
│ │ │ │ │ │ │ └── values-ja.xml
│ │ │ │ │ │ ├── values-ka
│ │ │ │ │ │ │ └── values-ka.xml
│ │ │ │ │ │ ├── values-kk
│ │ │ │ │ │ │ └── values-kk.xml
│ │ │ │ │ │ ├── values-km
│ │ │ │ │ │ │ └── values-km.xml
│ │ │ │ │ │ ├── values-kn
│ │ │ │ │ │ │ └── values-kn.xml
│ │ │ │ │ │ ├── values-ko
│ │ │ │ │ │ │ └── values-ko.xml
│ │ │ │ │ │ ├── values-ky
│ │ │ │ │ │ │ └── values-ky.xml
│ │ │ │ │ │ ├── values-lo
│ │ │ │ │ │ │ └── values-lo.xml
│ │ │ │ │ │ ├── values-lt
│ │ │ │ │ │ │ └── values-lt.xml
│ │ │ │ │ │ ├── values-lv
│ │ │ │ │ │ │ └── values-lv.xml
│ │ │ │ │ │ ├── values-mk
│ │ │ │ │ │ │ └── values-mk.xml
│ │ │ │ │ │ ├── values-ml
│ │ │ │ │ │ │ └── values-ml.xml
│ │ │ │ │ │ ├── values-mn
│ │ │ │ │ │ │ └── values-mn.xml
│ │ │ │ │ │ ├── values-mr
│ │ │ │ │ │ │ └── values-mr.xml
│ │ │ │ │ │ ├── values-ms
│ │ │ │ │ │ │ └── values-ms.xml
│ │ │ │ │ │ ├── values-my
│ │ │ │ │ │ │ └── values-my.xml
│ │ │ │ │ │ ├── values-nb
│ │ │ │ │ │ │ └── values-nb.xml
│ │ │ │ │ │ ├── values-ne
│ │ │ │ │ │ │ └── values-ne.xml
│ │ │ │ │ │ ├── values-nl
│ │ │ │ │ │ │ └── values-nl.xml
│ │ │ │ │ │ ├── values-or
│ │ │ │ │ │ │ └── values-or.xml
│ │ │ │ │ │ ├── values-pa
│ │ │ │ │ │ │ └── values-pa.xml
│ │ │ │ │ │ ├── values-pl
│ │ │ │ │ │ │ └── values-pl.xml
│ │ │ │ │ │ ├── values-pt
│ │ │ │ │ │ │ └── values-pt.xml
│ │ │ │ │ │ ├── values-pt-rBR
│ │ │ │ │ │ │ └── values-pt-rBR.xml
│ │ │ │ │ │ ├── values-pt-rPT
│ │ │ │ │ │ │ └── values-pt-rPT.xml
│ │ │ │ │ │ ├── values-ro
│ │ │ │ │ │ │ └── values-ro.xml
│ │ │ │ │ │ ├── values-ru
│ │ │ │ │ │ │ └── values-ru.xml
│ │ │ │ │ │ ├── values-si
│ │ │ │ │ │ │ └── values-si.xml
│ │ │ │ │ │ ├── values-sk
│ │ │ │ │ │ │ └── values-sk.xml
│ │ │ │ │ │ ├── values-sl
│ │ │ │ │ │ │ └── values-sl.xml
│ │ │ │ │ │ ├── values-sq
│ │ │ │ │ │ │ └── values-sq.xml
│ │ │ │ │ │ ├── values-sr
│ │ │ │ │ │ │ └── values-sr.xml
│ │ │ │ │ │ ├── values-sv
│ │ │ │ │ │ │ └── values-sv.xml
│ │ │ │ │ │ ├── values-sw
│ │ │ │ │ │ │ └── values-sw.xml
│ │ │ │ │ │ ├── values-ta
│ │ │ │ │ │ │ └── values-ta.xml
│ │ │ │ │ │ ├── values-te
│ │ │ │ │ │ │ └── values-te.xml
│ │ │ │ │ │ ├── values-th
│ │ │ │ │ │ │ └── values-th.xml
│ │ │ │ │ │ ├── values-tl
│ │ │ │ │ │ │ └── values-tl.xml
│ │ │ │ │ │ ├── values-tr
│ │ │ │ │ │ │ └── values-tr.xml
│ │ │ │ │ │ ├── values-uk
│ │ │ │ │ │ │ └── values-uk.xml
│ │ │ │ │ │ ├── values-ur
│ │ │ │ │ │ │ └── values-ur.xml
│ │ │ │ │ │ ├── values-uz
│ │ │ │ │ │ │ └── values-uz.xml
│ │ │ │ │ │ ├── values-v16
│ │ │ │ │ │ │ └── values-v16.xml
│ │ │ │ │ │ ├── values-v21
│ │ │ │ │ │ │ └── values-v21.xml
│ │ │ │ │ │ ├── values-vi
│ │ │ │ │ │ │ └── values-vi.xml
│ │ │ │ │ │ ├── values-zh-rCN
│ │ │ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ │ │ ├── values-zh-rHK
│ │ │ │ │ │ │ └── values-zh-rHK.xml
│ │ │ │ │ │ ├── values-zh-rTW
│ │ │ │ │ │ │ └── values-zh-rTW.xml
│ │ │ │ │ │ └── values-zu
│ │ │ │ │ │ └── values-zu.xml
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 11.stamp
│ │ │ │ ├── 12
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ ├── public.txt
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ ├── public.txt
│ │ │ │ │ ├── res
│ │ │ │ │ │ └── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 12.stamp
│ │ │ │ ├── 13
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 13.stamp
│ │ │ │ ├── 14
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 14.stamp
│ │ │ │ ├── 15
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 15.stamp
│ │ │ │ ├── 16
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── res
│ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ ├── browser_actions_context_menu_page.xml
│ │ │ │ │ │ │ └── browser_actions_context_menu_row.xml
│ │ │ │ │ │ └── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 16.stamp
│ │ │ │ ├── 17
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 17.stamp
│ │ │ │ ├── 18
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ ├── public.txt
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ ├── public.txt
│ │ │ │ │ ├── res
│ │ │ │ │ │ ├── anim
│ │ │ │ │ │ │ ├── design_bottom_sheet_slide_in.xml
│ │ │ │ │ │ │ ├── design_bottom_sheet_slide_out.xml
│ │ │ │ │ │ │ ├── design_snackbar_in.xml
│ │ │ │ │ │ │ └── design_snackbar_out.xml
│ │ │ │ │ │ ├── animator
│ │ │ │ │ │ │ ├── design_fab_hide_motion_spec.xml
│ │ │ │ │ │ │ ├── design_fab_show_motion_spec.xml
│ │ │ │ │ │ │ ├── mtrl_btn_state_list_anim.xml
│ │ │ │ │ │ │ ├── mtrl_btn_unelevated_state_list_anim.xml
│ │ │ │ │ │ │ ├── mtrl_chip_state_list_anim.xml
│ │ │ │ │ │ │ ├── mtrl_fab_hide_motion_spec.xml
│ │ │ │ │ │ │ ├── mtrl_fab_show_motion_spec.xml
│ │ │ │ │ │ │ ├── mtrl_fab_transformation_sheet_collapse_spec.xml
│ │ │ │ │ │ │ └── mtrl_fab_transformation_sheet_expand_spec.xml
│ │ │ │ │ │ ├── animator-v21
│ │ │ │ │ │ │ └── design_appbar_state_list_animator.xml
│ │ │ │ │ │ ├── anim-v21
│ │ │ │ │ │ │ ├── design_bottom_sheet_slide_in.xml
│ │ │ │ │ │ │ └── design_bottom_sheet_slide_out.xml
│ │ │ │ │ │ ├── color
│ │ │ │ │ │ │ ├── design_error.xml
│ │ │ │ │ │ │ ├── design_tint_password_toggle.xml
│ │ │ │ │ │ │ ├── mtrl_bottom_nav_colored_item_tint.xml
│ │ │ │ │ │ │ ├── mtrl_bottom_nav_item_tint.xml
│ │ │ │ │ │ │ ├── mtrl_btn_bg_color_selector.xml
│ │ │ │ │ │ │ ├── mtrl_btn_ripple_color.xml
│ │ │ │ │ │ │ ├── mtrl_btn_stroke_color_selector.xml
│ │ │ │ │ │ │ ├── mtrl_btn_text_btn_ripple_color.xml
│ │ │ │ │ │ │ ├── mtrl_btn_text_color_selector.xml
│ │ │ │ │ │ │ ├── mtrl_chip_background_color.xml
│ │ │ │ │ │ │ ├── mtrl_chip_close_icon_tint.xml
│ │ │ │ │ │ │ ├── mtrl_chip_ripple_color.xml
│ │ │ │ │ │ │ ├── mtrl_chip_text_color.xml
│ │ │ │ │ │ │ ├── mtrl_fab_ripple_color.xml
│ │ │ │ │ │ │ ├── mtrl_tabs_colored_ripple_color.xml
│ │ │ │ │ │ │ ├── mtrl_tabs_icon_color_selector_colored.xml
│ │ │ │ │ │ │ ├── mtrl_tabs_icon_color_selector.xml
│ │ │ │ │ │ │ ├── mtrl_tabs_legacy_text_color_selector.xml
│ │ │ │ │ │ │ ├── mtrl_tabs_ripple_color.xml
│ │ │ │ │ │ │ └── mtrl_text_btn_text_color_selector.xml
│ │ │ │ │ │ ├── color-v23
│ │ │ │ │ │ │ └── design_tint_password_toggle.xml
│ │ │ │ │ │ ├── drawable
│ │ │ │ │ │ │ ├── design_bottom_navigation_item_background.xml
│ │ │ │ │ │ │ ├── design_fab_background.xml
│ │ │ │ │ │ │ ├── design_password_eye.xml
│ │ │ │ │ │ │ ├── design_snackbar_background.xml
│ │ │ │ │ │ │ ├── ic_mtrl_chip_checked_black.xml
│ │ │ │ │ │ │ ├── ic_mtrl_chip_checked_circle.xml
│ │ │ │ │ │ │ ├── ic_mtrl_chip_close_circle.xml
│ │ │ │ │ │ │ ├── mtrl_snackbar_background.xml
│ │ │ │ │ │ │ ├── mtrl_tabs_default_indicator.xml
│ │ │ │ │ │ │ └── navigation_empty_icon.xml
│ │ │ │ │ │ ├── drawable-anydpi-v21
│ │ │ │ │ │ │ ├── design_ic_visibility_off.xml
│ │ │ │ │ │ │ └── design_ic_visibility.xml
│ │ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ ├── drawable-v21
│ │ │ │ │ │ │ ├── avd_hide_password.xml
│ │ │ │ │ │ │ ├── avd_show_password.xml
│ │ │ │ │ │ │ ├── design_bottom_navigation_item_background.xml
│ │ │ │ │ │ │ └── design_password_eye.xml
│ │ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4
│ │ │ │ │ │ │ ├── design_ic_visibility_off.png
│ │ │ │ │ │ │ └── design_ic_visibility.png
│ │ │ │ │ │ ├── interpolator
│ │ │ │ │ │ │ ├── mtrl_fast_out_linear_in.xml
│ │ │ │ │ │ │ ├── mtrl_fast_out_slow_in.xml
│ │ │ │ │ │ │ ├── mtrl_linear_out_slow_in.xml
│ │ │ │ │ │ │ └── mtrl_linear.xml
│ │ │ │ │ │ ├── interpolator-v21
│ │ │ │ │ │ │ ├── mtrl_fast_out_linear_in.xml
│ │ │ │ │ │ │ ├── mtrl_fast_out_slow_in.xml
│ │ │ │ │ │ │ └── mtrl_linear_out_slow_in.xml
│ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ ├── design_bottom_navigation_item.xml
│ │ │ │ │ │ │ ├── design_bottom_sheet_dialog.xml
│ │ │ │ │ │ │ ├── design_layout_snackbar_include.xml
│ │ │ │ │ │ │ ├── design_layout_snackbar.xml
│ │ │ │ │ │ │ ├── design_layout_tab_icon.xml
│ │ │ │ │ │ │ ├── design_layout_tab_text.xml
│ │ │ │ │ │ │ ├── design_menu_item_action_area.xml
│ │ │ │ │ │ │ ├── design_navigation_item_header.xml
│ │ │ │ │ │ │ ├── design_navigation_item_separator.xml
│ │ │ │ │ │ │ ├── design_navigation_item_subheader.xml
│ │ │ │ │ │ │ ├── design_navigation_item.xml
│ │ │ │ │ │ │ ├── design_navigation_menu_item.xml
│ │ │ │ │ │ │ ├── design_navigation_menu.xml
│ │ │ │ │ │ │ ├── design_text_input_password_icon.xml
│ │ │ │ │ │ │ ├── mtrl_layout_snackbar_include.xml
│ │ │ │ │ │ │ └── mtrl_layout_snackbar.xml
│ │ │ │ │ │ ├── layout-sw600dp-v13
│ │ │ │ │ │ │ ├── design_layout_snackbar.xml
│ │ │ │ │ │ │ └── mtrl_layout_snackbar.xml
│ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ ├── values-land
│ │ │ │ │ │ │ └── values-land.xml
│ │ │ │ │ │ ├── values-large-v4
│ │ │ │ │ │ │ └── values-large-v4.xml
│ │ │ │ │ │ ├── values-sw600dp-v13
│ │ │ │ │ │ │ └── values-sw600dp-v13.xml
│ │ │ │ │ │ └── values-v21
│ │ │ │ │ │ └── values-v21.xml
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 18.stamp
│ │ │ │ ├── 19
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 19.stamp
│ │ │ │ ├── 1.stamp
│ │ │ │ ├── 2
│ │ │ │ │ └── jl
│ │ │ │ │ └── android.arch.lifecycle.common.jar
│ │ │ │ ├── 20
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 20.stamp
│ │ │ │ ├── 21
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 21.stamp
│ │ │ │ ├── 22
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 22.stamp
│ │ │ │ ├── 23
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 23.stamp
│ │ │ │ ├── 24
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 24.stamp
│ │ │ │ ├── 25
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 25.stamp
│ │ │ │ ├── 26
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 26.stamp
│ │ │ │ ├── 27
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 27.stamp
│ │ │ │ ├── 28
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ ├── res
│ │ │ │ │ │ └── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 28.stamp
│ │ │ │ ├── 29
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ ├── public.txt
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ ├── public.txt
│ │ │ │ │ ├── res
│ │ │ │ │ │ ├── anim
│ │ │ │ │ │ │ ├── abc_fade_in.xml
│ │ │ │ │ │ │ ├── abc_fade_out.xml
│ │ │ │ │ │ │ ├── abc_grow_fade_in_from_bottom.xml
│ │ │ │ │ │ │ ├── abc_popup_enter.xml
│ │ │ │ │ │ │ ├── abc_popup_exit.xml
│ │ │ │ │ │ │ ├── abc_shrink_fade_out_from_bottom.xml
│ │ │ │ │ │ │ ├── abc_slide_in_bottom.xml
│ │ │ │ │ │ │ ├── abc_slide_in_top.xml
│ │ │ │ │ │ │ ├── abc_slide_out_bottom.xml
│ │ │ │ │ │ │ ├── abc_slide_out_top.xml
│ │ │ │ │ │ │ ├── abc_tooltip_enter.xml
│ │ │ │ │ │ │ └── abc_tooltip_exit.xml
│ │ │ │ │ │ ├── color
│ │ │ │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml
│ │ │ │ │ │ │ ├── abc_background_cache_hint_selector_material_light.xml
│ │ │ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml
│ │ │ │ │ │ │ ├── abc_btn_colored_text_material.xml
│ │ │ │ │ │ │ ├── abc_hint_foreground_material_dark.xml
│ │ │ │ │ │ │ ├── abc_hint_foreground_material_light.xml
│ │ │ │ │ │ │ ├── abc_primary_text_disable_only_material_dark.xml
│ │ │ │ │ │ │ ├── abc_primary_text_disable_only_material_light.xml
│ │ │ │ │ │ │ ├── abc_primary_text_material_dark.xml
│ │ │ │ │ │ │ ├── abc_primary_text_material_light.xml
│ │ │ │ │ │ │ ├── abc_search_url_text.xml
│ │ │ │ │ │ │ ├── abc_secondary_text_material_dark.xml
│ │ │ │ │ │ │ ├── abc_secondary_text_material_light.xml
│ │ │ │ │ │ │ ├── abc_tint_btn_checkable.xml
│ │ │ │ │ │ │ ├── abc_tint_default.xml
│ │ │ │ │ │ │ ├── abc_tint_edittext.xml
│ │ │ │ │ │ │ ├── abc_tint_seek_thumb.xml
│ │ │ │ │ │ │ ├── abc_tint_spinner.xml
│ │ │ │ │ │ │ ├── abc_tint_switch_track.xml
│ │ │ │ │ │ │ ├── switch_thumb_material_dark.xml
│ │ │ │ │ │ │ └── switch_thumb_material_light.xml
│ │ │ │ │ │ ├── color-v21
│ │ │ │ │ │ │ └── abc_btn_colored_borderless_text_material.xml
│ │ │ │ │ │ ├── color-v23
│ │ │ │ │ │ │ ├── abc_btn_colored_borderless_text_material.xml
│ │ │ │ │ │ │ ├── abc_btn_colored_text_material.xml
│ │ │ │ │ │ │ ├── abc_color_highlight_material.xml
│ │ │ │ │ │ │ ├── abc_tint_btn_checkable.xml
│ │ │ │ │ │ │ ├── abc_tint_default.xml
│ │ │ │ │ │ │ ├── abc_tint_edittext.xml
│ │ │ │ │ │ │ ├── abc_tint_seek_thumb.xml
│ │ │ │ │ │ │ ├── abc_tint_spinner.xml
│ │ │ │ │ │ │ └── abc_tint_switch_track.xml
│ │ │ │ │ │ ├── drawable
│ │ │ │ │ │ │ ├── abc_btn_borderless_material.xml
│ │ │ │ │ │ │ ├── abc_btn_check_material.xml
│ │ │ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ │ │ ├── abc_btn_default_mtrl_shape.xml
│ │ │ │ │ │ │ ├── abc_btn_radio_material.xml
│ │ │ │ │ │ │ ├── abc_cab_background_internal_bg.xml
│ │ │ │ │ │ │ ├── abc_cab_background_top_material.xml
│ │ │ │ │ │ │ ├── abc_dialog_material_background.xml
│ │ │ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ │ │ ├── abc_ic_ab_back_material.xml
│ │ │ │ │ │ │ ├── abc_ic_arrow_drop_right_black_24dp.xml
│ │ │ │ │ │ │ ├── abc_ic_clear_material.xml
│ │ │ │ │ │ │ ├── abc_ic_go_search_api_material.xml
│ │ │ │ │ │ │ ├── abc_ic_menu_overflow_material.xml
│ │ │ │ │ │ │ ├── abc_ic_search_api_material.xml
│ │ │ │ │ │ │ ├── abc_ic_voice_search_api_material.xml
│ │ │ │ │ │ │ ├── abc_item_background_holo_dark.xml
│ │ │ │ │ │ │ ├── abc_item_background_holo_light.xml
│ │ │ │ │ │ │ ├── abc_list_divider_material.xml
│ │ │ │ │ │ │ ├── abc_list_selector_background_transition_holo_dark.xml
│ │ │ │ │ │ │ ├── abc_list_selector_background_transition_holo_light.xml
│ │ │ │ │ │ │ ├── abc_list_selector_holo_dark.xml
│ │ │ │ │ │ │ ├── abc_list_selector_holo_light.xml
│ │ │ │ │ │ │ ├── abc_ratingbar_indicator_material.xml
│ │ │ │ │ │ │ ├── abc_ratingbar_material.xml
│ │ │ │ │ │ │ ├── abc_ratingbar_small_material.xml
│ │ │ │ │ │ │ ├── abc_seekbar_thumb_material.xml
│ │ │ │ │ │ │ ├── abc_seekbar_tick_mark_material.xml
│ │ │ │ │ │ │ ├── abc_seekbar_track_material.xml
│ │ │ │ │ │ │ ├── abc_spinner_textfield_background_material.xml
│ │ │ │ │ │ │ ├── abc_switch_thumb_material.xml
│ │ │ │ │ │ │ ├── abc_tab_indicator_material.xml
│ │ │ │ │ │ │ ├── abc_text_cursor_material.xml
│ │ │ │ │ │ │ ├── abc_textfield_search_material.xml
│ │ │ │ │ │ │ ├── abc_vector_test.xml
│ │ │ │ │ │ │ ├── tooltip_frame_dark.xml
│ │ │ │ │ │ │ └── tooltip_frame_light.xml
│ │ │ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ └── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ ├── drawable-ldrtl-hdpi-v17
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── drawable-ldrtl-mdpi-v17
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── drawable-ldrtl-xhdpi-v17
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── drawable-ldrtl-xxhdpi-v17
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── drawable-ldrtl-xxxhdpi-v17
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ └── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ └── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ ├── drawable-v21
│ │ │ │ │ │ │ ├── abc_action_bar_item_background_material.xml
│ │ │ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ │ │ ├── abc_dialog_material_background.xml
│ │ │ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ │ │ └── abc_list_divider_material.xml
│ │ │ │ │ │ ├── drawable-v23
│ │ │ │ │ │ │ └── abc_control_background_material.xml
│ │ │ │ │ │ ├── drawable-watch-v20
│ │ │ │ │ │ │ └── abc_dialog_material_background.xml
│ │ │ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ └── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ │ │ ├── abc_ab_share_pack_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ ├── abc_cab_background_top_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_ic_commit_search_api_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ ├── abc_list_divider_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_list_focused_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_longpressed_holo.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_pressed_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_dark.9.png
│ │ │ │ │ │ │ ├── abc_list_selector_disabled_holo_light.9.png
│ │ │ │ │ │ │ ├── abc_menu_hardkey_panel_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_popup_background_mtrl_mult.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_off_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_scrubber_primary_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_scrubber_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_activated_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_textfield_search_default_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_middle_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ └── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ ├── drawable-xxxhdpi-v4
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_check_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_btn_radio_to_on_mtrl_015.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00001.9.png
│ │ │ │ │ │ │ ├── abc_btn_switch_to_on_mtrl_00012.9.png
│ │ │ │ │ │ │ ├── abc_ic_menu_copy_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_cut_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_paste_mtrl_am_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_selectall_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_menu_share_mtrl_alpha.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_black_48dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_16dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_36dp.png
│ │ │ │ │ │ │ ├── abc_ic_star_half_black_48dp.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_000.png
│ │ │ │ │ │ │ ├── abc_scrubber_control_to_pressed_mtrl_005.png
│ │ │ │ │ │ │ ├── abc_spinner_mtrl_am_alpha.9.png
│ │ │ │ │ │ │ ├── abc_switch_track_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_tab_indicator_mtrl_alpha.9.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_dark.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_left_mtrl_light.png
│ │ │ │ │ │ │ ├── abc_text_select_handle_right_mtrl_dark.png
│ │ │ │ │ │ │ └── abc_text_select_handle_right_mtrl_light.png
│ │ │ │ │ │ ├── layout
│ │ │ │ │ │ │ ├── abc_action_bar_title_item.xml
│ │ │ │ │ │ │ ├── abc_action_bar_up_container.xml
│ │ │ │ │ │ │ ├── abc_action_menu_item_layout.xml
│ │ │ │ │ │ │ ├── abc_action_menu_layout.xml
│ │ │ │ │ │ │ ├── abc_action_mode_bar.xml
│ │ │ │ │ │ │ ├── abc_action_mode_close_item_material.xml
│ │ │ │ │ │ │ ├── abc_activity_chooser_view_list_item.xml
│ │ │ │ │ │ │ ├── abc_activity_chooser_view.xml
│ │ │ │ │ │ │ ├── abc_alert_dialog_button_bar_material.xml
│ │ │ │ │ │ │ ├── abc_alert_dialog_material.xml
│ │ │ │ │ │ │ ├── abc_alert_dialog_title_material.xml
│ │ │ │ │ │ │ ├── abc_cascading_menu_item_layout.xml
│ │ │ │ │ │ │ ├── abc_dialog_title_material.xml
│ │ │ │ │ │ │ ├── abc_expanded_menu_layout.xml
│ │ │ │ │ │ │ ├── abc_list_menu_item_checkbox.xml
│ │ │ │ │ │ │ ├── abc_list_menu_item_icon.xml
│ │ │ │ │ │ │ ├── abc_list_menu_item_layout.xml
│ │ │ │ │ │ │ ├── abc_list_menu_item_radio.xml
│ │ │ │ │ │ │ ├── abc_popup_menu_header_item_layout.xml
│ │ │ │ │ │ │ ├── abc_popup_menu_item_layout.xml
│ │ │ │ │ │ │ ├── abc_screen_content_include.xml
│ │ │ │ │ │ │ ├── abc_screen_simple_overlay_action_mode.xml
│ │ │ │ │ │ │ ├── abc_screen_simple.xml
│ │ │ │ │ │ │ ├── abc_screen_toolbar.xml
│ │ │ │ │ │ │ ├── abc_search_dropdown_item_icons_2line.xml
│ │ │ │ │ │ │ ├── abc_search_view.xml
│ │ │ │ │ │ │ ├── abc_select_dialog_material.xml
│ │ │ │ │ │ │ ├── abc_tooltip.xml
│ │ │ │ │ │ │ ├── select_dialog_item_material.xml
│ │ │ │ │ │ │ ├── select_dialog_multichoice_material.xml
│ │ │ │ │ │ │ ├── select_dialog_singlechoice_material.xml
│ │ │ │ │ │ │ └── support_simple_spinner_dropdown_item.xml
│ │ │ │ │ │ ├── layout-v26
│ │ │ │ │ │ │ └── abc_screen_toolbar.xml
│ │ │ │ │ │ ├── layout-watch-v20
│ │ │ │ │ │ │ ├── abc_alert_dialog_button_bar_material.xml
│ │ │ │ │ │ │ └── abc_alert_dialog_title_material.xml
│ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ ├── values-af
│ │ │ │ │ │ │ └── values-af.xml
│ │ │ │ │ │ ├── values-am
│ │ │ │ │ │ │ └── values-am.xml
│ │ │ │ │ │ ├── values-ar
│ │ │ │ │ │ │ └── values-ar.xml
│ │ │ │ │ │ ├── values-as
│ │ │ │ │ │ │ └── values-as.xml
│ │ │ │ │ │ ├── values-az
│ │ │ │ │ │ │ └── values-az.xml
│ │ │ │ │ │ ├── values-be
│ │ │ │ │ │ │ └── values-be.xml
│ │ │ │ │ │ ├── values-bg
│ │ │ │ │ │ │ └── values-bg.xml
│ │ │ │ │ │ ├── values-bn
│ │ │ │ │ │ │ └── values-bn.xml
│ │ │ │ │ │ ├── values-bs
│ │ │ │ │ │ │ └── values-bs.xml
│ │ │ │ │ │ ├── values-b+sr+Latn
│ │ │ │ │ │ │ └── values-b+sr+Latn.xml
│ │ │ │ │ │ ├── values-ca
│ │ │ │ │ │ │ └── values-ca.xml
│ │ │ │ │ │ ├── values-cs
│ │ │ │ │ │ │ └── values-cs.xml
│ │ │ │ │ │ ├── values-da
│ │ │ │ │ │ │ └── values-da.xml
│ │ │ │ │ │ ├── values-de
│ │ │ │ │ │ │ └── values-de.xml
│ │ │ │ │ │ ├── values-el
│ │ │ │ │ │ │ └── values-el.xml
│ │ │ │ │ │ ├── values-en-rAU
│ │ │ │ │ │ │ └── values-en-rAU.xml
│ │ │ │ │ │ ├── values-en-rCA
│ │ │ │ │ │ │ └── values-en-rCA.xml
│ │ │ │ │ │ ├── values-en-rGB
│ │ │ │ │ │ │ └── values-en-rGB.xml
│ │ │ │ │ │ ├── values-en-rIN
│ │ │ │ │ │ │ └── values-en-rIN.xml
│ │ │ │ │ │ ├── values-en-rXC
│ │ │ │ │ │ │ └── values-en-rXC.xml
│ │ │ │ │ │ ├── values-es
│ │ │ │ │ │ │ └── values-es.xml
│ │ │ │ │ │ ├── values-es-rUS
│ │ │ │ │ │ │ └── values-es-rUS.xml
│ │ │ │ │ │ ├── values-et
│ │ │ │ │ │ │ └── values-et.xml
│ │ │ │ │ │ ├── values-eu
│ │ │ │ │ │ │ └── values-eu.xml
│ │ │ │ │ │ ├── values-fa
│ │ │ │ │ │ │ └── values-fa.xml
│ │ │ │ │ │ ├── values-fi
│ │ │ │ │ │ │ └── values-fi.xml
│ │ │ │ │ │ ├── values-fr
│ │ │ │ │ │ │ └── values-fr.xml
│ │ │ │ │ │ ├── values-fr-rCA
│ │ │ │ │ │ │ └── values-fr-rCA.xml
│ │ │ │ │ │ ├── values-gl
│ │ │ │ │ │ │ └── values-gl.xml
│ │ │ │ │ │ ├── values-gu
│ │ │ │ │ │ │ └── values-gu.xml
│ │ │ │ │ │ ├── values-h720dp-v13
│ │ │ │ │ │ │ └── values-h720dp-v13.xml
│ │ │ │ │ │ ├── values-hdpi-v4
│ │ │ │ │ │ │ └── values-hdpi-v4.xml
│ │ │ │ │ │ ├── values-hi
│ │ │ │ │ │ │ └── values-hi.xml
│ │ │ │ │ │ ├── values-hr
│ │ │ │ │ │ │ └── values-hr.xml
│ │ │ │ │ │ ├── values-hu
│ │ │ │ │ │ │ └── values-hu.xml
│ │ │ │ │ │ ├── values-hy
│ │ │ │ │ │ │ └── values-hy.xml
│ │ │ │ │ │ ├── values-in
│ │ │ │ │ │ │ └── values-in.xml
│ │ │ │ │ │ ├── values-is
│ │ │ │ │ │ │ └── values-is.xml
│ │ │ │ │ │ ├── values-it
│ │ │ │ │ │ │ └── values-it.xml
│ │ │ │ │ │ ├── values-iw
│ │ │ │ │ │ │ └── values-iw.xml
│ │ │ │ │ │ ├── values-ja
│ │ │ │ │ │ │ └── values-ja.xml
│ │ │ │ │ │ ├── values-ka
│ │ │ │ │ │ │ └── values-ka.xml
│ │ │ │ │ │ ├── values-kk
│ │ │ │ │ │ │ └── values-kk.xml
│ │ │ │ │ │ ├── values-km
│ │ │ │ │ │ │ └── values-km.xml
│ │ │ │ │ │ ├── values-kn
│ │ │ │ │ │ │ └── values-kn.xml
│ │ │ │ │ │ ├── values-ko
│ │ │ │ │ │ │ └── values-ko.xml
│ │ │ │ │ │ ├── values-ky
│ │ │ │ │ │ │ └── values-ky.xml
│ │ │ │ │ │ ├── values-land
│ │ │ │ │ │ │ └── values-land.xml
│ │ │ │ │ │ ├── values-large-v4
│ │ │ │ │ │ │ └── values-large-v4.xml
│ │ │ │ │ │ ├── values-ldltr-v21
│ │ │ │ │ │ │ └── values-ldltr-v21.xml
│ │ │ │ │ │ ├── values-lo
│ │ │ │ │ │ │ └── values-lo.xml
│ │ │ │ │ │ ├── values-lt
│ │ │ │ │ │ │ └── values-lt.xml
│ │ │ │ │ │ ├── values-lv
│ │ │ │ │ │ │ └── values-lv.xml
│ │ │ │ │ │ ├── values-mk
│ │ │ │ │ │ │ └── values-mk.xml
│ │ │ │ │ │ ├── values-ml
│ │ │ │ │ │ │ └── values-ml.xml
│ │ │ │ │ │ ├── values-mn
│ │ │ │ │ │ │ └── values-mn.xml
│ │ │ │ │ │ ├── values-mr
│ │ │ │ │ │ │ └── values-mr.xml
│ │ │ │ │ │ ├── values-ms
│ │ │ │ │ │ │ └── values-ms.xml
│ │ │ │ │ │ ├── values-my
│ │ │ │ │ │ │ └── values-my.xml
│ │ │ │ │ │ ├── values-nb
│ │ │ │ │ │ │ └── values-nb.xml
│ │ │ │ │ │ ├── values-ne
│ │ │ │ │ │ │ └── values-ne.xml
│ │ │ │ │ │ ├── values-night-v8
│ │ │ │ │ │ │ └── values-night-v8.xml
│ │ │ │ │ │ ├── values-nl
│ │ │ │ │ │ │ └── values-nl.xml
│ │ │ │ │ │ ├── values-or
│ │ │ │ │ │ │ └── values-or.xml
│ │ │ │ │ │ ├── values-pa
│ │ │ │ │ │ │ └── values-pa.xml
│ │ │ │ │ │ ├── values-pl
│ │ │ │ │ │ │ └── values-pl.xml
│ │ │ │ │ │ ├── values-port
│ │ │ │ │ │ │ └── values-port.xml
│ │ │ │ │ │ ├── values-pt
│ │ │ │ │ │ │ └── values-pt.xml
│ │ │ │ │ │ ├── values-pt-rBR
│ │ │ │ │ │ │ └── values-pt-rBR.xml
│ │ │ │ │ │ ├── values-pt-rPT
│ │ │ │ │ │ │ └── values-pt-rPT.xml
│ │ │ │ │ │ ├── values-ro
│ │ │ │ │ │ │ └── values-ro.xml
│ │ │ │ │ │ ├── values-ru
│ │ │ │ │ │ │ └── values-ru.xml
│ │ │ │ │ │ ├── values-si
│ │ │ │ │ │ │ └── values-si.xml
│ │ │ │ │ │ ├── values-sk
│ │ │ │ │ │ │ └── values-sk.xml
│ │ │ │ │ │ ├── values-sl
│ │ │ │ │ │ │ └── values-sl.xml
│ │ │ │ │ │ ├── values-sq
│ │ │ │ │ │ │ └── values-sq.xml
│ │ │ │ │ │ ├── values-sr
│ │ │ │ │ │ │ └── values-sr.xml
│ │ │ │ │ │ ├── values-sv
│ │ │ │ │ │ │ └── values-sv.xml
│ │ │ │ │ │ ├── values-sw
│ │ │ │ │ │ │ └── values-sw.xml
│ │ │ │ │ │ ├── values-sw600dp-v13
│ │ │ │ │ │ │ └── values-sw600dp-v13.xml
│ │ │ │ │ │ ├── values-ta
│ │ │ │ │ │ │ └── values-ta.xml
│ │ │ │ │ │ ├── values-te
│ │ │ │ │ │ │ └── values-te.xml
│ │ │ │ │ │ ├── values-th
│ │ │ │ │ │ │ └── values-th.xml
│ │ │ │ │ │ ├── values-tl
│ │ │ │ │ │ │ └── values-tl.xml
│ │ │ │ │ │ ├── values-tr
│ │ │ │ │ │ │ └── values-tr.xml
│ │ │ │ │ │ ├── values-uk
│ │ │ │ │ │ │ └── values-uk.xml
│ │ │ │ │ │ ├── values-ur
│ │ │ │ │ │ │ └── values-ur.xml
│ │ │ │ │ │ ├── values-uz
│ │ │ │ │ │ │ └── values-uz.xml
│ │ │ │ │ │ ├── values-v16
│ │ │ │ │ │ │ └── values-v16.xml
│ │ │ │ │ │ ├── values-v17
│ │ │ │ │ │ │ └── values-v17.xml
│ │ │ │ │ │ ├── values-v18
│ │ │ │ │ │ │ └── values-v18.xml
│ │ │ │ │ │ ├── values-v21
│ │ │ │ │ │ │ └── values-v21.xml
│ │ │ │ │ │ ├── values-v22
│ │ │ │ │ │ │ └── values-v22.xml
│ │ │ │ │ │ ├── values-v23
│ │ │ │ │ │ │ └── values-v23.xml
│ │ │ │ │ │ ├── values-v24
│ │ │ │ │ │ │ └── values-v24.xml
│ │ │ │ │ │ ├── values-v25
│ │ │ │ │ │ │ └── values-v25.xml
│ │ │ │ │ │ ├── values-v26
│ │ │ │ │ │ │ └── values-v26.xml
│ │ │ │ │ │ ├── values-v28
│ │ │ │ │ │ │ └── values-v28.xml
│ │ │ │ │ │ ├── values-vi
│ │ │ │ │ │ │ └── values-vi.xml
│ │ │ │ │ │ ├── values-watch-v20
│ │ │ │ │ │ │ └── values-watch-v20.xml
│ │ │ │ │ │ ├── values-watch-v21
│ │ │ │ │ │ │ └── values-watch-v21.xml
│ │ │ │ │ │ ├── values-xlarge-v4
│ │ │ │ │ │ │ └── values-xlarge-v4.xml
│ │ │ │ │ │ ├── values-zh-rCN
│ │ │ │ │ │ │ └── values-zh-rCN.xml
│ │ │ │ │ │ ├── values-zh-rHK
│ │ │ │ │ │ │ └── values-zh-rHK.xml
│ │ │ │ │ │ ├── values-zh-rTW
│ │ │ │ │ │ │ └── values-zh-rTW.xml
│ │ │ │ │ │ └── values-zu
│ │ │ │ │ │ └── values-zu.xml
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 29.stamp
│ │ │ │ ├── 2.stamp
│ │ │ │ ├── 3
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 30
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── res
│ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ └── values-v23
│ │ │ │ │ │ └── values-v23.xml
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 30.stamp
│ │ │ │ ├── 31
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── annotations.zip
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ ├── public.txt
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ ├── public.txt
│ │ │ │ │ ├── res
│ │ │ │ │ │ └── values
│ │ │ │ │ │ └── values.xml
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 31.stamp
│ │ │ │ ├── 32
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 32.stamp
│ │ │ │ ├── 33
│ │ │ │ │ └── jl
│ │ │ │ │ ├── aidl
│ │ │ │ │ │ └── androidx
│ │ │ │ │ │ └── versionedparcelable
│ │ │ │ │ │ └── ParcelImpl.aidl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 33.stamp
│ │ │ │ ├── 34
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 34.stamp
│ │ │ │ ├── 35
│ │ │ │ │ └── jl
│ │ │ │ │ ├── res
│ │ │ │ │ │ └── xml
│ │ │ │ │ │ └── xamarin_essentials_fileprovider_file_paths.xml
│ │ │ │ │ └── __res_name_case_map.txt
│ │ │ │ ├── 35.stamp
│ │ │ │ ├── 3.stamp
│ │ │ │ ├── 4
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 4.stamp
│ │ │ │ ├── 5
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 5.stamp
│ │ │ │ ├── 6
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 6.stamp
│ │ │ │ ├── 7
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ ├── proguard.txt
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 7.stamp
│ │ │ │ ├── 8
│ │ │ │ │ └── jl
│ │ │ │ │ └── com.android.support.support-annotations.jar
│ │ │ │ ├── 8.stamp
│ │ │ │ ├── 9
│ │ │ │ │ └── jl
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── bin
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ ├── classes.jar
│ │ │ │ │ │ └── R.txt
│ │ │ │ │ └── R.txt
│ │ │ │ ├── 9.stamp
│ │ │ │ └── map.cache
│ │ │ ├── MonoAndroid,Version=v9.0.AssemblyAttributes.cs
│ │ │ ├── proguard
│ │ │ ├── R.cs.flag
│ │ │ ├── res
│ │ │ │ ├── layout
│ │ │ │ │ ├── activity_main.xml
│ │ │ │ │ └── content_main.xml
│ │ │ │ ├── menu
│ │ │ │ │ └── menu_main.xml
│ │ │ │ ├── mipmap-anydpi-v26
│ │ │ │ │ ├── ic_launcher_round.xml
│ │ │ │ │ └── ic_launcher.xml
│ │ │ │ ├── mipmap-hdpi
│ │ │ │ │ ├── ic_launcher_foreground.png
│ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ └── ic_launcher_round.png
│ │ │ │ ├── mipmap-mdpi
│ │ │ │ │ ├── ic_launcher_foreground.png
│ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ └── ic_launcher_round.png
│ │ │ │ ├── mipmap-xhdpi
│ │ │ │ │ ├── ic_launcher_foreground.png
│ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ └── ic_launcher_round.png
│ │ │ │ ├── mipmap-xxhdpi
│ │ │ │ │ ├── ic_launcher_foreground.png
│ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ └── ic_launcher_round.png
│ │ │ │ ├── mipmap-xxxhdpi
│ │ │ │ │ ├── ic_launcher_foreground.png
│ │ │ │ │ ├── ic_launcher.png
│ │ │ │ │ └── ic_launcher_round.png
│ │ │ │ └── values
│ │ │ │ ├── colors.xml
│ │ │ │ ├── dimens.xml
│ │ │ │ ├── ic_launcher_background.xml
│ │ │ │ ├── strings.xml
│ │ │ │ └── styles.xml
│ │ │ ├── res.flag
│ │ │ ├── resolvedassemblies.hash
│ │ │ ├── resolved_assemblies.txt
│ │ │ ├── resourcecache
│ │ │ │ └── designer-resources
│ │ │ │ ├── F-28-13-cdac33a1360c9ca9
│ │ │ │ ├── P_i-2-t3hw2smf39-13_cdac33a1360c9ca9
│ │ │ │ ├── P_j-0-x5pl3smf39-13_cdac33a1360c9ca9
│ │ │ │ ├── P_k-0-gqen3smf39-13_cdac33a1360c9ca9
│ │ │ │ ├── P_l-0-kfmn3smf39-13_cdac33a1360c9ca9
│ │ │ │ ├── P_m-0-kfmn3smf39-13_cdac33a1360c9ca9
│ │ │ │ ├── P_n-0-u2zp3smf39-13_cdac33a1360c9ca9
│ │ │ │ ├── P_o-0-2vtq3smf39-13_cdac33a1360c9ca9
│ │ │ │ ├── P_p-0-hygr3smf39-13_cdac33a1360c9ca9
│ │ │ │ ├── P_q-0-3q8x3smf39-13_cdac33a1360c9ca9
│ │ │ │ └── P_r-0-w5aa4smf39-13_cdac33a1360c9ca9
│ │ │ ├── resourcepaths.cache
│ │ │ ├── R.txt
│ │ │ ├── stamp
│ │ │ │ ├── _BuildAdditionalResourcesCache.stamp
│ │ │ │ ├── _BuildLibraryImportsCache.stamp
│ │ │ │ ├── _CleanIntermediateIfNuGetsChange.stamp
│ │ │ │ ├── _CompileToDalvik.stamp
│ │ │ │ ├── _ConvertCustomView.stamp
│ │ │ │ ├── _ConvertLibraryResourcesCases.stamp
│ │ │ │ ├── _ConvertResourcesCases.stamp
│ │ │ │ ├── _CopyIntermediateAssemblies.stamp
│ │ │ │ ├── _CopyPdbFiles.stamp
│ │ │ │ ├── _GenerateJavaStubs.stamp
│ │ │ │ ├── _GeneratePackageManagerJava.stamp
│ │ │ │ └── _ResolveLibraryProjectImports.stamp
│ │ │ ├── static.flag
│ │ │ ├── _TelemetryProps
│ │ │ ├── TempPE
│ │ │ └── upload.flag
│ │ └── project.assets.json
│ ├── Properties
│ │ ├── AndroidManifest.xml
│ │ └── AssemblyInfo.cs
│ └── Resources
│ ├── AboutResources.txt
│ ├── drawable
│ ├── layout
│ │ ├── activity_main.xml
│ │ └── content_main.xml
│ ├── menu
│ │ └── menu_main.xml
│ ├── mipmap-anydpi-v26
│ │ ├── ic_launcher_round.xml
│ │ └── ic_launcher.xml
│ ├── mipmap-hdpi
│ │ ├── ic_launcher_foreground.png
│ │ ├── ic_launcher.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-mdpi
│ │ ├── ic_launcher_foreground.png
│ │ ├── ic_launcher.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-xhdpi
│ │ ├── ic_launcher_foreground.png
│ │ ├── ic_launcher.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-xxhdpi
│ │ ├── ic_launcher_foreground.png
│ │ ├── ic_launcher.png
│ │ └── ic_launcher_round.png
│ ├── mipmap-xxxhdpi
│ │ ├── ic_launcher_foreground.png
│ │ ├── ic_launcher.png
│ │ └── ic_launcher_round.png
│ ├── Resource.designer.cs
│ └── values
│ ├── colors.xml
│ ├── dimens.xml
│ ├── ic_launcher_background.xml
│ ├── strings.xml
│ └── styles.xml
└── BLETEST.sln
1025 directories, 2990 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论