Sanlorng

Results 26 issues of Sanlorng

**Description:** BottomNavigationView will return incorrect view height after measured **Expected behavior:** BottomNavigationView return the correct view height afater measured **Source code:** ` bottomNavigationView.measure(View.MeasureSpec.UNSPECIFIED, View.MeasureSpec.UNSPECIFIED) view.updatePadding(bottom=bottomNavigationView.measuredHeight) ` **Android API version:** Android...

bug
Widget: BottomNavigation

### Describe the bug when some text selected, and right click selected text, the app will crash and show the error information `0x767487E2 (KernelBase.dll)处(位于 DandanPlay For WinUI 3.exe 中)引发的异常: WinRT...

bug
needs-triage

1. Support open component source code link and sample code link. 2. Support inverse theme in the sample display area. 3. Support sample options and outputs. ![image](https://github.com/Konyaco/compose-fluent-ui/assets/26089739/4e6646ff-0f40-4cbc-a892-43344b131643) 4. Add `TypographyScreen`...

![image](https://github.com/Konyaco/compose-fluent-ui/assets/26089739/43a35887-9077-453f-b139-7489c07c73bb)

- [ ] wasm ![image](https://github.com/Konyaco/compose-fluent-ui/assets/26089739/256f5824-a14c-4e8b-b23b-fc8b14521f7f) ![image](https://github.com/Konyaco/compose-fluent-ui/assets/26089739/80e7e88b-6fc2-4f7a-b7f8-ea3979ce022d) ![image](https://github.com/Konyaco/compose-fluent-ui/assets/26089739/67f80abc-f334-44cf-ac3a-a880f95ad13f) ![image](https://github.com/Konyaco/compose-fluent-ui/assets/26089739/c24baa94-37b9-4011-9f63-00607e46e834)

try the new converter, i tested in my 4k 150% scale monitor, it works fine. no white line in RadioButton, no grey line in Slider.

**Description**: Would you consider supporting an interface for making a transparent title bar? The `Undecorated` parameter cannot be easily implemented into an effect similar to `ExtendContentToTitleBar` in UWP applications which...

enhancement
window management
desktop
undecorated window

## Components 1. `TabRow` 2. `TabItem` Style: 1. InContentArea(default) 2. InTitleBar ## Screenshot ![image](https://github.com/Konyaco/compose-fluent-ui/assets/26089739/9e92ea7b-7c3c-4cd3-b542-f8d1e60a06b0) ![image](https://github.com/Konyaco/compose-fluent-ui/assets/26089739/b574a387-5f94-4128-9212-605f6fa8741d) ## Basic Usage ```Kotlin val selectedKey = remember { mutableIntStateOf(0) } val items = remember...

1. Update `haze` version 2. Update acrylic style parameter reference `figma design file`

## Documentation [Geometry](https://learn.microsoft.com/en-us/windows/apps/design/signature-experiences/geometry) ## Basic Usage ```Kotlin Layer(shape = FluentTheme.shapes.control) ``` ## Advanced Usage ```Kotlin Layer(shape = RoundedCornerShape(topStart = FluentTheme.cornerRadius.overlay)) ``` ## Screenshot ![image](https://github.com/Konyaco/compose-fluent-ui/assets/26089739/6aa23551-7310-48f6-98c7-4136dcf39e43)