<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: simo el filo</title>
    <description>The latest articles on Forem by simo el filo (@elsimoluis).</description>
    <link>https://forem.com/elsimoluis</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F52270%2F2584765b-7e35-434a-98fd-cf8fbe669a04.jpg</url>
      <title>Forem: simo el filo</title>
      <link>https://forem.com/elsimoluis</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/elsimoluis"/>
    <language>en</language>
    <item>
      <title>Option menu checkbox android problem</title>
      <dc:creator>simo el filo</dc:creator>
      <pubDate>Wed, 03 Jan 2018 00:13:31 +0000</pubDate>
      <link>https://forem.com/elsimoluis/option-menu-checkbox-android-problem-5bnh</link>
      <guid>https://forem.com/elsimoluis/option-menu-checkbox-android-problem-5bnh</guid>
      <description>&lt;p&gt;Hi&lt;/p&gt;

&lt;p&gt;I have a problem with the option menu checkable item&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2F39eqwencx5ss9ia90ea1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fthepracticaldev.s3.amazonaws.com%2Fi%2F39eqwencx5ss9ia90ea1.png" alt="Alt illustration of the problem"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I want the checkbox be placed right of title not under it.&lt;/p&gt;

&lt;p&gt;He is my option.xml&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;menu xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"&amp;gt;

    &amp;lt;group android:checkableBehavior="single"&amp;gt;
        &amp;lt;item android:id="@+id/notif"
            android:title="Notification"
            android:checkable = "true"/&amp;gt;
    &amp;lt;/group&amp;gt;
&amp;lt;/menu&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Thanks.&lt;/p&gt;

</description>
      <category>help</category>
    </item>
  </channel>
</rss>
