Toolbar is introduced in Android 5.0 to replace the ActionBar control. It can be highly customized and flexible to use. The official Toolbar must be used in systems above 5.0. If you need to use it in a lower version, you need to use the Toolbar in the support v7 package. Next is the introduction of Toolbar on the official website:
Prerequisites To use ToolBar, you need to hide the ActionBar of the activity. So how to hide it? There are three methods. The following are introduced respectively Method 1: Modify in the res/values/styles.xml file
You can also use the theme without ActionBar directly
Method 2: Modify the theme of the specified activity in the manifest file as follows:
Method 3: Cancel it directly in the code. Before setContentView.
How to use Add the following code in the layout file. The position is not fixed.
title is used to set the title. subtitle is used to set the subtitle. titleTextColor is used to set the title font color. background is used to set the background color. The effect is as follows: These values can also be set dynamically in Java code.
Add Menu To add a menu, we first need to have a menu. Here I choose to create main.xml in res/menu/ to define the menu file. The code is as follows
Below is the code in java file.
Display Icon in Menu After writing this, we will find that the hidden menu does not display the icon, so how do we set it: Just re-do the method: The activity here is AppCompatActivity
The effect is as follows: |
<<: Android development SMS verification code example
>>: How do IT staff manage user application experience in a complex environment?
With the rise of short videos such as Tik Tok, sh...
Why is it that with the same budget, the final re...
In the classic sci-fi movie "The Matrix"...
This is a place your tongue knows better than you...
The landing page is an important part of relation...
There are many varieties of chrysanthemums , beca...
Today I’d like to share with you a wave of second...
Whenever we came out of the bathroom, staggering ...
In fact, most of the Xiaohongshu merchants are mo...
Twitter is one of the largest Internet companies ...
Author: Duan Yuechu and Huang Xianghong There are...
Please add customer service WeChat (Wechat): 1867...
For mobile developers, when an application crashe...
"The BA.5 strain is not only the most contag...
Recently, Xinyang City, Henan Province A young ma...