{"id":836,"date":"2016-07-21T11:00:22","date_gmt":"2016-07-21T11:00:22","guid":{"rendered":"http:\/\/blog.silverterra.net\/?p=836"},"modified":"2016-07-21T11:00:22","modified_gmt":"2016-07-21T11:00:22","slug":"add-horizontal-line-to-the-activity","status":"publish","type":"post","link":"https:\/\/blog.silverterra.net\/?p=836","title":{"rendered":"add horizontal line to the activity"},"content":{"rendered":"<blockquote><p>Goal: create an easy visual separator element<\/p><\/blockquote>\n<p>Use only one line to create a line&#8230;<\/p>\n<pre data-enlighter-language=\"xml\" class=\"EnlighterJSRAW\">\r\n  &lt;!-- for horizontal line: --&gt;\r\n  &lt;View xmlns:android=&quot;http:\/\/schemas.android.com\/apk\/res\/android&quot; style=&quot;@style\/dialogFragment_horizontal_line&quot; \/&gt;\r\n<\/pre>\n<p>where the <strong>dialogFragment_horizontal_line<\/strong> style is like this:<\/p>\n<pre data-enlighter-language=\"xml\" class=\"EnlighterJSRAW\">\r\n    &lt;style name=&quot;dialogFragment_horizontal_line&quot;&gt;\r\n        &lt;item name=&quot;android:layout_width&quot;&gt;fill_parent&lt;\/item&gt;\r\n        &lt;item name=&quot;android:layout_height&quot;&gt;1dp&lt;\/item&gt;\r\n        &lt;item name=&quot;android:background&quot;&gt;@color\/control_border&lt;\/item&gt;\r\n    &lt;\/style&gt;\r\n<\/pre>\n<blockquote><p>nota bene: the color coming from style as well<\/p><\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>Goal: create an easy visual separator element Use only one line to create a line&#8230; where the dialogFragment_horizontal_line style is like this: nota bene: the color coming from style as well<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18],"tags":[],"class_list":["post-836","post","type-post","status-publish","format-standard","hentry","category-android"],"_links":{"self":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts\/836","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=836"}],"version-history":[{"count":1,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts\/836\/revisions"}],"predecessor-version":[{"id":837,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=\/wp\/v2\/posts\/836\/revisions\/837"}],"wp:attachment":[{"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=836"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=836"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.silverterra.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=836"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}