我是android的完全初学者,如果我的问题太容易,eclipse会原谅我。 我的问题是我在图形布局选项卡中找不到工作区域。每当我尝试将其更改为横向或纵向时,它都会给我一个错误。
这是我的日食:
我想制作这个节目,所以我可以轻松地布局我的应用程序。
我的xml:
<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:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="com.example.androidproject.MainActivity" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello_world" />
</RelativeLayout>