[Add] Docs Android: BottonSheed & ImageView (#6686)

* [Add] Docs Android: BottonSheed & ImageView

* [Add] Docs Android: Update doc ImageView

* Update src/data/roadmaps/android/content/imageview@A4rtNULX_MoV93IH1Lgqw.md

---------

Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
pull/6750/head
Brian Rodriguez 3 months ago committed by GitHub
parent 285dd28ae7
commit 82e4e18b4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      src/data/roadmaps/android/content/bottom-sheet@Z4Tbd5ClnqCXGPGG09F-G.md
  2. 7
      src/data/roadmaps/android/content/imageview@A4rtNULX_MoV93IH1Lgqw.md

@ -0,0 +1,10 @@
# BottomSheet
`Bottom sheets` are surfaces containing supplementary content that are anchored to the bottom of the screen.
There are several attributes that can be used to adjust the behavior of both standard and modal bottom sheets.
Behavior attributes can be applied to standard bottom sheets in xml by setting them on a child View set to `app:layout_behavior` or programmatically.
Visit the following resources to learn more:
- [@article@Android developers: Bottom sheets](https://developer.android.com/reference/com/google/android/material/bottomsheet/BottomSheetDialog)

@ -0,0 +1,7 @@
# ImageView
Displays image resources, for example Bitmap or Drawable resources. ImageView is also commonly used to apply tints to an image and handle image scaling.
Visit the following resources to learn more:
- [@article@Android developers: ImageView](https://developer.android.com/reference/android/widget/ImageView)
Loading…
Cancel
Save