하이에서보기를 만들 : 자바 안드로이드 I는 다음과 같이 뷰 생성 할 FrameLayout이
을하지만 지금이
이이 내 XML 코드 :
<?xml version="1.0" encoding="utf-8"?>
<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"
tools:context="pl..smok.ui.activity.SettingsActivity">
<FrameLayout
android:id="@+id/top_bar_container"
android:layout_width="match_parent"
android:layout_height="70dp"
android:layout_alignParentTop="true"
android:layout_alignParentLeft="true"
android:layout_alignParentStart="true" />
<LinearLayout
android:id="@+id/change_orieientation_screen"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/top_bar_container"
android:layout_marginTop="10dp"
android:clickable="true">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:text="Zmień orientację ekranu"
android:textSize="20dp" />
</RelativeLayout>
어떻게하면 가운데에 선을 만들 수 있는지 알 수 없으며 인라인 직사각형과 직사각형에 두 개의 imageView가 있습니다.
자산을 얻을 수 있습니다. –
@RakshithKumar 원하는대로 할 수 있습니까? –
괜찮아. 필요 없어. 나는 한동안 전체 UI를 제공 할 것이다. –