I need to achieve this effect in the Toolbar:
This is the code I use to call Toolbar :
//...
Toolbar myToolbar = (Toolbar) findViewById(R.id.toolbarMap);
setSupportActionBar(myToolbar);
myToolbar.setTitleTextColor(getResources()....
I have a problem sending text to a TextView, the problem is that the TextView to which I want to send the text is in a Layout that is not loaded in the setContentView ().
This is the nav_header_main from where I try to take the TextView:...
I try to recreate more or less the next image
In the background the fragment of Google Map
Semi-transparent status bar
ActionBar displayed below the status bar
What I find when I put in styles.xml
<item name="android...
I just received an ANR report in the Google Play Console of an app that a user has shown to me using my app.
android.content.res.Resources$NotFoundException: File res/drawable/ic_circular_way.xml from drawable resource ID #0x7f02006a. If the r...
With the departure of new more landscape terminals such as the LG G6 and the Samsung S8, the apps are displayed with a black strip at the top and bottom, how can you adjust that the app expands in its entirety?
Good afternoon, I have a problem when loading the layouts in my Android project.
In the header of "activity_main.xml" I have the following:
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schema...
Hi, I am doing an Android application and I have created a tabLayout where there is 3 tab, and I would like the central tab to have a different color, like Instagram in the first version. I can not find a way to get it. Thanks.
tabLayout = (Ta...
In the header of my NavigationView I created a ImageButton that when you click on it, change the menu that appears in NavigationView . This task works perfectly, but I want that when you press this ImageButton ,...
Looking through the material design design guide , there is a scroll called Flexible space with overlapping content that the ActionBar when expanded is displayed below the content and when scroll is collapsed.
How can this over...