Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- mysql
- android 효과음
- 자동 생성
- javascript
- 안드로이드 푸쉬
- curl
- 설치
- UML
- chart.js
- PHP
- WebView
- Android
- 우분투
- html5
- not working
- Mail Server
- dovecot
- 자바스크립트
- 안드로이드 gcm
- C# IO
- FCM
- 안드로이드 푸시
- 안드로이드
- php 시큐어코딩
- C#
- xe
- soundpool
- roundcube
- 폼메일
- php 취약점
Archives
- Today
- Total
그러냐
레이아웃 비율 본문
반응형
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:weightSum="1"
android:background="#ffffffff">
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="0.7"
android:background="#ff000000"/>
</LinearLayout>
반응형
'android' 카테고리의 다른 글
컴][안드로이드] 안드로이드에서 구글 맵 API 사용하기 - Google Maps API v2 Key 얻기 (0) | 2016.01.28 |
---|---|
Android ImageView scaleType value (0) | 2016.01.28 |
패키지명 변경시 check list (0) | 2016.01.28 |
[안드로이드] SQLite 데이터베이스 이용하기 (0) | 2016.01.28 |
Action Bar 숨기기 (0) | 2016.01.28 |