From 82e4e18b4d3494f163338e0b276bef014a228aa6 Mon Sep 17 00:00:00 2001 From: Brian Rodriguez Date: Thu, 22 Aug 2024 03:44:07 -0500 Subject: [PATCH] [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 --- .../content/bottom-sheet@Z4Tbd5ClnqCXGPGG09F-G.md | 10 ++++++++++ .../android/content/imageview@A4rtNULX_MoV93IH1Lgqw.md | 7 +++++++ 2 files changed, 17 insertions(+) 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)