게시판 즐겨찾기
편집
드래그 앤 드롭으로
즐겨찾기 아이콘 위치 수정이 가능합니다.
[안드로이드 왕초보] 버튼 사이의 빈 공간을 없애고 싶습니다...
게시물ID : programmer_15376짧은주소 복사하기
작성자 : 빙티
추천 : 0
조회수 : 1471회
댓글수 : 1개
등록시간 : 2016/01/09 05:01:44
옵션
  • 본인삭제금지
안녕하세요! 흔한 고3입니다!

제가 안드로이드로 키보드 액티비티를 만들려고 해서
아래와 같이 LinearLayout들로 키보드 버튼들을 만들고
이들을 누르면 TextView에 글자가 써지게 하려고 했습니다.

그래서 아래와 같이 코딩을 했구요...

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?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="fill_parent"
    android:orientation="vertical">
 
    <TextView
        android:id="@+id/textView"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="3"
        android:gravity="center"
        android:text="Large Text"
        android:textAppearance="?android:attr/textAppearanceLarge" />
 
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="1"  >
        <Button
            android:id="@+id/button1"
            android:layout_width="0dp"
            android:layout_weight="1"
            android:layout_height="fill_parent"
            android:text="1" />
 
        <Button
            android:id="@+id/button2"
            android:layout_width="0dp"
            android:layout_weight="1"
            android:layout_height="fill_parent"
            android:text="2" />
        <Button
            android:id="@+id/button3"
            android:layout_width="0dp"
            android:layout_weight="1"
            android:layout_height="fill_parent"
            android:text="3" />
 
       ......
 
    </LinearLayout>
 
    .......
 
</LinearLayout>
cs

결과는 다음과 같이 나왔습니다!

캡처.PNG

손가락으로 누르는 범위가 너무 작아서
저 버튼 사이에 있는 여백을 없애려고 하는데요...
책에서 보던대로 하면, layout_weight를 쓰면 빈 여백이 없어지던데
왜 제 앱에선 안없어지는지 모르겠습니다 ㅠㅠ

정말 왕초보라서 이런것도 모르고 ㅠ 책에서는 "여백 제거"를 위한 별다른 것도 찾을 수 없어서 이렇게 질문드립니다 ㅠㅠ

답변해주시면 정말 감사드리겠습니다!

꼬릿말 보기
전체 추천리스트 보기
새로운 댓글이 없습니다.
새로운 댓글 확인하기
글쓰기
◀뒤로가기
PC버전
맨위로▲
공지 운영 자료창고 청소년보호