diff --git a/src/data/roadmaps/android/content/bottom-sheet@Z4Tbd5ClnqCXGPGG09F-G.md b/src/data/roadmaps/android/content/bottom-sheet@Z4Tbd5ClnqCXGPGG09F-G.md index e69de29bb..077254e2b 100644 --- a/src/data/roadmaps/android/content/bottom-sheet@Z4Tbd5ClnqCXGPGG09F-G.md +++ b/src/data/roadmaps/android/content/bottom-sheet@Z4Tbd5ClnqCXGPGG09F-G.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) diff --git a/src/data/roadmaps/android/content/imageview@A4rtNULX_MoV93IH1Lgqw.md b/src/data/roadmaps/android/content/imageview@A4rtNULX_MoV93IH1Lgqw.md index e69de29bb..e7138a154 100644 --- a/src/data/roadmaps/android/content/imageview@A4rtNULX_MoV93IH1Lgqw.md +++ b/src/data/roadmaps/android/content/imageview@A4rtNULX_MoV93IH1Lgqw.md @@ -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)