实例介绍
基于微软官网的源码做了一个Xamarin.Form登陆及页面调动框架。通过webservice验证用户名密码,也可以自己写个跳过验证。Xaml页面布局。部署与调试很方便。
【实例截图】
【核心代码】
LoginFlow
└── LoginFlow
├── Droid
│ ├── Assets
│ │ └── AboutAssets.txt
│ ├── LoginNavigation.Droid.csproj
│ ├── LoginNavigation.Droid.csproj.user
│ ├── MainActivity.cs
│ ├── Properties
│ │ ├── AndroidManifest.xml
│ │ └── AssemblyInfo.cs
│ ├── Resources
│ │ ├── AboutResources.txt
│ │ ├── Resource.designer.cs
│ │ ├── drawable
│ │ │ ├── icon.png
│ │ │ └── otiz.png
│ │ ├── drawable-hdpi
│ │ │ └── icon.png
│ │ ├── drawable-xhdpi
│ │ │ └── icon.png
│ │ ├── drawable-xxhdpi
│ │ │ └── icon.png
│ │ ├── layout
│ │ │ ├── Tabbar.axml
│ │ │ ├── Toolbar.axml
│ │ │ └── layout1.axml
│ │ └── values
│ │ ├── colors.xml
│ │ └── styles.xml
│ ├── bin
│ │ ├── Debug
│ │ │ ├── FormsViewGroup.dll.mdb
│ │ │ ├── LoginNavigation.Droid.dll
│ │ │ ├── LoginNavigation.Droid.dll.mdb
│ │ │ ├── LoginNavigation.Droid.pdb
│ │ │ ├── LoginNavigation.dll
│ │ │ ├── LoginNavigation.pdb
│ │ │ ├── Mono.Android.pdb
│ │ │ ├── Mono.Security.pdb
│ │ │ ├── System.ComponentModel.Composition.pdb
│ │ │ ├── System.Core.pdb
│ │ │ ├── System.Data.pdb
│ │ │ ├── System.EnterpriseServices.pdb
│ │ │ ├── System.IO.Compression.FileSystem.pdb
│ │ │ ├── System.IO.Compression.pdb
│ │ │ ├── System.Net.Http.pdb
│ │ │ ├── System.Numerics.pdb
│ │ │ ├── System.Runtime.Serialization.pdb
│ │ │ ├── System.ServiceModel.Internals.pdb
│ │ │ ├── System.Transactions.pdb
│ │ │ ├── System.Web.Services.pdb
│ │ │ ├── System.Xml.Linq.pdb
│ │ │ ├── System.Xml.pdb
│ │ │ ├── System.pdb
│ │ │ ├── TestSevice.dll
│ │ │ ├── TestSevice.dll.mdb
│ │ │ ├── TestSevice.pdb
│ │ │ ├── Xamarin.Forms.Core.pdb
│ │ │ ├── Xamarin.Forms.Platform.Android.dll.mdb
│ │ │ ├── Xamarin.Forms.Xaml.pdb
│ │ │ └── mscorlib.pdb
│ │ └── Release
│ │ ├── FormsViewGroup.dll.mdb
│ │ ├── LoginNavigation.Droid.dll
│ │ ├── LoginNavigation.Droid.dll.mdb
│ │ ├── LoginNavigation.Droid.pdb
│ │ ├── LoginNavigation.dll
│ │ ├── LoginNavigation.pdb
│ │ ├── Mono.Android.pdb
│ │ ├── Mono.Security.pdb
│ │ ├── System.ComponentModel.Composition.pdb
│ │ ├── System.Core.pdb
│ │ ├── System.Data.pdb
│ │ ├── System.IO.Compression.FileSystem.pdb
│ │ ├── System.IO.Compression.pdb
│ │ ├── System.Net.Http.pdb
│ │ ├── System.Numerics.pdb
│ │ ├── System.Runtime.Serialization.pdb
│ │ ├── System.ServiceModel.Internals.pdb
│ │ ├── System.Transactions.pdb
│ │ ├── System.Web.Services.pdb
│ │ ├── System.Xml.Linq.pdb
│ │ ├── System.Xml.pdb
│ │ ├── System.pdb
│ │ ├── Xamarin.Forms.Core.pdb
│ │ ├── Xamarin.Forms.Platform.Android.dll.mdb
│ │ ├── Xamarin.Forms.Xaml.pdb
│ │ ├── com.companyname.loginnavigation-Signed.apk
│ │ ├── com.companyname.loginnavigation.apk
│ │ └── mscorlib.pdb
│ └── obj
│ ├── Debug
│ │ ├── Component.R.cs.flag
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── LoginNavigation.Droid.csproj.CopyComplete
│ │ ├── LoginNavigation.Droid.csproj.CoreCompileInputs.cache
│ │ ├── LoginNavigation.Droid.csproj.FileListAbsolute.txt
│ │ ├── LoginNavigation.Droid.csprojAssemblyReference.cache
│ │ ├── LoginNavigation.Droid.dll
│ │ ├── LoginNavigation.Droid.pdb
│ │ ├── R.cs.flag
│ │ ├── R.txt
│ │ ├── Schemas
│ │ │ ├── android-layout-xml.xsd
│ │ │ ├── schemas.android.com.apk.res.android.xsd
│ │ │ ├── schemas.android.com.apk.res.auto.xsd
│ │ │ └── schemas.android.com.tools.xsd
│ │ ├── TempPE
│ │ │ └── Web References.test.Reference.cs.dll
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── XamlC.stamp
│ │ ├── _dex_stamp
│ │ ├── _javac.stamp
│ │ ├── acw-map.txt
│ │ ├── android
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── assets
│ │ │ │ ├── FormsViewGroup.dll
│ │ │ │ ├── FormsViewGroup.dll.mdb
│ │ │ │ ├── Java.Interop.dll
│ │ │ │ ├── LoginNavigation.Droid.dll
│ │ │ │ ├── LoginNavigation.Droid.dll.mdb
│ │ │ │ ├── LoginNavigation.dll
│ │ │ │ ├── LoginNavigation.pdb
│ │ │ │ ├── Mono.Android.dll
│ │ │ │ ├── Mono.Android.pdb
│ │ │ │ ├── Mono.Security.dll
│ │ │ │ ├── Mono.Security.pdb
│ │ │ │ ├── System.Collections.Concurrent.dll
│ │ │ │ ├── System.Collections.dll
│ │ │ │ ├── System.ComponentModel.Composition.dll
│ │ │ │ ├── System.ComponentModel.Composition.pdb
│ │ │ │ ├── System.Core.dll
│ │ │ │ ├── System.Core.pdb
│ │ │ │ ├── System.Data.dll
│ │ │ │ ├── System.Data.pdb
│ │ │ │ ├── System.Diagnostics.Debug.dll
│ │ │ │ ├── System.Diagnostics.StackTrace.dll
│ │ │ │ ├── System.Dynamic.Runtime.dll
│ │ │ │ ├── System.EnterpriseServices.dll
│ │ │ │ ├── System.EnterpriseServices.pdb
│ │ │ │ ├── System.Globalization.Extensions.dll
│ │ │ │ ├── System.IO.Compression.FileSystem.dll
│ │ │ │ ├── System.IO.Compression.FileSystem.pdb
│ │ │ │ ├── System.IO.Compression.dll
│ │ │ │ ├── System.IO.Compression.pdb
│ │ │ │ ├── System.Linq.Expressions.dll
│ │ │ │ ├── System.Linq.dll
│ │ │ │ ├── System.Net.Http.dll
│ │ │ │ ├── System.Net.Http.pdb
│ │ │ │ ├── System.Numerics.dll
│ │ │ │ ├── System.Numerics.pdb
│ │ │ │ ├── System.ObjectModel.dll
│ │ │ │ ├── System.Reflection.Extensions.dll
│ │ │ │ ├── System.Reflection.Primitives.dll
│ │ │ │ ├── System.Reflection.dll
│ │ │ │ ├── System.Runtime.Extensions.dll
│ │ │ │ ├── System.Runtime.InteropServices.dll
│ │ │ │ ├── System.Runtime.Serialization.Primitives.dll
│ │ │ │ ├── System.Runtime.Serialization.Xml.dll
│ │ │ │ ├── System.Runtime.Serialization.dll
│ │ │ │ ├── System.Runtime.Serialization.pdb
│ │ │ │ ├── System.Runtime.dll
│ │ │ │ ├── System.Security.Cryptography.Algorithms.dll
│ │ │ │ ├── System.Security.SecureString.dll
│ │ │ │ ├── System.ServiceModel.Internals.dll
│ │ │ │ ├── System.ServiceModel.Internals.pdb
│ │ │ │ ├── System.Threading.dll
│ │ │ │ ├── System.Transactions.dll
│ │ │ │ ├── System.Transactions.pdb
│ │ │ │ ├── System.Web.Services.dll
│ │ │ │ ├── System.Web.Services.pdb
│ │ │ │ ├── System.Xml.Linq.dll
│ │ │ │ ├── System.Xml.Linq.pdb
│ │ │ │ ├── System.Xml.XPath.XDocument.dll
│ │ │ │ ├── System.Xml.dll
│ │ │ │ ├── System.Xml.pdb
│ │ │ │ ├── System.dll
│ │ │ │ ├── System.pdb
│ │ │ │ ├── TestSevice.dll
│ │ │ │ ├── TestSevice.dll.mdb
│ │ │ │ ├── Xamarin.Android.Support.Animated.Vector.Drawable.dll
│ │ │ │ ├── Xamarin.Android.Support.Annotations.dll
│ │ │ │ ├── Xamarin.Android.Support.Compat.dll
│ │ │ │ ├── Xamarin.Android.Support.Core.UI.dll
│ │ │ │ ├── Xamarin.Android.Support.Core.Utils.dll
│ │ │ │ ├── Xamarin.Android.Support.Design.dll
│ │ │ │ ├── Xamarin.Android.Support.Fragment.dll
│ │ │ │ ├── Xamarin.Android.Support.Media.Compat.dll
│ │ │ │ ├── Xamarin.Android.Support.Transition.dll
│ │ │ │ ├── Xamarin.Android.Support.Vector.Drawable.dll
│ │ │ │ ├── Xamarin.Android.Support.v4.dll
│ │ │ │ ├── Xamarin.Android.Support.v7.AppCompat.dll
│ │ │ │ ├── Xamarin.Android.Support.v7.CardView.dll
│ │ │ │ ├── Xamarin.Android.Support.v7.MediaRouter.dll
│ │ │ │ ├── Xamarin.Android.Support.v7.Palette.dll
│ │ │ │ ├── Xamarin.Android.Support.v7.RecyclerView.dll
│ │ │ │ ├── Xamarin.Forms.Core.dll
│ │ │ │ ├── Xamarin.Forms.Core.pdb
│ │ │ │ ├── Xamarin.Forms.Platform.Android.dll
│ │ │ │ ├── Xamarin.Forms.Platform.Android.dll.mdb
│ │ │ │ ├── Xamarin.Forms.Platform.dll
│ │ │ │ ├── Xamarin.Forms.Xaml.dll
│ │ │ │ ├── Xamarin.Forms.Xaml.pdb
│ │ │ │ ├── machine.config
│ │ │ │ ├── mscorlib.dll
│ │ │ │ ├── mscorlib.pdb
│ │ │ │ └── netstandard.dll
│ │ │ ├── bin
│ │ │ │ ├── classes
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ ├── design
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ └── widget
│ │ │ │ │ │ │ └── Snackbar_SnackbarActionClickImplementor.class
│ │ │ │ │ │ ├── transition
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── v4
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ └── v7
│ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ ├── AlertDialog_IDialogInterfaceOnCancelListenerImplementor.class
│ │ │ │ │ │ │ ├── AlertDialog_IDialogInterfaceOnClickListenerImplementor.class
│ │ │ │ │ │ │ └── AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor.class
│ │ │ │ │ │ ├── appcompat
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── cardview
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── mediarouter
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── recyclerview
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ └── widget
│ │ │ │ │ │ └── Toolbar_NavigationOnClickEventDispatcher.class
│ │ │ │ │ ├── com
│ │ │ │ │ │ └── companyname
│ │ │ │ │ │ └── loginnavigation
│ │ │ │ │ │ ├── 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
│ │ │ │ │ ├── md51558244f76c53b6aeda52c8a337f2c37
│ │ │ │ │ │ ├── AHorizontalScrollView.class
│ │ │ │ │ │ ├── ActionSheetRenderer.class
│ │ │ │ │ │ ├── ActivityIndicatorRenderer.class
│ │ │ │ │ │ ├── AndroidActivity.class
│ │ │ │ │ │ ├── BaseCellView.class
│ │ │ │ │ │ ├── BoxRenderer.class
│ │ │ │ │ │ ├── ButtonDrawable.class
│ │ │ │ │ │ ├── ButtonRenderer.class
│ │ │ │ │ │ ├── ButtonRenderer_ButtonClickListener.class
│ │ │ │ │ │ ├── ButtonRenderer_ButtonTouchListener.class
│ │ │ │ │ │ ├── CarouselPageAdapter.class
│ │ │ │ │ │ ├── CarouselPageRenderer.class
│ │ │ │ │ │ ├── CellAdapter.class
│ │ │ │ │ │ ├── CellRenderer_RendererHolder.class
│ │ │ │ │ │ ├── ConditionalFocusLayout.class
│ │ │ │ │ │ ├── DatePickerRenderer.class
│ │ │ │ │ │ ├── DatePickerRenderer_TextFieldClickHandler.class
│ │ │ │ │ │ ├── EditorEditText.class
│ │ │ │ │ │ ├── EditorRenderer.class
│ │ │ │ │ │ ├── EntryCellEditText.class
│ │ │ │ │ │ ├── EntryCellView.class
│ │ │ │ │ │ ├── EntryEditText.class
│ │ │ │ │ │ ├── EntryRenderer.class
│ │ │ │ │ │ ├── FormattedStringExtensions_FontSpan.class
│ │ │ │ │ │ ├── FormsAppCompatActivity.class
│ │ │ │ │ │ ├── FormsApplicationActivity.class
│ │ │ │ │ │ ├── FormsEditText.class
│ │ │ │ │ │ ├── FormsImageView.class
│ │ │ │ │ │ ├── FormsSeekBar.class
│ │ │ │ │ │ ├── FormsTextView.class
│ │ │ │ │ │ ├── FormsWebChromeClient.class
│ │ │ │ │ │ ├── FrameRenderer.class
│ │ │ │ │ │ ├── FrameRenderer_FrameDrawable.class
│ │ │ │ │ │ ├── GenericAnimatorListener.class
│ │ │ │ │ │ ├── GenericMenuClickListener.class
│ │ │ │ │ │ ├── GestureManager_TapAndPanGestureDetector.class
│ │ │ │ │ │ ├── GroupedListViewAdapter.class
│ │ │ │ │ │ ├── ImageRenderer.class
│ │ │ │ │ │ ├── InnerGestureListener.class
│ │ │ │ │ │ ├── InnerScaleListener.class
│ │ │ │ │ │ ├── LabelRenderer.class
│ │ │ │ │ │ ├── ListViewAdapter.class
│ │ │ │ │ │ ├── ListViewRenderer.class
│ │ │ │ │ │ ├── ListViewRenderer_Container.class
│ │ │ │ │ │ ├── LocalizedDigitsKeyListener.class
│ │ │ │ │ │ ├── MasterDetailContainer.class
│ │ │ │ │ │ ├── MasterDetailRenderer.class
│ │ │ │ │ │ ├── NativeViewWrapperRenderer.class
│ │ │ │ │ │ ├── NavigationMenuRenderer.class
│ │ │ │ │ │ ├── NavigationMenuRenderer_MenuAdapter.class
│ │ │ │ │ │ ├── NavigationMenuRenderer_MenuElementView.class
│ │ │ │ │ │ ├── NavigationRenderer.class
│ │ │ │ │ │ ├── ObjectJavaBox_1.class
│ │ │ │ │ │ ├── OpenGLViewRenderer.class
│ │ │ │ │ │ ├── OpenGLViewRenderer_Renderer.class
│ │ │ │ │ │ ├── PageContainer.class
│ │ │ │ │ │ ├── PageExtensions_EmbeddedFragment.class
│ │ │ │ │ │ ├── PageExtensions_EmbeddedSupportFragment.class
│ │ │ │ │ │ ├── PageRenderer.class
│ │ │ │ │ │ ├── PickerRenderer.class
│ │ │ │ │ │ ├── PickerRenderer_PickerListener.class
│ │ │ │ │ │ ├── PlatformRenderer.class
│ │ │ │ │ │ ├── Platform_DefaultRenderer.class
│ │ │ │ │ │ ├── PowerSaveModeBroadcastReceiver.class
│ │ │ │ │ │ ├── ProgressBarRenderer.class
│ │ │ │ │ │ ├── ScrollViewContainer.class
│ │ │ │ │ │ ├── ScrollViewRenderer.class
│ │ │ │ │ │ ├── SearchBarRenderer.class
│ │ │ │ │ │ ├── SliderRenderer.class
│ │ │ │ │ │ ├── StepperRenderer.class
│ │ │ │ │ │ ├── StepperRenderer_StepperListener.class
│ │ │ │ │ │ ├── SwitchCellView.class
│ │ │ │ │ │ ├── SwitchRenderer.class
│ │ │ │ │ │ ├── TabbedRenderer.class
│ │ │ │ │ │ ├── TableViewModelRenderer.class
│ │ │ │ │ │ ├── TableViewRenderer.class
│ │ │ │ │ │ ├── TextCellRenderer_TextCellView.class
│ │ │ │ │ │ ├── TimePickerRenderer.class
│ │ │ │ │ │ ├── TimePickerRenderer_TimePickerListener.class
│ │ │ │ │ │ ├── ToolbarButton.class
│ │ │ │ │ │ ├── ToolbarImageButton.class
│ │ │ │ │ │ ├── ViewCellRenderer_ViewCellContainer.class
│ │ │ │ │ │ ├── ViewCellRenderer_ViewCellContainer_LongPressGestureListener.class
│ │ │ │ │ │ ├── ViewRenderer.class
│ │ │ │ │ │ ├── ViewRenderer_2.class
│ │ │ │ │ │ ├── VisualElementRenderer_1.class
│ │ │ │ │ │ ├── VisualElementTracker_AttachTracker.class
│ │ │ │ │ │ ├── WebViewRenderer.class
│ │ │ │ │ │ ├── WebViewRenderer_JavascriptResult.class
│ │ │ │ │ │ └── WebViewRenderer_WebClient.class
│ │ │ │ │ ├── md58432a647068b097f9637064b8985a5e0
│ │ │ │ │ │ ├── ButtonRenderer.class
│ │ │ │ │ │ ├── ButtonRenderer_ButtonClickListener.class
│ │ │ │ │ │ ├── ButtonRenderer_ButtonTouchListener.class
│ │ │ │ │ │ ├── CarouselPageRenderer.class
│ │ │ │ │ │ ├── FormsFragmentPagerAdapter_1.class
│ │ │ │ │ │ ├── FormsViewPager.class
│ │ │ │ │ │ ├── FragmentContainer.class
│ │ │ │ │ │ ├── FrameRenderer.class
│ │ │ │ │ │ ├── MasterDetailContainer.class
│ │ │ │ │ │ ├── MasterDetailPageRenderer.class
│ │ │ │ │ │ ├── NavigationPageRenderer.class
│ │ │ │ │ │ ├── NavigationPageRenderer_ClickListener.class
│ │ │ │ │ │ ├── NavigationPageRenderer_DrawerMultiplexedListener.class
│ │ │ │ │ │ ├── PickerRenderer.class
│ │ │ │ │ │ ├── PickerRenderer_PickerListener.class
│ │ │ │ │ │ ├── Platform_ModalContainer.class
│ │ │ │ │ │ ├── SwitchRenderer.class
│ │ │ │ │ │ ├── TabbedPageRenderer.class
│ │ │ │ │ │ └── ViewRenderer_2.class
│ │ │ │ │ ├── md5eb2c26367c8920596cbde673b6a87381
│ │ │ │ │ │ └── MainActivity.class
│ │ │ │ │ ├── md5f92e0daf340890c9667469657ee2ece8
│ │ │ │ │ │ ├── ButtonRenderer.class
│ │ │ │ │ │ ├── FrameRenderer.class
│ │ │ │ │ │ ├── ImageRenderer.class
│ │ │ │ │ │ └── LabelRenderer.class
│ │ │ │ │ └── mono
│ │ │ │ │ ├── MonoPackageManager.class
│ │ │ │ │ ├── MonoPackageManager_Resources.class
│ │ │ │ │ ├── MonoRuntimeProvider.class
│ │ │ │ │ └── android
│ │ │ │ │ ├── Seppuku.class
│ │ │ │ │ ├── app
│ │ │ │ │ │ ├── ApplicationRegistration.class
│ │ │ │ │ │ └── NotifyTimeZoneChanges.class
│ │ │ │ │ └── support
│ │ │ │ │ ├── design
│ │ │ │ │ │ └── widget
│ │ │ │ │ │ ├── AppBarLayout_OnOffsetChangedListenerImplementor.class
│ │ │ │ │ │ ├── BottomNavigationView_OnNavigationItemReselectedListenerImplementor.class
│ │ │ │ │ │ ├── BottomNavigationView_OnNavigationItemSelectedListenerImplementor.class
│ │ │ │ │ │ ├── NavigationView_OnNavigationItemSelectedListenerImplementor.class
│ │ │ │ │ │ ├── SwipeDismissBehavior_OnDismissListenerImplementor.class
│ │ │ │ │ │ └── TabLayout_OnTabSelectedListenerImplementor.class
│ │ │ │ │ ├── transition
│ │ │ │ │ │ └── Transition_TransitionListenerImplementor.class
│ │ │ │ │ ├── v4
│ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ ├── FragmentManager_OnBackStackChangedListenerImplementor.class
│ │ │ │ │ │ │ └── SharedElementCallback_OnSharedElementsReadyListenerImplementor.class
│ │ │ │ │ │ ├── content
│ │ │ │ │ │ │ ├── Loader_OnLoadCanceledListenerImplementor.class
│ │ │ │ │ │ │ └── Loader_OnLoadCompleteListenerImplementor.class
│ │ │ │ │ │ ├── media
│ │ │ │ │ │ │ └── session
│ │ │ │ │ │ │ └── MediaSessionCompat_OnActiveChangeListenerImplementor.class
│ │ │ │ │ │ ├── os
│ │ │ │ │ │ │ └── CancellationSignal_OnCancelListenerImplementor.class
│ │ │ │ │ │ ├── view
│ │ │ │ │ │ │ ├── ActionProvider_SubUiVisibilityListenerImplementor.class
│ │ │ │ │ │ │ ├── ActionProvider_VisibilityListenerImplementor.class
│ │ │ │ │ │ │ ├── AsyncLayoutInflater_OnInflateFinishedListenerImplementor.class
│ │ │ │ │ │ │ ├── MenuItemCompat_OnActionExpandListenerImplementor.class
│ │ │ │ │ │ │ ├── OnApplyWindowInsetsListenerImplementor.class
│ │ │ │ │ │ │ ├── ViewPager_OnAdapterChangeListenerImplementor.class
│ │ │ │ │ │ │ ├── ViewPager_OnPageChangeListenerImplementor.class
│ │ │ │ │ │ │ ├── ViewPropertyAnimatorListenerImplementor.class
│ │ │ │ │ │ │ ├── ViewPropertyAnimatorUpdateListenerImplementor.class
│ │ │ │ │ │ │ └── accessibility
│ │ │ │ │ │ │ ├── AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor.class
│ │ │ │ │ │ │ └── AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor.class
│ │ │ │ │ │ └── widget
│ │ │ │ │ │ ├── DrawerLayout_DrawerListenerImplementor.class
│ │ │ │ │ │ ├── NestedScrollView_OnScrollChangeListenerImplementor.class
│ │ │ │ │ │ ├── SearchViewCompat_OnCloseListenerImplementor.class
│ │ │ │ │ │ ├── SearchViewCompat_OnQueryTextListenerImplementor.class
│ │ │ │ │ │ ├── SlidingPaneLayout_PanelSlideListenerImplementor.class
│ │ │ │ │ │ └── SwipeRefreshLayout_OnRefreshListenerImplementor.class
│ │ │ │ │ └── v7
│ │ │ │ │ ├── app
│ │ │ │ │ │ ├── ActionBar_OnMenuVisibilityListenerImplementor.class
│ │ │ │ │ │ ├── ActionBar_OnNavigationListenerImplementor.class
│ │ │ │ │ │ └── ActionBar_TabListenerImplementor.class
│ │ │ │ │ ├── graphics
│ │ │ │ │ │ └── Palette_PaletteAsyncListenerImplementor.class
│ │ │ │ │ ├── media
│ │ │ │ │ │ └── RemotePlaybackClient_OnMessageReceivedListenerImplementor.class
│ │ │ │ │ └── widget
│ │ │ │ │ ├── ActionMenuView_OnMenuItemClickListenerImplementor.class
│ │ │ │ │ ├── ContentFrameLayout_OnAttachListenerImplementor.class
│ │ │ │ │ ├── FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor.class
│ │ │ │ │ ├── MenuItemHoverListenerImplementor.class
│ │ │ │ │ ├── PopupMenu_OnDismissListenerImplementor.class
│ │ │ │ │ ├── PopupMenu_OnMenuItemClickListenerImplementor.class
│ │ │ │ │ ├── RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor.class
│ │ │ │ │ ├── RecyclerView_OnChildAttachStateChangeListenerImplementor.class
│ │ │ │ │ ├── RecyclerView_OnItemTouchListenerImplementor.class
│ │ │ │ │ ├── RecyclerView_RecyclerListenerImplementor.class
│ │ │ │ │ ├── SearchView_OnCloseListenerImplementor.class
│ │ │ │ │ ├── SearchView_OnQueryTextListenerImplementor.class
│ │ │ │ │ ├── SearchView_OnSuggestionListenerImplementor.class
│ │ │ │ │ ├── ShareActionProvider_OnShareTargetSelectedListenerImplementor.class
│ │ │ │ │ ├── Toolbar_OnMenuItemClickListenerImplementor.class
│ │ │ │ │ └── ViewStubCompat_OnInflateListenerImplementor.class
│ │ │ │ ├── classes.dex
│ │ │ │ ├── classes.zip
│ │ │ │ ├── mono.android.jar
│ │ │ │ └── packaged_resources
│ │ │ ├── com
│ │ │ │ └── companyname
│ │ │ │ └── loginnavigation
│ │ │ │ └── R.java
│ │ │ ├── manifest
│ │ │ │ └── AndroidManifest.xml
│ │ │ ├── src
│ │ │ │ ├── android
│ │ │ │ │ └── support
│ │ │ │ │ ├── design
│ │ │ │ │ │ ├── R.java
│ │ │ │ │ │ └── widget
│ │ │ │ │ │ └── Snackbar_SnackbarActionClickImplementor.java
│ │ │ │ │ ├── transition
│ │ │ │ │ │ └── R.java
│ │ │ │ │ ├── v4
│ │ │ │ │ │ └── R.java
│ │ │ │ │ └── v7
│ │ │ │ │ ├── app
│ │ │ │ │ │ ├── AlertDialog_IDialogInterfaceOnCancelListenerImplementor.java
│ │ │ │ │ │ ├── AlertDialog_IDialogInterfaceOnClickListenerImplementor.java
│ │ │ │ │ │ └── AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor.java
│ │ │ │ │ ├── appcompat
│ │ │ │ │ │ └── R.java
│ │ │ │ │ ├── cardview
│ │ │ │ │ │ └── R.java
│ │ │ │ │ ├── mediarouter
│ │ │ │ │ │ └── R.java
│ │ │ │ │ ├── recyclerview
│ │ │ │ │ │ └── R.java
│ │ │ │ │ └── widget
│ │ │ │ │ └── Toolbar_NavigationOnClickEventDispatcher.java
│ │ │ │ ├── com
│ │ │ │ │ └── companyname
│ │ │ │ │ └── loginnavigation
│ │ │ │ │ └── R.java
│ │ │ │ ├── md51558244f76c53b6aeda52c8a337f2c37
│ │ │ │ │ ├── AHorizontalScrollView.java
│ │ │ │ │ ├── ActionSheetRenderer.java
│ │ │ │ │ ├── ActivityIndicatorRenderer.java
│ │ │ │ │ ├── AndroidActivity.java
│ │ │ │ │ ├── BaseCellView.java
│ │ │ │ │ ├── BoxRenderer.java
│ │ │ │ │ ├── ButtonDrawable.java
│ │ │ │ │ ├── ButtonRenderer.java
│ │ │ │ │ ├── ButtonRenderer_ButtonClickListener.java
│ │ │ │ │ ├── ButtonRenderer_ButtonTouchListener.java
│ │ │ │ │ ├── CarouselPageAdapter.java
│ │ │ │ │ ├── CarouselPageRenderer.java
│ │ │ │ │ ├── CellAdapter.java
│ │ │ │ │ ├── CellRenderer_RendererHolder.java
│ │ │ │ │ ├── ConditionalFocusLayout.java
│ │ │ │ │ ├── DatePickerRenderer.java
│ │ │ │ │ ├── DatePickerRenderer_TextFieldClickHandler.java
│ │ │ │ │ ├── EditorEditText.java
│ │ │ │ │ ├── EditorRenderer.java
│ │ │ │ │ ├── EntryCellEditText.java
│ │ │ │ │ ├── EntryCellView.java
│ │ │ │ │ ├── EntryEditText.java
│ │ │ │ │ ├── EntryRenderer.java
│ │ │ │ │ ├── FormattedStringExtensions_FontSpan.java
│ │ │ │ │ ├── FormsAppCompatActivity.java
│ │ │ │ │ ├── FormsApplicationActivity.java
│ │ │ │ │ ├── FormsEditText.java
│ │ │ │ │ ├── FormsImageView.java
│ │ │ │ │ ├── FormsSeekBar.java
│ │ │ │ │ ├── FormsTextView.java
│ │ │ │ │ ├── FormsWebChromeClient.java
│ │ │ │ │ ├── FrameRenderer.java
│ │ │ │ │ ├── FrameRenderer_FrameDrawable.java
│ │ │ │ │ ├── GenericAnimatorListener.java
│ │ │ │ │ ├── GenericMenuClickListener.java
│ │ │ │ │ ├── GestureManager_TapAndPanGestureDetector.java
│ │ │ │ │ ├── GroupedListViewAdapter.java
│ │ │ │ │ ├── ImageRenderer.java
│ │ │ │ │ ├── InnerGestureListener.java
│ │ │ │ │ ├── InnerScaleListener.java
│ │ │ │ │ ├── LabelRenderer.java
│ │ │ │ │ ├── ListViewAdapter.java
│ │ │ │ │ ├── ListViewRenderer.java
│ │ │ │ │ ├── ListViewRenderer_Container.java
│ │ │ │ │ ├── LocalizedDigitsKeyListener.java
│ │ │ │ │ ├── MasterDetailContainer.java
│ │ │ │ │ ├── MasterDetailRenderer.java
│ │ │ │ │ ├── NativeViewWrapperRenderer.java
│ │ │ │ │ ├── NavigationMenuRenderer.java
│ │ │ │ │ ├── NavigationMenuRenderer_MenuAdapter.java
│ │ │ │ │ ├── NavigationMenuRenderer_MenuElementView.java
│ │ │ │ │ ├── NavigationRenderer.java
│ │ │ │ │ ├── ObjectJavaBox_1.java
│ │ │ │ │ ├── OpenGLViewRenderer.java
│ │ │ │ │ ├── OpenGLViewRenderer_Renderer.java
│ │ │ │ │ ├── PageContainer.java
│ │ │ │ │ ├── PageExtensions_EmbeddedFragment.java
│ │ │ │ │ ├── PageExtensions_EmbeddedSupportFragment.java
│ │ │ │ │ ├── PageRenderer.java
│ │ │ │ │ ├── PickerRenderer.java
│ │ │ │ │ ├── PickerRenderer_PickerListener.java
│ │ │ │ │ ├── PlatformRenderer.java
│ │ │ │ │ ├── Platform_DefaultRenderer.java
│ │ │ │ │ ├── PowerSaveModeBroadcastReceiver.java
│ │ │ │ │ ├── ProgressBarRenderer.java
│ │ │ │ │ ├── ScrollViewContainer.java
│ │ │ │ │ ├── ScrollViewRenderer.java
│ │ │ │ │ ├── SearchBarRenderer.java
│ │ │ │ │ ├── SliderRenderer.java
│ │ │ │ │ ├── StepperRenderer.java
│ │ │ │ │ ├── StepperRenderer_StepperListener.java
│ │ │ │ │ ├── SwitchCellView.java
│ │ │ │ │ ├── SwitchRenderer.java
│ │ │ │ │ ├── TabbedRenderer.java
│ │ │ │ │ ├── TableViewModelRenderer.java
│ │ │ │ │ ├── TableViewRenderer.java
│ │ │ │ │ ├── TextCellRenderer_TextCellView.java
│ │ │ │ │ ├── TimePickerRenderer.java
│ │ │ │ │ ├── TimePickerRenderer_TimePickerListener.java
│ │ │ │ │ ├── ToolbarButton.java
│ │ │ │ │ ├── ToolbarImageButton.java
│ │ │ │ │ ├── ViewCellRenderer_ViewCellContainer.java
│ │ │ │ │ ├── ViewCellRenderer_ViewCellContainer_LongPressGestureListener.java
│ │ │ │ │ ├── ViewRenderer.java
│ │ │ │ │ ├── ViewRenderer_2.java
│ │ │ │ │ ├── VisualElementRenderer_1.java
│ │ │ │ │ ├── VisualElementTracker_AttachTracker.java
│ │ │ │ │ ├── WebViewRenderer.java
│ │ │ │ │ ├── WebViewRenderer_JavascriptResult.java
│ │ │ │ │ └── WebViewRenderer_WebClient.java
│ │ │ │ ├── md58432a647068b097f9637064b8985a5e0
│ │ │ │ │ ├── ButtonRenderer.java
│ │ │ │ │ ├── ButtonRenderer_ButtonClickListener.java
│ │ │ │ │ ├── ButtonRenderer_ButtonTouchListener.java
│ │ │ │ │ ├── CarouselPageRenderer.java
│ │ │ │ │ ├── FormsFragmentPagerAdapter_1.java
│ │ │ │ │ ├── FormsViewPager.java
│ │ │ │ │ ├── FragmentContainer.java
│ │ │ │ │ ├── FrameRenderer.java
│ │ │ │ │ ├── MasterDetailContainer.java
│ │ │ │ │ ├── MasterDetailPageRenderer.java
│ │ │ │ │ ├── NavigationPageRenderer.java
│ │ │ │ │ ├── NavigationPageRenderer_ClickListener.java
│ │ │ │ │ ├── NavigationPageRenderer_DrawerMultiplexedListener.java
│ │ │ │ │ ├── PickerRenderer.java
│ │ │ │ │ ├── PickerRenderer_PickerListener.java
│ │ │ │ │ ├── Platform_ModalContainer.java
│ │ │ │ │ ├── SwitchRenderer.java
│ │ │ │ │ ├── TabbedPageRenderer.java
│ │ │ │ │ └── ViewRenderer_2.java
│ │ │ │ ├── md5eb2c26367c8920596cbde673b6a87381
│ │ │ │ │ └── MainActivity.java
│ │ │ │ ├── md5f92e0daf340890c9667469657ee2ece8
│ │ │ │ │ ├── ButtonRenderer.java
│ │ │ │ │ ├── FrameRenderer.java
│ │ │ │ │ ├── ImageRenderer.java
│ │ │ │ │ └── LabelRenderer.java
│ │ │ │ └── mono
│ │ │ │ ├── MonoPackageManager.java
│ │ │ │ ├── MonoRuntimeProvider.java
│ │ │ │ └── android
│ │ │ │ ├── Seppuku.java
│ │ │ │ ├── app
│ │ │ │ │ ├── ApplicationRegistration.java
│ │ │ │ │ └── NotifyTimeZoneChanges.java
│ │ │ │ └── support
│ │ │ │ ├── design
│ │ │ │ │ └── widget
│ │ │ │ │ ├── AppBarLayout_OnOffsetChangedListenerImplementor.java
│ │ │ │ │ ├── BottomNavigationView_OnNavigationItemReselectedListenerImplementor.java
│ │ │ │ │ ├── BottomNavigationView_OnNavigationItemSelectedListenerImplementor.java
│ │ │ │ │ ├── NavigationView_OnNavigationItemSelectedListenerImplementor.java
│ │ │ │ │ ├── SwipeDismissBehavior_OnDismissListenerImplementor.java
│ │ │ │ │ └── TabLayout_OnTabSelectedListenerImplementor.java
│ │ │ │ ├── transition
│ │ │ │ │ └── Transition_TransitionListenerImplementor.java
│ │ │ │ ├── v4
│ │ │ │ │ ├── app
│ │ │ │ │ │ ├── FragmentManager_OnBackStackChangedListenerImplementor.java
│ │ │ │ │ │ └── SharedElementCallback_OnSharedElementsReadyListenerImplementor.java
│ │ │ │ │ ├── content
│ │ │ │ │ │ ├── Loader_OnLoadCanceledListenerImplementor.java
│ │ │ │ │ │ └── Loader_OnLoadCompleteListenerImplementor.java
│ │ │ │ │ ├── media
│ │ │ │ │ │ └── session
│ │ │ │ │ │ └── MediaSessionCompat_OnActiveChangeListenerImplementor.java
│ │ │ │ │ ├── os
│ │ │ │ │ │ └── CancellationSignal_OnCancelListenerImplementor.java
│ │ │ │ │ ├── view
│ │ │ │ │ │ ├── ActionProvider_SubUiVisibilityListenerImplementor.java
│ │ │ │ │ │ ├── ActionProvider_VisibilityListenerImplementor.java
│ │ │ │ │ │ ├── AsyncLayoutInflater_OnInflateFinishedListenerImplementor.java
│ │ │ │ │ │ ├── MenuItemCompat_OnActionExpandListenerImplementor.java
│ │ │ │ │ │ ├── OnApplyWindowInsetsListenerImplementor.java
│ │ │ │ │ │ ├── ViewPager_OnAdapterChangeListenerImplementor.java
│ │ │ │ │ │ ├── ViewPager_OnPageChangeListenerImplementor.java
│ │ │ │ │ │ ├── ViewPropertyAnimatorListenerImplementor.java
│ │ │ │ │ │ ├── ViewPropertyAnimatorUpdateListenerImplementor.java
│ │ │ │ │ │ └── accessibility
│ │ │ │ │ │ ├── AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor.java
│ │ │ │ │ │ └── AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor.java
│ │ │ │ │ └── widget
│ │ │ │ │ ├── DrawerLayout_DrawerListenerImplementor.java
│ │ │ │ │ ├── NestedScrollView_OnScrollChangeListenerImplementor.java
│ │ │ │ │ ├── SearchViewCompat_OnCloseListenerImplementor.java
│ │ │ │ │ ├── SearchViewCompat_OnQueryTextListenerImplementor.java
│ │ │ │ │ ├── SlidingPaneLayout_PanelSlideListenerImplementor.java
│ │ │ │ │ └── SwipeRefreshLayout_OnRefreshListenerImplementor.java
│ │ │ │ └── v7
│ │ │ │ ├── app
│ │ │ │ │ ├── ActionBar_OnMenuVisibilityListenerImplementor.java
│ │ │ │ │ ├── ActionBar_OnNavigationListenerImplementor.java
│ │ │ │ │ └── ActionBar_TabListenerImplementor.java
│ │ │ │ ├── graphics
│ │ │ │ │ └── Palette_PaletteAsyncListenerImplementor.java
│ │ │ │ ├── media
│ │ │ │ │ └── RemotePlaybackClient_OnMessageReceivedListenerImplementor.java
│ │ │ │ └── widget
│ │ │ │ ├── ActionMenuView_OnMenuItemClickListenerImplementor.java
│ │ │ │ ├── ContentFrameLayout_OnAttachListenerImplementor.java
│ │ │ │ ├── FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor.java
│ │ │ │ ├── MenuItemHoverListenerImplementor.java
│ │ │ │ ├── PopupMenu_OnDismissListenerImplementor.java
│ │ │ │ ├── PopupMenu_OnMenuItemClickListenerImplementor.java
│ │ │ │ ├── RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor.java
│ │ │ │ ├── RecyclerView_OnChildAttachStateChangeListenerImplementor.java
│ │ │ │ ├── RecyclerView_OnItemTouchListenerImplementor.java
│ │ │ │ ├── RecyclerView_RecyclerListenerImplementor.java
│ │ │ │ ├── SearchView_OnCloseListenerImplementor.java
│ │ │ │ ├── SearchView_OnQueryTextListenerImplementor.java
│ │ │ │ ├── SearchView_OnSuggestionListenerImplementor.java
│ │ │ │ ├── ShareActionProvider_OnShareTargetSelectedListenerImplementor.java
│ │ │ │ ├── Toolbar_OnMenuItemClickListenerImplementor.java
│ │ │ │ └── ViewStubCompat_OnInflateListenerImplementor.java
│ │ │ ├── typemap.jm
│ │ │ └── typemap.mj
│ │ ├── build.props
│ │ ├── designtime
│ │ │ ├── Resource.Designer.cs
│ │ │ └── libraryprojectimports.cache
│ │ ├── devices.cache
│ │ ├── libraryimports.cache
│ │ ├── libraryprojectimports.cache
│ │ ├── link.flag
│ │ ├── linkdst
│ │ │ ├── LoginNavigation.Droid.dll
│ │ │ ├── LoginNavigation.Droid.dll.mdb
│ │ │ └── LoginNavigation.Droid.pdb
│ │ ├── linksrc
│ │ │ ├── FormsViewGroup.dll
│ │ │ ├── FormsViewGroup.dll.mdb
│ │ │ ├── Java.Interop.dll
│ │ │ ├── LoginNavigation.Droid.dll
│ │ │ ├── LoginNavigation.Droid.dll.mdb
│ │ │ ├── LoginNavigation.dll
│ │ │ ├── LoginNavigation.pdb
│ │ │ ├── Mono.Android.dll
│ │ │ ├── Mono.Android.pdb
│ │ │ ├── Mono.Security.dll
│ │ │ ├── Mono.Security.pdb
│ │ │ ├── System.Collections.Concurrent.dll
│ │ │ ├── System.Collections.dll
│ │ │ ├── System.ComponentModel.Composition.dll
│ │ │ ├── System.ComponentModel.Composition.pdb
│ │ │ ├── System.Core.dll
│ │ │ ├── System.Core.pdb
│ │ │ ├── System.Data.dll
│ │ │ ├── System.Data.pdb
│ │ │ ├── System.Diagnostics.Debug.dll
│ │ │ ├── System.Diagnostics.StackTrace.dll
│ │ │ ├── System.Dynamic.Runtime.dll
│ │ │ ├── System.EnterpriseServices.dll
│ │ │ ├── System.EnterpriseServices.pdb
│ │ │ ├── System.Globalization.Extensions.dll
│ │ │ ├── System.IO.Compression.FileSystem.dll
│ │ │ ├── System.IO.Compression.FileSystem.pdb
│ │ │ ├── System.IO.Compression.dll
│ │ │ ├── System.IO.Compression.pdb
│ │ │ ├── System.Linq.Expressions.dll
│ │ │ ├── System.Linq.dll
│ │ │ ├── System.Net.Http.dll
│ │ │ ├── System.Net.Http.pdb
│ │ │ ├── System.Numerics.dll
│ │ │ ├── System.Numerics.pdb
│ │ │ ├── System.ObjectModel.dll
│ │ │ ├── System.Reflection.Extensions.dll
│ │ │ ├── System.Reflection.Primitives.dll
│ │ │ ├── System.Reflection.dll
│ │ │ ├── System.Runtime.Extensions.dll
│ │ │ ├── System.Runtime.InteropServices.dll
│ │ │ ├── System.Runtime.Serialization.Primitives.dll
│ │ │ ├── System.Runtime.Serialization.Xml.dll
│ │ │ ├── System.Runtime.Serialization.dll
│ │ │ ├── System.Runtime.Serialization.pdb
│ │ │ ├── System.Runtime.dll
│ │ │ ├── System.Security.Cryptography.Algorithms.dll
│ │ │ ├── System.Security.SecureString.dll
│ │ │ ├── System.ServiceModel.Internals.dll
│ │ │ ├── System.ServiceModel.Internals.pdb
│ │ │ ├── System.Threading.dll
│ │ │ ├── System.Transactions.dll
│ │ │ ├── System.Transactions.pdb
│ │ │ ├── System.Web.Services.dll
│ │ │ ├── System.Web.Services.pdb
│ │ │ ├── System.Xml.Linq.dll
│ │ │ ├── System.Xml.Linq.pdb
│ │ │ ├── System.Xml.XPath.XDocument.dll
│ │ │ ├── System.Xml.dll
│ │ │ ├── System.Xml.pdb
│ │ │ ├── System.dll
│ │ │ ├── System.pdb
│ │ │ ├── TestSevice.dll
│ │ │ ├── TestSevice.dll.mdb
│ │ │ ├── Xamarin.Android.Support.Animated.Vector.Drawable.dll
│ │ │ ├── Xamarin.Android.Support.Annotations.dll
│ │ │ ├── Xamarin.Android.Support.Compat.dll
│ │ │ ├── Xamarin.Android.Support.Core.UI.dll
│ │ │ ├── Xamarin.Android.Support.Core.Utils.dll
│ │ │ ├── Xamarin.Android.Support.Design.dll
│ │ │ ├── Xamarin.Android.Support.Fragment.dll
│ │ │ ├── Xamarin.Android.Support.Media.Compat.dll
│ │ │ ├── Xamarin.Android.Support.Transition.dll
│ │ │ ├── Xamarin.Android.Support.Vector.Drawable.dll
│ │ │ ├── Xamarin.Android.Support.v4.dll
│ │ │ ├── Xamarin.Android.Support.v7.AppCompat.dll
│ │ │ ├── Xamarin.Android.Support.v7.CardView.dll
│ │ │ ├── Xamarin.Android.Support.v7.MediaRouter.dll
│ │ │ ├── Xamarin.Android.Support.v7.Palette.dll
│ │ │ ├── Xamarin.Android.Support.v7.RecyclerView.dll
│ │ │ ├── Xamarin.Forms.Core.dll
│ │ │ ├── Xamarin.Forms.Core.pdb
│ │ │ ├── Xamarin.Forms.Platform.Android.dll
│ │ │ ├── Xamarin.Forms.Platform.Android.dll.mdb
│ │ │ ├── Xamarin.Forms.Platform.dll
│ │ │ ├── Xamarin.Forms.Xaml.dll
│ │ │ ├── Xamarin.Forms.Xaml.pdb
│ │ │ ├── mscorlib.dll
│ │ │ ├── mscorlib.pdb
│ │ │ └── netstandard.dll
│ │ ├── lp
│ │ │ ├── 0
│ │ │ │ └── jl
│ │ │ │ └── formsviewgroup.jar
│ │ │ ├── 0.stamp
│ │ │ ├── 1.stamp
│ │ │ ├── 10
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── aidl
│ │ │ │ │ └── android
│ │ │ │ │ └── support
│ │ │ │ │ └── v4
│ │ │ │ │ └── media
│ │ │ │ │ ├── MediaDescriptionCompat.aidl
│ │ │ │ │ ├── MediaMetadataCompat.aidl
│ │ │ │ │ ├── RatingCompat.aidl
│ │ │ │ │ └── session
│ │ │ │ │ ├── MediaSessionCompat.aidl
│ │ │ │ │ ├── ParcelableVolumeInfo.aidl
│ │ │ │ │ └── PlaybackStateCompat.aidl
│ │ │ │ └── bin
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── annotations.zip
│ │ │ │ └── classes.jar
│ │ │ ├── 10.stamp
│ │ │ ├── 11
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── R.txt
│ │ │ │ ├── bin
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── R.txt
│ │ │ │ │ └── classes.jar
│ │ │ │ ├── manifest
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ └── res
│ │ │ │ └── values
│ │ │ │ └── values.xml
│ │ │ ├── 11.stamp
│ │ │ ├── 12
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── bin
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ └── classes.jar
│ │ │ │ └── manifest
│ │ │ │ └── AndroidManifest.xml
│ │ │ ├── 12.stamp
│ │ │ ├── 13
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── R.txt
│ │ │ │ ├── bin
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── R.txt
│ │ │ │ │ ├── annotations.zip
│ │ │ │ │ ├── classes.jar
│ │ │ │ │ └── public.txt
│ │ │ │ ├── manifest
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── 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
│ │ │ │ ├── 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_thumb.xml
│ │ │ │ │ ├── abc_tint_switch_track.xml
│ │ │ │ │ ├── switch_thumb_material_dark.xml
│ │ │ │ │ └── switch_thumb_material_light.xml
│ │ │ │ ├── color-v11
│ │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml
│ │ │ │ │ └── abc_background_cache_hint_selector_material_light.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_thumb.xml
│ │ │ │ │ └── abc_tint_switch_track.xml
│ │ │ │ ├── drawable
│ │ │ │ │ ├── abc_btn_borderless_material.xml
│ │ │ │ │ ├── abc_btn_check_material.xml
│ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ ├── abc_btn_default_mtrl_shape.xml
│ │ │ │ │ ├── abc_btn_radio_material.xml
│ │ │ │ │ ├── abc_cab_background_internal_bg.xml
│ │ │ │ │ ├── abc_cab_background_top_material.xml
│ │ │ │ │ ├── abc_dialog_material_background.xml
│ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ ├── abc_ic_ab_back_material.xml
│ │ │ │ │ ├── abc_ic_arrow_drop_right_black_24dp.xml
│ │ │ │ │ ├── abc_ic_clear_material.xml
│ │ │ │ │ ├── abc_ic_go_search_api_material.xml
│ │ │ │ │ ├── abc_ic_menu_overflow_material.xml
│ │ │ │ │ ├── abc_ic_search_api_material.xml
│ │ │ │ │ ├── abc_ic_voice_search_api_material.xml
│ │ │ │ │ ├── abc_item_background_holo_dark.xml
│ │ │ │ │ ├── abc_item_background_holo_light.xml
│ │ │ │ │ ├── abc_list_selector_background_transition_holo_dark.xml
│ │ │ │ │ ├── abc_list_selector_background_transition_holo_light.xml
│ │ │ │ │ ├── abc_list_selector_holo_dark.xml
│ │ │ │ │ ├── abc_list_selector_holo_light.xml
│ │ │ │ │ ├── abc_ratingbar_indicator_material.xml
│ │ │ │ │ ├── abc_ratingbar_material.xml
│ │ │ │ │ ├── abc_ratingbar_small_material.xml
│ │ │ │ │ ├── abc_seekbar_thumb_material.xml
│ │ │ │ │ ├── abc_seekbar_tick_mark_material.xml
│ │ │ │ │ ├── abc_seekbar_track_material.xml
│ │ │ │ │ ├── abc_spinner_textfield_background_material.xml
│ │ │ │ │ ├── abc_switch_thumb_material.xml
│ │ │ │ │ ├── abc_tab_indicator_material.xml
│ │ │ │ │ ├── abc_text_cursor_material.xml
│ │ │ │ │ ├── abc_textfield_search_material.xml
│ │ │ │ │ ├── abc_vector_test.xml
│ │ │ │ │ ├── notification_bg.xml
│ │ │ │ │ ├── notification_bg_low.xml
│ │ │ │ │ ├── notification_icon_background.xml
│ │ │ │ │ └── notification_tile_bg.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
│ │ │ │ │ ├── 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-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
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── abc_action_bar_item_background_material.xml
│ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ └── notification_action_background.xml
│ │ │ │ ├── drawable-v23
│ │ │ │ │ └── abc_control_background_material.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
│ │ │ │ │ ├── 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-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
│ │ │ │ ├── layout
│ │ │ │ │ ├── abc_action_bar_title_item.xml
│ │ │ │ │ ├── abc_action_bar_up_container.xml
│ │ │ │ │ ├── abc_action_bar_view_list_nav_layout.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_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
│ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ ├── notification_template_icon_group.xml
│ │ │ │ │ ├── notification_template_lines_media.xml
│ │ │ │ │ ├── notification_template_media.xml
│ │ │ │ │ ├── notification_template_media_custom.xml
│ │ │ │ │ ├── notification_template_part_chronometer.xml
│ │ │ │ │ ├── notification_template_part_time.xml
│ │ │ │ │ ├── select_dialog_item_material.xml
│ │ │ │ │ ├── select_dialog_multichoice_material.xml
│ │ │ │ │ ├── select_dialog_singlechoice_material.xml
│ │ │ │ │ └── support_simple_spinner_dropdown_item.xml
│ │ │ │ ├── layout-v11
│ │ │ │ │ ├── notification_media_action.xml
│ │ │ │ │ ├── notification_media_cancel_action.xml
│ │ │ │ │ ├── notification_template_big_media.xml
│ │ │ │ │ ├── notification_template_big_media_custom.xml
│ │ │ │ │ ├── notification_template_big_media_narrow.xml
│ │ │ │ │ └── notification_template_big_media_narrow_custom.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-az-rAZ
│ │ │ │ │ └── values-az-rAZ.xml
│ │ │ │ ├── values-b+sr+Latn
│ │ │ │ │ └── values-b+sr+Latn.xml
│ │ │ │ ├── values-be-rBY
│ │ │ │ │ └── values-be-rBY.xml
│ │ │ │ ├── values-bg
│ │ │ │ │ └── values-bg.xml
│ │ │ │ ├── values-bn-rBD
│ │ │ │ │ └── values-bn-rBD.xml
│ │ │ │ ├── values-bs-rBA
│ │ │ │ │ └── values-bs-rBA.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-rGB
│ │ │ │ │ └── values-en-rGB.xml
│ │ │ │ ├── values-en-rIN
│ │ │ │ │ └── values-en-rIN.xml
│ │ │ │ ├── values-es
│ │ │ │ │ └── values-es.xml
│ │ │ │ ├── values-es-rUS
│ │ │ │ │ └── values-es-rUS.xml
│ │ │ │ ├── values-et-rEE
│ │ │ │ │ └── values-et-rEE.xml
│ │ │ │ ├── values-eu-rES
│ │ │ │ │ └── values-eu-rES.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-rES
│ │ │ │ │ └── values-gl-rES.xml
│ │ │ │ ├── values-gu-rIN
│ │ │ │ │ └── values-gu-rIN.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-rAM
│ │ │ │ │ └── values-hy-rAM.xml
│ │ │ │ ├── values-in
│ │ │ │ │ └── values-in.xml
│ │ │ │ ├── values-is-rIS
│ │ │ │ │ └── values-is-rIS.xml
│ │ │ │ ├── values-it
│ │ │ │ │ └── values-it.xml
│ │ │ │ ├── values-iw
│ │ │ │ │ └── values-iw.xml
│ │ │ │ ├── values-ja
│ │ │ │ │ └── values-ja.xml
│ │ │ │ ├── values-ka-rGE
│ │ │ │ │ └── values-ka-rGE.xml
│ │ │ │ ├── values-kk-rKZ
│ │ │ │ │ └── values-kk-rKZ.xml
│ │ │ │ ├── values-km-rKH
│ │ │ │ │ └── values-km-rKH.xml
│ │ │ │ ├── values-kn-rIN
│ │ │ │ │ └── values-kn-rIN.xml
│ │ │ │ ├── values-ko
│ │ │ │ │ └── values-ko.xml
│ │ │ │ ├── values-ky-rKG
│ │ │ │ │ └── values-ky-rKG.xml
│ │ │ │ ├── values-land
│ │ │ │ │ └── values-land.xml
│ │ │ │ ├── values-large-v4
│ │ │ │ │ └── values-large-v4.xml
│ │ │ │ ├── values-ldltr-v21
│ │ │ │ │ └── values-ldltr-v21.xml
│ │ │ │ ├── values-lo-rLA
│ │ │ │ │ └── values-lo-rLA.xml
│ │ │ │ ├── values-lt
│ │ │ │ │ └── values-lt.xml
│ │ │ │ ├── values-lv
│ │ │ │ │ └── values-lv.xml
│ │ │ │ ├── values-mk-rMK
│ │ │ │ │ └── values-mk-rMK.xml
│ │ │ │ ├── values-ml-rIN
│ │ │ │ │ └── values-ml-rIN.xml
│ │ │ │ ├── values-mn-rMN
│ │ │ │ │ └── values-mn-rMN.xml
│ │ │ │ ├── values-mr-rIN
│ │ │ │ │ └── values-mr-rIN.xml
│ │ │ │ ├── values-ms-rMY
│ │ │ │ │ └── values-ms-rMY.xml
│ │ │ │ ├── values-my-rMM
│ │ │ │ │ └── values-my-rMM.xml
│ │ │ │ ├── values-nb
│ │ │ │ │ └── values-nb.xml
│ │ │ │ ├── values-ne-rNP
│ │ │ │ │ └── values-ne-rNP.xml
│ │ │ │ ├── values-night-v8
│ │ │ │ │ └── values-night-v8.xml
│ │ │ │ ├── values-nl
│ │ │ │ │ └── values-nl.xml
│ │ │ │ ├── values-pa-rIN
│ │ │ │ │ └── values-pa-rIN.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-rLK
│ │ │ │ │ └── values-si-rLK.xml
│ │ │ │ ├── values-sk
│ │ │ │ │ └── values-sk.xml
│ │ │ │ ├── values-sl
│ │ │ │ │ └── values-sl.xml
│ │ │ │ ├── values-sq-rAL
│ │ │ │ │ └── values-sq-rAL.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-rIN
│ │ │ │ │ └── values-ta-rIN.xml
│ │ │ │ ├── values-te-rIN
│ │ │ │ │ └── values-te-rIN.xml
│ │ │ │ ├── values-th
│ │ │ │ │ └── values-th.xml
│ │ │ │ ├── values-tl
│ │ │ │ │ └── values-tl.xml
│ │ │ │ ├── values-tr
│ │ │ │ │ └── values-tr.xml
│ │ │ │ ├── values-uk
│ │ │ │ │ └── values-uk.xml
│ │ │ │ ├── values-ur-rPK
│ │ │ │ │ └── values-ur-rPK.xml
│ │ │ │ ├── values-uz-rUZ
│ │ │ │ │ └── values-uz-rUZ.xml
│ │ │ │ ├── values-v11
│ │ │ │ │ └── values-v11.xml
│ │ │ │ ├── values-v12
│ │ │ │ │ └── values-v12.xml
│ │ │ │ ├── values-v13
│ │ │ │ │ └── values-v13.xml
│ │ │ │ ├── values-v14
│ │ │ │ │ └── values-v14.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-vi
│ │ │ │ │ └── values-vi.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
│ │ │ ├── 13.stamp
│ │ │ ├── 14
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── R.txt
│ │ │ │ ├── bin
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── R.txt
│ │ │ │ │ └── classes.jar
│ │ │ │ ├── manifest
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ └── res
│ │ │ │ ├── values
│ │ │ │ │ └── values.xml
│ │ │ │ └── values-v23
│ │ │ │ └── values-v23.xml
│ │ │ ├── 14.stamp
│ │ │ ├── 15
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── R.txt
│ │ │ │ ├── bin
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── R.txt
│ │ │ │ │ ├── annotations.zip
│ │ │ │ │ └── classes.jar
│ │ │ │ ├── manifest
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ └── res
│ │ │ │ ├── drawable
│ │ │ │ │ ├── mr_button_connected_dark.xml
│ │ │ │ │ ├── mr_button_connected_light.xml
│ │ │ │ │ ├── mr_button_connecting_dark.xml
│ │ │ │ │ ├── mr_button_connecting_light.xml
│ │ │ │ │ ├── mr_button_dark.xml
│ │ │ │ │ ├── mr_button_light.xml
│ │ │ │ │ ├── mr_dialog_close_dark.xml
│ │ │ │ │ ├── mr_dialog_close_light.xml
│ │ │ │ │ ├── mr_dialog_material_background_dark.xml
│ │ │ │ │ ├── mr_dialog_material_background_light.xml
│ │ │ │ │ ├── mr_group_collapse.xml
│ │ │ │ │ ├── mr_group_expand.xml
│ │ │ │ │ ├── mr_media_pause_dark.xml
│ │ │ │ │ ├── mr_media_pause_light.xml
│ │ │ │ │ ├── mr_media_play_dark.xml
│ │ │ │ │ ├── mr_media_play_light.xml
│ │ │ │ │ ├── mr_media_stop_dark.xml
│ │ │ │ │ ├── mr_media_stop_light.xml
│ │ │ │ │ ├── mr_vol_type_audiotrack_dark.xml
│ │ │ │ │ └── mr_vol_type_audiotrack_light.xml
│ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ ├── ic_audiotrack_dark.png
│ │ │ │ │ ├── ic_audiotrack_light.png
│ │ │ │ │ ├── ic_dialog_close_dark.png
│ │ │ │ │ ├── ic_dialog_close_light.png
│ │ │ │ │ ├── ic_media_pause_dark.png
│ │ │ │ │ ├── ic_media_pause_light.png
│ │ │ │ │ ├── ic_media_play_dark.png
│ │ │ │ │ ├── ic_media_play_light.png
│ │ │ │ │ ├── ic_media_stop_dark.png
│ │ │ │ │ ├── ic_media_stop_light.png
│ │ │ │ │ ├── ic_mr_button_disabled_dark.png
│ │ │ │ │ ├── ic_mr_button_disabled_light.png
│ │ │ │ │ ├── ic_mr_button_disconnected_dark.png
│ │ │ │ │ ├── ic_mr_button_disconnected_light.png
│ │ │ │ │ ├── ic_mr_button_grey.png
│ │ │ │ │ ├── ic_vol_type_speaker_dark.png
│ │ │ │ │ ├── ic_vol_type_speaker_group_dark.png
│ │ │ │ │ ├── ic_vol_type_speaker_group_light.png
│ │ │ │ │ ├── ic_vol_type_speaker_light.png
│ │ │ │ │ ├── ic_vol_type_tv_dark.png
│ │ │ │ │ └── ic_vol_type_tv_light.png
│ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ ├── ic_audiotrack_dark.png
│ │ │ │ │ ├── ic_audiotrack_light.png
│ │ │ │ │ ├── ic_dialog_close_dark.png
│ │ │ │ │ ├── ic_dialog_close_light.png
│ │ │ │ │ ├── ic_media_pause_dark.png
│ │ │ │ │ ├── ic_media_pause_light.png
│ │ │ │ │ ├── ic_media_play_dark.png
│ │ │ │ │ ├── ic_media_play_light.png
│ │ │ │ │ ├── ic_media_stop_dark.png
│ │ │ │ │ ├── ic_media_stop_light.png
│ │ │ │ │ ├── ic_mr_button_disabled_dark.png
│ │ │ │ │ ├── ic_mr_button_disabled_light.png
│ │ │ │ │ ├── ic_mr_button_disconnected_dark.png
│ │ │ │ │ ├── ic_mr_button_disconnected_light.png
│ │ │ │ │ ├── ic_mr_button_grey.png
│ │ │ │ │ ├── ic_vol_type_speaker_dark.png
│ │ │ │ │ ├── ic_vol_type_speaker_group_dark.png
│ │ │ │ │ ├── ic_vol_type_speaker_group_light.png
│ │ │ │ │ ├── ic_vol_type_speaker_light.png
│ │ │ │ │ ├── ic_vol_type_tv_dark.png
│ │ │ │ │ └── ic_vol_type_tv_light.png
│ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ ├── ic_audiotrack_dark.png
│ │ │ │ │ ├── ic_audiotrack_light.png
│ │ │ │ │ ├── ic_dialog_close_dark.png
│ │ │ │ │ ├── ic_dialog_close_light.png
│ │ │ │ │ ├── ic_media_pause_dark.png
│ │ │ │ │ ├── ic_media_pause_light.png
│ │ │ │ │ ├── ic_media_play_dark.png
│ │ │ │ │ ├── ic_media_play_light.png
│ │ │ │ │ ├── ic_media_stop_dark.png
│ │ │ │ │ ├── ic_media_stop_light.png
│ │ │ │ │ ├── ic_mr_button_connected_00_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_00_light.png
│ │ │ │ │ ├── ic_mr_button_connected_01_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_01_light.png
│ │ │ │ │ ├── ic_mr_button_connected_02_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_02_light.png
│ │ │ │ │ ├── ic_mr_button_connected_03_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_03_light.png
│ │ │ │ │ ├── ic_mr_button_connected_04_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_04_light.png
│ │ │ │ │ ├── ic_mr_button_connected_05_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_05_light.png
│ │ │ │ │ ├── ic_mr_button_connected_06_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_06_light.png
│ │ │ │ │ ├── ic_mr_button_connected_07_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_07_light.png
│ │ │ │ │ ├── ic_mr_button_connected_08_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_08_light.png
│ │ │ │ │ ├── ic_mr_button_connected_09_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_09_light.png
│ │ │ │ │ ├── ic_mr_button_connected_10_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_10_light.png
│ │ │ │ │ ├── ic_mr_button_connected_11_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_11_light.png
│ │ │ │ │ ├── ic_mr_button_connected_12_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_12_light.png
│ │ │ │ │ ├── ic_mr_button_connected_13_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_13_light.png
│ │ │ │ │ ├── ic_mr_button_connected_14_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_14_light.png
│ │ │ │ │ ├── ic_mr_button_connected_15_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_15_light.png
│ │ │ │ │ ├── ic_mr_button_connected_16_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_16_light.png
│ │ │ │ │ ├── ic_mr_button_connected_17_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_17_light.png
│ │ │ │ │ ├── ic_mr_button_connected_18_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_18_light.png
│ │ │ │ │ ├── ic_mr_button_connected_19_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_19_light.png
│ │ │ │ │ ├── ic_mr_button_connected_20_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_20_light.png
│ │ │ │ │ ├── ic_mr_button_connected_21_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_21_light.png
│ │ │ │ │ ├── ic_mr_button_connected_22_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_22_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_00_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_00_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_01_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_01_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_02_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_02_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_03_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_03_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_04_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_04_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_05_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_05_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_06_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_06_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_07_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_07_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_08_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_08_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_09_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_09_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_10_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_10_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_11_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_11_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_12_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_12_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_13_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_13_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_14_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_14_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_15_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_15_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_16_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_16_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_17_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_17_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_18_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_18_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_19_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_19_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_20_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_20_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_21_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_21_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_22_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_22_light.png
│ │ │ │ │ ├── ic_mr_button_disabled_dark.png
│ │ │ │ │ ├── ic_mr_button_disabled_light.png
│ │ │ │ │ ├── ic_mr_button_disconnected_dark.png
│ │ │ │ │ ├── ic_mr_button_disconnected_light.png
│ │ │ │ │ ├── ic_mr_button_grey.png
│ │ │ │ │ ├── ic_vol_type_speaker_dark.png
│ │ │ │ │ ├── ic_vol_type_speaker_group_dark.png
│ │ │ │ │ ├── ic_vol_type_speaker_group_light.png
│ │ │ │ │ ├── ic_vol_type_speaker_light.png
│ │ │ │ │ ├── ic_vol_type_tv_dark.png
│ │ │ │ │ └── ic_vol_type_tv_light.png
│ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ ├── ic_audiotrack_dark.png
│ │ │ │ │ ├── ic_audiotrack_light.png
│ │ │ │ │ ├── ic_dialog_close_dark.png
│ │ │ │ │ ├── ic_dialog_close_light.png
│ │ │ │ │ ├── ic_media_pause_dark.png
│ │ │ │ │ ├── ic_media_pause_light.png
│ │ │ │ │ ├── ic_media_play_dark.png
│ │ │ │ │ ├── ic_media_play_light.png
│ │ │ │ │ ├── ic_media_stop_dark.png
│ │ │ │ │ ├── ic_media_stop_light.png
│ │ │ │ │ ├── ic_mr_button_connected_00_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_00_light.png
│ │ │ │ │ ├── ic_mr_button_connected_01_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_01_light.png
│ │ │ │ │ ├── ic_mr_button_connected_02_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_02_light.png
│ │ │ │ │ ├── ic_mr_button_connected_03_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_03_light.png
│ │ │ │ │ ├── ic_mr_button_connected_04_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_04_light.png
│ │ │ │ │ ├── ic_mr_button_connected_05_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_05_light.png
│ │ │ │ │ ├── ic_mr_button_connected_06_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_06_light.png
│ │ │ │ │ ├── ic_mr_button_connected_07_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_07_light.png
│ │ │ │ │ ├── ic_mr_button_connected_08_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_08_light.png
│ │ │ │ │ ├── ic_mr_button_connected_09_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_09_light.png
│ │ │ │ │ ├── ic_mr_button_connected_10_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_10_light.png
│ │ │ │ │ ├── ic_mr_button_connected_11_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_11_light.png
│ │ │ │ │ ├── ic_mr_button_connected_12_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_12_light.png
│ │ │ │ │ ├── ic_mr_button_connected_13_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_13_light.png
│ │ │ │ │ ├── ic_mr_button_connected_14_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_14_light.png
│ │ │ │ │ ├── ic_mr_button_connected_15_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_15_light.png
│ │ │ │ │ ├── ic_mr_button_connected_16_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_16_light.png
│ │ │ │ │ ├── ic_mr_button_connected_17_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_17_light.png
│ │ │ │ │ ├── ic_mr_button_connected_18_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_18_light.png
│ │ │ │ │ ├── ic_mr_button_connected_19_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_19_light.png
│ │ │ │ │ ├── ic_mr_button_connected_20_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_20_light.png
│ │ │ │ │ ├── ic_mr_button_connected_21_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_21_light.png
│ │ │ │ │ ├── ic_mr_button_connected_22_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_22_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_00_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_00_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_01_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_01_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_02_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_02_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_03_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_03_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_04_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_04_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_05_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_05_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_06_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_06_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_07_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_07_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_08_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_08_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_09_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_09_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_10_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_10_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_11_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_11_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_12_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_12_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_13_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_13_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_14_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_14_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_15_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_15_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_16_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_16_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_17_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_17_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_18_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_18_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_19_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_19_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_20_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_20_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_21_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_21_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_22_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_22_light.png
│ │ │ │ │ ├── ic_mr_button_disabled_dark.png
│ │ │ │ │ ├── ic_mr_button_disabled_light.png
│ │ │ │ │ ├── ic_mr_button_disconnected_dark.png
│ │ │ │ │ ├── ic_mr_button_disconnected_light.png
│ │ │ │ │ ├── ic_mr_button_grey.png
│ │ │ │ │ ├── ic_vol_type_speaker_dark.png
│ │ │ │ │ ├── ic_vol_type_speaker_group_dark.png
│ │ │ │ │ ├── ic_vol_type_speaker_group_light.png
│ │ │ │ │ ├── ic_vol_type_speaker_light.png
│ │ │ │ │ ├── ic_vol_type_tv_dark.png
│ │ │ │ │ └── ic_vol_type_tv_light.png
│ │ │ │ ├── drawable-xxxhdpi-v4
│ │ │ │ │ ├── ic_group_collapse_00.png
│ │ │ │ │ ├── ic_group_collapse_01.png
│ │ │ │ │ ├── ic_group_collapse_02.png
│ │ │ │ │ ├── ic_group_collapse_03.png
│ │ │ │ │ ├── ic_group_collapse_04.png
│ │ │ │ │ ├── ic_group_collapse_05.png
│ │ │ │ │ ├── ic_group_collapse_06.png
│ │ │ │ │ ├── ic_group_collapse_07.png
│ │ │ │ │ ├── ic_group_collapse_08.png
│ │ │ │ │ ├── ic_group_collapse_09.png
│ │ │ │ │ ├── ic_group_collapse_10.png
│ │ │ │ │ ├── ic_group_collapse_11.png
│ │ │ │ │ ├── ic_group_collapse_12.png
│ │ │ │ │ ├── ic_group_collapse_13.png
│ │ │ │ │ ├── ic_group_collapse_14.png
│ │ │ │ │ ├── ic_group_collapse_15.png
│ │ │ │ │ ├── ic_group_expand_00.png
│ │ │ │ │ ├── ic_group_expand_01.png
│ │ │ │ │ ├── ic_group_expand_02.png
│ │ │ │ │ ├── ic_group_expand_03.png
│ │ │ │ │ ├── ic_group_expand_04.png
│ │ │ │ │ ├── ic_group_expand_05.png
│ │ │ │ │ ├── ic_group_expand_06.png
│ │ │ │ │ ├── ic_group_expand_07.png
│ │ │ │ │ ├── ic_group_expand_08.png
│ │ │ │ │ ├── ic_group_expand_09.png
│ │ │ │ │ ├── ic_group_expand_10.png
│ │ │ │ │ ├── ic_group_expand_11.png
│ │ │ │ │ ├── ic_group_expand_12.png
│ │ │ │ │ ├── ic_group_expand_13.png
│ │ │ │ │ ├── ic_group_expand_14.png
│ │ │ │ │ ├── ic_group_expand_15.png
│ │ │ │ │ └── ic_mr_button_grey.png
│ │ │ │ ├── interpolator
│ │ │ │ │ ├── mr_fast_out_slow_in.xml
│ │ │ │ │ └── mr_linear_out_slow_in.xml
│ │ │ │ ├── layout
│ │ │ │ │ ├── mr_chooser_dialog.xml
│ │ │ │ │ ├── mr_chooser_list_item.xml
│ │ │ │ │ ├── mr_controller_material_dialog_b.xml
│ │ │ │ │ ├── mr_controller_volume_item.xml
│ │ │ │ │ ├── mr_playback_control.xml
│ │ │ │ │ └── mr_volume_control.xml
│ │ │ │ ├── values
│ │ │ │ │ └── values.xml
│ │ │ │ ├── values-af
│ │ │ │ │ └── values-af.xml
│ │ │ │ ├── values-am
│ │ │ │ │ └── values-am.xml
│ │ │ │ ├── values-ar
│ │ │ │ │ └── values-ar.xml
│ │ │ │ ├── values-az-rAZ
│ │ │ │ │ └── values-az-rAZ.xml
│ │ │ │ ├── values-b+sr+Latn
│ │ │ │ │ └── values-b+sr+Latn.xml
│ │ │ │ ├── values-be-rBY
│ │ │ │ │ └── values-be-rBY.xml
│ │ │ │ ├── values-bg
│ │ │ │ │ └── values-bg.xml
│ │ │ │ ├── values-bn-rBD
│ │ │ │ │ └── values-bn-rBD.xml
│ │ │ │ ├── values-bs-rBA
│ │ │ │ │ └── values-bs-rBA.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-rGB
│ │ │ │ │ └── values-en-rGB.xml
│ │ │ │ ├── values-en-rIN
│ │ │ │ │ └── values-en-rIN.xml
│ │ │ │ ├── values-es
│ │ │ │ │ └── values-es.xml
│ │ │ │ ├── values-es-rUS
│ │ │ │ │ └── values-es-rUS.xml
│ │ │ │ ├── values-et-rEE
│ │ │ │ │ └── values-et-rEE.xml
│ │ │ │ ├── values-eu-rES
│ │ │ │ │ └── values-eu-rES.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-rES
│ │ │ │ │ └── values-gl-rES.xml
│ │ │ │ ├── values-gu-rIN
│ │ │ │ │ └── values-gu-rIN.xml
│ │ │ │ ├── values-hi
│ │ │ │ │ └── values-hi.xml
│ │ │ │ ├── values-hr
│ │ │ │ │ └── values-hr.xml
│ │ │ │ ├── values-hu
│ │ │ │ │ └── values-hu.xml
│ │ │ │ ├── values-hy-rAM
│ │ │ │ │ └── values-hy-rAM.xml
│ │ │ │ ├── values-in
│ │ │ │ │ └── values-in.xml
│ │ │ │ ├── values-is-rIS
│ │ │ │ │ └── values-is-rIS.xml
│ │ │ │ ├── values-it
│ │ │ │ │ └── values-it.xml
│ │ │ │ ├── values-iw
│ │ │ │ │ └── values-iw.xml
│ │ │ │ ├── values-ja
│ │ │ │ │ └── values-ja.xml
│ │ │ │ ├── values-ka-rGE
│ │ │ │ │ └── values-ka-rGE.xml
│ │ │ │ ├── values-kk-rKZ
│ │ │ │ │ └── values-kk-rKZ.xml
│ │ │ │ ├── values-km-rKH
│ │ │ │ │ └── values-km-rKH.xml
│ │ │ │ ├── values-kn-rIN
│ │ │ │ │ └── values-kn-rIN.xml
│ │ │ │ ├── values-ko
│ │ │ │ │ └── values-ko.xml
│ │ │ │ ├── values-ky-rKG
│ │ │ │ │ └── values-ky-rKG.xml
│ │ │ │ ├── values-land
│ │ │ │ │ └── values-land.xml
│ │ │ │ ├── values-lo-rLA
│ │ │ │ │ └── values-lo-rLA.xml
│ │ │ │ ├── values-lt
│ │ │ │ │ └── values-lt.xml
│ │ │ │ ├── values-lv
│ │ │ │ │ └── values-lv.xml
│ │ │ │ ├── values-mk-rMK
│ │ │ │ │ └── values-mk-rMK.xml
│ │ │ │ ├── values-ml-rIN
│ │ │ │ │ └── values-ml-rIN.xml
│ │ │ │ ├── values-mn-rMN
│ │ │ │ │ └── values-mn-rMN.xml
│ │ │ │ ├── values-mr-rIN
│ │ │ │ │ └── values-mr-rIN.xml
│ │ │ │ ├── values-ms-rMY
│ │ │ │ │ └── values-ms-rMY.xml
│ │ │ │ ├── values-my-rMM
│ │ │ │ │ └── values-my-rMM.xml
│ │ │ │ ├── values-nb
│ │ │ │ │ └── values-nb.xml
│ │ │ │ ├── values-ne-rNP
│ │ │ │ │ └── values-ne-rNP.xml
│ │ │ │ ├── values-nl
│ │ │ │ │ └── values-nl.xml
│ │ │ │ ├── values-pa-rIN
│ │ │ │ │ └── values-pa-rIN.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-rLK
│ │ │ │ │ └── values-si-rLK.xml
│ │ │ │ ├── values-sk
│ │ │ │ │ └── values-sk.xml
│ │ │ │ ├── values-sl
│ │ │ │ │ └── values-sl.xml
│ │ │ │ ├── values-sq-rAL
│ │ │ │ │ └── values-sq-rAL.xml
│ │ │ │ ├── values-sr
│ │ │ │ │ └── values-sr.xml
│ │ │ │ ├── values-sv
│ │ │ │ │ └── values-sv.xml
│ │ │ │ ├── values-sw
│ │ │ │ │ └── values-sw.xml
│ │ │ │ ├── values-sw600dp-v13
│ │ │ │ │ └── values-sw600dp-v13.xml
│ │ │ │ ├── values-sw720dp-v13
│ │ │ │ │ └── values-sw720dp-v13.xml
│ │ │ │ ├── values-ta-rIN
│ │ │ │ │ └── values-ta-rIN.xml
│ │ │ │ ├── values-te-rIN
│ │ │ │ │ └── values-te-rIN.xml
│ │ │ │ ├── values-th
│ │ │ │ │ └── values-th.xml
│ │ │ │ ├── values-tl
│ │ │ │ │ └── values-tl.xml
│ │ │ │ ├── values-tr
│ │ │ │ │ └── values-tr.xml
│ │ │ │ ├── values-uk
│ │ │ │ │ └── values-uk.xml
│ │ │ │ ├── values-ur-rPK
│ │ │ │ │ └── values-ur-rPK.xml
│ │ │ │ ├── values-uz-rUZ
│ │ │ │ │ └── values-uz-rUZ.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
│ │ │ ├── 15.stamp
│ │ │ ├── 16
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ └── bin
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ └── classes.jar
│ │ │ ├── 16.stamp
│ │ │ ├── 17
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── R.txt
│ │ │ │ ├── bin
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── R.txt
│ │ │ │ │ ├── annotations.zip
│ │ │ │ │ ├── classes.jar
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ └── public.txt
│ │ │ │ ├── manifest
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── proguard.txt
│ │ │ │ ├── public.txt
│ │ │ │ └── res
│ │ │ │ └── values
│ │ │ │ └── values.xml
│ │ │ ├── 17.stamp
│ │ │ ├── 18
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ └── bin
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ └── classes.jar
│ │ │ ├── 18.stamp
│ │ │ ├── 19.stamp
│ │ │ ├── 2.stamp
│ │ │ ├── 20.stamp
│ │ │ ├── 21.stamp
│ │ │ ├── 22.stamp
│ │ │ ├── 23.stamp
│ │ │ ├── 24
│ │ │ │ └── jl
│ │ │ │ ├── __res_name_case_map.txt
│ │ │ │ └── res
│ │ │ │ └── values
│ │ │ │ └── strings.xml
│ │ │ ├── 24.stamp
│ │ │ ├── 3
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── bin
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── classes.jar
│ │ │ │ │ └── proguard.txt
│ │ │ │ └── proguard.txt
│ │ │ ├── 3.stamp
│ │ │ ├── 4
│ │ │ │ └── jl
│ │ │ │ └── support-annotations.jar
│ │ │ ├── 4.stamp
│ │ │ ├── 5
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── aidl
│ │ │ │ │ └── android
│ │ │ │ │ └── support
│ │ │ │ │ └── v4
│ │ │ │ │ └── os
│ │ │ │ │ └── ResultReceiver.aidl
│ │ │ │ └── bin
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── annotations.zip
│ │ │ │ └── classes.jar
│ │ │ ├── 5.stamp
│ │ │ ├── 6
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── bin
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── annotations.zip
│ │ │ │ │ ├── classes.jar
│ │ │ │ │ └── proguard.txt
│ │ │ │ └── proguard.txt
│ │ │ ├── 6.stamp
│ │ │ ├── 7
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ └── bin
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── annotations.zip
│ │ │ │ └── classes.jar
│ │ │ ├── 7.stamp
│ │ │ ├── 8
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── R.txt
│ │ │ │ ├── bin
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── R.txt
│ │ │ │ │ ├── annotations.zip
│ │ │ │ │ ├── classes.jar
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ └── public.txt
│ │ │ │ ├── manifest
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── proguard.txt
│ │ │ │ ├── public.txt
│ │ │ │ └── res
│ │ │ │ ├── anim
│ │ │ │ │ ├── design_bottom_sheet_slide_in.xml
│ │ │ │ │ ├── design_bottom_sheet_slide_out.xml
│ │ │ │ │ ├── design_fab_in.xml
│ │ │ │ │ ├── design_fab_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-v21
│ │ │ │ │ └── design_appbar_state_list_animator.xml
│ │ │ │ ├── color
│ │ │ │ │ ├── design_error.xml
│ │ │ │ │ └── design_tint_password_toggle.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
│ │ │ │ │ └── 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
│ │ │ │ ├── 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
│ │ │ │ ├── layout-sw600dp-v13
│ │ │ │ │ └── design_layout_snackbar.xml
│ │ │ │ ├── values
│ │ │ │ │ └── values.xml
│ │ │ │ ├── values-land
│ │ │ │ │ └── values-land.xml
│ │ │ │ ├── values-sw600dp-v13
│ │ │ │ │ └── values-sw600dp-v13.xml
│ │ │ │ └── values-v21
│ │ │ │ └── values-v21.xml
│ │ │ ├── 8.stamp
│ │ │ ├── 9
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ └── bin
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── annotations.zip
│ │ │ │ └── classes.jar
│ │ │ ├── 9.stamp
│ │ │ └── map.cache
│ │ ├── res
│ │ │ ├── drawable
│ │ │ │ ├── icon.png
│ │ │ │ └── otiz.png
│ │ │ ├── drawable-hdpi
│ │ │ │ └── icon.png
│ │ │ ├── drawable-xhdpi
│ │ │ │ └── icon.png
│ │ │ ├── drawable-xxhdpi
│ │ │ │ └── icon.png
│ │ │ ├── layout
│ │ │ │ ├── tabbar.xml
│ │ │ │ └── toolbar.xml
│ │ │ └── values
│ │ │ ├── colors.xml
│ │ │ └── styles.xml
│ │ ├── resolved_assemblies.txt
│ │ ├── resourcepaths.cache
│ │ ├── static.flag
│ │ └── strip.flag
│ ├── LoginNavigation.Droid.csproj.nuget.cache
│ ├── LoginNavigation.Droid.csproj.nuget.g.props
│ ├── LoginNavigation.Droid.csproj.nuget.g.targets
│ ├── Release
│ │ ├── Component.R.cs.flag
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── LoginNavigation.Droid.csproj.CopyComplete
│ │ ├── LoginNavigation.Droid.csproj.CoreCompileInputs.cache
│ │ ├── LoginNavigation.Droid.csproj.FileListAbsolute.txt
│ │ ├── LoginNavigation.Droid.csprojAssemblyReference.cache
│ │ ├── LoginNavigation.Droid.dll
│ │ ├── LoginNavigation.Droid.pdb
│ │ ├── PBP7G6VO79NNSWGY.deployment
│ │ ├── R.cs.flag
│ │ ├── R.txt
│ │ ├── Schemas
│ │ │ ├── android-layout-xml.xsd
│ │ │ ├── schemas.android.com.apk.res.android.xsd
│ │ │ ├── schemas.android.com.apk.res.auto.xsd
│ │ │ └── schemas.android.com.tools.xsd
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── XamlC.stamp
│ │ ├── _dex_stamp
│ │ ├── _javac.stamp
│ │ ├── acw-map.txt
│ │ ├── android
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── assets
│ │ │ │ ├── FormsViewGroup.dll
│ │ │ │ ├── FormsViewGroup.dll.mdb
│ │ │ │ ├── Java.Interop.dll
│ │ │ │ ├── LoginNavigation.Droid.dll
│ │ │ │ ├── LoginNavigation.Droid.dll.mdb
│ │ │ │ ├── LoginNavigation.dll
│ │ │ │ ├── LoginNavigation.pdb
│ │ │ │ ├── Mono.Android.dll
│ │ │ │ ├── Mono.Android.pdb
│ │ │ │ ├── Mono.Security.dll
│ │ │ │ ├── Mono.Security.pdb
│ │ │ │ ├── System.Core.dll
│ │ │ │ ├── System.Core.pdb
│ │ │ │ ├── System.Net.Http.dll
│ │ │ │ ├── System.Net.Http.pdb
│ │ │ │ ├── System.Runtime.Serialization.dll
│ │ │ │ ├── System.Runtime.Serialization.pdb
│ │ │ │ ├── System.ServiceModel.Internals.dll
│ │ │ │ ├── System.ServiceModel.Internals.pdb
│ │ │ │ ├── System.Xml.dll
│ │ │ │ ├── System.Xml.pdb
│ │ │ │ ├── System.dll
│ │ │ │ ├── System.pdb
│ │ │ │ ├── Xamarin.Android.Support.Animated.Vector.Drawable.dll
│ │ │ │ ├── Xamarin.Android.Support.Annotations.dll
│ │ │ │ ├── Xamarin.Android.Support.Compat.dll
│ │ │ │ ├── Xamarin.Android.Support.Core.UI.dll
│ │ │ │ ├── Xamarin.Android.Support.Core.Utils.dll
│ │ │ │ ├── Xamarin.Android.Support.Design.dll
│ │ │ │ ├── Xamarin.Android.Support.Fragment.dll
│ │ │ │ ├── Xamarin.Android.Support.Media.Compat.dll
│ │ │ │ ├── Xamarin.Android.Support.Transition.dll
│ │ │ │ ├── Xamarin.Android.Support.Vector.Drawable.dll
│ │ │ │ ├── Xamarin.Android.Support.v4.dll
│ │ │ │ ├── Xamarin.Android.Support.v7.AppCompat.dll
│ │ │ │ ├── Xamarin.Android.Support.v7.CardView.dll
│ │ │ │ ├── Xamarin.Android.Support.v7.MediaRouter.dll
│ │ │ │ ├── Xamarin.Android.Support.v7.Palette.dll
│ │ │ │ ├── Xamarin.Android.Support.v7.RecyclerView.dll
│ │ │ │ ├── Xamarin.Forms.Core.dll
│ │ │ │ ├── Xamarin.Forms.Core.pdb
│ │ │ │ ├── Xamarin.Forms.Platform.Android.dll
│ │ │ │ ├── Xamarin.Forms.Platform.Android.dll.mdb
│ │ │ │ ├── Xamarin.Forms.Platform.dll
│ │ │ │ ├── Xamarin.Forms.Xaml.dll
│ │ │ │ ├── Xamarin.Forms.Xaml.pdb
│ │ │ │ ├── machine.config
│ │ │ │ ├── mscorlib.dll
│ │ │ │ ├── mscorlib.pdb
│ │ │ │ └── shrunk
│ │ │ │ ├── Java.Interop.dll
│ │ │ │ ├── Mono.Android.dll
│ │ │ │ ├── Mono.Security.dll
│ │ │ │ ├── System.Core.dll
│ │ │ │ ├── System.Net.Http.dll
│ │ │ │ ├── System.Runtime.Serialization.dll
│ │ │ │ ├── System.ServiceModel.Internals.dll
│ │ │ │ ├── System.Xml.dll
│ │ │ │ ├── System.dll
│ │ │ │ ├── mscorlib.dll
│ │ │ │ └── shrunk.flag
│ │ │ ├── bin
│ │ │ │ ├── classes
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ ├── design
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ └── widget
│ │ │ │ │ │ │ └── Snackbar_SnackbarActionClickImplementor.class
│ │ │ │ │ │ ├── transition
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── v4
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ └── v7
│ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ ├── AlertDialog_IDialogInterfaceOnCancelListenerImplementor.class
│ │ │ │ │ │ │ ├── AlertDialog_IDialogInterfaceOnClickListenerImplementor.class
│ │ │ │ │ │ │ └── AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor.class
│ │ │ │ │ │ ├── appcompat
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── cardview
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── mediarouter
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ ├── recyclerview
│ │ │ │ │ │ │ ├── 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
│ │ │ │ │ │ └── widget
│ │ │ │ │ │ └── Toolbar_NavigationOnClickEventDispatcher.class
│ │ │ │ │ ├── com
│ │ │ │ │ │ └── companyname
│ │ │ │ │ │ └── loginnavigation
│ │ │ │ │ │ ├── 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
│ │ │ │ │ ├── md51558244f76c53b6aeda52c8a337f2c37
│ │ │ │ │ │ ├── AHorizontalScrollView.class
│ │ │ │ │ │ ├── ActionSheetRenderer.class
│ │ │ │ │ │ ├── ActivityIndicatorRenderer.class
│ │ │ │ │ │ ├── AndroidActivity.class
│ │ │ │ │ │ ├── BaseCellView.class
│ │ │ │ │ │ ├── BoxRenderer.class
│ │ │ │ │ │ ├── ButtonDrawable.class
│ │ │ │ │ │ ├── ButtonRenderer.class
│ │ │ │ │ │ ├── ButtonRenderer_ButtonClickListener.class
│ │ │ │ │ │ ├── ButtonRenderer_ButtonTouchListener.class
│ │ │ │ │ │ ├── CarouselPageAdapter.class
│ │ │ │ │ │ ├── CarouselPageRenderer.class
│ │ │ │ │ │ ├── CellAdapter.class
│ │ │ │ │ │ ├── CellRenderer_RendererHolder.class
│ │ │ │ │ │ ├── ConditionalFocusLayout.class
│ │ │ │ │ │ ├── DatePickerRenderer.class
│ │ │ │ │ │ ├── DatePickerRenderer_TextFieldClickHandler.class
│ │ │ │ │ │ ├── EditorEditText.class
│ │ │ │ │ │ ├── EditorRenderer.class
│ │ │ │ │ │ ├── EntryCellEditText.class
│ │ │ │ │ │ ├── EntryCellView.class
│ │ │ │ │ │ ├── EntryEditText.class
│ │ │ │ │ │ ├── EntryRenderer.class
│ │ │ │ │ │ ├── FormattedStringExtensions_FontSpan.class
│ │ │ │ │ │ ├── FormsAppCompatActivity.class
│ │ │ │ │ │ ├── FormsApplicationActivity.class
│ │ │ │ │ │ ├── FormsEditText.class
│ │ │ │ │ │ ├── FormsImageView.class
│ │ │ │ │ │ ├── FormsSeekBar.class
│ │ │ │ │ │ ├── FormsTextView.class
│ │ │ │ │ │ ├── FormsWebChromeClient.class
│ │ │ │ │ │ ├── FrameRenderer.class
│ │ │ │ │ │ ├── FrameRenderer_FrameDrawable.class
│ │ │ │ │ │ ├── GenericAnimatorListener.class
│ │ │ │ │ │ ├── GenericMenuClickListener.class
│ │ │ │ │ │ ├── GestureManager_TapAndPanGestureDetector.class
│ │ │ │ │ │ ├── GroupedListViewAdapter.class
│ │ │ │ │ │ ├── ImageRenderer.class
│ │ │ │ │ │ ├── InnerGestureListener.class
│ │ │ │ │ │ ├── InnerScaleListener.class
│ │ │ │ │ │ ├── LabelRenderer.class
│ │ │ │ │ │ ├── ListViewAdapter.class
│ │ │ │ │ │ ├── ListViewRenderer.class
│ │ │ │ │ │ ├── ListViewRenderer_Container.class
│ │ │ │ │ │ ├── LocalizedDigitsKeyListener.class
│ │ │ │ │ │ ├── MasterDetailContainer.class
│ │ │ │ │ │ ├── MasterDetailRenderer.class
│ │ │ │ │ │ ├── NativeViewWrapperRenderer.class
│ │ │ │ │ │ ├── NavigationMenuRenderer.class
│ │ │ │ │ │ ├── NavigationMenuRenderer_MenuAdapter.class
│ │ │ │ │ │ ├── NavigationMenuRenderer_MenuElementView.class
│ │ │ │ │ │ ├── NavigationRenderer.class
│ │ │ │ │ │ ├── ObjectJavaBox_1.class
│ │ │ │ │ │ ├── OpenGLViewRenderer.class
│ │ │ │ │ │ ├── OpenGLViewRenderer_Renderer.class
│ │ │ │ │ │ ├── PageContainer.class
│ │ │ │ │ │ ├── PageExtensions_EmbeddedFragment.class
│ │ │ │ │ │ ├── PageExtensions_EmbeddedSupportFragment.class
│ │ │ │ │ │ ├── PageRenderer.class
│ │ │ │ │ │ ├── PickerRenderer.class
│ │ │ │ │ │ ├── PickerRenderer_PickerListener.class
│ │ │ │ │ │ ├── PlatformRenderer.class
│ │ │ │ │ │ ├── Platform_DefaultRenderer.class
│ │ │ │ │ │ ├── PowerSaveModeBroadcastReceiver.class
│ │ │ │ │ │ ├── ProgressBarRenderer.class
│ │ │ │ │ │ ├── ScrollViewContainer.class
│ │ │ │ │ │ ├── ScrollViewRenderer.class
│ │ │ │ │ │ ├── SearchBarRenderer.class
│ │ │ │ │ │ ├── SliderRenderer.class
│ │ │ │ │ │ ├── StepperRenderer.class
│ │ │ │ │ │ ├── StepperRenderer_StepperListener.class
│ │ │ │ │ │ ├── SwitchCellView.class
│ │ │ │ │ │ ├── SwitchRenderer.class
│ │ │ │ │ │ ├── TabbedRenderer.class
│ │ │ │ │ │ ├── TableViewModelRenderer.class
│ │ │ │ │ │ ├── TableViewRenderer.class
│ │ │ │ │ │ ├── TextCellRenderer_TextCellView.class
│ │ │ │ │ │ ├── TimePickerRenderer.class
│ │ │ │ │ │ ├── TimePickerRenderer_TimePickerListener.class
│ │ │ │ │ │ ├── ToolbarButton.class
│ │ │ │ │ │ ├── ToolbarImageButton.class
│ │ │ │ │ │ ├── ViewCellRenderer_ViewCellContainer.class
│ │ │ │ │ │ ├── ViewCellRenderer_ViewCellContainer_LongPressGestureListener.class
│ │ │ │ │ │ ├── ViewRenderer.class
│ │ │ │ │ │ ├── ViewRenderer_2.class
│ │ │ │ │ │ ├── VisualElementRenderer_1.class
│ │ │ │ │ │ ├── VisualElementTracker_AttachTracker.class
│ │ │ │ │ │ ├── WebViewRenderer.class
│ │ │ │ │ │ ├── WebViewRenderer_JavascriptResult.class
│ │ │ │ │ │ └── WebViewRenderer_WebClient.class
│ │ │ │ │ ├── md58432a647068b097f9637064b8985a5e0
│ │ │ │ │ │ ├── ButtonRenderer.class
│ │ │ │ │ │ ├── ButtonRenderer_ButtonClickListener.class
│ │ │ │ │ │ ├── ButtonRenderer_ButtonTouchListener.class
│ │ │ │ │ │ ├── CarouselPageRenderer.class
│ │ │ │ │ │ ├── FormsFragmentPagerAdapter_1.class
│ │ │ │ │ │ ├── FormsViewPager.class
│ │ │ │ │ │ ├── FragmentContainer.class
│ │ │ │ │ │ ├── FrameRenderer.class
│ │ │ │ │ │ ├── MasterDetailContainer.class
│ │ │ │ │ │ ├── MasterDetailPageRenderer.class
│ │ │ │ │ │ ├── NavigationPageRenderer.class
│ │ │ │ │ │ ├── NavigationPageRenderer_ClickListener.class
│ │ │ │ │ │ ├── NavigationPageRenderer_DrawerMultiplexedListener.class
│ │ │ │ │ │ ├── PickerRenderer.class
│ │ │ │ │ │ ├── PickerRenderer_PickerListener.class
│ │ │ │ │ │ ├── Platform_ModalContainer.class
│ │ │ │ │ │ ├── SwitchRenderer.class
│ │ │ │ │ │ ├── TabbedPageRenderer.class
│ │ │ │ │ │ └── ViewRenderer_2.class
│ │ │ │ │ ├── md5eb2c26367c8920596cbde673b6a87381
│ │ │ │ │ │ └── MainActivity.class
│ │ │ │ │ ├── md5f92e0daf340890c9667469657ee2ece8
│ │ │ │ │ │ ├── ButtonRenderer.class
│ │ │ │ │ │ ├── FrameRenderer.class
│ │ │ │ │ │ ├── ImageRenderer.class
│ │ │ │ │ │ └── LabelRenderer.class
│ │ │ │ │ ├── mono
│ │ │ │ │ │ ├── MonoPackageManager.class
│ │ │ │ │ │ ├── MonoPackageManager_Resources.class
│ │ │ │ │ │ ├── MonoRuntimeProvider.class
│ │ │ │ │ │ └── android
│ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ ├── ApplicationRegistration.class
│ │ │ │ │ │ │ └── NotifyTimeZoneChanges.class
│ │ │ │ │ │ └── support
│ │ │ │ │ │ ├── design
│ │ │ │ │ │ │ └── widget
│ │ │ │ │ │ │ ├── AppBarLayout_OnOffsetChangedListenerImplementor.class
│ │ │ │ │ │ │ ├── BottomNavigationView_OnNavigationItemReselectedListenerImplementor.class
│ │ │ │ │ │ │ ├── BottomNavigationView_OnNavigationItemSelectedListenerImplementor.class
│ │ │ │ │ │ │ ├── NavigationView_OnNavigationItemSelectedListenerImplementor.class
│ │ │ │ │ │ │ ├── SwipeDismissBehavior_OnDismissListenerImplementor.class
│ │ │ │ │ │ │ └── TabLayout_OnTabSelectedListenerImplementor.class
│ │ │ │ │ │ ├── transition
│ │ │ │ │ │ │ └── Transition_TransitionListenerImplementor.class
│ │ │ │ │ │ ├── v4
│ │ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ │ ├── FragmentManager_OnBackStackChangedListenerImplementor.class
│ │ │ │ │ │ │ │ └── SharedElementCallback_OnSharedElementsReadyListenerImplementor.class
│ │ │ │ │ │ │ ├── content
│ │ │ │ │ │ │ │ ├── Loader_OnLoadCanceledListenerImplementor.class
│ │ │ │ │ │ │ │ └── Loader_OnLoadCompleteListenerImplementor.class
│ │ │ │ │ │ │ ├── media
│ │ │ │ │ │ │ │ └── session
│ │ │ │ │ │ │ │ └── MediaSessionCompat_OnActiveChangeListenerImplementor.class
│ │ │ │ │ │ │ ├── os
│ │ │ │ │ │ │ │ └── CancellationSignal_OnCancelListenerImplementor.class
│ │ │ │ │ │ │ ├── view
│ │ │ │ │ │ │ │ ├── ActionProvider_SubUiVisibilityListenerImplementor.class
│ │ │ │ │ │ │ │ ├── ActionProvider_VisibilityListenerImplementor.class
│ │ │ │ │ │ │ │ ├── AsyncLayoutInflater_OnInflateFinishedListenerImplementor.class
│ │ │ │ │ │ │ │ ├── MenuItemCompat_OnActionExpandListenerImplementor.class
│ │ │ │ │ │ │ │ ├── OnApplyWindowInsetsListenerImplementor.class
│ │ │ │ │ │ │ │ ├── ViewPager_OnAdapterChangeListenerImplementor.class
│ │ │ │ │ │ │ │ ├── ViewPager_OnPageChangeListenerImplementor.class
│ │ │ │ │ │ │ │ ├── ViewPropertyAnimatorListenerImplementor.class
│ │ │ │ │ │ │ │ ├── ViewPropertyAnimatorUpdateListenerImplementor.class
│ │ │ │ │ │ │ │ └── accessibility
│ │ │ │ │ │ │ │ ├── AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor.class
│ │ │ │ │ │ │ │ └── AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor.class
│ │ │ │ │ │ │ └── widget
│ │ │ │ │ │ │ ├── DrawerLayout_DrawerListenerImplementor.class
│ │ │ │ │ │ │ ├── NestedScrollView_OnScrollChangeListenerImplementor.class
│ │ │ │ │ │ │ ├── SearchViewCompat_OnCloseListenerImplementor.class
│ │ │ │ │ │ │ ├── SearchViewCompat_OnQueryTextListenerImplementor.class
│ │ │ │ │ │ │ ├── SlidingPaneLayout_PanelSlideListenerImplementor.class
│ │ │ │ │ │ │ └── SwipeRefreshLayout_OnRefreshListenerImplementor.class
│ │ │ │ │ │ └── v7
│ │ │ │ │ │ ├── app
│ │ │ │ │ │ │ ├── ActionBar_OnMenuVisibilityListenerImplementor.class
│ │ │ │ │ │ │ ├── ActionBar_OnNavigationListenerImplementor.class
│ │ │ │ │ │ │ └── ActionBar_TabListenerImplementor.class
│ │ │ │ │ │ ├── graphics
│ │ │ │ │ │ │ └── Palette_PaletteAsyncListenerImplementor.class
│ │ │ │ │ │ ├── media
│ │ │ │ │ │ │ └── RemotePlaybackClient_OnMessageReceivedListenerImplementor.class
│ │ │ │ │ │ └── widget
│ │ │ │ │ │ ├── ActionMenuView_OnMenuItemClickListenerImplementor.class
│ │ │ │ │ │ ├── ContentFrameLayout_OnAttachListenerImplementor.class
│ │ │ │ │ │ ├── FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor.class
│ │ │ │ │ │ ├── MenuItemHoverListenerImplementor.class
│ │ │ │ │ │ ├── PopupMenu_OnDismissListenerImplementor.class
│ │ │ │ │ │ ├── PopupMenu_OnMenuItemClickListenerImplementor.class
│ │ │ │ │ │ ├── RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor.class
│ │ │ │ │ │ ├── RecyclerView_OnChildAttachStateChangeListenerImplementor.class
│ │ │ │ │ │ ├── RecyclerView_OnItemTouchListenerImplementor.class
│ │ │ │ │ │ ├── RecyclerView_RecyclerListenerImplementor.class
│ │ │ │ │ │ ├── SearchView_OnCloseListenerImplementor.class
│ │ │ │ │ │ ├── SearchView_OnQueryTextListenerImplementor.class
│ │ │ │ │ │ ├── SearchView_OnSuggestionListenerImplementor.class
│ │ │ │ │ │ ├── ShareActionProvider_OnShareTargetSelectedListenerImplementor.class
│ │ │ │ │ │ ├── Toolbar_OnMenuItemClickListenerImplementor.class
│ │ │ │ │ │ └── ViewStubCompat_OnInflateListenerImplementor.class
│ │ │ │ │ └── xamarindesigner
│ │ │ │ │ └── AndroidFormsPreviewerRenderer.class
│ │ │ │ ├── classes.dex
│ │ │ │ ├── classes.zip
│ │ │ │ ├── com.companyname.loginnavigation.apk
│ │ │ │ ├── mono.android.jar
│ │ │ │ └── packaged_resources
│ │ │ ├── com
│ │ │ │ └── companyname
│ │ │ │ └── loginnavigation
│ │ │ │ └── R.java
│ │ │ ├── manifest
│ │ │ │ └── AndroidManifest.xml
│ │ │ ├── src
│ │ │ │ ├── android
│ │ │ │ │ └── support
│ │ │ │ │ ├── design
│ │ │ │ │ │ ├── R.java
│ │ │ │ │ │ └── widget
│ │ │ │ │ │ └── Snackbar_SnackbarActionClickImplementor.java
│ │ │ │ │ ├── transition
│ │ │ │ │ │ └── R.java
│ │ │ │ │ ├── v4
│ │ │ │ │ │ └── R.java
│ │ │ │ │ └── v7
│ │ │ │ │ ├── app
│ │ │ │ │ │ ├── AlertDialog_IDialogInterfaceOnCancelListenerImplementor.java
│ │ │ │ │ │ ├── AlertDialog_IDialogInterfaceOnClickListenerImplementor.java
│ │ │ │ │ │ └── AlertDialog_IDialogInterfaceOnMultiChoiceClickListenerImplementor.java
│ │ │ │ │ ├── appcompat
│ │ │ │ │ │ └── R.java
│ │ │ │ │ ├── cardview
│ │ │ │ │ │ └── R.java
│ │ │ │ │ ├── mediarouter
│ │ │ │ │ │ └── R.java
│ │ │ │ │ ├── recyclerview
│ │ │ │ │ │ └── R.java
│ │ │ │ │ └── widget
│ │ │ │ │ └── Toolbar_NavigationOnClickEventDispatcher.java
│ │ │ │ ├── com
│ │ │ │ │ └── companyname
│ │ │ │ │ └── loginnavigation
│ │ │ │ │ └── R.java
│ │ │ │ ├── md51558244f76c53b6aeda52c8a337f2c37
│ │ │ │ │ ├── AHorizontalScrollView.java
│ │ │ │ │ ├── ActionSheetRenderer.java
│ │ │ │ │ ├── ActivityIndicatorRenderer.java
│ │ │ │ │ ├── AndroidActivity.java
│ │ │ │ │ ├── BaseCellView.java
│ │ │ │ │ ├── BoxRenderer.java
│ │ │ │ │ ├── ButtonDrawable.java
│ │ │ │ │ ├── ButtonRenderer.java
│ │ │ │ │ ├── ButtonRenderer_ButtonClickListener.java
│ │ │ │ │ ├── ButtonRenderer_ButtonTouchListener.java
│ │ │ │ │ ├── CarouselPageAdapter.java
│ │ │ │ │ ├── CarouselPageRenderer.java
│ │ │ │ │ ├── CellAdapter.java
│ │ │ │ │ ├── CellRenderer_RendererHolder.java
│ │ │ │ │ ├── ConditionalFocusLayout.java
│ │ │ │ │ ├── DatePickerRenderer.java
│ │ │ │ │ ├── DatePickerRenderer_TextFieldClickHandler.java
│ │ │ │ │ ├── EditorEditText.java
│ │ │ │ │ ├── EditorRenderer.java
│ │ │ │ │ ├── EntryCellEditText.java
│ │ │ │ │ ├── EntryCellView.java
│ │ │ │ │ ├── EntryEditText.java
│ │ │ │ │ ├── EntryRenderer.java
│ │ │ │ │ ├── FormattedStringExtensions_FontSpan.java
│ │ │ │ │ ├── FormsAppCompatActivity.java
│ │ │ │ │ ├── FormsApplicationActivity.java
│ │ │ │ │ ├── FormsEditText.java
│ │ │ │ │ ├── FormsImageView.java
│ │ │ │ │ ├── FormsSeekBar.java
│ │ │ │ │ ├── FormsTextView.java
│ │ │ │ │ ├── FormsWebChromeClient.java
│ │ │ │ │ ├── FrameRenderer.java
│ │ │ │ │ ├── FrameRenderer_FrameDrawable.java
│ │ │ │ │ ├── GenericAnimatorListener.java
│ │ │ │ │ ├── GenericMenuClickListener.java
│ │ │ │ │ ├── GestureManager_TapAndPanGestureDetector.java
│ │ │ │ │ ├── GroupedListViewAdapter.java
│ │ │ │ │ ├── ImageRenderer.java
│ │ │ │ │ ├── InnerGestureListener.java
│ │ │ │ │ ├── InnerScaleListener.java
│ │ │ │ │ ├── LabelRenderer.java
│ │ │ │ │ ├── ListViewAdapter.java
│ │ │ │ │ ├── ListViewRenderer.java
│ │ │ │ │ ├── ListViewRenderer_Container.java
│ │ │ │ │ ├── LocalizedDigitsKeyListener.java
│ │ │ │ │ ├── MasterDetailContainer.java
│ │ │ │ │ ├── MasterDetailRenderer.java
│ │ │ │ │ ├── NativeViewWrapperRenderer.java
│ │ │ │ │ ├── NavigationMenuRenderer.java
│ │ │ │ │ ├── NavigationMenuRenderer_MenuAdapter.java
│ │ │ │ │ ├── NavigationMenuRenderer_MenuElementView.java
│ │ │ │ │ ├── NavigationRenderer.java
│ │ │ │ │ ├── ObjectJavaBox_1.java
│ │ │ │ │ ├── OpenGLViewRenderer.java
│ │ │ │ │ ├── OpenGLViewRenderer_Renderer.java
│ │ │ │ │ ├── PageContainer.java
│ │ │ │ │ ├── PageExtensions_EmbeddedFragment.java
│ │ │ │ │ ├── PageExtensions_EmbeddedSupportFragment.java
│ │ │ │ │ ├── PageRenderer.java
│ │ │ │ │ ├── PickerRenderer.java
│ │ │ │ │ ├── PickerRenderer_PickerListener.java
│ │ │ │ │ ├── PlatformRenderer.java
│ │ │ │ │ ├── Platform_DefaultRenderer.java
│ │ │ │ │ ├── PowerSaveModeBroadcastReceiver.java
│ │ │ │ │ ├── ProgressBarRenderer.java
│ │ │ │ │ ├── ScrollViewContainer.java
│ │ │ │ │ ├── ScrollViewRenderer.java
│ │ │ │ │ ├── SearchBarRenderer.java
│ │ │ │ │ ├── SliderRenderer.java
│ │ │ │ │ ├── StepperRenderer.java
│ │ │ │ │ ├── StepperRenderer_StepperListener.java
│ │ │ │ │ ├── SwitchCellView.java
│ │ │ │ │ ├── SwitchRenderer.java
│ │ │ │ │ ├── TabbedRenderer.java
│ │ │ │ │ ├── TableViewModelRenderer.java
│ │ │ │ │ ├── TableViewRenderer.java
│ │ │ │ │ ├── TextCellRenderer_TextCellView.java
│ │ │ │ │ ├── TimePickerRenderer.java
│ │ │ │ │ ├── TimePickerRenderer_TimePickerListener.java
│ │ │ │ │ ├── ToolbarButton.java
│ │ │ │ │ ├── ToolbarImageButton.java
│ │ │ │ │ ├── ViewCellRenderer_ViewCellContainer.java
│ │ │ │ │ ├── ViewCellRenderer_ViewCellContainer_LongPressGestureListener.java
│ │ │ │ │ ├── ViewRenderer.java
│ │ │ │ │ ├── ViewRenderer_2.java
│ │ │ │ │ ├── VisualElementRenderer_1.java
│ │ │ │ │ ├── VisualElementTracker_AttachTracker.java
│ │ │ │ │ ├── WebViewRenderer.java
│ │ │ │ │ ├── WebViewRenderer_JavascriptResult.java
│ │ │ │ │ └── WebViewRenderer_WebClient.java
│ │ │ │ ├── md58432a647068b097f9637064b8985a5e0
│ │ │ │ │ ├── ButtonRenderer.java
│ │ │ │ │ ├── ButtonRenderer_ButtonClickListener.java
│ │ │ │ │ ├── ButtonRenderer_ButtonTouchListener.java
│ │ │ │ │ ├── CarouselPageRenderer.java
│ │ │ │ │ ├── FormsFragmentPagerAdapter_1.java
│ │ │ │ │ ├── FormsViewPager.java
│ │ │ │ │ ├── FragmentContainer.java
│ │ │ │ │ ├── FrameRenderer.java
│ │ │ │ │ ├── MasterDetailContainer.java
│ │ │ │ │ ├── MasterDetailPageRenderer.java
│ │ │ │ │ ├── NavigationPageRenderer.java
│ │ │ │ │ ├── NavigationPageRenderer_ClickListener.java
│ │ │ │ │ ├── NavigationPageRenderer_DrawerMultiplexedListener.java
│ │ │ │ │ ├── PickerRenderer.java
│ │ │ │ │ ├── PickerRenderer_PickerListener.java
│ │ │ │ │ ├── Platform_ModalContainer.java
│ │ │ │ │ ├── SwitchRenderer.java
│ │ │ │ │ ├── TabbedPageRenderer.java
│ │ │ │ │ └── ViewRenderer_2.java
│ │ │ │ ├── md5eb2c26367c8920596cbde673b6a87381
│ │ │ │ │ └── MainActivity.java
│ │ │ │ ├── md5f92e0daf340890c9667469657ee2ece8
│ │ │ │ │ ├── ButtonRenderer.java
│ │ │ │ │ ├── FrameRenderer.java
│ │ │ │ │ ├── ImageRenderer.java
│ │ │ │ │ └── LabelRenderer.java
│ │ │ │ └── mono
│ │ │ │ ├── MonoPackageManager.java
│ │ │ │ ├── MonoRuntimeProvider.java
│ │ │ │ └── android
│ │ │ │ ├── app
│ │ │ │ │ ├── ApplicationRegistration.java
│ │ │ │ │ └── NotifyTimeZoneChanges.java
│ │ │ │ └── support
│ │ │ │ ├── design
│ │ │ │ │ └── widget
│ │ │ │ │ ├── AppBarLayout_OnOffsetChangedListenerImplementor.java
│ │ │ │ │ ├── BottomNavigationView_OnNavigationItemReselectedListenerImplementor.java
│ │ │ │ │ ├── BottomNavigationView_OnNavigationItemSelectedListenerImplementor.java
│ │ │ │ │ ├── NavigationView_OnNavigationItemSelectedListenerImplementor.java
│ │ │ │ │ ├── SwipeDismissBehavior_OnDismissListenerImplementor.java
│ │ │ │ │ └── TabLayout_OnTabSelectedListenerImplementor.java
│ │ │ │ ├── transition
│ │ │ │ │ └── Transition_TransitionListenerImplementor.java
│ │ │ │ ├── v4
│ │ │ │ │ ├── app
│ │ │ │ │ │ ├── FragmentManager_OnBackStackChangedListenerImplementor.java
│ │ │ │ │ │ └── SharedElementCallback_OnSharedElementsReadyListenerImplementor.java
│ │ │ │ │ ├── content
│ │ │ │ │ │ ├── Loader_OnLoadCanceledListenerImplementor.java
│ │ │ │ │ │ └── Loader_OnLoadCompleteListenerImplementor.java
│ │ │ │ │ ├── media
│ │ │ │ │ │ └── session
│ │ │ │ │ │ └── MediaSessionCompat_OnActiveChangeListenerImplementor.java
│ │ │ │ │ ├── os
│ │ │ │ │ │ └── CancellationSignal_OnCancelListenerImplementor.java
│ │ │ │ │ ├── view
│ │ │ │ │ │ ├── ActionProvider_SubUiVisibilityListenerImplementor.java
│ │ │ │ │ │ ├── ActionProvider_VisibilityListenerImplementor.java
│ │ │ │ │ │ ├── AsyncLayoutInflater_OnInflateFinishedListenerImplementor.java
│ │ │ │ │ │ ├── MenuItemCompat_OnActionExpandListenerImplementor.java
│ │ │ │ │ │ ├── OnApplyWindowInsetsListenerImplementor.java
│ │ │ │ │ │ ├── ViewPager_OnAdapterChangeListenerImplementor.java
│ │ │ │ │ │ ├── ViewPager_OnPageChangeListenerImplementor.java
│ │ │ │ │ │ ├── ViewPropertyAnimatorListenerImplementor.java
│ │ │ │ │ │ ├── ViewPropertyAnimatorUpdateListenerImplementor.java
│ │ │ │ │ │ └── accessibility
│ │ │ │ │ │ ├── AccessibilityManagerCompat_AccessibilityStateChangeListenerImplementor.java
│ │ │ │ │ │ └── AccessibilityManagerCompat_TouchExplorationStateChangeListenerImplementor.java
│ │ │ │ │ └── widget
│ │ │ │ │ ├── DrawerLayout_DrawerListenerImplementor.java
│ │ │ │ │ ├── NestedScrollView_OnScrollChangeListenerImplementor.java
│ │ │ │ │ ├── SearchViewCompat_OnCloseListenerImplementor.java
│ │ │ │ │ ├── SearchViewCompat_OnQueryTextListenerImplementor.java
│ │ │ │ │ ├── SlidingPaneLayout_PanelSlideListenerImplementor.java
│ │ │ │ │ └── SwipeRefreshLayout_OnRefreshListenerImplementor.java
│ │ │ │ └── v7
│ │ │ │ ├── app
│ │ │ │ │ ├── ActionBar_OnMenuVisibilityListenerImplementor.java
│ │ │ │ │ ├── ActionBar_OnNavigationListenerImplementor.java
│ │ │ │ │ └── ActionBar_TabListenerImplementor.java
│ │ │ │ ├── graphics
│ │ │ │ │ └── Palette_PaletteAsyncListenerImplementor.java
│ │ │ │ ├── media
│ │ │ │ │ └── RemotePlaybackClient_OnMessageReceivedListenerImplementor.java
│ │ │ │ └── widget
│ │ │ │ ├── ActionMenuView_OnMenuItemClickListenerImplementor.java
│ │ │ │ ├── ContentFrameLayout_OnAttachListenerImplementor.java
│ │ │ │ ├── FitWindowsViewGroup_OnFitSystemWindowsListenerImplementor.java
│ │ │ │ ├── MenuItemHoverListenerImplementor.java
│ │ │ │ ├── PopupMenu_OnDismissListenerImplementor.java
│ │ │ │ ├── PopupMenu_OnMenuItemClickListenerImplementor.java
│ │ │ │ ├── RecyclerView_ItemAnimator_ItemAnimatorFinishedListenerImplementor.java
│ │ │ │ ├── RecyclerView_OnChildAttachStateChangeListenerImplementor.java
│ │ │ │ ├── RecyclerView_OnItemTouchListenerImplementor.java
│ │ │ │ ├── RecyclerView_RecyclerListenerImplementor.java
│ │ │ │ ├── SearchView_OnCloseListenerImplementor.java
│ │ │ │ ├── SearchView_OnQueryTextListenerImplementor.java
│ │ │ │ ├── SearchView_OnSuggestionListenerImplementor.java
│ │ │ │ ├── ShareActionProvider_OnShareTargetSelectedListenerImplementor.java
│ │ │ │ ├── Toolbar_OnMenuItemClickListenerImplementor.java
│ │ │ │ └── ViewStubCompat_OnInflateListenerImplementor.java
│ │ │ ├── typemap.jm
│ │ │ └── typemap.mj
│ │ ├── android_debug_keystore.flag
│ │ ├── build.props
│ │ ├── designtime
│ │ │ ├── Resource.Designer.cs
│ │ │ └── libraryprojectimports.cache
│ │ ├── devices.cache
│ │ ├── libraryimports.cache
│ │ ├── libraryprojectimports.cache
│ │ ├── link.flag
│ │ ├── linksrc
│ │ │ ├── FormsViewGroup.dll
│ │ │ ├── FormsViewGroup.dll.mdb
│ │ │ ├── Java.Interop.dll
│ │ │ ├── LoginNavigation.Droid.dll
│ │ │ ├── LoginNavigation.Droid.dll.mdb
│ │ │ ├── LoginNavigation.dll
│ │ │ ├── LoginNavigation.pdb
│ │ │ ├── Mono.Android.dll
│ │ │ ├── Mono.Android.pdb
│ │ │ ├── Mono.Security.dll
│ │ │ ├── Mono.Security.pdb
│ │ │ ├── System.Collections.Concurrent.dll
│ │ │ ├── System.Collections.dll
│ │ │ ├── System.ComponentModel.Composition.dll
│ │ │ ├── System.ComponentModel.Composition.pdb
│ │ │ ├── System.Core.dll
│ │ │ ├── System.Core.pdb
│ │ │ ├── System.Data.dll
│ │ │ ├── System.Data.pdb
│ │ │ ├── System.Diagnostics.Debug.dll
│ │ │ ├── System.Diagnostics.StackTrace.dll
│ │ │ ├── System.Dynamic.Runtime.dll
│ │ │ ├── System.Globalization.Extensions.dll
│ │ │ ├── System.IO.Compression.FileSystem.dll
│ │ │ ├── System.IO.Compression.FileSystem.pdb
│ │ │ ├── System.IO.Compression.dll
│ │ │ ├── System.IO.Compression.pdb
│ │ │ ├── System.Linq.Expressions.dll
│ │ │ ├── System.Linq.dll
│ │ │ ├── System.Net.Http.dll
│ │ │ ├── System.Net.Http.pdb
│ │ │ ├── System.Numerics.dll
│ │ │ ├── System.Numerics.pdb
│ │ │ ├── System.ObjectModel.dll
│ │ │ ├── System.Reflection.Extensions.dll
│ │ │ ├── System.Reflection.Primitives.dll
│ │ │ ├── System.Reflection.dll
│ │ │ ├── System.Runtime.Extensions.dll
│ │ │ ├── System.Runtime.InteropServices.dll
│ │ │ ├── System.Runtime.Serialization.Primitives.dll
│ │ │ ├── System.Runtime.Serialization.Xml.dll
│ │ │ ├── System.Runtime.Serialization.dll
│ │ │ ├── System.Runtime.Serialization.pdb
│ │ │ ├── System.Runtime.dll
│ │ │ ├── System.Security.Cryptography.Algorithms.dll
│ │ │ ├── System.Security.SecureString.dll
│ │ │ ├── System.ServiceModel.Internals.dll
│ │ │ ├── System.ServiceModel.Internals.pdb
│ │ │ ├── System.Threading.dll
│ │ │ ├── System.Transactions.dll
│ │ │ ├── System.Transactions.pdb
│ │ │ ├── System.Web.Services.dll
│ │ │ ├── System.Web.Services.pdb
│ │ │ ├── System.Xml.Linq.dll
│ │ │ ├── System.Xml.Linq.pdb
│ │ │ ├── System.Xml.XPath.XDocument.dll
│ │ │ ├── System.Xml.dll
│ │ │ ├── System.Xml.pdb
│ │ │ ├── System.dll
│ │ │ ├── System.pdb
│ │ │ ├── Xamarin.Android.Support.Animated.Vector.Drawable.dll
│ │ │ ├── Xamarin.Android.Support.Annotations.dll
│ │ │ ├── Xamarin.Android.Support.Compat.dll
│ │ │ ├── Xamarin.Android.Support.Core.UI.dll
│ │ │ ├── Xamarin.Android.Support.Core.Utils.dll
│ │ │ ├── Xamarin.Android.Support.Design.dll
│ │ │ ├── Xamarin.Android.Support.Fragment.dll
│ │ │ ├── Xamarin.Android.Support.Media.Compat.dll
│ │ │ ├── Xamarin.Android.Support.Transition.dll
│ │ │ ├── Xamarin.Android.Support.Vector.Drawable.dll
│ │ │ ├── Xamarin.Android.Support.v4.dll
│ │ │ ├── Xamarin.Android.Support.v7.AppCompat.dll
│ │ │ ├── Xamarin.Android.Support.v7.CardView.dll
│ │ │ ├── Xamarin.Android.Support.v7.MediaRouter.dll
│ │ │ ├── Xamarin.Android.Support.v7.Palette.dll
│ │ │ ├── Xamarin.Android.Support.v7.RecyclerView.dll
│ │ │ ├── Xamarin.Forms.Core.dll
│ │ │ ├── Xamarin.Forms.Core.pdb
│ │ │ ├── Xamarin.Forms.Platform.Android.dll
│ │ │ ├── Xamarin.Forms.Platform.Android.dll.mdb
│ │ │ ├── Xamarin.Forms.Platform.dll
│ │ │ ├── Xamarin.Forms.Xaml.dll
│ │ │ ├── Xamarin.Forms.Xaml.pdb
│ │ │ ├── mscorlib.dll
│ │ │ ├── mscorlib.pdb
│ │ │ └── netstandard.dll
│ │ ├── lp
│ │ │ ├── 0
│ │ │ │ └── jl
│ │ │ │ └── formsviewgroup.jar
│ │ │ ├── 0.stamp
│ │ │ ├── 1.stamp
│ │ │ ├── 10
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── aidl
│ │ │ │ │ └── android
│ │ │ │ │ └── support
│ │ │ │ │ └── v4
│ │ │ │ │ └── media
│ │ │ │ │ ├── MediaDescriptionCompat.aidl
│ │ │ │ │ ├── MediaMetadataCompat.aidl
│ │ │ │ │ ├── RatingCompat.aidl
│ │ │ │ │ └── session
│ │ │ │ │ ├── MediaSessionCompat.aidl
│ │ │ │ │ ├── ParcelableVolumeInfo.aidl
│ │ │ │ │ └── PlaybackStateCompat.aidl
│ │ │ │ └── bin
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── annotations.zip
│ │ │ │ └── classes.jar
│ │ │ ├── 10.stamp
│ │ │ ├── 11
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── R.txt
│ │ │ │ ├── bin
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── R.txt
│ │ │ │ │ └── classes.jar
│ │ │ │ ├── manifest
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ └── res
│ │ │ │ └── values
│ │ │ │ └── values.xml
│ │ │ ├── 11.stamp
│ │ │ ├── 12
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── bin
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ └── classes.jar
│ │ │ │ └── manifest
│ │ │ │ └── AndroidManifest.xml
│ │ │ ├── 12.stamp
│ │ │ ├── 13
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── R.txt
│ │ │ │ ├── bin
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── R.txt
│ │ │ │ │ ├── annotations.zip
│ │ │ │ │ ├── classes.jar
│ │ │ │ │ └── public.txt
│ │ │ │ ├── manifest
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── 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
│ │ │ │ ├── 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_thumb.xml
│ │ │ │ │ ├── abc_tint_switch_track.xml
│ │ │ │ │ ├── switch_thumb_material_dark.xml
│ │ │ │ │ └── switch_thumb_material_light.xml
│ │ │ │ ├── color-v11
│ │ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml
│ │ │ │ │ └── abc_background_cache_hint_selector_material_light.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_thumb.xml
│ │ │ │ │ └── abc_tint_switch_track.xml
│ │ │ │ ├── drawable
│ │ │ │ │ ├── abc_btn_borderless_material.xml
│ │ │ │ │ ├── abc_btn_check_material.xml
│ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ ├── abc_btn_default_mtrl_shape.xml
│ │ │ │ │ ├── abc_btn_radio_material.xml
│ │ │ │ │ ├── abc_cab_background_internal_bg.xml
│ │ │ │ │ ├── abc_cab_background_top_material.xml
│ │ │ │ │ ├── abc_dialog_material_background.xml
│ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ ├── abc_ic_ab_back_material.xml
│ │ │ │ │ ├── abc_ic_arrow_drop_right_black_24dp.xml
│ │ │ │ │ ├── abc_ic_clear_material.xml
│ │ │ │ │ ├── abc_ic_go_search_api_material.xml
│ │ │ │ │ ├── abc_ic_menu_overflow_material.xml
│ │ │ │ │ ├── abc_ic_search_api_material.xml
│ │ │ │ │ ├── abc_ic_voice_search_api_material.xml
│ │ │ │ │ ├── abc_item_background_holo_dark.xml
│ │ │ │ │ ├── abc_item_background_holo_light.xml
│ │ │ │ │ ├── abc_list_selector_background_transition_holo_dark.xml
│ │ │ │ │ ├── abc_list_selector_background_transition_holo_light.xml
│ │ │ │ │ ├── abc_list_selector_holo_dark.xml
│ │ │ │ │ ├── abc_list_selector_holo_light.xml
│ │ │ │ │ ├── abc_ratingbar_indicator_material.xml
│ │ │ │ │ ├── abc_ratingbar_material.xml
│ │ │ │ │ ├── abc_ratingbar_small_material.xml
│ │ │ │ │ ├── abc_seekbar_thumb_material.xml
│ │ │ │ │ ├── abc_seekbar_tick_mark_material.xml
│ │ │ │ │ ├── abc_seekbar_track_material.xml
│ │ │ │ │ ├── abc_spinner_textfield_background_material.xml
│ │ │ │ │ ├── abc_switch_thumb_material.xml
│ │ │ │ │ ├── abc_tab_indicator_material.xml
│ │ │ │ │ ├── abc_text_cursor_material.xml
│ │ │ │ │ ├── abc_textfield_search_material.xml
│ │ │ │ │ ├── abc_vector_test.xml
│ │ │ │ │ ├── notification_bg.xml
│ │ │ │ │ ├── notification_bg_low.xml
│ │ │ │ │ ├── notification_icon_background.xml
│ │ │ │ │ └── notification_tile_bg.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
│ │ │ │ │ ├── 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-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
│ │ │ │ │ ├── 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
│ │ │ │ │ ├── abc_action_bar_item_background_material.xml
│ │ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ │ └── notification_action_background.xml
│ │ │ │ ├── drawable-v23
│ │ │ │ │ └── abc_control_background_material.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
│ │ │ │ │ ├── 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-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
│ │ │ │ ├── layout
│ │ │ │ │ ├── abc_action_bar_title_item.xml
│ │ │ │ │ ├── abc_action_bar_up_container.xml
│ │ │ │ │ ├── abc_action_bar_view_list_nav_layout.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_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
│ │ │ │ │ ├── notification_action.xml
│ │ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ │ ├── notification_template_icon_group.xml
│ │ │ │ │ ├── notification_template_lines_media.xml
│ │ │ │ │ ├── notification_template_media.xml
│ │ │ │ │ ├── notification_template_media_custom.xml
│ │ │ │ │ ├── notification_template_part_chronometer.xml
│ │ │ │ │ ├── notification_template_part_time.xml
│ │ │ │ │ ├── select_dialog_item_material.xml
│ │ │ │ │ ├── select_dialog_multichoice_material.xml
│ │ │ │ │ ├── select_dialog_singlechoice_material.xml
│ │ │ │ │ └── support_simple_spinner_dropdown_item.xml
│ │ │ │ ├── layout-v11
│ │ │ │ │ ├── notification_media_action.xml
│ │ │ │ │ ├── notification_media_cancel_action.xml
│ │ │ │ │ ├── notification_template_big_media.xml
│ │ │ │ │ ├── notification_template_big_media_custom.xml
│ │ │ │ │ ├── notification_template_big_media_narrow.xml
│ │ │ │ │ └── notification_template_big_media_narrow_custom.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-az-rAZ
│ │ │ │ │ └── values-az-rAZ.xml
│ │ │ │ ├── values-b+sr+Latn
│ │ │ │ │ └── values-b+sr+Latn.xml
│ │ │ │ ├── values-be-rBY
│ │ │ │ │ └── values-be-rBY.xml
│ │ │ │ ├── values-bg
│ │ │ │ │ └── values-bg.xml
│ │ │ │ ├── values-bn-rBD
│ │ │ │ │ └── values-bn-rBD.xml
│ │ │ │ ├── values-bs-rBA
│ │ │ │ │ └── values-bs-rBA.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-rGB
│ │ │ │ │ └── values-en-rGB.xml
│ │ │ │ ├── values-en-rIN
│ │ │ │ │ └── values-en-rIN.xml
│ │ │ │ ├── values-es
│ │ │ │ │ └── values-es.xml
│ │ │ │ ├── values-es-rUS
│ │ │ │ │ └── values-es-rUS.xml
│ │ │ │ ├── values-et-rEE
│ │ │ │ │ └── values-et-rEE.xml
│ │ │ │ ├── values-eu-rES
│ │ │ │ │ └── values-eu-rES.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-rES
│ │ │ │ │ └── values-gl-rES.xml
│ │ │ │ ├── values-gu-rIN
│ │ │ │ │ └── values-gu-rIN.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-rAM
│ │ │ │ │ └── values-hy-rAM.xml
│ │ │ │ ├── values-in
│ │ │ │ │ └── values-in.xml
│ │ │ │ ├── values-is-rIS
│ │ │ │ │ └── values-is-rIS.xml
│ │ │ │ ├── values-it
│ │ │ │ │ └── values-it.xml
│ │ │ │ ├── values-iw
│ │ │ │ │ └── values-iw.xml
│ │ │ │ ├── values-ja
│ │ │ │ │ └── values-ja.xml
│ │ │ │ ├── values-ka-rGE
│ │ │ │ │ └── values-ka-rGE.xml
│ │ │ │ ├── values-kk-rKZ
│ │ │ │ │ └── values-kk-rKZ.xml
│ │ │ │ ├── values-km-rKH
│ │ │ │ │ └── values-km-rKH.xml
│ │ │ │ ├── values-kn-rIN
│ │ │ │ │ └── values-kn-rIN.xml
│ │ │ │ ├── values-ko
│ │ │ │ │ └── values-ko.xml
│ │ │ │ ├── values-ky-rKG
│ │ │ │ │ └── values-ky-rKG.xml
│ │ │ │ ├── values-land
│ │ │ │ │ └── values-land.xml
│ │ │ │ ├── values-large-v4
│ │ │ │ │ └── values-large-v4.xml
│ │ │ │ ├── values-ldltr-v21
│ │ │ │ │ └── values-ldltr-v21.xml
│ │ │ │ ├── values-lo-rLA
│ │ │ │ │ └── values-lo-rLA.xml
│ │ │ │ ├── values-lt
│ │ │ │ │ └── values-lt.xml
│ │ │ │ ├── values-lv
│ │ │ │ │ └── values-lv.xml
│ │ │ │ ├── values-mk-rMK
│ │ │ │ │ └── values-mk-rMK.xml
│ │ │ │ ├── values-ml-rIN
│ │ │ │ │ └── values-ml-rIN.xml
│ │ │ │ ├── values-mn-rMN
│ │ │ │ │ └── values-mn-rMN.xml
│ │ │ │ ├── values-mr-rIN
│ │ │ │ │ └── values-mr-rIN.xml
│ │ │ │ ├── values-ms-rMY
│ │ │ │ │ └── values-ms-rMY.xml
│ │ │ │ ├── values-my-rMM
│ │ │ │ │ └── values-my-rMM.xml
│ │ │ │ ├── values-nb
│ │ │ │ │ └── values-nb.xml
│ │ │ │ ├── values-ne-rNP
│ │ │ │ │ └── values-ne-rNP.xml
│ │ │ │ ├── values-night-v8
│ │ │ │ │ └── values-night-v8.xml
│ │ │ │ ├── values-nl
│ │ │ │ │ └── values-nl.xml
│ │ │ │ ├── values-pa-rIN
│ │ │ │ │ └── values-pa-rIN.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-rLK
│ │ │ │ │ └── values-si-rLK.xml
│ │ │ │ ├── values-sk
│ │ │ │ │ └── values-sk.xml
│ │ │ │ ├── values-sl
│ │ │ │ │ └── values-sl.xml
│ │ │ │ ├── values-sq-rAL
│ │ │ │ │ └── values-sq-rAL.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-rIN
│ │ │ │ │ └── values-ta-rIN.xml
│ │ │ │ ├── values-te-rIN
│ │ │ │ │ └── values-te-rIN.xml
│ │ │ │ ├── values-th
│ │ │ │ │ └── values-th.xml
│ │ │ │ ├── values-tl
│ │ │ │ │ └── values-tl.xml
│ │ │ │ ├── values-tr
│ │ │ │ │ └── values-tr.xml
│ │ │ │ ├── values-uk
│ │ │ │ │ └── values-uk.xml
│ │ │ │ ├── values-ur-rPK
│ │ │ │ │ └── values-ur-rPK.xml
│ │ │ │ ├── values-uz-rUZ
│ │ │ │ │ └── values-uz-rUZ.xml
│ │ │ │ ├── values-v11
│ │ │ │ │ └── values-v11.xml
│ │ │ │ ├── values-v12
│ │ │ │ │ └── values-v12.xml
│ │ │ │ ├── values-v13
│ │ │ │ │ └── values-v13.xml
│ │ │ │ ├── values-v14
│ │ │ │ │ └── values-v14.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-vi
│ │ │ │ │ └── values-vi.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
│ │ │ ├── 13.stamp
│ │ │ ├── 14
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── R.txt
│ │ │ │ ├── bin
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── R.txt
│ │ │ │ │ └── classes.jar
│ │ │ │ ├── manifest
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ └── res
│ │ │ │ ├── values
│ │ │ │ │ └── values.xml
│ │ │ │ └── values-v23
│ │ │ │ └── values-v23.xml
│ │ │ ├── 14.stamp
│ │ │ ├── 15
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── R.txt
│ │ │ │ ├── bin
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── R.txt
│ │ │ │ │ ├── annotations.zip
│ │ │ │ │ └── classes.jar
│ │ │ │ ├── manifest
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ └── res
│ │ │ │ ├── drawable
│ │ │ │ │ ├── mr_button_connected_dark.xml
│ │ │ │ │ ├── mr_button_connected_light.xml
│ │ │ │ │ ├── mr_button_connecting_dark.xml
│ │ │ │ │ ├── mr_button_connecting_light.xml
│ │ │ │ │ ├── mr_button_dark.xml
│ │ │ │ │ ├── mr_button_light.xml
│ │ │ │ │ ├── mr_dialog_close_dark.xml
│ │ │ │ │ ├── mr_dialog_close_light.xml
│ │ │ │ │ ├── mr_dialog_material_background_dark.xml
│ │ │ │ │ ├── mr_dialog_material_background_light.xml
│ │ │ │ │ ├── mr_group_collapse.xml
│ │ │ │ │ ├── mr_group_expand.xml
│ │ │ │ │ ├── mr_media_pause_dark.xml
│ │ │ │ │ ├── mr_media_pause_light.xml
│ │ │ │ │ ├── mr_media_play_dark.xml
│ │ │ │ │ ├── mr_media_play_light.xml
│ │ │ │ │ ├── mr_media_stop_dark.xml
│ │ │ │ │ ├── mr_media_stop_light.xml
│ │ │ │ │ ├── mr_vol_type_audiotrack_dark.xml
│ │ │ │ │ └── mr_vol_type_audiotrack_light.xml
│ │ │ │ ├── drawable-hdpi-v4
│ │ │ │ │ ├── ic_audiotrack_dark.png
│ │ │ │ │ ├── ic_audiotrack_light.png
│ │ │ │ │ ├── ic_dialog_close_dark.png
│ │ │ │ │ ├── ic_dialog_close_light.png
│ │ │ │ │ ├── ic_media_pause_dark.png
│ │ │ │ │ ├── ic_media_pause_light.png
│ │ │ │ │ ├── ic_media_play_dark.png
│ │ │ │ │ ├── ic_media_play_light.png
│ │ │ │ │ ├── ic_media_stop_dark.png
│ │ │ │ │ ├── ic_media_stop_light.png
│ │ │ │ │ ├── ic_mr_button_disabled_dark.png
│ │ │ │ │ ├── ic_mr_button_disabled_light.png
│ │ │ │ │ ├── ic_mr_button_disconnected_dark.png
│ │ │ │ │ ├── ic_mr_button_disconnected_light.png
│ │ │ │ │ ├── ic_mr_button_grey.png
│ │ │ │ │ ├── ic_vol_type_speaker_dark.png
│ │ │ │ │ ├── ic_vol_type_speaker_group_dark.png
│ │ │ │ │ ├── ic_vol_type_speaker_group_light.png
│ │ │ │ │ ├── ic_vol_type_speaker_light.png
│ │ │ │ │ ├── ic_vol_type_tv_dark.png
│ │ │ │ │ └── ic_vol_type_tv_light.png
│ │ │ │ ├── drawable-mdpi-v4
│ │ │ │ │ ├── ic_audiotrack_dark.png
│ │ │ │ │ ├── ic_audiotrack_light.png
│ │ │ │ │ ├── ic_dialog_close_dark.png
│ │ │ │ │ ├── ic_dialog_close_light.png
│ │ │ │ │ ├── ic_media_pause_dark.png
│ │ │ │ │ ├── ic_media_pause_light.png
│ │ │ │ │ ├── ic_media_play_dark.png
│ │ │ │ │ ├── ic_media_play_light.png
│ │ │ │ │ ├── ic_media_stop_dark.png
│ │ │ │ │ ├── ic_media_stop_light.png
│ │ │ │ │ ├── ic_mr_button_disabled_dark.png
│ │ │ │ │ ├── ic_mr_button_disabled_light.png
│ │ │ │ │ ├── ic_mr_button_disconnected_dark.png
│ │ │ │ │ ├── ic_mr_button_disconnected_light.png
│ │ │ │ │ ├── ic_mr_button_grey.png
│ │ │ │ │ ├── ic_vol_type_speaker_dark.png
│ │ │ │ │ ├── ic_vol_type_speaker_group_dark.png
│ │ │ │ │ ├── ic_vol_type_speaker_group_light.png
│ │ │ │ │ ├── ic_vol_type_speaker_light.png
│ │ │ │ │ ├── ic_vol_type_tv_dark.png
│ │ │ │ │ └── ic_vol_type_tv_light.png
│ │ │ │ ├── drawable-xhdpi-v4
│ │ │ │ │ ├── ic_audiotrack_dark.png
│ │ │ │ │ ├── ic_audiotrack_light.png
│ │ │ │ │ ├── ic_dialog_close_dark.png
│ │ │ │ │ ├── ic_dialog_close_light.png
│ │ │ │ │ ├── ic_media_pause_dark.png
│ │ │ │ │ ├── ic_media_pause_light.png
│ │ │ │ │ ├── ic_media_play_dark.png
│ │ │ │ │ ├── ic_media_play_light.png
│ │ │ │ │ ├── ic_media_stop_dark.png
│ │ │ │ │ ├── ic_media_stop_light.png
│ │ │ │ │ ├── ic_mr_button_connected_00_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_00_light.png
│ │ │ │ │ ├── ic_mr_button_connected_01_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_01_light.png
│ │ │ │ │ ├── ic_mr_button_connected_02_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_02_light.png
│ │ │ │ │ ├── ic_mr_button_connected_03_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_03_light.png
│ │ │ │ │ ├── ic_mr_button_connected_04_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_04_light.png
│ │ │ │ │ ├── ic_mr_button_connected_05_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_05_light.png
│ │ │ │ │ ├── ic_mr_button_connected_06_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_06_light.png
│ │ │ │ │ ├── ic_mr_button_connected_07_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_07_light.png
│ │ │ │ │ ├── ic_mr_button_connected_08_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_08_light.png
│ │ │ │ │ ├── ic_mr_button_connected_09_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_09_light.png
│ │ │ │ │ ├── ic_mr_button_connected_10_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_10_light.png
│ │ │ │ │ ├── ic_mr_button_connected_11_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_11_light.png
│ │ │ │ │ ├── ic_mr_button_connected_12_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_12_light.png
│ │ │ │ │ ├── ic_mr_button_connected_13_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_13_light.png
│ │ │ │ │ ├── ic_mr_button_connected_14_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_14_light.png
│ │ │ │ │ ├── ic_mr_button_connected_15_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_15_light.png
│ │ │ │ │ ├── ic_mr_button_connected_16_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_16_light.png
│ │ │ │ │ ├── ic_mr_button_connected_17_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_17_light.png
│ │ │ │ │ ├── ic_mr_button_connected_18_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_18_light.png
│ │ │ │ │ ├── ic_mr_button_connected_19_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_19_light.png
│ │ │ │ │ ├── ic_mr_button_connected_20_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_20_light.png
│ │ │ │ │ ├── ic_mr_button_connected_21_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_21_light.png
│ │ │ │ │ ├── ic_mr_button_connected_22_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_22_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_00_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_00_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_01_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_01_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_02_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_02_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_03_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_03_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_04_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_04_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_05_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_05_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_06_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_06_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_07_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_07_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_08_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_08_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_09_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_09_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_10_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_10_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_11_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_11_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_12_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_12_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_13_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_13_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_14_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_14_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_15_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_15_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_16_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_16_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_17_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_17_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_18_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_18_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_19_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_19_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_20_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_20_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_21_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_21_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_22_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_22_light.png
│ │ │ │ │ ├── ic_mr_button_disabled_dark.png
│ │ │ │ │ ├── ic_mr_button_disabled_light.png
│ │ │ │ │ ├── ic_mr_button_disconnected_dark.png
│ │ │ │ │ ├── ic_mr_button_disconnected_light.png
│ │ │ │ │ ├── ic_mr_button_grey.png
│ │ │ │ │ ├── ic_vol_type_speaker_dark.png
│ │ │ │ │ ├── ic_vol_type_speaker_group_dark.png
│ │ │ │ │ ├── ic_vol_type_speaker_group_light.png
│ │ │ │ │ ├── ic_vol_type_speaker_light.png
│ │ │ │ │ ├── ic_vol_type_tv_dark.png
│ │ │ │ │ └── ic_vol_type_tv_light.png
│ │ │ │ ├── drawable-xxhdpi-v4
│ │ │ │ │ ├── ic_audiotrack_dark.png
│ │ │ │ │ ├── ic_audiotrack_light.png
│ │ │ │ │ ├── ic_dialog_close_dark.png
│ │ │ │ │ ├── ic_dialog_close_light.png
│ │ │ │ │ ├── ic_media_pause_dark.png
│ │ │ │ │ ├── ic_media_pause_light.png
│ │ │ │ │ ├── ic_media_play_dark.png
│ │ │ │ │ ├── ic_media_play_light.png
│ │ │ │ │ ├── ic_media_stop_dark.png
│ │ │ │ │ ├── ic_media_stop_light.png
│ │ │ │ │ ├── ic_mr_button_connected_00_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_00_light.png
│ │ │ │ │ ├── ic_mr_button_connected_01_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_01_light.png
│ │ │ │ │ ├── ic_mr_button_connected_02_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_02_light.png
│ │ │ │ │ ├── ic_mr_button_connected_03_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_03_light.png
│ │ │ │ │ ├── ic_mr_button_connected_04_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_04_light.png
│ │ │ │ │ ├── ic_mr_button_connected_05_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_05_light.png
│ │ │ │ │ ├── ic_mr_button_connected_06_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_06_light.png
│ │ │ │ │ ├── ic_mr_button_connected_07_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_07_light.png
│ │ │ │ │ ├── ic_mr_button_connected_08_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_08_light.png
│ │ │ │ │ ├── ic_mr_button_connected_09_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_09_light.png
│ │ │ │ │ ├── ic_mr_button_connected_10_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_10_light.png
│ │ │ │ │ ├── ic_mr_button_connected_11_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_11_light.png
│ │ │ │ │ ├── ic_mr_button_connected_12_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_12_light.png
│ │ │ │ │ ├── ic_mr_button_connected_13_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_13_light.png
│ │ │ │ │ ├── ic_mr_button_connected_14_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_14_light.png
│ │ │ │ │ ├── ic_mr_button_connected_15_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_15_light.png
│ │ │ │ │ ├── ic_mr_button_connected_16_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_16_light.png
│ │ │ │ │ ├── ic_mr_button_connected_17_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_17_light.png
│ │ │ │ │ ├── ic_mr_button_connected_18_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_18_light.png
│ │ │ │ │ ├── ic_mr_button_connected_19_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_19_light.png
│ │ │ │ │ ├── ic_mr_button_connected_20_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_20_light.png
│ │ │ │ │ ├── ic_mr_button_connected_21_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_21_light.png
│ │ │ │ │ ├── ic_mr_button_connected_22_dark.png
│ │ │ │ │ ├── ic_mr_button_connected_22_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_00_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_00_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_01_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_01_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_02_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_02_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_03_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_03_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_04_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_04_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_05_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_05_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_06_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_06_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_07_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_07_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_08_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_08_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_09_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_09_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_10_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_10_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_11_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_11_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_12_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_12_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_13_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_13_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_14_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_14_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_15_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_15_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_16_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_16_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_17_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_17_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_18_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_18_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_19_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_19_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_20_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_20_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_21_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_21_light.png
│ │ │ │ │ ├── ic_mr_button_connecting_22_dark.png
│ │ │ │ │ ├── ic_mr_button_connecting_22_light.png
│ │ │ │ │ ├── ic_mr_button_disabled_dark.png
│ │ │ │ │ ├── ic_mr_button_disabled_light.png
│ │ │ │ │ ├── ic_mr_button_disconnected_dark.png
│ │ │ │ │ ├── ic_mr_button_disconnected_light.png
│ │ │ │ │ ├── ic_mr_button_grey.png
│ │ │ │ │ ├── ic_vol_type_speaker_dark.png
│ │ │ │ │ ├── ic_vol_type_speaker_group_dark.png
│ │ │ │ │ ├── ic_vol_type_speaker_group_light.png
│ │ │ │ │ ├── ic_vol_type_speaker_light.png
│ │ │ │ │ ├── ic_vol_type_tv_dark.png
│ │ │ │ │ └── ic_vol_type_tv_light.png
│ │ │ │ ├── drawable-xxxhdpi-v4
│ │ │ │ │ ├── ic_group_collapse_00.png
│ │ │ │ │ ├── ic_group_collapse_01.png
│ │ │ │ │ ├── ic_group_collapse_02.png
│ │ │ │ │ ├── ic_group_collapse_03.png
│ │ │ │ │ ├── ic_group_collapse_04.png
│ │ │ │ │ ├── ic_group_collapse_05.png
│ │ │ │ │ ├── ic_group_collapse_06.png
│ │ │ │ │ ├── ic_group_collapse_07.png
│ │ │ │ │ ├── ic_group_collapse_08.png
│ │ │ │ │ ├── ic_group_collapse_09.png
│ │ │ │ │ ├── ic_group_collapse_10.png
│ │ │ │ │ ├── ic_group_collapse_11.png
│ │ │ │ │ ├── ic_group_collapse_12.png
│ │ │ │ │ ├── ic_group_collapse_13.png
│ │ │ │ │ ├── ic_group_collapse_14.png
│ │ │ │ │ ├── ic_group_collapse_15.png
│ │ │ │ │ ├── ic_group_expand_00.png
│ │ │ │ │ ├── ic_group_expand_01.png
│ │ │ │ │ ├── ic_group_expand_02.png
│ │ │ │ │ ├── ic_group_expand_03.png
│ │ │ │ │ ├── ic_group_expand_04.png
│ │ │ │ │ ├── ic_group_expand_05.png
│ │ │ │ │ ├── ic_group_expand_06.png
│ │ │ │ │ ├── ic_group_expand_07.png
│ │ │ │ │ ├── ic_group_expand_08.png
│ │ │ │ │ ├── ic_group_expand_09.png
│ │ │ │ │ ├── ic_group_expand_10.png
│ │ │ │ │ ├── ic_group_expand_11.png
│ │ │ │ │ ├── ic_group_expand_12.png
│ │ │ │ │ ├── ic_group_expand_13.png
│ │ │ │ │ ├── ic_group_expand_14.png
│ │ │ │ │ ├── ic_group_expand_15.png
│ │ │ │ │ └── ic_mr_button_grey.png
│ │ │ │ ├── interpolator
│ │ │ │ │ ├── mr_fast_out_slow_in.xml
│ │ │ │ │ └── mr_linear_out_slow_in.xml
│ │ │ │ ├── layout
│ │ │ │ │ ├── mr_chooser_dialog.xml
│ │ │ │ │ ├── mr_chooser_list_item.xml
│ │ │ │ │ ├── mr_controller_material_dialog_b.xml
│ │ │ │ │ ├── mr_controller_volume_item.xml
│ │ │ │ │ ├── mr_playback_control.xml
│ │ │ │ │ └── mr_volume_control.xml
│ │ │ │ ├── values
│ │ │ │ │ └── values.xml
│ │ │ │ ├── values-af
│ │ │ │ │ └── values-af.xml
│ │ │ │ ├── values-am
│ │ │ │ │ └── values-am.xml
│ │ │ │ ├── values-ar
│ │ │ │ │ └── values-ar.xml
│ │ │ │ ├── values-az-rAZ
│ │ │ │ │ └── values-az-rAZ.xml
│ │ │ │ ├── values-b+sr+Latn
│ │ │ │ │ └── values-b+sr+Latn.xml
│ │ │ │ ├── values-be-rBY
│ │ │ │ │ └── values-be-rBY.xml
│ │ │ │ ├── values-bg
│ │ │ │ │ └── values-bg.xml
│ │ │ │ ├── values-bn-rBD
│ │ │ │ │ └── values-bn-rBD.xml
│ │ │ │ ├── values-bs-rBA
│ │ │ │ │ └── values-bs-rBA.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-rGB
│ │ │ │ │ └── values-en-rGB.xml
│ │ │ │ ├── values-en-rIN
│ │ │ │ │ └── values-en-rIN.xml
│ │ │ │ ├── values-es
│ │ │ │ │ └── values-es.xml
│ │ │ │ ├── values-es-rUS
│ │ │ │ │ └── values-es-rUS.xml
│ │ │ │ ├── values-et-rEE
│ │ │ │ │ └── values-et-rEE.xml
│ │ │ │ ├── values-eu-rES
│ │ │ │ │ └── values-eu-rES.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-rES
│ │ │ │ │ └── values-gl-rES.xml
│ │ │ │ ├── values-gu-rIN
│ │ │ │ │ └── values-gu-rIN.xml
│ │ │ │ ├── values-hi
│ │ │ │ │ └── values-hi.xml
│ │ │ │ ├── values-hr
│ │ │ │ │ └── values-hr.xml
│ │ │ │ ├── values-hu
│ │ │ │ │ └── values-hu.xml
│ │ │ │ ├── values-hy-rAM
│ │ │ │ │ └── values-hy-rAM.xml
│ │ │ │ ├── values-in
│ │ │ │ │ └── values-in.xml
│ │ │ │ ├── values-is-rIS
│ │ │ │ │ └── values-is-rIS.xml
│ │ │ │ ├── values-it
│ │ │ │ │ └── values-it.xml
│ │ │ │ ├── values-iw
│ │ │ │ │ └── values-iw.xml
│ │ │ │ ├── values-ja
│ │ │ │ │ └── values-ja.xml
│ │ │ │ ├── values-ka-rGE
│ │ │ │ │ └── values-ka-rGE.xml
│ │ │ │ ├── values-kk-rKZ
│ │ │ │ │ └── values-kk-rKZ.xml
│ │ │ │ ├── values-km-rKH
│ │ │ │ │ └── values-km-rKH.xml
│ │ │ │ ├── values-kn-rIN
│ │ │ │ │ └── values-kn-rIN.xml
│ │ │ │ ├── values-ko
│ │ │ │ │ └── values-ko.xml
│ │ │ │ ├── values-ky-rKG
│ │ │ │ │ └── values-ky-rKG.xml
│ │ │ │ ├── values-land
│ │ │ │ │ └── values-land.xml
│ │ │ │ ├── values-lo-rLA
│ │ │ │ │ └── values-lo-rLA.xml
│ │ │ │ ├── values-lt
│ │ │ │ │ └── values-lt.xml
│ │ │ │ ├── values-lv
│ │ │ │ │ └── values-lv.xml
│ │ │ │ ├── values-mk-rMK
│ │ │ │ │ └── values-mk-rMK.xml
│ │ │ │ ├── values-ml-rIN
│ │ │ │ │ └── values-ml-rIN.xml
│ │ │ │ ├── values-mn-rMN
│ │ │ │ │ └── values-mn-rMN.xml
│ │ │ │ ├── values-mr-rIN
│ │ │ │ │ └── values-mr-rIN.xml
│ │ │ │ ├── values-ms-rMY
│ │ │ │ │ └── values-ms-rMY.xml
│ │ │ │ ├── values-my-rMM
│ │ │ │ │ └── values-my-rMM.xml
│ │ │ │ ├── values-nb
│ │ │ │ │ └── values-nb.xml
│ │ │ │ ├── values-ne-rNP
│ │ │ │ │ └── values-ne-rNP.xml
│ │ │ │ ├── values-nl
│ │ │ │ │ └── values-nl.xml
│ │ │ │ ├── values-pa-rIN
│ │ │ │ │ └── values-pa-rIN.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-rLK
│ │ │ │ │ └── values-si-rLK.xml
│ │ │ │ ├── values-sk
│ │ │ │ │ └── values-sk.xml
│ │ │ │ ├── values-sl
│ │ │ │ │ └── values-sl.xml
│ │ │ │ ├── values-sq-rAL
│ │ │ │ │ └── values-sq-rAL.xml
│ │ │ │ ├── values-sr
│ │ │ │ │ └── values-sr.xml
│ │ │ │ ├── values-sv
│ │ │ │ │ └── values-sv.xml
│ │ │ │ ├── values-sw
│ │ │ │ │ └── values-sw.xml
│ │ │ │ ├── values-sw600dp-v13
│ │ │ │ │ └── values-sw600dp-v13.xml
│ │ │ │ ├── values-sw720dp-v13
│ │ │ │ │ └── values-sw720dp-v13.xml
│ │ │ │ ├── values-ta-rIN
│ │ │ │ │ └── values-ta-rIN.xml
│ │ │ │ ├── values-te-rIN
│ │ │ │ │ └── values-te-rIN.xml
│ │ │ │ ├── values-th
│ │ │ │ │ └── values-th.xml
│ │ │ │ ├── values-tl
│ │ │ │ │ └── values-tl.xml
│ │ │ │ ├── values-tr
│ │ │ │ │ └── values-tr.xml
│ │ │ │ ├── values-uk
│ │ │ │ │ └── values-uk.xml
│ │ │ │ ├── values-ur-rPK
│ │ │ │ │ └── values-ur-rPK.xml
│ │ │ │ ├── values-uz-rUZ
│ │ │ │ │ └── values-uz-rUZ.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
│ │ │ ├── 15.stamp
│ │ │ ├── 16
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ └── bin
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ └── classes.jar
│ │ │ ├── 16.stamp
│ │ │ ├── 17
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── R.txt
│ │ │ │ ├── bin
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── R.txt
│ │ │ │ │ ├── annotations.zip
│ │ │ │ │ ├── classes.jar
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ └── public.txt
│ │ │ │ ├── manifest
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── proguard.txt
│ │ │ │ ├── public.txt
│ │ │ │ └── res
│ │ │ │ └── values
│ │ │ │ └── values.xml
│ │ │ ├── 17.stamp
│ │ │ ├── 18
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ └── bin
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ └── classes.jar
│ │ │ ├── 18.stamp
│ │ │ ├── 19.stamp
│ │ │ ├── 2.stamp
│ │ │ ├── 20.stamp
│ │ │ ├── 21.stamp
│ │ │ ├── 22.stamp
│ │ │ ├── 23.stamp
│ │ │ ├── 3
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── bin
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── classes.jar
│ │ │ │ │ └── proguard.txt
│ │ │ │ └── proguard.txt
│ │ │ ├── 3.stamp
│ │ │ ├── 4
│ │ │ │ └── jl
│ │ │ │ └── support-annotations.jar
│ │ │ ├── 4.stamp
│ │ │ ├── 5
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── aidl
│ │ │ │ │ └── android
│ │ │ │ │ └── support
│ │ │ │ │ └── v4
│ │ │ │ │ └── os
│ │ │ │ │ └── ResultReceiver.aidl
│ │ │ │ └── bin
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── annotations.zip
│ │ │ │ └── classes.jar
│ │ │ ├── 5.stamp
│ │ │ ├── 6
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── bin
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── annotations.zip
│ │ │ │ │ ├── classes.jar
│ │ │ │ │ └── proguard.txt
│ │ │ │ └── proguard.txt
│ │ │ ├── 6.stamp
│ │ │ ├── 7
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ └── bin
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── annotations.zip
│ │ │ │ └── classes.jar
│ │ │ ├── 7.stamp
│ │ │ ├── 8
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── R.txt
│ │ │ │ ├── bin
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ ├── R.txt
│ │ │ │ │ ├── annotations.zip
│ │ │ │ │ ├── classes.jar
│ │ │ │ │ ├── proguard.txt
│ │ │ │ │ └── public.txt
│ │ │ │ ├── manifest
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── proguard.txt
│ │ │ │ ├── public.txt
│ │ │ │ └── res
│ │ │ │ ├── anim
│ │ │ │ │ ├── design_bottom_sheet_slide_in.xml
│ │ │ │ │ ├── design_bottom_sheet_slide_out.xml
│ │ │ │ │ ├── design_fab_in.xml
│ │ │ │ │ ├── design_fab_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-v21
│ │ │ │ │ └── design_appbar_state_list_animator.xml
│ │ │ │ ├── color
│ │ │ │ │ ├── design_error.xml
│ │ │ │ │ └── design_tint_password_toggle.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
│ │ │ │ │ └── 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
│ │ │ │ ├── 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
│ │ │ │ ├── layout-sw600dp-v13
│ │ │ │ │ └── design_layout_snackbar.xml
│ │ │ │ ├── values
│ │ │ │ │ └── values.xml
│ │ │ │ ├── values-land
│ │ │ │ │ └── values-land.xml
│ │ │ │ ├── values-sw600dp-v13
│ │ │ │ │ └── values-sw600dp-v13.xml
│ │ │ │ └── values-v21
│ │ │ │ └── values-v21.xml
│ │ │ ├── 8.stamp
│ │ │ ├── 9
│ │ │ │ └── jl
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ └── bin
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── annotations.zip
│ │ │ │ └── classes.jar
│ │ │ ├── 9.stamp
│ │ │ └── map.cache
│ │ ├── res
│ │ │ ├── drawable
│ │ │ │ └── icon.png
│ │ │ ├── drawable-hdpi
│ │ │ │ └── icon.png
│ │ │ ├── drawable-xhdpi
│ │ │ │ └── icon.png
│ │ │ ├── drawable-xxhdpi
│ │ │ │ └── icon.png
│ │ │ ├── layout
│ │ │ │ ├── tabbar.xml
│ │ │ │ └── toolbar.xml
│ │ │ └── values
│ │ │ ├── colors.xml
│ │ │ └── styles.xml
│ │ ├── resolved_assemblies.txt
│ │ ├── resourcecache
│ │ │ └── designer-resources
│ │ │ ├── F-25-10-47048333c738f7a3
│ │ │ ├── P_6-0-3ol29y3ay4-10_47048333c738f7a3
│ │ │ ├── P_j-0-57gsd8cay4-10_47048333c738f7a3
│ │ │ ├── P_k-0-8p6td8cay4-10_47048333c738f7a3
│ │ │ ├── P_l-0-yiatd8cay4-10_47048333c738f7a3
│ │ │ ├── P_m-0-ue7vd8cay4-10_47048333c738f7a3
│ │ │ ├── P_n-0-w2nce8cay4-10_47048333c738f7a3
│ │ │ ├── P_o-0-c1bfe8cay4-10_47048333c738f7a3
│ │ │ ├── P_p-0-ryqme8cay4-10_47048333c738f7a3
│ │ │ ├── P_q-0-r6n060lay4-10_47048333c738f7a3
│ │ │ ├── P_r-0-qfa160lay4-10_47048333c738f7a3
│ │ │ ├── P_s-0-dzd160lay4-10_47048333c738f7a3
│ │ │ ├── P_t-0-3pe360lay4-10_47048333c738f7a3
│ │ │ ├── P_u-0-qx1m60lay4-10_47048333c738f7a3
│ │ │ ├── P_v-0-zpnn60lay4-10_47048333c738f7a3
│ │ │ └── P_w-0-ry3x60lay4-10_47048333c738f7a3
│ │ ├── resourcepaths.cache
│ │ ├── static.flag
│ │ ├── strip.flag
│ │ └── upload.flag
│ └── project.assets.json
├── LoginNavigation
│ ├── App.cs
│ ├── Constants.cs
│ ├── LoginNavigation.csproj
│ ├── LoginPage.xaml
│ ├── LoginPage.xaml.cs
│ ├── LoginPageCS.cs
│ ├── MRG
│ │ ├── MRGPage.xaml
│ │ ├── MRGPage.xaml.cs
│ │ ├── Scan_MRG_ZJ.xaml
│ │ └── Scan_MRG_ZJ.xaml.cs
│ ├── MainPage.xaml
│ ├── MainPage.xaml.cs
│ ├── MainPageCS.cs
│ ├── Properties
│ │ └── launchSettings.json
│ ├── SignUpPage.xaml
│ ├── SignUpPage.xaml.cs
│ ├── SignUpPageCS.cs
│ ├── User.cs
│ ├── bin
│ │ ├── Debug
│ │ │ └── netstandard2.0
│ │ │ ├── LoginNavigation.deps.json
│ │ │ ├── LoginNavigation.dll
│ │ │ ├── LoginNavigation.pdb
│ │ │ ├── Mono.Android.dll
│ │ │ ├── Mono.Android.pdb
│ │ │ ├── Mono.Android.xml
│ │ │ ├── System.Web.Services.dll
│ │ │ ├── System.Web.Services.pdb
│ │ │ ├── System.Web.Services.xml
│ │ │ ├── TestSevice.dll
│ │ │ └── TestSevice.pdb
│ │ └── Release
│ │ └── netstandard2.0
│ │ ├── LoginNavigation.deps.json
│ │ ├── LoginNavigation.dll
│ │ └── LoginNavigation.pdb
│ └── obj
│ ├── Debug
│ │ └── netstandard2.0
│ │ ├── LoginNavigation.AssemblyInfo.cs
│ │ ├── LoginNavigation.AssemblyInfoInputs.cache
│ │ ├── LoginNavigation.assets.cache
│ │ ├── LoginNavigation.csproj.CopyComplete
│ │ ├── LoginNavigation.csproj.CoreCompileInputs.cache
│ │ ├── LoginNavigation.csproj.FileListAbsolute.txt
│ │ ├── LoginNavigation.csprojAssemblyReference.cache
│ │ ├── LoginNavigation.dll
│ │ ├── LoginNavigation.pdb
│ │ ├── LoginPage.xaml.g.cs
│ │ ├── MRG
│ │ │ ├── LoginPage.xaml.g.cs
│ │ │ ├── MRGPage - 复制.xaml.g.cs
│ │ │ ├── MRGPage.xaml.g.cs
│ │ │ ├── MRGScanDetail.xaml.g.cs
│ │ │ ├── MRGScanMaster.xaml.g.cs
│ │ │ ├── Page1.xaml.g.cs
│ │ │ └── Scan_MRG_ZJ.xaml.g.cs
│ │ ├── MainPage.xaml.g.cs
│ │ ├── SignUpPage.xaml.g.cs
│ │ └── XamlC.stamp
│ ├── LoginNavigation.csproj.nuget.cache
│ ├── LoginNavigation.csproj.nuget.g.props
│ ├── LoginNavigation.csproj.nuget.g.targets
│ ├── Release
│ │ └── netstandard2.0
│ │ ├── LoginNavigation.AssemblyInfo.cs
│ │ ├── LoginNavigation.AssemblyInfoInputs.cache
│ │ ├── LoginNavigation.csproj.CoreCompileInputs.cache
│ │ ├── LoginNavigation.csproj.FileListAbsolute.txt
│ │ ├── LoginNavigation.csprojAssemblyReference.cache
│ │ ├── LoginNavigation.dll
│ │ ├── LoginNavigation.pdb
│ │ ├── LoginPage.xaml.g.cs
│ │ ├── MRG
│ │ │ └── MRGPage.xaml.g.cs
│ │ ├── MainPage.xaml.g.cs
│ │ ├── SignUpPage.xaml.g.cs
│ │ └── XamlC.stamp
│ └── project.assets.json
├── LoginNavigation.sln
├── MRG
│ ├── Assets
│ │ └── AboutAssets.txt
│ ├── MRG.csproj
│ ├── MainActivity.cs
│ ├── Properties
│ │ ├── AndroidManifest.xml
│ │ └── AssemblyInfo.cs
│ ├── Resources
│ │ ├── AboutResources.txt
│ │ ├── Resource.Designer.cs
│ │ ├── drawable
│ │ │ └── Icon.png
│ │ ├── drawable-hdpi
│ │ │ └── Icon.png
│ │ ├── drawable-mdpi
│ │ │ └── Icon.png
│ │ ├── drawable-xhdpi
│ │ │ └── Icon.png
│ │ ├── drawable-xxhdpi
│ │ │ └── Icon.png
│ │ ├── drawable-xxxhdpi
│ │ │ └── Icon.png
│ │ ├── layout
│ │ │ └── main.axml
│ │ ├── values
│ │ │ ├── arrays.xml
│ │ │ ├── colors.xml
│ │ │ ├── dimens.xml
│ │ │ ├── integers.xml
│ │ │ ├── strings.xml
│ │ │ └── styles.xml
│ │ └── values-v21
│ │ └── styles.xml
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── MRG.csproj.CoreCompileInputs.cache
│ │ ├── MRG.csprojAssemblyReference.cache
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── build.props
│ │ ├── designtime
│ │ │ ├── Resource.Designer.cs
│ │ │ └── libraryprojectimports.cache
│ │ └── lp
│ │ ├── 0.stamp
│ │ ├── 1
│ │ │ └── jl
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── bin
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── classes.jar
│ │ │ │ └── proguard.txt
│ │ │ └── proguard.txt
│ │ ├── 1.stamp
│ │ ├── 2
│ │ │ └── jl
│ │ │ └── support-annotations.jar
│ │ ├── 2.stamp
│ │ ├── 3
│ │ │ └── jl
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── aidl
│ │ │ │ └── android
│ │ │ │ └── support
│ │ │ │ └── v4
│ │ │ │ └── os
│ │ │ │ └── ResultReceiver.aidl
│ │ │ └── bin
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── annotations.zip
│ │ │ └── classes.jar
│ │ ├── 3.stamp
│ │ ├── 4
│ │ │ └── jl
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── bin
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── annotations.zip
│ │ │ │ ├── classes.jar
│ │ │ │ └── proguard.txt
│ │ │ └── proguard.txt
│ │ ├── 4.stamp
│ │ ├── 5
│ │ │ └── jl
│ │ │ ├── AndroidManifest.xml
│ │ │ └── bin
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── annotations.zip
│ │ │ └── classes.jar
│ │ ├── 5.stamp
│ │ ├── 6
│ │ │ └── jl
│ │ │ ├── AndroidManifest.xml
│ │ │ └── bin
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── annotations.zip
│ │ │ └── classes.jar
│ │ ├── 6.stamp
│ │ ├── 7
│ │ │ └── jl
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── aidl
│ │ │ │ └── android
│ │ │ │ └── support
│ │ │ │ └── v4
│ │ │ │ └── media
│ │ │ │ ├── MediaDescriptionCompat.aidl
│ │ │ │ ├── MediaMetadataCompat.aidl
│ │ │ │ ├── RatingCompat.aidl
│ │ │ │ └── session
│ │ │ │ ├── MediaSessionCompat.aidl
│ │ │ │ ├── ParcelableVolumeInfo.aidl
│ │ │ │ └── PlaybackStateCompat.aidl
│ │ │ └── bin
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── annotations.zip
│ │ │ └── classes.jar
│ │ ├── 7.stamp
│ │ ├── 8
│ │ │ └── jl
│ │ │ ├── AndroidManifest.xml
│ │ │ ├── R.txt
│ │ │ ├── bin
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ ├── R.txt
│ │ │ │ ├── annotations.zip
│ │ │ │ ├── classes.jar
│ │ │ │ └── public.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
│ │ │ ├── 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_thumb.xml
│ │ │ │ ├── abc_tint_switch_track.xml
│ │ │ │ ├── switch_thumb_material_dark.xml
│ │ │ │ └── switch_thumb_material_light.xml
│ │ │ ├── color-v11
│ │ │ │ ├── abc_background_cache_hint_selector_material_dark.xml
│ │ │ │ └── abc_background_cache_hint_selector_material_light.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_thumb.xml
│ │ │ │ └── abc_tint_switch_track.xml
│ │ │ ├── drawable
│ │ │ │ ├── abc_btn_borderless_material.xml
│ │ │ │ ├── abc_btn_check_material.xml
│ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ ├── abc_btn_default_mtrl_shape.xml
│ │ │ │ ├── abc_btn_radio_material.xml
│ │ │ │ ├── abc_cab_background_internal_bg.xml
│ │ │ │ ├── abc_cab_background_top_material.xml
│ │ │ │ ├── abc_dialog_material_background.xml
│ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ ├── abc_ic_ab_back_material.xml
│ │ │ │ ├── abc_ic_arrow_drop_right_black_24dp.xml
│ │ │ │ ├── abc_ic_clear_material.xml
│ │ │ │ ├── abc_ic_go_search_api_material.xml
│ │ │ │ ├── abc_ic_menu_overflow_material.xml
│ │ │ │ ├── abc_ic_search_api_material.xml
│ │ │ │ ├── abc_ic_voice_search_api_material.xml
│ │ │ │ ├── abc_item_background_holo_dark.xml
│ │ │ │ ├── abc_item_background_holo_light.xml
│ │ │ │ ├── abc_list_selector_background_transition_holo_dark.xml
│ │ │ │ ├── abc_list_selector_background_transition_holo_light.xml
│ │ │ │ ├── abc_list_selector_holo_dark.xml
│ │ │ │ ├── abc_list_selector_holo_light.xml
│ │ │ │ ├── abc_ratingbar_indicator_material.xml
│ │ │ │ ├── abc_ratingbar_material.xml
│ │ │ │ ├── abc_ratingbar_small_material.xml
│ │ │ │ ├── abc_seekbar_thumb_material.xml
│ │ │ │ ├── abc_seekbar_tick_mark_material.xml
│ │ │ │ ├── abc_seekbar_track_material.xml
│ │ │ │ ├── abc_spinner_textfield_background_material.xml
│ │ │ │ ├── abc_switch_thumb_material.xml
│ │ │ │ ├── abc_tab_indicator_material.xml
│ │ │ │ ├── abc_text_cursor_material.xml
│ │ │ │ ├── abc_textfield_search_material.xml
│ │ │ │ ├── abc_vector_test.xml
│ │ │ │ ├── notification_bg.xml
│ │ │ │ ├── notification_bg_low.xml
│ │ │ │ ├── notification_icon_background.xml
│ │ │ │ └── notification_tile_bg.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
│ │ │ │ ├── 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-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
│ │ │ │ ├── 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
│ │ │ │ ├── abc_action_bar_item_background_material.xml
│ │ │ │ ├── abc_btn_colored_material.xml
│ │ │ │ ├── abc_edit_text_material.xml
│ │ │ │ └── notification_action_background.xml
│ │ │ ├── drawable-v23
│ │ │ │ └── abc_control_background_material.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
│ │ │ │ ├── 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-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
│ │ │ ├── layout
│ │ │ │ ├── abc_action_bar_title_item.xml
│ │ │ │ ├── abc_action_bar_up_container.xml
│ │ │ │ ├── abc_action_bar_view_list_nav_layout.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_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
│ │ │ │ ├── notification_action.xml
│ │ │ │ ├── notification_action_tombstone.xml
│ │ │ │ ├── notification_template_custom_big.xml
│ │ │ │ ├── notification_template_icon_group.xml
│ │ │ │ ├── notification_template_lines_media.xml
│ │ │ │ ├── notification_template_media.xml
│ │ │ │ ├── notification_template_media_custom.xml
│ │ │ │ ├── notification_template_part_chronometer.xml
│ │ │ │ ├── notification_template_part_time.xml
│ │ │ │ ├── select_dialog_item_material.xml
│ │ │ │ ├── select_dialog_multichoice_material.xml
│ │ │ │ ├── select_dialog_singlechoice_material.xml
│ │ │ │ └── support_simple_spinner_dropdown_item.xml
│ │ │ ├── layout-v11
│ │ │ │ ├── notification_media_action.xml
│ │ │ │ ├── notification_media_cancel_action.xml
│ │ │ │ ├── notification_template_big_media.xml
│ │ │ │ ├── notification_template_big_media_custom.xml
│ │ │ │ ├── notification_template_big_media_narrow.xml
│ │ │ │ └── notification_template_big_media_narrow_custom.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-az-rAZ
│ │ │ │ └── values-az-rAZ.xml
│ │ │ ├── values-b+sr+Latn
│ │ │ │ └── values-b+sr+Latn.xml
│ │ │ ├── values-be-rBY
│ │ │ │ └── values-be-rBY.xml
│ │ │ ├── values-bg
│ │ │ │ └── values-bg.xml
│ │ │ ├── values-bn-rBD
│ │ │ │ └── values-bn-rBD.xml
│ │ │ ├── values-bs-rBA
│ │ │ │ └── values-bs-rBA.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-rGB
│ │ │ │ └── values-en-rGB.xml
│ │ │ ├── values-en-rIN
│ │ │ │ └── values-en-rIN.xml
│ │ │ ├── values-es
│ │ │ │ └── values-es.xml
│ │ │ ├── values-es-rUS
│ │ │ │ └── values-es-rUS.xml
│ │ │ ├── values-et-rEE
│ │ │ │ └── values-et-rEE.xml
│ │ │ ├── values-eu-rES
│ │ │ │ └── values-eu-rES.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-rES
│ │ │ │ └── values-gl-rES.xml
│ │ │ ├── values-gu-rIN
│ │ │ │ └── values-gu-rIN.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-rAM
│ │ │ │ └── values-hy-rAM.xml
│ │ │ ├── values-in
│ │ │ │ └── values-in.xml
│ │ │ ├── values-is-rIS
│ │ │ │ └── values-is-rIS.xml
│ │ │ ├── values-it
│ │ │ │ └── values-it.xml
│ │ │ ├── values-iw
│ │ │ │ └── values-iw.xml
│ │ │ ├── values-ja
│ │ │ │ └── values-ja.xml
│ │ │ ├── values-ka-rGE
│ │ │ │ └── values-ka-rGE.xml
│ │ │ ├── values-kk-rKZ
│ │ │ │ └── values-kk-rKZ.xml
│ │ │ ├── values-km-rKH
│ │ │ │ └── values-km-rKH.xml
│ │ │ ├── values-kn-rIN
│ │ │ │ └── values-kn-rIN.xml
│ │ │ ├── values-ko
│ │ │ │ └── values-ko.xml
│ │ │ ├── values-ky-rKG
│ │ │ │ └── values-ky-rKG.xml
│ │ │ ├── values-land
│ │ │ │ └── values-land.xml
│ │ │ ├── values-large-v4
│ │ │ │ └── values-large-v4.xml
│ │ │ ├── values-ldltr-v21
│ │ │ │ └── values-ldltr-v21.xml
│ │ │ ├── values-lo-rLA
│ │ │ │ └── values-lo-rLA.xml
│ │ │ ├── values-lt
│ │ │ │ └── values-lt.xml
│ │ │ ├── values-lv
│ │ │ │ └── values-lv.xml
│ │ │ ├── values-mk-rMK
│ │ │ │ └── values-mk-rMK.xml
│ │ │ ├── values-ml-rIN
│ │ │ │ └── values-ml-rIN.xml
│ │ │ ├── values-mn-rMN
│ │ │ │ └── values-mn-rMN.xml
│ │ │ ├── values-mr-rIN
│ │ │ │ └── values-mr-rIN.xml
│ │ │ ├── values-ms-rMY
│ │ │ │ └── values-ms-rMY.xml
│ │ │ ├── values-my-rMM
│ │ │ │ └── values-my-rMM.xml
│ │ │ ├── values-nb
│ │ │ │ └── values-nb.xml
│ │ │ ├── values-ne-rNP
│ │ │ │ └── values-ne-rNP.xml
│ │ │ ├── values-night-v8
│ │ │ │ └── values-night-v8.xml
│ │ │ ├── values-nl
│ │ │ │ └── values-nl.xml
│ │ │ ├── values-pa-rIN
│ │ │ │ └── values-pa-rIN.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-rLK
│ │ │ │ └── values-si-rLK.xml
│ │ │ ├── values-sk
│ │ │ │ └── values-sk.xml
│ │ │ ├── values-sl
│ │ │ │ └── values-sl.xml
│ │ │ ├── values-sq-rAL
│ │ │ │ └── values-sq-rAL.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-rIN
│ │ │ │ └── values-ta-rIN.xml
│ │ │ ├── values-te-rIN
│ │ │ │ └── values-te-rIN.xml
│ │ │ ├── values-th
│ │ │ │ └── values-th.xml
│ │ │ ├── values-tl
│ │ │ │ └── values-tl.xml
│ │ │ ├── values-tr
│ │ │ │ └── values-tr.xml
│ │ │ ├── values-uk
│ │ │ │ └── values-uk.xml
│ │ │ ├── values-ur-rPK
│ │ │ │ └── values-ur-rPK.xml
│ │ │ ├── values-uz-rUZ
│ │ │ │ └── values-uz-rUZ.xml
│ │ │ ├── values-v11
│ │ │ │ └── values-v11.xml
│ │ │ ├── values-v12
│ │ │ │ └── values-v12.xml
│ │ │ ├── values-v13
│ │ │ │ └── values-v13.xml
│ │ │ ├── values-v14
│ │ │ │ └── values-v14.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-vi
│ │ │ │ └── values-vi.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
│ │ ├── 8.stamp
│ │ ├── 9
│ │ │ └── jl
│ │ │ ├── AndroidManifest.xml
│ │ │ └── bin
│ │ │ ├── AndroidManifest.xml
│ │ │ └── classes.jar
│ │ ├── 9.stamp
│ │ └── map.cache
│ └── packages.config
├── Metadata.xml
├── README.md
├── Screenshots
│ ├── 01All.png
│ ├── 01Android.png
│ ├── 01UWP.PNG
│ ├── 01WinPhone.png
│ ├── 01iOS.png
│ ├── 02All.png
│ ├── 02Android.png
│ ├── 02UWP.PNG
│ ├── 02WinPhone.png
│ ├── 02iOS.png
│ ├── 03All.png
│ ├── 03Android.png
│ ├── 03UWP.PNG
│ ├── 03WinPhone.png
│ └── 03iOS.png
├── TestSevice
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Resources
│ │ ├── AboutResources.txt
│ │ ├── Resource.Designer.cs
│ │ └── values
│ │ └── Strings.xml
│ ├── TestSevice.csproj
│ ├── Web References
│ │ └── TestService
│ │ ├── ATG_goodsBean.datasource
│ │ ├── Reference.cs
│ │ ├── Reference.map
│ │ └── symbol.wsdl
│ ├── WebServiceTP.cs
│ ├── bin
│ │ └── Debug
│ │ ├── TestSevice.dll
│ │ └── TestSevice.pdb
│ └── obj
│ ├── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── R.cs.flag
│ │ ├── R.txt
│ │ ├── TempPE
│ │ │ └── Web References.TestService.Reference.cs.dll
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── TestSevice.csproj.CoreCompileInputs.cache
│ │ ├── TestSevice.csproj.FileListAbsolute.txt
│ │ ├── TestSevice.dll
│ │ ├── TestSevice.pdb
│ │ ├── __AndroidLibraryProjects__.zip
│ │ ├── android
│ │ │ └── testsevice
│ │ │ └── testsevice
│ │ │ └── R.java
│ │ ├── build.props
│ │ ├── designtime
│ │ │ ├── Resource.Designer.cs
│ │ │ └── libraryprojectimports.cache
│ │ ├── devices.cache
│ │ ├── jl
│ │ │ ├── __res_name_case_map.txt
│ │ │ └── res
│ │ │ └── values
│ │ │ └── strings.xml
│ │ ├── libraryimports.cache
│ │ ├── libraryprojectimports.cache
│ │ ├── lp
│ │ │ ├── 0.stamp
│ │ │ └── map.cache
│ │ ├── res
│ │ │ └── values
│ │ │ └── strings.xml
│ │ └── resourcepaths.cache
│ ├── TestSevice.csproj.nuget.cache
│ ├── TestSevice.csproj.nuget.g.props
│ ├── TestSevice.csproj.nuget.g.targets
│ └── project.assets.json
├── UWP
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Assets
│ │ ├── LockScreenLogo.scale-200.png
│ │ ├── SplashScreen.scale-200.png
│ │ ├── Square150x150Logo.scale-200.png
│ │ ├── Square44x44Logo.scale-200.png
│ │ ├── Square44x44Logo.targetsize-24_altform-unplated.png
│ │ ├── StoreLogo.png
│ │ └── Wide310x150Logo.scale-200.png
│ ├── LoginNavigation.UWP.csproj
│ ├── MainPage.xaml
│ ├── MainPage.xaml.cs
│ ├── Package.appxmanifest
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── Default.rd.xml
│ └── obj
│ └── x86
│ └── Debug
│ ├── App.g.cs
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── LoginNavigation.UWP.csproj.CoreCompileInputs.cache
│ ├── LoginNavigation.UWP.csproj.FileListAbsolute.txt
│ ├── LoginNavigation.UWP.csprojAssemblyReference.cache
│ ├── MainPage.g.cs
│ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ └── XamlSaveStateFile.xml
├── iOS
│ ├── AppDelegate.cs
│ ├── Entitlements.plist
│ ├── ITunesArtwork
│ ├── ITunesArtwork@2x
│ ├── Info.plist
│ ├── LoginNavigation.iOS.csproj
│ ├── Main.cs
│ ├── Resources
│ │ ├── Default-568h@2x.png
│ │ ├── Default-Portrait.png
│ │ ├── Default-Portrait@2x.png
│ │ ├── Default.png
│ │ ├── Default@2x.png
│ │ ├── Icon-60@2x.png
│ │ ├── Icon-60@3x.png
│ │ ├── Icon-76.png
│ │ ├── Icon-76@2x.png
│ │ ├── Icon-Small-40.png
│ │ ├── Icon-Small-40@2x.png
│ │ ├── Icon-Small-40@3x.png
│ │ ├── Icon-Small.png
│ │ ├── Icon-Small@2x.png
│ │ ├── Icon-Small@3x.png
│ │ └── LaunchScreen.storyboard
│ ├── bin
│ │ └── iPhone
│ │ └── Debug
│ │ ├── LoginNavigation.dll
│ │ ├── LoginNavigation.pdb
│ │ ├── LoginNavigationiOS.exe
│ │ ├── LoginNavigationiOS.pdb
│ │ ├── Xamarin.Forms.Core.dll
│ │ ├── Xamarin.Forms.Core.pdb
│ │ ├── Xamarin.Forms.Platform.dll
│ │ ├── Xamarin.Forms.Platform.iOS.dll
│ │ ├── Xamarin.Forms.Platform.iOS.pdb
│ │ ├── Xamarin.Forms.Xaml.dll
│ │ ├── Xamarin.Forms.Xaml.pdb
│ │ ├── ar
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── ca
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── cs
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── da
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── de
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── el
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── es
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── fi
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── fr
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── he
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── hi
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── hr
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── hu
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── id
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── it
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── ja
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── ko
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── ms
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── nb
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── nl
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── pl
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── pt
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── pt-BR
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── ro
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── ru
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── sk
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── sv
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── th
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── tr
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── uk
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── vi
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── zh-HK
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ ├── zh-Hans
│ │ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ │ └── zh-Hant
│ │ └── Xamarin.Forms.Platform.iOS.resources.dll
│ └── obj
│ ├── LoginNavigation.iOS.csproj.nuget.cache
│ ├── LoginNavigation.iOS.csproj.nuget.g.props
│ ├── LoginNavigation.iOS.csproj.nuget.g.targets
│ ├── iPhone
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── LoginNavigation.iOS.csproj.CopyComplete
│ │ ├── LoginNavigation.iOS.csproj.CoreCompileInputs.cache
│ │ ├── LoginNavigation.iOS.csproj.FileListAbsolute.txt
│ │ ├── LoginNavigation.iOS.csprojAssemblyReference.cache
│ │ ├── LoginNavigationiOS.exe
│ │ ├── LoginNavigationiOS.pdb
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── XamlC.stamp
│ │ ├── actool
│ │ │ ├── _BundleResourceWithLogicalName.items
│ │ │ └── _PartialAppManifest.items
│ │ ├── build-signature
│ │ │ └── signature
│ │ ├── coremlc
│ │ │ ├── _BundleResourceWithLogicalName.items
│ │ │ └── _PartialAppManifest.items
│ │ └── ibtool
│ │ └── _BundleResourceWithLogicalName.items
│ └── project.assets.json
├── packages
│ ├── Xamarin.Android.Support.Animated.Vector.Drawable.25.4.0.2
│ │ ├── THIRD-PARTY-NOTICES.txt
│ │ ├── Xamarin.Android.Support.Animated.Vector.Drawable.25.4.0.2.nupkg
│ │ ├── build
│ │ │ └── MonoAndroid70
│ │ │ └── Xamarin.Android.Support.Animated.Vector.Drawable.targets
│ │ ├── lib
│ │ │ └── MonoAndroid70
│ │ │ └── Xamarin.Android.Support.Animated.Vector.Drawable.dll
│ │ └── proguard
│ │ └── proguard.txt
│ ├── Xamarin.Android.Support.Annotations.25.4.0.2
│ │ ├── THIRD-PARTY-NOTICES.txt
│ │ ├── Xamarin.Android.Support.Annotations.25.4.0.2.nupkg
│ │ └── lib
│ │ └── MonoAndroid70
│ │ └── Xamarin.Android.Support.Annotations.dll
│ ├── Xamarin.Android.Support.Compat.25.4.0.2
│ │ ├── THIRD-PARTY-NOTICES.txt
│ │ ├── Xamarin.Android.Support.Compat.25.4.0.2.nupkg
│ │ ├── build
│ │ │ └── MonoAndroid70
│ │ │ └── Xamarin.Android.Support.Compat.targets
│ │ └── lib
│ │ └── MonoAndroid70
│ │ └── Xamarin.Android.Support.Compat.dll
│ ├── Xamarin.Android.Support.Core.UI.25.4.0.2
│ │ ├── THIRD-PARTY-NOTICES.txt
│ │ ├── Xamarin.Android.Support.Core.UI.25.4.0.2.nupkg
│ │ ├── build
│ │ │ └── MonoAndroid70
│ │ │ └── Xamarin.Android.Support.Core.UI.targets
│ │ ├── lib
│ │ │ └── MonoAndroid70
│ │ │ └── Xamarin.Android.Support.Core.UI.dll
│ │ └── proguard
│ │ └── proguard.txt
│ ├── Xamarin.Android.Support.Core.Utils.25.4.0.2
│ │ ├── THIRD-PARTY-NOTICES.txt
│ │ ├── Xamarin.Android.Support.Core.Utils.25.4.0.2.nupkg
│ │ ├── build
│ │ │ └── MonoAndroid70
│ │ │ └── Xamarin.Android.Support.Core.Utils.targets
│ │ └── lib
│ │ └── MonoAndroid70
│ │ └── Xamarin.Android.Support.Core.Utils.dll
│ ├── Xamarin.Android.Support.Fragment.25.4.0.2
│ │ ├── THIRD-PARTY-NOTICES.txt
│ │ ├── Xamarin.Android.Support.Fragment.25.4.0.2.nupkg
│ │ ├── build
│ │ │ └── MonoAndroid70
│ │ │ └── Xamarin.Android.Support.Fragment.targets
│ │ └── lib
│ │ └── MonoAndroid70
│ │ └── Xamarin.Android.Support.Fragment.dll
│ ├── Xamarin.Android.Support.Media.Compat.25.4.0.2
│ │ ├── THIRD-PARTY-NOTICES.txt
│ │ ├── Xamarin.Android.Support.Media.Compat.25.4.0.2.nupkg
│ │ ├── build
│ │ │ └── MonoAndroid70
│ │ │ └── Xamarin.Android.Support.Media.Compat.targets
│ │ └── lib
│ │ └── MonoAndroid70
│ │ └── Xamarin.Android.Support.Media.Compat.dll
│ ├── Xamarin.Android.Support.Vector.Drawable.25.4.0.2
│ │ ├── THIRD-PARTY-NOTICES.txt
│ │ ├── Xamarin.Android.Support.Vector.Drawable.25.4.0.2.nupkg
│ │ ├── build
│ │ │ └── MonoAndroid70
│ │ │ ├── Xamarin.Android.Support.Tasks.VectorDrawable.dll
│ │ │ └── Xamarin.Android.Support.Vector.Drawable.targets
│ │ └── lib
│ │ └── MonoAndroid70
│ │ └── Xamarin.Android.Support.Vector.Drawable.dll
│ ├── Xamarin.Android.Support.v7.AppCompat.25.4.0.2
│ │ ├── THIRD-PARTY-NOTICES.txt
│ │ ├── Xamarin.Android.Support.v7.AppCompat.25.4.0.2.nupkg
│ │ ├── build
│ │ │ └── MonoAndroid70
│ │ │ └── Xamarin.Android.Support.v7.AppCompat.targets
│ │ └── lib
│ │ └── MonoAndroid70
│ │ └── Xamarin.Android.Support.v7.AppCompat.dll
│ └── Xamarin.Build.Download.0.4.7
│ ├── THIRD-PARTY-NOTICES.txt
│ ├── Xamarin.Build.Download.0.4.7.nupkg
│ └── build
│ ├── Mono.Cecil.dll
│ ├── Newtonsoft.Json.dll
│ ├── System.Net.Http.Formatting.dll
│ ├── Xamarin.Build.Download.dll
│ ├── Xamarin.Build.Download.props
│ └── Xamarin.Build.Download.targets
└── test
├── Properties
│ ├── AssemblyInfo.cs
│ ├── Settings.Designer.cs
│ └── Settings.settings
├── Web References
│ └── TEST
│ ├── ATG_goodsBean.datasource
│ ├── Reference.cs
│ ├── Reference.map
│ ├── symbol.disco
│ └── symbol.wsdl
├── Web.Debug.config
├── Web.Release.config
├── Web.config
├── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── TempPE
│ │ └── Web References.TEST.Reference.cs.dll
│ ├── test.csproj.CoreCompileInputs.cache
│ └── test.csprojAssemblyReference.cache
├── test.csproj
└── test.csproj.user
1180 directories, 4520 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论