2
android:layout_gravity="center"
은 에서처럼 RelativeLayout
에서 동일하게 작동하지 않습니다.RelativeLayout에서 ImageButton과 TextView의 가운데 맞추기
나는 과 TextView
을 모두 RelativeLayout
에 중심에두고 싶습니다. 기본 코드는 xml
입니까? 또한
android:layout_gravity="center"
은 에서처럼 RelativeLayout
에서 동일하게 작동하지 않습니다.RelativeLayout에서 ImageButton과 TextView의 가운데 맞추기
나는 과 TextView
을 모두 RelativeLayout
에 중심에두고 싶습니다. 기본 코드는 xml
입니까? 또한
android:layout_centerHorizontal="true"
:
android:layout_centerInParent
android:layout_centerVertical