«android-linearlayout» 태그된 질문

LinearLayout은 Android의 기본 레이아웃 중 하나입니다. 자식을 가로 또는 세로로 하나씩 정렬합니다.

16
Android보기에서 자주 발생하는 문제, XML 구문 분석 오류 : 바인딩되지 않은 접두사
안드로이드보기에서 자주 문제가 발생 Error parsing XML: unbound prefix on Line 2합니다. <?xml version="1.0" encoding="utf-8"?> <LinearLayout android:orientation="vertical" android:id="@+id/myScrollLayout" android:layout_width="fill_parent" android:layout_height="wrap_content"> <TextView android:layout_height="wrap_content" android:layout_width="fill_parent" android:text="Family" android:id="@+id/Family" android:textSize="16px" android:padding="5px" android:textStyle="bold" android:gravity="center_horizontal"> </TextView> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical" android:scrollbars="vertical"> <LinearLayout android:orientation="vertical" android:id="@+id/myMainLayout" android:layout_width="fill_parent" android:layout_height="wrap_content"> </LinearLayout> </ScrollView> </LinearLayout>

18
안드로이드의 선형 레이아웃 및 무게
나는 항상 안드로이드 문서 에서이 재미있는 무게 값에 대해 읽었습니다. 이제 처음으로 시도하고 싶지만 전혀 작동하지 않습니다. 설명서 에서이 레이아웃을 이해하면 <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal"> <Button android:text="Register" android:id="@+id/register" android:layout_width="wrap_content" android:layout_height="wrap_content" android:padding="10dip" weight="1" /> <Button android:text="Not this time" android:id="@+id/cancel" android:layout_width="wrap_content" android:layout_height="wrap_content" android:padding="10dip" weight="1" /> </LinearLayout> 수평으로 정렬되고 공간을 동일하게 공유하는 두 …

18
안드로이드 linearlayout의 너비에 버튼을 고르게 분배 할 수 있습니까?
3 개의 버튼이 포함 된 선형 레이아웃 (가로 방향)이 있습니다. 3 버튼의 너비가 고정되어 선형 레이아웃의 너비에 고르게 분포되기를 원합니다. linearlayout의 중력을 중앙으로 설정 한 다음 버튼의 패딩을 조정하여이를 관리 할 수 ​​있지만 고정 너비에서는 작동하고 장치 또는 방향을 변경하는 경우에는 작동하지 않습니다. <LinearLayout android:id="@+id/LinearLayout01" android:layout_height="wrap_content" android:orientation="horizontal" android:layout_width="fill_parent" android:gravity="center"> <Button …

9
안드로이드 LinearLayout 그라데이션 배경
LinearLayout에 그라데이션 배경을 적용하는 데 문제가 있습니다. 이것은 내가 읽은 것에서 비교적 간단해야하지만 작동하지 않는 것 같습니다. 참고로 2.1-update1에서 개발 중입니다. header_bg.xml : <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <gradient android:angle="90" android:startColor="#FFFF0000" android:endColor="#FF00FF00" android:type="linear"/> </shape> main_header.xml : <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="50dip" android:orientation="horizontal" android:background="@drawable/header_bg"> </LinearLayout> @ drawable / …


4
ImageView 및 TextView를 포함하는 LinearLayout 대신 복합 드로어 블을 사용하는 방법
내 코드에 대해 새로운 Lint 도구를 실행하십시오. 많은 좋은 제안이 있었지만 이해할 수는 없습니다. 이 태그와 그 하위 요소는 하나의 복합 드로어 블로 대체 될 수 있습니다 문제 : 복합 드로어 블을 사용하여 현재 노드를 TextView로 바꿀 수 있는지 확인합니다. ImageView 및 TextView가 포함 된 LinearLayout은 복합 드로어 블로보다 효율적으로 …


5
선형 레이아웃 안에 내용을 배치하는 방법은 무엇입니까?
ImageView내부를 LinearLayout가로 및 세로 로 가운데에 맞추려고 하지만 할 수 없습니다. 내가 사용하지 않는 주된 이유 RelativeLayout그것을 위해 내가 필요로하기 때문이다 layout_weight(나의 Activity균등하게 분배하고, 다른 화면 폭에도 응답해야한다 네 개의 기둥으로 구성되어, 각 열 갖는 ImageView중심 및 무연 신). 지금까지 내 XML은 다음과 같습니다. <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:background="#000" …

