Skip to main content
0 votes
0 answers
21 views

In an activity layout file: <com.google.android.material.appbar.AppBarLayout android:layout_width="match_parent" android:layout_height="wrap_content&...
Hong's user avatar
  • 18.7k
0 votes
0 answers
84 views

Trying to set app toolbar options menu icons color, but they still look black. Setup: Material3 app theme, Android API32. App Theme: <style name="Theme.App" parent="Theme.Material3....
Konstantin Konopko's user avatar
0 votes
1 answer
183 views

I have this working in the java version but I am clearly missing something when I rewrite it in kotlin. I want to use a toolbar rather than the topapp bar. I am using a compose screen (the same as the ...
MunterMan's user avatar
  • 163
0 votes
0 answers
169 views

I am trying to make my MaterialToolbar fill the system bar with its background color. From what I understand, this should work automatically on SDK 35 without any additional actions. However, I’m ...
Tvinkvinter's user avatar
0 votes
0 answers
94 views

I am trying to create a collapsing toolbar in jetpack compose (more like a home page of flipkart with nested scroll.) I have tried many solutions available but not understanding the actual solution. ...
Sumita Das's user avatar
4 votes
1 answer
4k views

I have an app which works great on every device, but I recently updated the target sdk to api 35 and now the toolbar of my app breaks in android api 35 and works fine on every other device upto api 35....
phoenix's user avatar
  • 51
0 votes
1 answer
352 views

Since in Android API 35+ the Edge-to-edge behavior is enforced, I'm trying to implement it in my app Toolbar. This is my current implementation: <androidx.appcompat.widget.Toolbar android:id=&...
Blodhgard's user avatar
  • 9,415
1 vote
1 answer
250 views

I want to create a Top App Bar with a row below it and make it (top bar + row) hide when i scroll down and appear when i scroll up. I want the row be part of the Top App Bar. This is a litte test that ...
Danfb__'s user avatar
  • 387
0 votes
0 answers
41 views

I am trying to implement a CollapsingToolbarLayout inside a Fragment using XML. However, the content inside my CollapsingToolbarLayout is not showing up. I am using AppBarLayout, Toolbar, and ...
Ayush's user avatar
  • 23
0 votes
1 answer
249 views

I'm working on an Android app with one MainActivity and three fragments. I've successfully disabled the back button (Up button) in the toolbar, but it still gets rendered in the toolbar. I want to ...
Valentin Valencia Valencia's user avatar
0 votes
0 answers
71 views

As of now the entire material toolbar is highlighted when the screen is entered but I need only on the navigation icon to receive focus.How can I do this? I tried adding request focus to material ...
sneha's user avatar
  • 1
1 vote
1 answer
87 views

I've made a custom toolbar with a title and functioning popup menu, but I can't seem to get a search menu to show up in the toolbar. The search menu icon doesn't even show in the toolbar for this ...
user23513137's user avatar
0 votes
1 answer
88 views

I have a menu: <?xml version="1.0" encoding="utf-8"?> <menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas....
Иван Жуков's user avatar
-1 votes
1 answer
42 views

As you can see there is not app title like in this image I am very new to Android, and I am learning to make this app with java on android studio. I'll share more info as per your query. I tried ...
Devesh2405's user avatar
1 vote
1 answer
1k views

I'm migrating my Xamarin forms code to .NET MAUI. I need the replacement of the Following code in .NET MAUI: TabLayoutResource = Resource.Layout.Tabbar; ToolbarResource = Resource.Layout....
Judson Abraham's user avatar

15 30 50 per page
1
2 3 4 5
207