一卷旌收千骑虏,万全身出百重围。这篇文章主要讲述如何从android API 23和更高版本的操作栏中删除阴影相关的知识,希望能为你提供帮助。
你能告诉我如何从ActionBar中删除阴影吗?
我试过android:elevation
和android:windowContentOverlay
没有一个工作
<
style name="AppTheme" parent="Theme.AppCompat.Light">
<
!-- Customize your theme here. -->
<
item name="colorPrimary">
@color/colorPrimary<
/item>
<
item name="colorPrimaryDark">
@color/colorPrimaryDark<
/item>
<
item name="colorAccent">
@color/colorAccent<
/item>
<
item name="android:elevation">
0dp<
/item>
<
/style>
答案【如何从android API 23和更高版本的操作栏中删除阴影】像这样在xml中尝试app:elevation =“0dp”
<
android.support.design.widget.AppBarLayout
android:id="@+id/appbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:theme="@style/AppTheme.AppBarOverlay"
app:elevation="0dp">
<
android.support.v7.widget.Toolbar
android:id="@+id/toolbar_editprofile"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
app:popupTheme="@style/AppTheme.PopupOverlay">
<
com.hifiveapp.customeview.CustomFontTextView
android:id="@+id/toolbar_title"
style="@style/toolbar_text_style"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="@string/new_story_title" />
<
/android.support.v7.widget.Toolbar>
推荐阅读
- 如何更改Android中的汉堡包图标(导航抽屉)
- 在动作栏android中显示徽标和应用程序名称
- Android棒棒糖中的透明actionBar和statusBar
- Xamarin - 取代操作栏(Android 7.1 - API 25)
- android中的pidstat命令()
- 如何在android中实现视图滑动
- java.lang.NoClassDefFoundError(解析失败:Lcom / google / android / gms / common / internal / zzbp)
- 使用activity方法后,Android应用程序与RabbitMQ断开连接
- Xamarin.Android AndroidEnvironment文件未应用于更改GC Bridge实现