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
- FCM
- html5
- 우분투
- 폼메일
- 자동 생성
- 설치
- not working
- mysql
- UML
- Mail Server
- 안드로이드
- PHP
- dovecot
- curl
- 안드로이드 gcm
- php 시큐어코딩
- 자바스크립트
- php 취약점
- roundcube
- javascript
- C# IO
- soundpool
- C#
- chart.js
- android 효과음
- 안드로이드 푸시
- 안드로이드 푸쉬
- Android
- xe
- WebView
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 |