안드로이드 개발 질문/답변
(글 수 45,052)
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="70px"
android:background="#ffffff"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="20sp"
android:paddingLeft="10dip"
android:paddingTop="20dip"
android:layout_centerVertical="true"
android:textColor="#000000"
android:id="@+id/text"
/>
</LinearLayout>
여기서 텍스트 출력하는데 왜 수직정렬이 안될까여???
그리고 두번째 질문은....staryActivity로 구현을 하면 탭바가 사라지네요...
안사라지게 구현할 수 있는 방법이 있는데...알려주세요~~~~




소스 상으로는 paddingTop 20dip 이거 정도 차이가 있는게 아닐까 생각 합니다.