-
Related info: https://github.com/kiwicom/orbit-compose/discussions/329
--------------
List of experimental opt-ins:
ExperimentalMaterial3Api:
- [ ] Slider (custom thumb & track)
- [ ] Selec…
-
I realize that I'm supposed to add PopupPage-inheriting objects to the `PopupNavigation.Instance`. I'm in the process of a very large refactor on my project, and during this refactor I need some popup…
-
Android : 9.0
Device : HTC U11+
"react-native-static-safe-area-insets": "^1.3.4"
Exception in HostObject::get(propName:RNStaticSafeAreaInsets): java.lang.NullPointerException: Attempt to invoke …
-
### 问题描述
https://github.com/user-attachments/assets/1a865f33-f89a-449b-bc1a-f11a6c239d8e
期望不要瞬移。实际上我怀疑是小米的 bug,因为在 HyperOS 1 (Android 14) 好像是没问题的。也有可能是安卓 15 的新行为。
我们可以让弹幕不考虑 window insets 来适配新机。
#…
-
### Description
Small UI bug.
![image](https://github.com/square/leakcanary/assets/932609/19ff163d-5040-4eca-ae00-a718ad0fcee8)
### Steps to Reproduce
Build with targetSDK 35
This w…
-
i am also facing same problem, when i use scroll view with reside menu it does not scroll all up to end of scroll view , please provide me a solution for this problem
-
I have a .net MAUI app published to Play Store, from the Microsoft Appcenter diagnostics I am seeing this exception resulting into crashes in production. I need help to understand why this could be ha…
-
https://android-developers.googleblog.com/2018/07/supporting-display-cutouts-on-edge-to.html
だいぶノッチ有りな端末が増えてきたので確認しておきたいですね。
ステータスバーの高さ決め打ちをやめて `WindowInsets` 見るだけでもだいぶ変わります
-
**Description:**
CollapsingToolbarLayout is listening to window insets and inside the listener calls:
```java
// Consume the insets. This is done so that child views with fitSystemWindows=true do …
-
**Description:**
I put SearchView in a fragment and hide or show the BottomNavigationView according to the state of the searchview. Once I switch to another fragment and back, the TransitionListene…