gpt4 book ai didi

android - Android 3.0 Canary 中不显示预览

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

我已经开始使用最新的 Android Studio 3.0,但我在预览时遇到了问题。它没有在预览选项卡中显示预览。这是我所做的

<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">

<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white">

<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white">

<include
android:id="@+id/activePlanCard"
layout="@layout/layout_item_activated_plan" />

<TextView
android:id="@+id/DashView"
android:layout_width="match_parent"
android:layout_height="10dp"
android:layout_below="@id/activePlanCard"
android:background="@drawable/drw_dash_line" />

<TextView
android:id="@+id/provideAddress"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/DashView"
android:layout_margin="10dp"
android:text="Provide Address Detail :" />
</RelativeLayout>
</ScrollView>
</layout>

非常感谢您在这件事上的帮助

谢谢..

Here I've attached preview ScreenShort

最佳答案

以下更改为我解决了这个问题:

在 styles.xml(app > res > values)中,在基本应用程序主题中 - 在父样式之前添加“base”。

来自:

<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">

收件人:

<style name="AppTheme" parent="Base.Theme.AppCompat.Light.DarkActionBar">

关于android - Android 3.0 Canary 中不显示预览,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44512657/

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