13
Android LinearLayout : LinearLayout 주위에 그림자가있는 테두리 추가
이 LinearLayout의 테두리를 예제와 같이 만들고 싶습니다. 이 예에서 linearLayout 주위의 경계가 모두 동일하지 않음을 알 수 있습니다. XML 드로어 블 파일을 사용하여 어떻게 만들 수 있습니까? 지금은 다음과 같이 LinearLayout 주위에 간단한 테두리 만 만들 수 있습니다. <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <corners android:radius="1dp" android:topRightRadius="0dp" android:bottomRightRadius="0dp" android:bottomLeftRadius="0dp" /> …

8
Android의 ImageButton에 이미지 맞추기
내 활동에 6 개의 ImageButton이 있고 코드를 통해 이미지를 설정했습니다 (xml을 사용하지 않음). 버튼 영역의 75 %를 덮고 싶습니다. 그러나 일부 이미지의 면적이 줄어들면 imageButton에 맞지 않는 이미지도 있습니다. 프로그래밍 방식으로 크기를 조정하고 표시하는 방법은 무엇입니까? 아래는 스크린 샷입니다 아래는 xml 파일입니다 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" …

4
Android : 프로그래밍 방식으로 레이아웃 크기를 설정하는 방법
안드로이드 앱의 일부로 버튼 세트를 만들고 있습니다. 버튼은 중첩 된 LinearLayouts 세트의 일부입니다. 가중치를 사용하여 포함하는 부모 LinearLayout의 크기에 따라 자동으로 크기 조정 세트가 설정되었습니다. 아이디어는 화면의 픽셀 수와 밀도에 따라 포함 레이아웃의 크기를 여러 픽셀로 설정하는 것입니다. 그 변화에 따라 버튼 크기를 조정하십시오. 문제는 레이아웃의 크기를 조정하는 방법입니다. 나는 …


9
LinearLayout으로 화면 하단에 버튼을 넣습니까?
다음 코드가 있는데 3 개의 버튼이 맨 아래에 있도록 어떻게해야합니까? <TextView android:id="@+id/textView1" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="60dp" android:gravity="center" android:text="@string/observer" android:textAppearance="?android:attr/textAppearanceLarge" tools:context=".asdf" android:weight="1" /> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" > <Button android:id="@+id/button1" style="?android:attr/buttonStyleSmall" android:layout_width="145dp" android:layout_height="wrap_content" android:layout_gravity="center_horizontal|center" android:text="1" /> <Button android:id="@+id/button2" style="?android:attr/buttonStyleSmall" android:layout_width="145dp" android:layout_height="wrap_content" android:layout_gravity="center_horizontal|center" android:text="2" /> <Button android:id="@+id/button3" style="?android:attr/buttonStyleSmall" android:layout_width="145dp" android:layout_height="wrap_content" android:layout_gravity="center_horizontal|center" android:text="3" /> …

17
소프트웨어 키보드가 Android의 배경 이미지 크기를 조정합니다
소프트웨어 키보드가 나타날 때마다 배경 이미지의 크기가 조정됩니다. 아래 스크린 샷을 참조하십시오 : 보시다시피, 배경은 일종의 압착입니다. 누구나 배경의 크기를 조정하는 이유를 밝힐 수 있습니까? 내 레이아웃은 다음과 같습니다. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@drawable/page_bg" android:isScrollContainer="false" > <LinearLayout android:layout_height="wrap_content" android:orientation="horizontal" android:layout_width="fill_parent" > <EditText android:id="@+id/CatName" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1" android:inputType="textCapSentences" android:lines="1" /> …

8
Android에서 LinearLayout에 TextView를 추가하는 방법
TextViews코드에서 XML 정의 레이아웃에 추가하려고합니다 . 많은 XML 시트 Views가 정의되어 있습니다. 그러나 코드에 몇 가지 뷰를 추가해야하므로 LinearLayoutxml-sheet에을 만듭니다 . <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:id="@+id/info" android:layout_height="wrap_content" android:orientation="vertical"> </LinearLayout> 그리고이 레이아웃에서는 다음을 추가하고 싶습니다 TextView. View linearLayout = findViewById(R.id.info); //LinearLayout layout = (LinearLayout) findViewById(R.id.info); TextView valueTV = new TextView(this); valueTV.setText("hallo hallo"); …

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.