728x90
<TextView
android:id="@+id/gijun" 기준뷰 정하고
android:layout_width="100dp"
android:layout_height="100dp"
android:layout_centerInParent="true"
android:background="@color/colorPrimaryDark"
/>
<TextView
android:layout_toRightOf="@+id/gijun" //toLeftOf , 오른쪽끝에 맞춰
android:layout_width="100dp"
android:layout_height="100dp"
android:background="@color/colorAccent"
/>
<TextView
android:layout_below="@+id/gijun" //toAboveOf
android:layout_width="100dp"
android:layout_height="100dp"
android:background="@color/colorAccent"
/>
'Front-end > Android (안드로이드 앱 개발)' 카테고리의 다른 글
Android studio : View - LinearLayout 응용 (0) | 2020.01.10 |
---|---|
Android studio : View - FrameLayout , ScrollView (0) | 2020.01.08 |
Android studio : View - LinearLayout (0) | 2020.01.06 |
안드로이드 스튜디오 , JDK 설치 (0) | 2020.01.06 |
Android studio (안드로이드 앱 개발) 메시지 출력하기 Toast.makeText(getApplicationContext(),txt,Toast.LENGTH_SHORT).show(); (0) | 2019.09.01 |
댓글