【问题标题】:Wierd white line in android start activityandroid启动活动中的奇怪白线
【发布时间】:2021-04-23 01:13:18
【问题描述】:

当我更改主要活动时,开始活动开始出现这条奇怪的线,我如何才能在屏幕顶部显示通常的日期时间、击球手和您希望看到的所有内容?

【问题讨论】:

标签: android android-studio android-layout user-interface user-experience


【解决方案1】:

您可以使用主题设置状态栏颜色。

<resources>
    <!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.AppCompat.Light">
        <item name="colorPrimary">@color/colorPrimary</item>
        <item name="colorPrimaryDark">@color/colorSecondary</item>
        <item name="colorAccent">@color/colorAccent</item>
        <item name="android:statusBarColor">@color/colorPrimary</item>
    </style>
</resources>

请在 xml 文件中检查您的主题。

【讨论】:

    【解决方案2】:

    我犯了一个愚蠢的错误,并在清单中添加了 noactionbar 的属性

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-12-09
      • 1970-01-01
      • 2016-08-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多