Skip to main content
0 votes
0 answers
40 views

I am trying diligently to update my app to API 35 with edge-to-edge support. I've tried to follow the official Android documentation here: https://developer.android.com/develop/ui/views/layout/edge-to-...
Geoff Draper's user avatar
1 vote
0 answers
26 views

Goal: change system navigation bar icon color from black (dark) to white (light) Tried: WindowInsetsControllerCompat(window, window.decorView).isAppearanceLightNavigationBars = false Device: Samsung Z ...
Sam Chen's user avatar
  • 9,138
0 votes
1 answer
60 views

I'm working with Android 15's edge-to-edge enforcement and need clarification on how enableEdgeToEdge() interacts with the windowOptOutEdgeToEdgeEnforcement theme attribute. Setup In my theme: <...
Adam's user avatar
  • 1
0 votes
0 answers
237 views

I have developed MAUI app using Visual Studio 2022 v 17.14.16 and .NET 9 framework. To enable edge to edge I have done this with below code in MainActivity.cs file. protected override void OnCreate(...
BSB's user avatar
  • 277
0 votes
0 answers
105 views

I’m migrating my app to Android SDK 35 and ran into the classical problem of elements being displayed underneath the Status Bar and Navigation Bar. I started using Insets to add padding and it is ...
Leonardo Sibela's user avatar
-1 votes
1 answer
100 views

In a FragmentActivity, I try to set insets to correct the edge to edge appearance of my app. To do this, I copy the following code taken from Edge to edge display in my onCreate function : ...
Zelig's user avatar
  • 1,820
0 votes
1 answer
508 views

I have a question. I would like to disable the edge-to-edge padding in BottomSheetDialogFragment(). I’ve currently done it like this. I should mention that we have to handle onConfigurationChange for ...
Lukas Niemeyer's user avatar
3 votes
0 answers
219 views

I struggle with a edge-to-edge issue and it seems impossible to me. I have the feelings Google devs have forgotten something for this update… Maybe this is just a skill issue from my side. Since ...
JULIEN DUMONT's user avatar
1 vote
1 answer
80 views

The problem is simple : We usually wrap our entire app with a scaffold at topmost parent like this : MyTheme { Scaffold { paddingWithInsets -> MyApp(modifier = Modifier.padding(...
Sevban Bayır's user avatar
0 votes
0 answers
125 views

I have a view which is fully coded in Java public class SurvivorLayout extends RelativeLayout { public SurvivorLayout(Context context, final List<Survivor> list) { super(context); ...
Learn2Code's user avatar
  • 2,320
2 votes
0 answers
206 views

In Android API < 35, when tapping an EditText inside a ScrollView, the system automatically: Kept the cursor visible Resized the view Showed the keyboard without layout glitches Example (pre-API ...
Cheok Yan Cheng's user avatar
1 vote
2 answers
350 views

I am working on edge-to-edge, API 35, for a Material 2, Java Android project. I use the following guideline when performing edge-to-edge setup AppBarLayout = android:fitsSystemWindows="true"...
Cheok Yan Cheng's user avatar
0 votes
0 answers
178 views

I am working on edge-to-edge, API 35, for a Material 2, Java Android project. I use the following guideline when performing edge-to-edge setup AppBarLayout = android:fitsSystemWindows="true"...
Cheok Yan Cheng's user avatar
1 vote
1 answer
63 views

When using the LazyColumn the navigation bar presents a translucent style, when using Box or a Column the navigation bar appears to be opaque, why is this difference? Shouldn't the navigation bar be ...
David's user avatar
  • 4,889
1 vote
1 answer
116 views

This code: public class TestActivity extends Activity { //onCreate EdgeToEdge.enable(this); } produces compiler error Required type: ComponentActivity, Provided: TestActivity ...
A.G.'s user avatar
  • 2,247

15 30 50 per page