{"id":4690,"date":"2017-03-23T13:37:41","date_gmt":"2017-03-23T04:37:41","guid":{"rendered":"http:\/\/www.gisdeveloper.co.kr\/?p=4690"},"modified":"2020-05-28T15:39:58","modified_gmt":"2020-05-28T06:39:58","slug":"relativelayout%ec%9d%98-view-%eb%b0%b0%ec%b9%98","status":"publish","type":"post","link":"http:\/\/www.gisdeveloper.co.kr\/?p=4690","title":{"rendered":"RelativeLayout\uc758 View \ubc30\uce58"},"content":{"rendered":"<p>RelativeLayout\uc744 \uc774\uc6a9\ud574 View\ub97c \ubc30\uce58\ud560 \ub54c, \uc544\ub798\uc640 \uac19\uc740 \ud615\ud0dc\uc758 \ubc30\uce58\uc5d0 \ub300\ud574 \uc815\ub9ac\ub97c \ud574\ubd05\ub2c8\ub2e4.<\/p>\n<p><img decoding=\"async\" src=\"http:\/\/www.gisdeveloper.co.kr\/wp-content\/uploads\/2017\/03\/device-2017-03-23-132247.png\" width=\"400\" class=\"aligncenter size-full wp-image-4694\" \/><\/p>\n<p>\uc989, ID\uac00 layout1\uacfc layout3\uc778 \uc0c1\ub2e8\uacfc \ud558\ub2e8\uc5d0 \ub300\ud55c \ubdf0\uac00 \uc874\uc7ac\ud558\uace0, \uc774 \uc0c1\ub2e8\uacfc \ud558\ub2e8\uc758 \ubdf0\ub97c \uae30\uc900\uc73c\ub85c ID\uac00 layout2\uc778 View\ub97c \ud654\uba74 \uc911\uc559\uc5d0 \uaf49 \ucc44\uc6cc\uc9c0\uac8c \ubc30\uce58\ub97c \ud558\uace0\uc790 \ud558\ub294 \uac83\uc778\ub370\uc694. <\/p>\n<p>\uc774\uc5d0 \ub300\ud55c \ub808\uc774\uc544\uc6c3\uc5d0 \ub300\ud55c xml \ucf54\ub4dc\ub294 \uc544\ub798\uc640 \uac19\uc2b5\ub2c8\ub2e4.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"xml\">\r\n&lt;?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n&lt;RelativeLayout xmlns:android=\"http:\/\/schemas.android.com\/apk\/res\/android\"\r\n    android:layout_width=\"match_parent\"\r\n    android:layout_height=\"match_parent\">\r\n\r\n    <LinearLayout\r\n        android:id=\"@+id\/layout1\"\r\n        android:orientation=\"horizontal\"\r\n        android:layout_width=\"match_parent\"\r\n        android:layout_height=\"wrap_content\">\r\n\r\n        ....    \r\n\r\n    <\/LinearLayout>\r\n\r\n    <LinearLayout\r\n        android:id=\"@+id\/layout2\"\r\n        android:layout_below=\"@id\/layout1\"\r\n        android:layout_above=\"@+id\/layout3\"\r\n        android:orientation=\"vertical\"\r\n        android:layout_width=\"match_parent\"\r\n        android:layout_height=\"match_parent\">\r\n\r\n        ....\r\n\r\n    <\/LinearLayout>\r\n\r\n    <LinearLayout\r\n        android:id=\"@id\/layout3\"\r\n        android:layout_alignParentBottom=\"true\"\r\n        android:orientation=\"horizontal\"\r\n        android:layout_width=\"match_parent\"\r\n        android:layout_height=\"wrap_content\">\r\n\r\n        ....\r\n\r\n    <\/LinearLayout>\r\n\r\n&lt;\/RelativeLayout>\r\n<\/pre>\n<p>\ucd94\ud6c4 \uc774\uc640 \uc720\uc0ac\ud55c UI\ub97c \ub9cc\ub4e4 \ub54c \ucc38\uc870\ud558\uae30 \uc704\ud574 \uc815\ub9ac\ud574 \ub461\ub2c8\ub2e4.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>RelativeLayout\uc744 \uc774\uc6a9\ud574 View\ub97c \ubc30\uce58\ud560 \ub54c, \uc544\ub798\uc640 \uac19\uc740 \ud615\ud0dc\uc758 \ubc30\uce58\uc5d0 \ub300\ud574 \uc815\ub9ac\ub97c \ud574\ubd05\ub2c8\ub2e4. \uc989, ID\uac00 layout1\uacfc layout3\uc778 \uc0c1\ub2e8\uacfc \ud558\ub2e8\uc5d0 \ub300\ud55c \ubdf0\uac00 \uc874\uc7ac\ud558\uace0, \uc774 \uc0c1\ub2e8\uacfc \ud558\ub2e8\uc758 \ubdf0\ub97c \uae30\uc900\uc73c\ub85c ID\uac00 layout2\uc778 View\ub97c \ud654\uba74 \uc911\uc559\uc5d0 \uaf49 \ucc44\uc6cc\uc9c0\uac8c \ubc30\uce58\ub97c \ud558\uace0\uc790 \ud558\ub294 \uac83\uc778\ub370\uc694. \uc774\uc5d0 \ub300\ud55c \ub808\uc774\uc544\uc6c3\uc5d0 \ub300\ud55c xml \ucf54\ub4dc\ub294 \uc544\ub798\uc640 \uac19\uc2b5\ub2c8\ub2e4. &lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?> &lt;RelativeLayout xmlns:android=&#8221;http:\/\/schemas.android.com\/apk\/res\/android&#8221; android:layout_width=&#8221;match_parent&#8221; android:layout_height=&#8221;match_parent&#8221;> &#8230;. &#8230;. &#8230;. &hellip; <\/p>\n<p class=\"link-more\"><a href=\"http:\/\/www.gisdeveloper.co.kr\/?p=4690\" class=\"more-link\">\ub354 \ubcf4\uae30<span class=\"screen-reader-text\"> &#8220;RelativeLayout\uc758 View \ubc30\uce58&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[61],"tags":[],"class_list":["post-4690","post","type-post","status-publish","format-standard","hentry","category-android"],"_links":{"self":[{"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/4690","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4690"}],"version-history":[{"count":8,"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/4690\/revisions"}],"predecessor-version":[{"id":9681,"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/4690\/revisions\/9681"}],"wp:attachment":[{"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4690"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4690"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.gisdeveloper.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4690"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}