android studio标题怎么改,如何在Android Studio中将应用标题更改为徽标
試試這個,你可以使用自定義工具欄,為此目的在layout.xml:
android:id="@+id/toolbar_top"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:minHeight="?attr/actionBarSize"
app:layout_collapseMode="parallax"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light" >
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:background="@mipmap/ic_launcher"
android:id="@+id/toolbar_title" />
現在設置工具欄的標題和標志像這樣在onCreate()方法的activity.java文件中: ??
不要忘了在style.xml添加此主題的活動:
或者你可以試試這個,如果你不希望使用自定義工具欄:
ActionBar actionBar = getSupportActionBar()
actionBar.setIcon(R.mipmap.ic_launcher_round); // showing the icon to your action bar
actionBar.setTitle("");//set title to your action bar
總結
以上是生活随笔為你收集整理的android studio标题怎么改,如何在Android Studio中将应用标题更改为徽标的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: c语言在管理系统中的应用,C语言应用——
- 下一篇: html图片查看器工作原理,五分钟了解浏