{"id":5576,"date":"2021-12-21T14:33:10","date_gmt":"2021-12-21T06:33:10","guid":{"rendered":"http:\/\/xinyiworld.top\/wordpress\/?p=5576"},"modified":"2021-12-21T14:33:10","modified_gmt":"2021-12-21T06:33:10","slug":"%e5%ae%bd%e5%ba%a6%e4%b8%8e%e9%ab%98%e5%ba%a6%e5%b1%9e%e6%80%a7%e7%bb%91%e5%ae%9a%e7%9a%84%e9%97%ae%e9%a2%98","status":"publish","type":"post","link":"http:\/\/xinyiworld.top\/wordpress_it\/?p=5576","title":{"rendered":"\u5bbd\u5ea6\u4e0e\u9ad8\u5ea6\u5c5e\u6027\u7ed1\u5b9a\u7684\u95ee\u9898"},"content":{"rendered":"<p><a class=\"wp-editor-md-post-content-link\" href=\"https:\/\/blog.csdn.net\/zhuhai__yizhi\/article\/details\/52921374\">https:\/\/blog.csdn.net\/zhuhai__yizhi\/article\/details\/52921374<\/a><\/p>\n<p>\u4e00\u3001\u5b9a\u4e49\u7ed1\u5b9a\u89c6\u56fe\u9002\u914d\u5668<\/p>\n<pre><code class=\"language-java line-numbers\">@BindingAdapter(\"android:layout_width\")\npublic static void setLayoutWidth(View view, float width) {\n    ViewGroup.LayoutParams params = view.getLayoutParams();\n    params.height = (int) width;\n    view.setLayoutParams(params);\n}\n\n@BindingAdapter(\"android:layout_height\")\npublic static void setLayoutHeight(View view, float height) {\n    ViewGroup.LayoutParams params = view.getLayoutParams();\n    params.height = (int) height;\n    view.setLayoutParams(params);\n}\n<\/code><\/pre>\n<p>\u4e8c\u3001xml\u7ed1\u5b9a<br \/>\n\u6ce8\u610f\u4e24\u70b9\uff1a1\uff09\u53ea\u80fd\u7ed1\u5b9adimen\u503c  2)\u8981\u7ed1\u5b9adefault\u503c<\/p>\n<pre><code class=\"language-java line-numbers\">        &lt;TextView\n            android:layout_width=\"@{@dimen\/text_width, default=@dimen\/text_width}\"\n            android:layout_height=\"@{@dimen\/text_height, default=@dimen\/text_height}\"\n            android:background=\"#e6e6e6\"\n            android:gravity=\"center\"\n            android:text=\"my girl!\" \/&gt;\n<\/code><\/pre>\n<button class=\"simplefavorite-button\" data-postid=\"5576\" data-siteid=\"1\" data-groupid=\"1\" data-favoritecount=\"0\" style=\"\">\u6536\u85cf <i class=\"sf-icon-star-empty\"><\/i><\/button>","protected":false},"excerpt":{"rendered":"<p>https:\/\/blog.csdn.net\/zhuhai__yizhi\/article\/detail [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[278],"tags":[],"_links":{"self":[{"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/posts\/5576"}],"collection":[{"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5576"}],"version-history":[{"count":1,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/posts\/5576\/revisions"}],"predecessor-version":[{"id":5577,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=\/wp\/v2\/posts\/5576\/revisions\/5577"}],"wp:attachment":[{"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5576"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5576"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/xinyiworld.top\/wordpress_it\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5576"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}