gpt4 book ai didi

安卓工作室 : Activity preview does not show title bar

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:58:07 26 4
gpt4 key购买 nike

我知道这个问题已经在 here 之前提出了,但我已经尝试了给出的解决方案,但我没有像设备那样获得完全相同样式的预览外观。

我在 Android 版本 4.2.2 上使用 Samsung Galaxy S3 mini 作为我的设备调试,它完全没有修改,但我不明白为什么,即使我改变了主题,设备看起来仍然一样(与当然在 Activity 中进行了更改)

Activity 的代码就像任何新的空白 Activity 一样

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:paddingBottom="@dimen/activity_vertical_margin" tools:context=".MainActivity">

<TextView android:text="@string/hello_world" android:layout_width="wrap_content"
android:layout_height="wrap_content" />

</RelativeLayout>

预览图是这样的 enter image description here

但设备看起来像这样 enter image description here

PS:我正在学习android,所以我可能会对答案感到困惑

最佳答案

遇到了类似的问题。在我的例子中,它只是设计 View 的配置。在我标记“显示布局装饰”后,它按预期出现。 Show Layout Decorations

关于安卓工作室 : Activity preview does not show title bar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30362607/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com