即使更改了xml布局文件中的代码,Android应用程序活动也不会更改

时间:2017-01-12 06:46:18

标签: android xml android-layout

即使更改了xml布局文件中的代码,android应用程序活动也没有改变。我已经在android studio中导入了这个项目我做了所有在网上找到的东西,即

  1. 清理项目
  2. 构建项目
  3. 应用invalidate caches / Restart
  4. 同步项目
  5. xml文件:

    <?xml version="1.0" encoding="utf-8"?>
    
    <LinearLayout 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:orientation="vertical"
    android:paddingBottom="@dimen/activity_vertical_margin"
    android:background="#EB5D2F"
    >
    
    <include layout="@layout/toolbar"/>
    
    </LinearLayout>
    

    但无法解决问题。请帮助我做些什么。

0 个答案:

没有答案