在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → VS版本:2019 使用xamarin开发安卓应用 安卓9.0

VS版本:2019 使用xamarin开发安卓应用 安卓9.0

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:27.35M
  • 下载次数:78
  • 浏览次数:953
  • 发布时间:2022-03-29
  • 实例类别:C#语言基础
  • 发 布 人:Anco123
  • 文件格式:.zip
  • 所需积分:10
 相关标签: AM MA Xamarin C# 安卓 app

实例介绍

【实例简介】VS版本:2019  使用xamarin开发安卓应用 安卓9.0

【实例截图】

from clipboard

【核心代码】

.
├── App1
│   ├── App1.csproj
│   ├── App1.csproj.user
│   ├── App1.sln
│   ├── Assets
│   │   └── AboutAssets.txt
│   ├── MainActivity.cs
│   ├── Properties
│   │   ├── AndroidManifest.xml
│   │   └── AssemblyInfo.cs
│   ├── Resources
│   │   ├── AboutResources.txt
│   │   ├── Resource.designer.cs
│   │   ├── drawable
│   │   ├── layout
│   │   │   └── activity_main.xml
│   │   ├── mipmap-anydpi-v26
│   │   │   ├── ic_launcher.xml
│   │   │   └── ic_launcher_round.xml
│   │   ├── mipmap-hdpi
│   │   │   ├── ic_launcher.png
│   │   │   ├── ic_launcher_foreground.png
│   │   │   └── ic_launcher_round.png
│   │   ├── mipmap-mdpi
│   │   │   ├── ic_launcher.png
│   │   │   ├── ic_launcher_foreground.png
│   │   │   └── ic_launcher_round.png
│   │   ├── mipmap-xhdpi
│   │   │   ├── ic_launcher.png
│   │   │   ├── ic_launcher_foreground.png
│   │   │   └── ic_launcher_round.png
│   │   ├── mipmap-xxhdpi
│   │   │   ├── ic_launcher.png
│   │   │   ├── ic_launcher_foreground.png
│   │   │   └── ic_launcher_round.png
│   │   ├── mipmap-xxxhdpi
│   │   │   ├── ic_launcher.png
│   │   │   ├── ic_launcher_foreground.png
│   │   │   └── ic_launcher_round.png
│   │   └── values
│   │       ├── colors.xml
│   │       ├── ic_launcher_background.xml
│   │       ├── strings.xml
│   │       └── styles.xml
│   ├── bin
│   │   └── Debug
│   │       ├── App1.dll
│   │       └── App1.pdb
│   └── obj
│       ├── App1.csproj.nuget.dgspec.json
│       ├── App1.csproj.nuget.g.props
│       ├── App1.csproj.nuget.g.targets
│       ├── Debug
│       │   └── 110
│       │       ├── AndroidManifest.xml
│       │       ├── App1.csproj.AssemblyReference.cache
│       │       ├── App1.csproj.CoreCompileInputs.cache
│       │       ├── App1.csproj.FileListAbsolute.txt
│       │       ├── App1.dll
│       │       ├── App1.pdb
│       │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│       │       ├── MonoAndroid,Version=v11.0.AssemblyAttributes.cs
│       │       ├── R.cs.flag
│       │       ├── R.txt
│       │       ├── TempPE
│       │       ├── _TelemetryProps
│       │       ├── __environment__.txt
│       │       ├── _javac.stamp
│       │       ├── acw-map.txt
│       │       ├── adb.props
│       │       ├── android
│       │       │   ├── AndroidManifest.xml
│       │       │   ├── assets
│       │       │   │   ├── App1.dll
│       │       │   │   ├── App1.pdb
│       │       │   │   ├── Java.Interop.dll
│       │       │   │   ├── Mono.Android.dll
│       │       │   │   ├── Mono.Android.pdb
│       │       │   │   ├── Mono.Security.dll
│       │       │   │   ├── Mono.Security.pdb
│       │       │   │   ├── System.ComponentModel.Composition.dll
│       │       │   │   ├── System.ComponentModel.Composition.pdb
│       │       │   │   ├── System.Core.dll
│       │       │   │   ├── System.Core.pdb
│       │       │   │   ├── System.Drawing.Common.dll
│       │       │   │   ├── System.Drawing.Common.pdb
│       │       │   │   ├── System.Net.Http.dll
│       │       │   │   ├── System.Net.Http.pdb
│       │       │   │   ├── System.Numerics.Vectors.dll
│       │       │   │   ├── System.Numerics.Vectors.pdb
│       │       │   │   ├── System.Numerics.dll
│       │       │   │   ├── System.Numerics.pdb
│       │       │   │   ├── System.Runtime.dll
│       │       │   │   ├── System.Xml.dll
│       │       │   │   ├── System.Xml.pdb
│       │       │   │   ├── System.dll
│       │       │   │   ├── System.pdb
│       │       │   │   ├── Xamarin.AndroidX.Activity.dll
│       │       │   │   ├── Xamarin.AndroidX.Activity.pdb
│       │       │   │   ├── Xamarin.AndroidX.Annotation.dll
│       │       │   │   ├── Xamarin.AndroidX.Annotation.pdb
│       │       │   │   ├── Xamarin.AndroidX.AppCompat.AppCompatResources.dll
│       │       │   │   ├── Xamarin.AndroidX.AppCompat.AppCompatResources.pdb
│       │       │   │   ├── Xamarin.AndroidX.AppCompat.dll
│       │       │   │   ├── Xamarin.AndroidX.AppCompat.pdb
│       │       │   │   ├── Xamarin.AndroidX.Arch.Core.Common.dll
│       │       │   │   ├── Xamarin.AndroidX.Arch.Core.Common.pdb
│       │       │   │   ├── Xamarin.AndroidX.Arch.Core.Runtime.dll
│       │       │   │   ├── Xamarin.AndroidX.Arch.Core.Runtime.pdb
│       │       │   │   ├── Xamarin.AndroidX.AsyncLayoutInflater.dll
│       │       │   │   ├── Xamarin.AndroidX.AsyncLayoutInflater.pdb
│       │       │   │   ├── Xamarin.AndroidX.Browser.dll
│       │       │   │   ├── Xamarin.AndroidX.Browser.pdb
│       │       │   │   ├── Xamarin.AndroidX.CardView.dll
│       │       │   │   ├── Xamarin.AndroidX.CardView.pdb
│       │       │   │   ├── Xamarin.AndroidX.Collection.dll
│       │       │   │   ├── Xamarin.AndroidX.Collection.pdb
│       │       │   │   ├── Xamarin.AndroidX.CoordinatorLayout.dll
│       │       │   │   ├── Xamarin.AndroidX.CoordinatorLayout.pdb
│       │       │   │   ├── Xamarin.AndroidX.Core.dll
│       │       │   │   ├── Xamarin.AndroidX.Core.pdb
│       │       │   │   ├── Xamarin.AndroidX.CursorAdapter.dll
│       │       │   │   ├── Xamarin.AndroidX.CursorAdapter.pdb
│       │       │   │   ├── Xamarin.AndroidX.CustomView.dll
│       │       │   │   ├── Xamarin.AndroidX.CustomView.pdb
│       │       │   │   ├── Xamarin.AndroidX.DocumentFile.dll
│       │       │   │   ├── Xamarin.AndroidX.DocumentFile.pdb
│       │       │   │   ├── Xamarin.AndroidX.DrawerLayout.dll
│       │       │   │   ├── Xamarin.AndroidX.DrawerLayout.pdb
│       │       │   │   ├── Xamarin.AndroidX.Fragment.dll
│       │       │   │   ├── Xamarin.AndroidX.Fragment.pdb
│       │       │   │   ├── Xamarin.AndroidX.Interpolator.dll
│       │       │   │   ├── Xamarin.AndroidX.Interpolator.pdb
│       │       │   │   ├── Xamarin.AndroidX.Legacy.Support.Core.UI.dll
│       │       │   │   ├── Xamarin.AndroidX.Legacy.Support.Core.UI.pdb
│       │       │   │   ├── Xamarin.AndroidX.Legacy.Support.Core.Utils.dll
│       │       │   │   ├── Xamarin.AndroidX.Legacy.Support.Core.Utils.pdb
│       │       │   │   ├── Xamarin.AndroidX.Lifecycle.Common.dll
│       │       │   │   ├── Xamarin.AndroidX.Lifecycle.Common.pdb
│       │       │   │   ├── Xamarin.AndroidX.Lifecycle.LiveData.Core.dll
│       │       │   │   ├── Xamarin.AndroidX.Lifecycle.LiveData.Core.pdb
│       │       │   │   ├── Xamarin.AndroidX.Lifecycle.Runtime.dll
│       │       │   │   ├── Xamarin.AndroidX.Lifecycle.Runtime.pdb
│       │       │   │   ├── Xamarin.AndroidX.Lifecycle.ViewModel.dll
│       │       │   │   ├── Xamarin.AndroidX.Lifecycle.ViewModel.pdb
│       │       │   │   ├── Xamarin.AndroidX.Lifecycle.ViewModelSavedState.dll
│       │       │   │   ├── Xamarin.AndroidX.Lifecycle.ViewModelSavedState.pdb
│       │       │   │   ├── Xamarin.AndroidX.Loader.dll
│       │       │   │   ├── Xamarin.AndroidX.Loader.pdb
│       │       │   │   ├── Xamarin.AndroidX.LocalBroadcastManager.dll
│       │       │   │   ├── Xamarin.AndroidX.LocalBroadcastManager.pdb
│       │       │   │   ├── Xamarin.AndroidX.MultiDex.dll
│       │       │   │   ├── Xamarin.AndroidX.MultiDex.pdb
│       │       │   │   ├── Xamarin.AndroidX.Print.dll
│       │       │   │   ├── Xamarin.AndroidX.Print.pdb
│       │       │   │   ├── Xamarin.AndroidX.RecyclerView.dll
│       │       │   │   ├── Xamarin.AndroidX.RecyclerView.pdb
│       │       │   │   ├── Xamarin.AndroidX.SavedState.dll
│       │       │   │   ├── Xamarin.AndroidX.SavedState.pdb
│       │       │   │   ├── Xamarin.AndroidX.SlidingPaneLayout.dll
│       │       │   │   ├── Xamarin.AndroidX.SlidingPaneLayout.pdb
│       │       │   │   ├── Xamarin.AndroidX.SwipeRefreshLayout.dll
│       │       │   │   ├── Xamarin.AndroidX.SwipeRefreshLayout.pdb
│       │       │   │   ├── Xamarin.AndroidX.Transition.dll
│       │       │   │   ├── Xamarin.AndroidX.Transition.pdb
│       │       │   │   ├── Xamarin.AndroidX.VectorDrawable.Animated.dll
│       │       │   │   ├── Xamarin.AndroidX.VectorDrawable.Animated.pdb
│       │       │   │   ├── Xamarin.AndroidX.VectorDrawable.dll
│       │       │   │   ├── Xamarin.AndroidX.VectorDrawable.pdb
│       │       │   │   ├── Xamarin.AndroidX.VersionedParcelable.dll
│       │       │   │   ├── Xamarin.AndroidX.VersionedParcelable.pdb
│       │       │   │   ├── Xamarin.AndroidX.ViewPager.dll
│       │       │   │   ├── Xamarin.AndroidX.ViewPager.pdb
│       │       │   │   ├── Xamarin.Essentials.dll
│       │       │   │   ├── Xamarin.Essentials.pdb
│       │       │   │   ├── Xamarin.Google.Android.Material.dll
│       │       │   │   ├── Xamarin.Google.Android.Material.pdb
│       │       │   │   ├── Xamarin.Google.Guava.ListenableFuture.dll
│       │       │   │   ├── machine.config
│       │       │   │   ├── mscorlib.dll
│       │       │   │   └── mscorlib.pdb
│       │       │   ├── bin
│       │       │   │   ├── classes
│       │       │   │   │   ├── androidx
│       │       │   │   │   │   ├── 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$interpolator.class
│       │       │   │   │   │   │   ├── R$layout.class
│       │       │   │   │   │   │   ├── R$string.class
│       │       │   │   │   │   │   ├── R$style.class
│       │       │   │   │   │   │   ├── R$styleable.class
│       │       │   │   │   │   │   ├── R.class
│       │       │   │   │   │   │   ├── app
│       │       │   │   │   │   │   │   ├── AlertDialog_IDialogInterfaceOnCancelListenerImplementor.class
│       │       │   │   │   │   │   │   ├── AlertDialog_IDialogInterfaceOnClickListenerImplementor.class
│       │       │   │   │   │   │   │   └── AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor.class
│       │       │   │   │   │   │   ├── resources
│       │       │   │   │   │   │   │   ├── 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$style.class
│       │       │   │   │   │   │   │   ├── R$styleable.class
│       │       │   │   │   │   │   │   └── R.class
│       │       │   │   │   │   │   └── widget
│       │       │   │   │   │   │       └── Toolbar_NavigationOnClickEventDispatcher.class
│       │       │   │   │   │   ├── browser
│       │       │   │   │   │   │   ├── 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$style.class
│       │       │   │   │   │   │   ├── R$styleable.class
│       │       │   │   │   │   │   ├── R$xml.class
│       │       │   │   │   │   │   ├── R.class
│       │       │   │   │   │   │   └── customtabs
│       │       │   │   │   │   │       └── CustomTabsClient_CustomTabsCallbackImpl.class
│       │       │   │   │   │   ├── cardview
│       │       │   │   │   │   │   ├── R$attr.class
│       │       │   │   │   │   │   ├── R$color.class
│       │       │   │   │   │   │   ├── R$dimen.class
│       │       │   │   │   │   │   ├── R$style.class
│       │       │   │   │   │   │   ├── R$styleable.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$style.class
│       │       │   │   │   │   │   ├── R$styleable.class
│       │       │   │   │   │   │   └── R.class
│       │       │   │   │   │   ├── core
│       │       │   │   │   │   │   ├── 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$style.class
│       │       │   │   │   │   │   ├── R$styleable.class
│       │       │   │   │   │   │   └── R.class
│       │       │   │   │   │   ├── drawerlayout
│       │       │   │   │   │   │   ├── 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$style.class
│       │       │   │   │   │   │   ├── R$styleable.class
│       │       │   │   │   │   │   └── R.class
│       │       │   │   │   │   ├── fragment
│       │       │   │   │   │   │   ├── R$anim.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$style.class
│       │       │   │   │   │   │   ├── R$styleable.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$style.class
│       │       │   │   │   │   │   ├── R$styleable.class
│       │       │   │   │   │   │   └── R.class
│       │       │   │   │   │   ├── savedstate
│       │       │   │   │   │   │   ├── R$id.class
│       │       │   │   │   │   │   └── R.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$style.class
│       │       │   │   │   │       ├── R$styleable.class
│       │       │   │   │   │       └── R.class
│       │       │   │   │   ├── com
│       │       │   │   │   │   ├── companyname
│       │       │   │   │   │   │   └── app1
│       │       │   │   │   │   │       ├── R$anim.class
│       │       │   │   │   │   │       ├── R$animator.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$mipmap.class
│       │       │   │   │   │   │       ├── R$string.class
│       │       │   │   │   │   │       ├── R$style.class
│       │       │   │   │   │   │       ├── R$styleable.class
│       │       │   │   │   │   │       ├── R$xml.class
│       │       │   │   │   │   │       └── R.class
│       │       │   │   │   │   └── google
│       │       │   │   │   │       └── android
│       │       │   │   │   │           └── material
│       │       │   │   │   │               ├── R$anim.class
│       │       │   │   │   │               ├── R$animator.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$style.class
│       │       │   │   │   │               ├── R$styleable.class
│       │       │   │   │   │               ├── R.class
│       │       │   │   │   │               └── snackbar
│       │       │   │   │   │                   └── Snackbar_SnackbarActionClickImplementor.class
│       │       │   │   │   ├── crc64396a3fe5f8138e3f
│       │       │   │   │   │   ├── CustomTabsServiceConnectionImpl.class
│       │       │   │   │   │   └── KeepAliveService.class
│       │       │   │   │   ├── crc64a0e0a82d0db9a07d
│       │       │   │   │   │   ├── AccelerometerListener.class
│       │       │   │   │   │   ├── ActivityLifecycleContextListener.class
│       │       │   │   │   │   ├── BarometerListener.class
│       │       │   │   │   │   ├── BatteryBroadcastReceiver.class
│       │       │   │   │   │   ├── ClipboardChangeListener.class
│       │       │   │   │   │   ├── ConnectivityBroadcastReceiver.class
│       │       │   │   │   │   ├── EnergySaverBroadcastReceiver.class
│       │       │   │   │   │   ├── GyroscopeListener.class
│       │       │   │   │   │   ├── IntermediateActivity.class
│       │       │   │   │   │   ├── Listener.class
│       │       │   │   │   │   ├── MagnetometerListener.class
│       │       │   │   │   │   ├── OrientationSensorListener.class
│       │       │   │   │   │   ├── SensorListener.class
│       │       │   │   │   │   ├── SingleLocationListener.class
│       │       │   │   │   │   ├── TextToSpeechImplementation.class
│       │       │   │   │   │   ├── WebAuthenticatorCallbackActivity.class
│       │       │   │   │   │   └── WebAuthenticatorIntermediateActivity.class
│       │       │   │   │   ├── crc64a7a6b04b89628087
│       │       │   │   │   │   └── MainActivity.class
│       │       │   │   │   ├── mono
│       │       │   │   │   │   ├── MonoPackageManager_Resources.class
│       │       │   │   │   │   ├── MonoRuntimeProvider.class
│       │       │   │   │   │   ├── android
│       │       │   │   │   │   │   └── app
│       │       │   │   │   │   │       └── ApplicationRegistration.class
│       │       │   │   │   │   ├── androidx
│       │       │   │   │   │   │   ├── appcompat
│       │       │   │   │   │   │   │   ├── 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
│       │       │   │   │   │   │   │       ├── SearchView_OnCloseListenerImplementor.class
│       │       │   │   │   │   │   │       ├── SearchView_OnQueryTextListenerImplementor.class
│       │       │   │   │   │   │   │       ├── SearchView_OnSuggestionListenerImplementor.class
│       │       │   │   │   │   │   │       ├── ShareActionProvider_OnShareTargetSelectedListenerImplementor.class
│       │       │   │   │   │   │   │       ├── Toolbar_OnMenuItemClickListenerImplementor.class
│       │       │   │   │   │   │   │       └── ViewStubCompat_OnInflateListenerImplementor.class
│       │       │   │   │   │   │   ├── asynclayoutinflater
│       │       │   │   │   │   │   │   └── view
│       │       │   │   │   │   │   │       └── AsyncLayoutInflater_OnInflateFinishedListenerImplementor.class
│       │       │   │   │   │   │   ├── core
│       │       │   │   │   │   │   │   ├── app
│       │       │   │   │   │   │   │   │   └── SharedElementCallback_OnSharedElementsReadyListenerImplementor.class
│       │       │   │   │   │   │   │   ├── os
│       │       │   │   │   │   │   │   │   └── CancellationSignal_OnCancelListenerImplementor.class
│       │       │   │   │   │   │   │   ├── view
│       │       │   │   │   │   │   │   │   ├── ActionProvider_SubUiVisibilityListenerImplementor.class
│       │       │   │   │   │   │   │   │   ├── ActionProvider_VisibilityListenerImplementor.class
│       │       │   │   │   │   │   │   │   ├── DragStartHelper_OnDragStartListenerImplementor.class
│       │       │   │   │   │   │   │   │   ├── MenuItemCompat_OnActionExpandListenerImplementor.class
│       │       │   │   │   │   │   │   │   ├── OnApplyWindowInsetsListenerImplementor.class
│       │       │   │   │   │   │   │   │   ├── ViewPropertyAnimatorListenerImplementor.class
│       │       │   │   │   │   │   │   │   ├── ViewPropertyAnimatorUpdateListenerImplementor.class
│       │       │   │   │   │   │   │   │   ├── accessibility
│       │       │   │   │   │   │   │   │   │   ├── AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor.class
│       │       │   │   │   │   │   │   │   │   └── AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor.class
│       │       │   │   │   │   │   │   │   └── inputmethod
│       │       │   │   │   │   │   │   │       └── InputConnectionCompat_OnCommitContentListenerImplementor.class
│       │       │   │   │   │   │   │   └── widget
│       │       │   │   │   │   │   │       └── NestedScrollView_OnScrollChangeListenerImplementor.class
│       │       │   │   │   │   │   ├── drawerlayout
│       │       │   │   │   │   │   │   └── widget
│       │       │   │   │   │   │   │       └── DrawerLayout_DrawerListenerImplementor.class
│       │       │   │   │   │   │   ├── fragment
│       │       │   │   │   │   │   │   └── app
│       │       │   │   │   │   │   │       └── FragmentManager_OnBackStackChangedListenerImplementor.class
│       │       │   │   │   │   │   ├── loader
│       │       │   │   │   │   │   │   └── content
│       │       │   │   │   │   │   │       ├── Loader_OnLoadCanceledListenerImplementor.class
│       │       │   │   │   │   │   │       └── Loader_OnLoadCompleteListenerImplementor.class
│       │       │   │   │   │   │   ├── recyclerview
│       │       │   │   │   │   │   │   └── widget
│       │       │   │   │   │   │   │       ├── AsyncListDiffer_ListListenerImplementor.class
│       │       │   │   │   │   │   │       ├── RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor.class
│       │       │   │   │   │   │   │       ├── RecyclerView_OnChildAttachStateChangeListenerImplementor.class
│       │       │   │   │   │   │   │       ├── RecyclerView_OnItemTouchListenerImplementor.class
│       │       │   │   │   │   │   │       └── RecyclerView_RecyclerListenerImplementor.class
│       │       │   │   │   │   │   ├── slidingpanelayout
│       │       │   │   │   │   │   │   └── widget
│       │       │   │   │   │   │   │       └── SlidingPaneLayout_PanelSlideListenerImplementor.class
│       │       │   │   │   │   │   ├── swiperefreshlayout
│       │       │   │   │   │   │   │   └── widget
│       │       │   │   │   │   │   │       └── SwipeRefreshLayout_OnRefreshListenerImplementor.class
│       │       │   │   │   │   │   ├── transition
│       │       │   │   │   │   │   │   └── Transition_TransitionListenerImplementor.class
│       │       │   │   │   │   │   └── viewpager
│       │       │   │   │   │   │       └── widget
│       │       │   │   │   │   │           ├── ViewPager_OnAdapterChangeListenerImplementor.class
│       │       │   │   │   │   │           └── ViewPager_OnPageChangeListenerImplementor.class
│       │       │   │   │   │   └── com
│       │       │   │   │   │       └── google
│       │       │   │   │   │           └── android
│       │       │   │   │   │               └── material
│       │       │   │   │   │                   ├── appbar
│       │       │   │   │   │                   │   └── AppBarLayout_OnOffsetChangedListenerImplementor.class
│       │       │   │   │   │                   ├── behavior
│       │       │   │   │   │                   │   └── SwipeDismissBehavior_OnDismissListenerImplementor.class
│       │       │   │   │   │                   ├── bottomnavigation
│       │       │   │   │   │                   │   ├── BottomNavigationView_OnNavigationItemReselectedListenerImplementor.class
│       │       │   │   │   │                   │   └── BottomNavigationView_OnNavigationItemSelectedListenerImplementor.class
│       │       │   │   │   │                   ├── chip
│       │       │   │   │   │                   │   └── ChipGroup_OnCheckedChangeListenerImplementor.class
│       │       │   │   │   │                   ├── navigation
│       │       │   │   │   │                   │   └── NavigationView_OnNavigationItemSelectedListenerImplementor.class
│       │       │   │   │   │                   └── tabs
│       │       │   │   │   │                       └── TabLayout_BaseOnTabSelectedListenerImplementor.class
│       │       │   │   │   └── xamarin
│       │       │   │   │       └── essentials
│       │       │   │   │           └── fileProvider.class
│       │       │   │   ├── classes.dex
│       │       │   │   ├── classes.zip
│       │       │   │   ├── mono.android.jar
│       │       │   │   └── packaged_resources
│       │       │   ├── compressed_assemblies.arm64-v8a.o
│       │       │   ├── compressed_assemblies.arm64-v8a.s
│       │       │   ├── compressed_assemblies.armeabi-v7a.o
│       │       │   ├── compressed_assemblies.armeabi-v7a.s
│       │       │   ├── compressed_assemblies.x86.o
│       │       │   ├── compressed_assemblies.x86.s
│       │       │   ├── compressed_assemblies.x86_64.o
│       │       │   ├── compressed_assemblies.x86_64.s
│       │       │   ├── environment.arm64-v8a.o
│       │       │   ├── environment.arm64-v8a.s
│       │       │   ├── environment.armeabi-v7a.o
│       │       │   ├── environment.armeabi-v7a.s
│       │       │   ├── environment.x86.o
│       │       │   ├── environment.x86.s
│       │       │   ├── environment.x86_64.o
│       │       │   ├── environment.x86_64.s
│       │       │   ├── manifest
│       │       │   │   └── AndroidManifest.xml
│       │       │   ├── src
│       │       │   │   ├── androidx
│       │       │   │   │   ├── appcompat
│       │       │   │   │   │   ├── R.java
│       │       │   │   │   │   ├── app
│       │       │   │   │   │   │   ├── AlertDialog_IDialogInterfaceOnCancelListenerImplementor.java
│       │       │   │   │   │   │   ├── AlertDialog_IDialogInterfaceOnClickListenerImplementor.java
│       │       │   │   │   │   │   └── AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor.java
│       │       │   │   │   │   ├── resources
│       │       │   │   │   │   │   └── R.java
│       │       │   │   │   │   └── widget
│       │       │   │   │   │       └── Toolbar_NavigationOnClickEventDispatcher.java
│       │       │   │   │   ├── browser
│       │       │   │   │   │   ├── R.java
│       │       │   │   │   │   └── customtabs
│       │       │   │   │   │       └── CustomTabsClient_CustomTabsCallbackImpl.java
│       │       │   │   │   ├── cardview
│       │       │   │   │   │   └── R.java
│       │       │   │   │   ├── coordinatorlayout
│       │       │   │   │   │   └── R.java
│       │       │   │   │   ├── core
│       │       │   │   │   │   └── R.java
│       │       │   │   │   ├── drawerlayout
│       │       │   │   │   │   └── R.java
│       │       │   │   │   ├── fragment
│       │       │   │   │   │   └── R.java
│       │       │   │   │   ├── recyclerview
│       │       │   │   │   │   └── R.java
│       │       │   │   │   ├── savedstate
│       │       │   │   │   │   └── R.java
│       │       │   │   │   └── transition
│       │       │   │   │       └── R.java
│       │       │   │   ├── com
│       │       │   │   │   ├── companyname
│       │       │   │   │   │   └── app1
│       │       │   │   │   │       └── R.java
│       │       │   │   │   └── google
│       │       │   │   │       └── android
│       │       │   │   │           └── material
│       │       │   │   │               ├── R.java
│       │       │   │   │               └── snackbar
│       │       │   │   │                   └── Snackbar_SnackbarActionClickImplementor.java
│       │       │   │   ├── crc64396a3fe5f8138e3f
│       │       │   │   │   ├── CustomTabsServiceConnectionImpl.java
│       │       │   │   │   └── KeepAliveService.java
│       │       │   │   ├── crc64a0e0a82d0db9a07d
│       │       │   │   │   ├── AccelerometerListener.java
│       │       │   │   │   ├── ActivityLifecycleContextListener.java
│       │       │   │   │   ├── BarometerListener.java
│       │       │   │   │   ├── BatteryBroadcastReceiver.java
│       │       │   │   │   ├── ClipboardChangeListener.java
│       │       │   │   │   ├── ConnectivityBroadcastReceiver.java
│       │       │   │   │   ├── EnergySaverBroadcastReceiver.java
│       │       │   │   │   ├── GyroscopeListener.java
│       │       │   │   │   ├── IntermediateActivity.java
│       │       │   │   │   ├── Listener.java
│       │       │   │   │   ├── MagnetometerListener.java
│       │       │   │   │   ├── OrientationSensorListener.java
│       │       │   │   │   ├── SensorListener.java
│       │       │   │   │   ├── SingleLocationListener.java
│       │       │   │   │   ├── TextToSpeechImplementation.java
│       │       │   │   │   ├── WebAuthenticatorCallbackActivity.java
│       │       │   │   │   └── WebAuthenticatorIntermediateActivity.java
│       │       │   │   ├── crc64a7a6b04b89628087
│       │       │   │   │   └── MainActivity.java
│       │       │   │   ├── mono
│       │       │   │   │   ├── MonoPackageManager_Resources.java
│       │       │   │   │   ├── MonoRuntimeProvider.java
│       │       │   │   │   ├── android
│       │       │   │   │   │   └── app
│       │       │   │   │   │       └── ApplicationRegistration.java
│       │       │   │   │   ├── androidx
│       │       │   │   │   │   ├── appcompat
│       │       │   │   │   │   │   ├── 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
│       │       │   │   │   │   │       ├── SearchView_OnCloseListenerImplementor.java
│       │       │   │   │   │   │       ├── SearchView_OnQueryTextListenerImplementor.java
│       │       │   │   │   │   │       ├── SearchView_OnSuggestionListenerImplementor.java
│       │       │   │   │   │   │       ├── ShareActionProvider_OnShareTargetSelectedListenerImplementor.java
│       │       │   │   │   │   │       ├── Toolbar_OnMenuItemClickListenerImplementor.java
│       │       │   │   │   │   │       └── ViewStubCompat_OnInflateListenerImplementor.java
│       │       │   │   │   │   ├── asynclayoutinflater
│       │       │   │   │   │   │   └── view
│       │       │   │   │   │   │       └── AsyncLayoutInflater_OnInflateFinishedListenerImplementor.java
│       │       │   │   │   │   ├── core
│       │       │   │   │   │   │   ├── app
│       │       │   │   │   │   │   │   └── SharedElementCallback_OnSharedElementsReadyListenerImplementor.java
│       │       │   │   │   │   │   ├── os
│       │       │   │   │   │   │   │   └── CancellationSignal_OnCancelListenerImplementor.java
│       │       │   │   │   │   │   ├── view
│       │       │   │   │   │   │   │   ├── ActionProvider_SubUiVisibilityListenerImplementor.java
│       │       │   │   │   │   │   │   ├── ActionProvider_VisibilityListenerImplementor.java
│       │       │   │   │   │   │   │   ├── DragStartHelper_OnDragStartListenerImplementor.java
│       │       │   │   │   │   │   │   ├── MenuItemCompat_OnActionExpandListenerImplementor.java
│       │       │   │   │   │   │   │   ├── OnApplyWindowInsetsListenerImplementor.java
│       │       │   │   │   │   │   │   ├── ViewPropertyAnimatorListenerImplementor.java
│       │       │   │   │   │   │   │   ├── ViewPropertyAnimatorUpdateListenerImplementor.java
│       │       │   │   │   │   │   │   ├── accessibility
│       │       │   │   │   │   │   │   │   ├── AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor.java
│       │       │   │   │   │   │   │   │   └── AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor.java
│       │       │   │   │   │   │   │   └── inputmethod
│       │       │   │   │   │   │   │       └── InputConnectionCompat_OnCommitContentListenerImplementor.java
│       │       │   │   │   │   │   └── widget
│       │       │   │   │   │   │       └── NestedScrollView_OnScrollChangeListenerImplementor.java
│       │       │   │   │   │   ├── drawerlayout
│       │       │   │   │   │   │   └── widget
│       │       │   │   │   │   │       └── DrawerLayout_DrawerListenerImplementor.java
│       │       │   │   │   │   ├── fragment
│       │       │   │   │   │   │   └── app
│       │       │   │   │   │   │       └── FragmentManager_OnBackStackChangedListenerImplementor.java
│       │       │   │   │   │   ├── loader
│       │       │   │   │   │   │   └── content
│       │       │   │   │   │   │       ├── Loader_OnLoadCanceledListenerImplementor.java
│       │       │   │   │   │   │       └── Loader_OnLoadCompleteListenerImplementor.java
│       │       │   │   │   │   ├── recyclerview
│       │       │   │   │   │   │   └── widget
│       │       │   │   │   │   │       ├── AsyncListDiffer_ListListenerImplementor.java
│       │       │   │   │   │   │       ├── RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor.java
│       │       │   │   │   │   │       ├── RecyclerView_OnChildAttachStateChangeListenerImplementor.java
│       │       │   │   │   │   │       ├── RecyclerView_OnItemTouchListenerImplementor.java
│       │       │   │   │   │   │       └── RecyclerView_RecyclerListenerImplementor.java
│       │       │   │   │   │   ├── slidingpanelayout
│       │       │   │   │   │   │   └── widget
│       │       │   │   │   │   │       └── SlidingPaneLayout_PanelSlideListenerImplementor.java
│       │       │   │   │   │   ├── swiperefreshlayout
│       │       │   │   │   │   │   └── widget
│       │       │   │   │   │   │       └── SwipeRefreshLayout_OnRefreshListenerImplementor.java
│       │       │   │   │   │   ├── transition
│       │       │   │   │   │   │   └── Transition_TransitionListenerImplementor.java
│       │       │   │   │   │   └── viewpager
│       │       │   │   │   │       └── widget
│       │       │   │   │   │           ├── ViewPager_OnAdapterChangeListenerImplementor.java
│       │       │   │   │   │           └── ViewPager_OnPageChangeListenerImplementor.java
│       │       │   │   │   └── com
│       │       │   │   │       └── google
│       │       │   │   │           └── android
│       │       │   │   │               └── material
│       │       │   │   │                   ├── appbar
│       │       │   │   │                   │   └── AppBarLayout_OnOffsetChangedListenerImplementor.java
│       │       │   │   │                   ├── behavior
│       │       │   │   │                   │   └── SwipeDismissBehavior_OnDismissListenerImplementor.java
│       │       │   │   │                   ├── bottomnavigation
│       │       │   │   │                   │   ├── BottomNavigationView_OnNavigationItemReselectedListenerImplementor.java
│       │       │   │   │                   │   └── BottomNavigationView_OnNavigationItemSelectedListenerImplementor.java
│       │       │   │   │                   ├── chip
│       │       │   │   │                   │   └── ChipGroup_OnCheckedChangeListenerImplementor.java
│       │       │   │   │                   ├── navigation
│       │       │   │   │                   │   └── NavigationView_OnNavigationItemSelectedListenerImplementor.java
│       │       │   │   │                   └── tabs
│       │       │   │   │                       └── TabLayout_BaseOnTabSelectedListenerImplementor.java
│       │       │   │   └── xamarin
│       │       │   │       └── essentials
│       │       │   │           └── fileProvider.java
│       │       │   ├── typemaps.arm64-v8a.o
│       │       │   ├── typemaps.arm64-v8a.s
│       │       │   ├── typemaps.armeabi-v7a-shared.inc
│       │       │   ├── typemaps.armeabi-v7a.o
│       │       │   ├── typemaps.armeabi-v7a.s
│       │       │   ├── typemaps.shared.inc
│       │       │   ├── typemaps.x86.o
│       │       │   ├── typemaps.x86.s
│       │       │   ├── typemaps.x86_64.o
│       │       │   └── typemaps.x86_64.s
│       │       ├── app_shared_libraries
│       │       │   ├── arm64-v8a
│       │       │   │   └── libxamarin-app.so
│       │       │   ├── armeabi-v7a
│       │       │   │   └── libxamarin-app.so
│       │       │   ├── x86
│       │       │   │   └── libxamarin-app.so
│       │       │   └── x86_64
│       │       │       └── libxamarin-app.so
│       │       ├── build.props
│       │       ├── buildid.txt
│       │       ├── customview-map.txt
│       │       ├── designtime
│       │       │   ├── Resource.designer.cs
│       │       │   ├── build.props
│       │       │   ├── libraryimports.cache
│       │       │   └── libraryprojectimports.cache
│       │       ├── flat
│       │       │   ├── layout_activity_main.xml.flat
│       │       │   ├── mipmap-anydpi-v26_ic_launcher.xml.flat
│       │       │   ├── mipmap-anydpi-v26_ic_launcher_round.xml.flat
│       │       │   ├── mipmap-hdpi_ic_launcher.png.flat
│       │       │   ├── mipmap-hdpi_ic_launcher_foreground.png.flat
│       │       │   ├── mipmap-hdpi_ic_launcher_round.png.flat
│       │       │   ├── mipmap-mdpi_ic_launcher.png.flat
│       │       │   ├── mipmap-mdpi_ic_launcher_foreground.png.flat
│       │       │   ├── mipmap-mdpi_ic_launcher_round.png.flat
│       │       │   ├── mipmap-xhdpi_ic_launcher.png.flat
│       │       │   ├── mipmap-xhdpi_ic_launcher_foreground.png.flat
│       │       │   ├── mipmap-xhdpi_ic_launcher_round.png.flat
│       │       │   ├── mipmap-xxhdpi_ic_launcher.png.flat
│       │       │   ├── mipmap-xxhdpi_ic_launcher_foreground.png.flat
│       │       │   ├── mipmap-xxhdpi_ic_launcher_round.png.flat
│       │       │   ├── mipmap-xxxhdpi_ic_launcher.png.flat
│       │       │   ├── mipmap-xxxhdpi_ic_launcher_foreground.png.flat
│       │       │   ├── mipmap-xxxhdpi_ic_launcher_round.png.flat
│       │       │   ├── values_colors.arsc.flat
│       │       │   ├── values_ic_launcher_background.arsc.flat
│       │       │   ├── values_strings.arsc.flat
│       │       │   └── values_styles.arsc.flat
│       │       ├── flata
│       │       ├── libraryimports.cache
│       │       ├── libraryprojectimports.cache
│       │       ├── lp
│       │       │   ├── 38
│       │       │   │   └── jl
│       │       │   │       ├── __res_name_case_map.txt
│       │       │   │       ├── files.cache
│       │       │   │       ├── flat
│       │       │   │       │   └── xml_xamarin_essentials_fileprovider_file_paths.xml.flat
│       │       │   │       └── res
│       │       │   │           └── xml
│       │       │   │               └── xamarin_essentials_fileprovider_file_paths.xml
│       │       │   ├── 38.stamp
│       │       │   ├── 41
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       ├── aidl
│       │       │   │       │   └── androidx
│       │       │   │       │       └── versionedparcelable
│       │       │   │       │           └── ParcelImpl.aidl
│       │       │   │       ├── classes.jar
│       │       │   │       └── proguard.txt
│       │       │   ├── 41.stamp
│       │       │   ├── 42
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       ├── classes.jar
│       │       │   │       └── proguard.txt
│       │       │   ├── 42.stamp
│       │       │   ├── 43
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       ├── aidl
│       │       │   │       │   └── android
│       │       │   │       │       └── support
│       │       │   │       │           └── v4
│       │       │   │       │               └── os
│       │       │   │       │                   └── ResultReceiver.aidl
│       │       │   │       ├── annotations.zip
│       │       │   │       ├── classes.jar
│       │       │   │       ├── files.cache
│       │       │   │       ├── flat
│       │       │   │       │   └── 43.flata
│       │       │   │       ├── proguard.txt
│       │       │   │       ├── public.txt
│       │       │   │       └── res
│       │       │   │           ├── drawable
│       │       │   │           │   ├── notification_bg.xml
│       │       │   │           │   ├── notification_bg_low.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
│       │       │   │           │   ├── custom_dialog.xml
│       │       │   │           │   ├── notification_action.xml
│       │       │   │           │   ├── notification_action_tombstone.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.xml
│       │       │   │           │   ├── notification_action_tombstone.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-b sr Latn
│       │       │   │           │   └── values-b sr Latn.xml
│       │       │   │           ├── values-be
│       │       │   │           │   └── values-be.xml
│       │       │   │           ├── values-bg
│       │       │   │           │   └── values-bg.xml
│       │       │   │           ├── values-bn
│       │       │   │           │   └── values-bn.xml
│       │       │   │           ├── values-bs
│       │       │   │           │   └── values-bs.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
│       │       │   ├── 43.stamp
│       │       │   ├── 44
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       └── classes.jar
│       │       │   ├── 44.stamp
│       │       │   ├── 45
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       └── classes.jar
│       │       │   ├── 45.stamp
│       │       │   ├── 46
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       └── classes.jar
│       │       │   ├── 46.stamp
│       │       │   ├── 47
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       └── classes.jar
│       │       │   ├── 47.stamp
│       │       │   ├── 48
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       ├── classes.jar
│       │       │   │       └── proguard.txt
│       │       │   ├── 48.stamp
│       │       │   ├── 49
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       ├── classes.jar
│       │       │   │       ├── files.cache
│       │       │   │       ├── flat
│       │       │   │       │   └── 49.flata
│       │       │   │       ├── proguard.txt
│       │       │   │       └── res
│       │       │   │           └── values
│       │       │   │               └── values.xml
│       │       │   ├── 49.stamp
│       │       │   ├── 50
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       ├── classes.jar
│       │       │   │       └── proguard.txt
│       │       │   ├── 50.stamp
│       │       │   ├── 51
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       └── classes.jar
│       │       │   ├── 51.stamp
│       │       │   ├── 52
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       └── classes.jar
│       │       │   ├── 52.stamp
│       │       │   ├── 53
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       └── classes.jar
│       │       │   ├── 53.stamp
│       │       │   ├── 54
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       ├── classes.jar
│       │       │   │       └── proguard.txt
│       │       │   ├── 54.stamp
│       │       │   ├── 55
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       └── classes.jar
│       │       │   ├── 55.stamp
│       │       │   ├── 56
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       ├── annotations.zip
│       │       │   │       ├── classes.jar
│       │       │   │       ├── files.cache
│       │       │   │       ├── flat
│       │       │   │       │   └── 56.flata
│       │       │   │       ├── proguard.txt
│       │       │   │       └── res
│       │       │   │           ├── anim
│       │       │   │           │   ├── fragment_close_enter.xml
│       │       │   │           │   ├── fragment_close_exit.xml
│       │       │   │           │   ├── fragment_fade_enter.xml
│       │       │   │           │   ├── fragment_fade_exit.xml
│       │       │   │           │   ├── fragment_fast_out_extra_slow_in.xml
│       │       │   │           │   ├── fragment_open_enter.xml
│       │       │   │           │   └── fragment_open_exit.xml
│       │       │   │           ├── anim-v21
│       │       │   │           │   └── fragment_fast_out_extra_slow_in.xml
│       │       │   │           └── values
│       │       │   │               └── values.xml
│       │       │   ├── 56.stamp
│       │       │   ├── 57
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       ├── annotations.zip
│       │       │   │       ├── classes.jar
│       │       │   │       ├── files.cache
│       │       │   │       ├── flat
│       │       │   │       │   └── 57.flata
│       │       │   │       ├── proguard.txt
│       │       │   │       └── res
│       │       │   │           └── values
│       │       │   │               └── values.xml
│       │       │   ├── 57.stamp
│       │       │   ├── 58
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       ├── annotations.zip
│       │       │   │       └── classes.jar
│       │       │   ├── 58.stamp
│       │       │   ├── 59
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       └── classes.jar
│       │       │   ├── 59.stamp
│       │       │   ├── 60
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       ├── annotations.zip
│       │       │   │       ├── classes.jar
│       │       │   │       ├── files.cache
│       │       │   │       ├── flat
│       │       │   │       │   └── 60.flata
│       │       │   │       ├── proguard.txt
│       │       │   │       ├── public.txt
│       │       │   │       └── res
│       │       │   │           └── values
│       │       │   │               └── values.xml
│       │       │   ├── 60.stamp
│       │       │   ├── 61
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       ├── annotations.zip
│       │       │   │       └── classes.jar
│       │       │   ├── 61.stamp
│       │       │   ├── 62
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       └── classes.jar
│       │       │   ├── 62.stamp
│       │       │   ├── 63
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       └── classes.jar
│       │       │   ├── 63.stamp
│       │       │   ├── 64
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       └── classes.jar
│       │       │   ├── 64.stamp
│       │       │   ├── 65
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       ├── annotations.zip
│       │       │   │       ├── classes.jar
│       │       │   │       ├── files.cache
│       │       │   │       ├── flat
│       │       │   │       │   └── 65.flata
│       │       │   │       ├── public.txt
│       │       │   │       └── res
│       │       │   │           └── values
│       │       │   │               └── values.xml
│       │       │   ├── 65.stamp
│       │       │   ├── 66
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       └── classes.jar
│       │       │   ├── 66.stamp
│       │       │   ├── 67
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       ├── annotations.zip
│       │       │   │       ├── classes.jar
│       │       │   │       ├── files.cache
│       │       │   │       ├── flat
│       │       │   │       │   └── 67.flata
│       │       │   │       ├── proguard.txt
│       │       │   │       ├── public.txt
│       │       │   │       └── res
│       │       │   │           └── values
│       │       │   │               └── values.xml
│       │       │   ├── 67.stamp
│       │       │   ├── 68
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       └── classes.jar
│       │       │   ├── 68.stamp
│       │       │   ├── 69
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       └── classes.jar
│       │       │   ├── 69.stamp
│       │       │   ├── 70
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       ├── classes.jar
│       │       │   │       ├── files.cache
│       │       │   │       ├── flat
│       │       │   │       │   └── 70.flata
│       │       │   │       └── res
│       │       │   │           ├── values
│       │       │   │           │   └── values.xml
│       │       │   │           └── values-v23
│       │       │   │               └── values-v23.xml
│       │       │   ├── 70.stamp
│       │       │   ├── 71
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       ├── classes.jar
│       │       │   │       ├── files.cache
│       │       │   │       ├── flat
│       │       │   │       │   └── 71.flata
│       │       │   │       └── res
│       │       │   │           ├── drawable
│       │       │   │           │   └── abc_vector_test.xml
│       │       │   │           └── values
│       │       │   │               └── values.xml
│       │       │   ├── 71.stamp
│       │       │   ├── 72
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       ├── annotations.zip
│       │       │   │       ├── classes.jar
│       │       │   │       ├── files.cache
│       │       │   │       ├── flat
│       │       │   │       │   └── 72.flata
│       │       │   │       ├── 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
│       │       │   │           │   ├── btn_checkbox_to_checked_box_inner_merged_animation.xml
│       │       │   │           │   ├── btn_checkbox_to_checked_box_outer_merged_animation.xml
│       │       │   │           │   ├── btn_checkbox_to_checked_icon_null_animation.xml
│       │       │   │           │   ├── btn_checkbox_to_unchecked_box_inner_merged_animation.xml
│       │       │   │           │   ├── btn_checkbox_to_unchecked_check_path_merged_animation.xml
│       │       │   │           │   ├── btn_checkbox_to_unchecked_icon_null_animation.xml
│       │       │   │           │   ├── btn_radio_to_off_mtrl_dot_group_animation.xml
│       │       │   │           │   ├── btn_radio_to_off_mtrl_ring_outer_animation.xml
│       │       │   │           │   ├── btn_radio_to_off_mtrl_ring_outer_path_animation.xml
│       │       │   │           │   ├── btn_radio_to_on_mtrl_dot_group_animation.xml
│       │       │   │           │   ├── btn_radio_to_on_mtrl_ring_outer_animation.xml
│       │       │   │           │   └── btn_radio_to_on_mtrl_ring_outer_path_animation.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_check_material_anim.xml
│       │       │   │           │   ├── abc_btn_colored_material.xml
│       │       │   │           │   ├── abc_btn_default_mtrl_shape.xml
│       │       │   │           │   ├── abc_btn_radio_material.xml
│       │       │   │           │   ├── abc_btn_radio_material_anim.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
│       │       │   │           │   ├── btn_checkbox_checked_mtrl.xml
│       │       │   │           │   ├── btn_checkbox_checked_to_unchecked_mtrl_animation.xml
│       │       │   │           │   ├── btn_checkbox_unchecked_mtrl.xml
│       │       │   │           │   ├── btn_checkbox_unchecked_to_checked_mtrl_animation.xml
│       │       │   │           │   ├── btn_radio_off_mtrl.xml
│       │       │   │           │   ├── btn_radio_off_to_on_mtrl_animation.xml
│       │       │   │           │   ├── btn_radio_on_mtrl.xml
│       │       │   │           │   ├── btn_radio_on_to_off_mtrl_animation.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_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
│       │       │   │           │   ├── 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
│       │       │   │           ├── 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_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
│       │       │   │           │   ├── 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
│       │       │   │           ├── 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_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
│       │       │   │           │   ├── 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
│       │       │   │           ├── 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_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
│       │       │   │           │   ├── 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
│       │       │   │           ├── 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
│       │       │   │           ├── interpolator
│       │       │   │           │   ├── btn_checkbox_checked_mtrl_animation_interpolator_0.xml
│       │       │   │           │   ├── btn_checkbox_checked_mtrl_animation_interpolator_1.xml
│       │       │   │           │   ├── btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml
│       │       │   │           │   ├── btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml
│       │       │   │           │   ├── btn_radio_to_off_mtrl_animation_interpolator_0.xml
│       │       │   │           │   ├── btn_radio_to_on_mtrl_animation_interpolator_0.xml
│       │       │   │           │   └── fast_out_slow_in.xml
│       │       │   │           ├── 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.xml
│       │       │   │           │   ├── abc_activity_chooser_view_list_item.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.xml
│       │       │   │           │   ├── abc_screen_simple_overlay_action_mode.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-b sr Latn
│       │       │   │           │   └── values-b sr Latn.xml
│       │       │   │           ├── values-be
│       │       │   │           │   └── values-be.xml
│       │       │   │           ├── values-bg
│       │       │   │           │   └── values-bg.xml
│       │       │   │           ├── values-bn
│       │       │   │           │   └── values-bn.xml
│       │       │   │           ├── values-bs
│       │       │   │           │   └── values-bs.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
│       │       │   ├── 72.stamp
│       │       │   ├── 73
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── R.txt
│       │       │   │       ├── annotations.zip
│       │       │   │       ├── classes.jar
│       │       │   │       ├── files.cache
│       │       │   │       ├── flat
│       │       │   │       │   └── 73.flata
│       │       │   │       ├── 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
│       │       │   │           ├── anim-v21
│       │       │   │           │   ├── design_bottom_sheet_slide_in.xml
│       │       │   │           │   └── design_bottom_sheet_slide_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
│       │       │   │           ├── 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.xml
│       │       │   │           │   ├── mtrl_tabs_icon_color_selector_colored.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.xml
│       │       │   │           │   └── design_ic_visibility_off.xml
│       │       │   │           ├── drawable-hdpi-v4
│       │       │   │           │   ├── design_ic_visibility.png
│       │       │   │           │   └── design_ic_visibility_off.png
│       │       │   │           ├── drawable-mdpi-v4
│       │       │   │           │   ├── design_ic_visibility.png
│       │       │   │           │   └── design_ic_visibility_off.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.png
│       │       │   │           │   └── design_ic_visibility_off.png
│       │       │   │           ├── drawable-xxhdpi-v4
│       │       │   │           │   ├── design_ic_visibility.png
│       │       │   │           │   └── design_ic_visibility_off.png
│       │       │   │           ├── drawable-xxxhdpi-v4
│       │       │   │           │   ├── design_ic_visibility.png
│       │       │   │           │   └── design_ic_visibility_off.png
│       │       │   │           ├── interpolator
│       │       │   │           │   ├── mtrl_fast_out_linear_in.xml
│       │       │   │           │   ├── mtrl_fast_out_slow_in.xml
│       │       │   │           │   ├── mtrl_linear.xml
│       │       │   │           │   └── mtrl_linear_out_slow_in.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.xml
│       │       │   │           │   ├── design_layout_snackbar_include.xml
│       │       │   │           │   ├── design_layout_tab_icon.xml
│       │       │   │           │   ├── design_layout_tab_text.xml
│       │       │   │           │   ├── design_menu_item_action_area.xml
│       │       │   │           │   ├── design_navigation_item.xml
│       │       │   │           │   ├── design_navigation_item_header.xml
│       │       │   │           │   ├── design_navigation_item_separator.xml
│       │       │   │           │   ├── design_navigation_item_subheader.xml
│       │       │   │           │   ├── design_navigation_menu.xml
│       │       │   │           │   ├── design_navigation_menu_item.xml
│       │       │   │           │   ├── design_text_input_password_icon.xml
│       │       │   │           │   ├── mtrl_layout_snackbar.xml
│       │       │   │           │   └── mtrl_layout_snackbar_include.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
│       │       │   ├── 73.stamp
│       │       │   ├── 74
│       │       │   │   └── jl
│       │       │   │       ├── AndroidManifest.xml
│       │       │   │       ├── META-INF
│       │       │   │       │   └── com
│       │       │   │       │       └── android
│       │       │   │       │           └── build
│       │       │   │       │               └── gradle
│       │       │   │       │                   └── aar-metadata.properties
│       │       │   │       ├── R.txt
│       │       │   │       ├── annotations.zip
│       │       │   │       ├── classes.jar
│       │       │   │       ├── files.cache
│       │       │   │       ├── flat
│       │       │   │       │   └── 74.flata
│       │       │   │       └── res
│       │       │   │           ├── layout
│       │       │   │           │   ├── browser_actions_context_menu_page.xml
│       │       │   │           │   └── browser_actions_context_menu_row.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-b sr Latn
│       │       │   │           │   └── values-b sr Latn.xml
│       │       │   │           ├── values-be
│       │       │   │           │   └── values-be.xml
│       │       │   │           ├── values-bg
│       │       │   │           │   └── values-bg.xml
│       │       │   │           ├── values-bn
│       │       │   │           │   └── values-bn.xml
│       │       │   │           ├── values-bs
│       │       │   │           │   └── values-bs.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-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
│       │       │   │           └── xml
│       │       │   │               └── image_share_filepaths.xml
│       │       │   ├── 74.stamp
│       │       │   └── map.cache
│       │       ├── res
│       │       │   ├── layout
│       │       │   │   └── activity_main.xml
│       │       │   ├── mipmap-anydpi-v26
│       │       │   │   ├── ic_launcher.xml
│       │       │   │   └── ic_launcher_round.xml
│       │       │   ├── mipmap-hdpi
│       │       │   │   ├── ic_launcher.png
│       │       │   │   ├── ic_launcher_foreground.png
│       │       │   │   └── ic_launcher_round.png
│       │       │   ├── mipmap-mdpi
│       │       │   │   ├── ic_launcher.png
│       │       │   │   ├── ic_launcher_foreground.png
│       │       │   │   └── ic_launcher_round.png
│       │       │   ├── mipmap-xhdpi
│       │       │   │   ├── ic_launcher.png
│       │       │   │   ├── ic_launcher_foreground.png
│       │       │   │   └── ic_launcher_round.png
│       │       │   ├── mipmap-xxhdpi
│       │       │   │   ├── ic_launcher.png
│       │       │   │   ├── ic_launcher_foreground.png
│       │       │   │   └── ic_launcher_round.png
│       │       │   ├── mipmap-xxxhdpi
│       │       │   │   ├── ic_launcher.png
│       │       │   │   ├── ic_launcher_foreground.png
│       │       │   │   └── ic_launcher_round.png
│       │       │   └── values
│       │       │       ├── colors.xml
│       │       │       ├── ic_launcher_background.xml
│       │       │       ├── strings.xml
│       │       │       └── styles.xml
│       │       ├── res.flag
│       │       ├── resolvedassemblies.hash
│       │       ├── resourcecache
│       │       │   └── designer-resources
│       │       │       ├── F-28-14-cdac33a1360c9ca9
│       │       │       ├── P_5-0-lcvr6f9w9g-14_cdac33a1360c9ca9
│       │       │       ├── P_5-0-odcwnwmw9g-14_cdac33a1360c9ca9
│       │       │       ├── P_6-0-nkvkqwmw9g-14_cdac33a1360c9ca9
│       │       │       ├── P_6-0-xgum7f9w9g-14_cdac33a1360c9ca9
│       │       │       ├── P_7-0-nkvkqwmw9g-14_cdac33a1360c9ca9
│       │       │       ├── P_7-0-xgum7f9w9g-14_cdac33a1360c9ca9
│       │       │       ├── P_8-0-nkvkqwmw9g-14_cdac33a1360c9ca9
│       │       │       ├── P_8-0-xgum7f9w9g-14_cdac33a1360c9ca9
│       │       │       ├── P_9-0-nkvkqwmw9g-14_cdac33a1360c9ca9
│       │       │       ├── P_9-0-xgum7f9w9g-14_cdac33a1360c9ca9
│       │       │       ├── P_a-0-p93lqwmw9g-14_cdac33a1360c9ca9
│       │       │       ├── P_a-0-xgum7f9w9g-14_cdac33a1360c9ca9
│       │       │       ├── P_b-0-p93lqwmw9g-14_cdac33a1360c9ca9
│       │       │       ├── P_b-0-xgum7f9w9g-14_cdac33a1360c9ca9
│       │       │       ├── P_c-0-p93lqwmw9g-14_cdac33a1360c9ca9
│       │       │       ├── P_c-0-xgum7f9w9g-14_cdac33a1360c9ca9
│       │       │       ├── P_d-0-p93lqwmw9g-14_cdac33a1360c9ca9
│       │       │       ├── P_d-0-xgum7f9w9g-14_cdac33a1360c9ca9
│       │       │       ├── P_e-0-p93lqwmw9g-14_cdac33a1360c9ca9
│       │       │       ├── P_e-0-xgum7f9w9g-14_cdac33a1360c9ca9
│       │       │       ├── P_f-0-4fzo7f9w9g-14_cdac33a1360c9ca9
│       │       │       ├── P_f-0-tnilqwmw9g-14_cdac33a1360c9ca9
│       │       │       ├── P_g-0-bgdmqwmw9g-14_cdac33a1360c9ca9
│       │       │       ├── P_g-0-z6up7f9w9g-14_cdac33a1360c9ca9
│       │       │       ├── P_h-0-1w1q7f9w9g-14_cdac33a1360c9ca9
│       │       │       ├── P_h-0-9paoqwmw9g-14_cdac33a1360c9ca9
│       │       │       ├── P_i-0-mknqqwmw9g-14_cdac33a1360c9ca9
│       │       │       ├── P_i-0-opyt7f9w9g-14_cdac33a1360c9ca9
│       │       │       └── S_3-0-wub4bsmw9g-14_cdac33a1360c9ca9
│       │       ├── stamp
│       │       │   ├── _BuildLibraryImportsCache.stamp
│       │       │   ├── _CleanIntermediateIfNeeded.stamp
│       │       │   ├── _CompileToDalvik.stamp
│       │       │   ├── _ConvertCustomView.stamp
│       │       │   ├── _ConvertResourcesCases.stamp
│       │       │   ├── _GenerateJavaStubs.stamp
│       │       │   ├── _GeneratePackageManagerJava.stamp
│       │       │   └── _ResolveLibraryProjectImports.stamp
│       │       └── static.flag
│       ├── project.assets.json
│       └── project.nuget.cache
└── 好例子网_App1.zip

640 directories, 1614 files


标签: AM MA Xamarin C# 安卓 app

实例下载地址

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警