<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Removing callout's extra white space on Android in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/removing-callout-s-extra-white-space-on-android/m-p/579235#M3958</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The design requirement has a cornered radius but i don't need the extra space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Nov 2020 10:08:05 GMT</pubDate>
    <dc:creator>HristijanPetrovski</dc:creator>
    <dc:date>2020-11-06T10:08:05Z</dc:date>
    <item>
      <title>Removing callout's extra white space on Android</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/removing-callout-s-extra-white-space-on-android/m-p/579233#M3956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/501858_Screenshot_20200730-174550.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello esri community,&lt;/P&gt;&lt;P&gt;I'm trying to show a callout that needs to be in the same callout window except without the extra white space that I've marked with red.&lt;/P&gt;&lt;P&gt;My implementation is the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;&amp;lt;?&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;xml version&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="1.0" &lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;encoding&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="utf-8"&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;?&amp;gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;resources&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;&amp;gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;    &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;calloutStyle
&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;borderWidth&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="0"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;cornerRadius&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="20"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;leaderLength&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="10"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;padding &lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;= "0"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;margin &lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;= "0"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;leaderPosition&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="LOWER_MIDDLE"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;leaderWidth&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="20" &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;/&amp;gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;resources&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;&amp;lt;?&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;xml version&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="1.0" &lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;encoding&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="utf-8"&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;?&amp;gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;LinearLayout
&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:layout_height&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="wrap_content"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:layout_width&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="wrap_content"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:orientation&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="vertical"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;xmlns:&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="http://schemas.android.com/apk/res/android"&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;&amp;gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;    &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;com.google.android.material.textview.MaterialTextView
&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:background&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="@drawable/title_layout_bg"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:backgroundTint&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="@color/colorPrimary"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:id&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="@+id/title"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:layout_height&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="wrap_content"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:layout_width&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="250dp"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:padding&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="10dp"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:textSize&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="18sp"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:textColor&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="@android:color/white" &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;/&amp;gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;    &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;com.google.android.material.textview.MaterialTextView
&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:id&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="@+id/description"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:layout_height&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="wrap_content"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:layout_marginTop&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="8dp"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:layout_width&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="match_parent"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:padding&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="10dp"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:maxLines&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="2"&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;/&amp;gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;    &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;com.google.android.material.textview.MaterialTextView
&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:layout_gravity&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="end"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:id&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="@+id/readMore"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:layout_height&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="wrap_content"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:layout_marginBottom&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="8dp"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:layout_marginEnd&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="16dp"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:layout_width&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="wrap_content"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:padding&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="5dp"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:text&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="@string/read_more" &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;/&amp;gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;LinearLayout&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa; font-style: italic;"&gt;&amp;gt;
&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;No matter what I do there's always extra white space around the view.&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 00:54:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/removing-callout-s-extra-white-space-on-android/m-p/579233#M3956</guid>
      <dc:creator>HristijanPetrovski</dc:creator>
      <dc:date>2021-12-12T00:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Removing callout's extra white space on Android</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/removing-callout-s-extra-white-space-on-android/m-p/579234#M3957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;Hristijan,&lt;/P&gt;&lt;P&gt;The Callout includes padding equal to the Corner Radius. Reducing the Corner Radius will reduce the empty space.&lt;/P&gt;&lt;P&gt;Hope that helps, Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2020 11:47:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/removing-callout-s-extra-white-space-on-android/m-p/579234#M3957</guid>
      <dc:creator>AlanLucas</dc:creator>
      <dc:date>2020-08-20T11:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Removing callout's extra white space on Android</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/removing-callout-s-extra-white-space-on-android/m-p/579235#M3958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The design requirement has a cornered radius but i don't need the extra space.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2020 10:08:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/removing-callout-s-extra-white-space-on-android/m-p/579235#M3958</guid>
      <dc:creator>HristijanPetrovski</dc:creator>
      <dc:date>2020-11-06T10:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Removing callout's extra white space on Android</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/removing-callout-s-extra-white-space-on-android/m-p/579236#M3959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i reduce the corner radius to 0 and my view is rounded, the edges that are sharp (not rounded) will be visible since they're drawn behind my custom content layout...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2020 10:33:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/removing-callout-s-extra-white-space-on-android/m-p/579236#M3959</guid>
      <dc:creator>HristijanPetrovski</dc:creator>
      <dc:date>2020-11-06T10:33:14Z</dc:date>
    </item>
  </channel>
</rss>

