The red frame should not have in my code, but after I updated my Android Studio, it is showed in all of my APPS. please click and see the picture.如何刪除工具欄中的Android設計
如何刪除從我的代碼紅框?它無法在其設計/文字中找到。藍色框的開始代碼:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<EditText
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:id="@+id/activity_login_user_email_edt"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_marginTop="100dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:paddingLeft="35dp"
android:autoText="true"
android:hint="e-mail" />
集活動,以全屏幕 – Sunny
有一個主題選項在XML虛擬設備預覽靠近屏幕方向和選擇設備的頂部。點擊它並選擇Holo.LIght.NoActionBar –
用Holo.LIght.NoActionBar或Holo.LIght.NoActionBar.FullScreen設置活動無用。我曾嘗試過,當我在手機上構建時,仍然有一部分紅框。 – Nola