来自XML的UI背景未在Android Studio中正确显示

时间:2017-09-13 19:04:20

标签: android xml layout

我正在开展这个新项目以支持朋友游戏战队。

自从我一直在使用Android Studio以来,这个错误从未发生过,对于一个非母语的英国人来说,谷歌很难搞这个。

每当我为此项目中的布局或任何小部件设置可绘制背景甚至背景颜色时, 他们没有在应用程序中显示!

Background in XML Designer vs. in APP

非常令人沮丧。在调试和Android-Studio中都没有显示错误。我在其他项目中使用相同类型的drawable。

之前有人有这个或有一些建议吗?

PS:ProgressBar没有显示在这里是正确的!

2 个答案:

答案 0 :(得分:1)

有点难以理解这个问题,但让我们看看我是否可以帮助你

尝试在ImageView中设置此Octopus徽标,并将此绿色colocar设置为布局的背景。这样的事情。

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:backgroundTint="YOUR_COLOR">
    <ImageView
        android:id="@+id/icon"
        android:layout_width="match_parent"
        android:layout_height="?attr/actionBarSize"
        android:src="@drawable/nice_octopus"/>
    <LinearLayout
        android:id="@+id/your form"
        android:layout_width="match_parent"
        android:layout_height="match_parent">
        ...

    </LinearLayout>
</LinearLayout>

你能发布你的XML文件吗?它更容易帮助你

答案 1 :(得分:0)

您可以尝试更新工作室,或者您可以只使用这些布局进行Photoshop设置,您可以使用背景图像设置linearlayout并在其中设置editfield ...