<?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: SpaceEffect.TRANSPARENT in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/spaceeffect-transparent/m-p/326329#M2148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The&amp;nbsp;device I am testing is Samsung tab S4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jul 2020 19:40:19 GMT</pubDate>
    <dc:creator>BilalSheikh</dc:creator>
    <dc:date>2020-07-07T19:40:19Z</dc:date>
    <item>
      <title>SpaceEffect.TRANSPARENT</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/spaceeffect-transparent/m-p/326324#M2143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SpaceEffect.TRANSPARENT makes the background instead of transparent. Is there anything I can do to make it transparent instead of black in scenview?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2020 10:51:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/spaceeffect-transparent/m-p/326324#M2143</guid>
      <dc:creator>BilalSheikh</dc:creator>
      <dc:date>2020-07-03T10:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: SpaceEffect.TRANSPARENT</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/spaceeffect-transparent/m-p/326325#M2144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The purpose of&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;SpaceEffect.TRANSPARENT value is for setting the SceneView.setSpaceEffect property.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;It is documented here&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/mapping/view/SceneView.html#getSpaceEffect()" title="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/mapping/view/SceneView.html#getSpaceEffect()" rel="nofollow noopener noreferrer" target="_blank"&gt;SceneView (ArcGIS Runtime SDK for Android 100.8.0)&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I'm going to try to answer your question based on how we designed it to be used, but if this doesn't help please reply explaining (with pictures if it helps) what you are wanting to do.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;It is working as expected, but I need to explain how it works any why.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;We added this to the API for developers wanting to create Augmented Reality (AR) experiences.&amp;nbsp; The transparency is for allowing you to view a video feed behind your scene view.&amp;nbsp; Making AR experiences can be quite complex so keeping this answer simple for the moment, there is an nice easy alternative.&amp;nbsp; We've made a toolkit component which simplifies matters for you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I would start by looking at this sample which demonstrates a fly-over experience which in its current state just uses the device sensors for navigating a scene.&amp;nbsp; In the background the spaceEffect property is set to STARS, but this is exposed via the ARView property renderVideoFeed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-android/tree/master/java/explore-scene-in-flyover-ar" title="https://github.com/Esri/arcgis-runtime-samples-android/tree/master/java/explore-scene-in-flyover-ar" rel="nofollow noopener noreferrer" target="_blank"&gt;Samples code in Git&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #e8bf6a;"&gt;&amp;lt;?&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;xml version&lt;/SPAN&gt;&lt;SPAN style="color: #54b33e;"&gt;="1.0" &lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;encoding&lt;/SPAN&gt;&lt;SPAN style="color: #54b33e;"&gt;="utf-8"&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;?&amp;gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;&amp;lt;com.esri.arcgisruntime.toolkit.ar.ArcGISArView &lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;xmlns:&lt;/SPAN&gt;&lt;SPAN style="color: #ed94ff;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #54b33e;"&gt;="http://schemas.android.com/apk/res/android"
&lt;/SPAN&gt;&lt;SPAN style="color: #54b33e;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;xmlns:&lt;/SPAN&gt;&lt;SPAN style="color: #ed94ff;"&gt;app&lt;/SPAN&gt;&lt;SPAN style="color: #54b33e;"&gt;="http://schemas.android.com/apk/res-auto"
&lt;/SPAN&gt;&lt;SPAN style="color: #54b33e;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;xmlns:&lt;/SPAN&gt;&lt;SPAN style="color: #ed94ff;"&gt;tools&lt;/SPAN&gt;&lt;SPAN style="color: #54b33e;"&gt;="http://schemas.android.com/tools"
&lt;/SPAN&gt;&lt;SPAN style="color: #54b33e;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #ed94ff;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;:id&lt;/SPAN&gt;&lt;SPAN style="color: #54b33e;"&gt;="@+id/arView"
&lt;/SPAN&gt;&lt;SPAN style="color: #54b33e;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #ed94ff;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;:layout_width&lt;/SPAN&gt;&lt;SPAN style="color: #54b33e;"&gt;="match_parent"
&lt;/SPAN&gt;&lt;SPAN style="color: #54b33e;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #ed94ff;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;:layout_height&lt;/SPAN&gt;&lt;SPAN style="color: #54b33e;"&gt;="match_parent"
&lt;/SPAN&gt;&lt;SPAN style="color: #54b33e;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #ed94ff;"&gt;tools&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;:context&lt;/SPAN&gt;&lt;SPAN style="color: #54b33e;"&gt;=".MainActivity"
&lt;/SPAN&gt;&lt;SPAN style="color: #54b33e;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #ed94ff;"&gt;app&lt;/SPAN&gt;&lt;SPAN style="color: #ffffff;"&gt;:renderVideoFeed&lt;/SPAN&gt;&lt;SPAN style="color: #54b33e;"&gt;="false" &lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;So if you modify the activity XML in the sample and set the renderVideoFeed property to true, you will view the video feed as in the background we've set the spaceEffect property to TRANSPARENT.&amp;nbsp; When you move your device around you will see the video feed rendered behind your data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;This is what it looked like when I ran it on my phone earlier.&amp;nbsp; With the transparency you see the light behind my desk.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/498848_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;There is also a sample which has the video feed set up already, but you need to ensure you have the local data side-loaded on your device.&amp;nbsp;&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-samples-android/tree/master/java/display-scene-in-tabletop-ar" title="https://github.com/Esri/arcgis-runtime-samples-android/tree/master/java/display-scene-in-tabletop-ar" rel="nofollow noopener noreferrer" target="_blank"&gt;See table top AR sample code&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;All of the toolkit components are open source so you can see how it works internally if you are interested in how it works.&amp;nbsp; This code shows how we use the renderVideoFeed property to set the transparency:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-toolkit-android/blob/master/arcgis-android-toolkit/src/main/java/com/esri/arcgisruntime/toolkit/ar/ArcGISArView.kt#L497-L499" title="https://github.com/Esri/arcgis-runtime-toolkit-android/blob/master/arcgis-android-toolkit/src/main/java/com/esri/arcgisruntime/toolkit/ar/ArcGISArView.kt#L497-L499" rel="nofollow noopener noreferrer" target="_blank"&gt;arcgis-runtime-toolkit-android/ArcGISArView.kt at master · Esri/arcgis-runtime-toolkit-android · GitHub&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;And in terms of the activity layout it looks something like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-runtime-toolkit-android/blob/master/arcgis-android-toolkit/src/main/res/layout/layout_arcgisarview.xml#L5-L13" title="https://github.com/Esri/arcgis-runtime-toolkit-android/blob/master/arcgis-android-toolkit/src/main/res/layout/layout_arcgisarview.xml#L5-L13" rel="nofollow noopener noreferrer" target="_blank"&gt;arcgis-runtime-toolkit-android/layout_arcgisarview.xml at master · Esri/arcgis-runtime-toolkit-android · GitHub&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Does this answer your question or clarify the purpose of the property?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;If you are trying to create an AR app, then it is also worth reading this :&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/android/latest/guide/display-scenes-in-augmented-reality.htm" title="https://developers.arcgis.com/android/latest/guide/display-scenes-in-augmented-reality.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;Display scenes in augmented reality—ArcGIS Runtime SDK for Android | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:28:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/spaceeffect-transparent/m-p/326325#M2144</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2021-12-11T15:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: SpaceEffect.TRANSPARENT</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/spaceeffect-transparent/m-p/326326#M2145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Mark Baird, &lt;BR /&gt;I haven't used the toolkit component, I will definitely try it. But I want to clear my concept of SceneView too.&lt;BR /&gt;I read the documentation, it says "&lt;SPAN style="color: #474747; background-color: #ffffff;"&gt;Sets the effect to be applied to the scene view's background. Can be used for Augmented Reality functionality to allow a View underneath the SceneView to be visible to the user."&lt;BR /&gt;&lt;BR /&gt;What I get it from here that if I set it to transparent, it should show the view beneath it. Correct me please, if I am understanding wrong.&lt;BR /&gt;&lt;BR /&gt;But this is what I get, a completely black background.&lt;BR /&gt;&lt;BR /&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/498866_pastedImage_1.png" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2020 21:20:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/spaceeffect-transparent/m-p/326326#M2145</guid>
      <dc:creator>BilalSheikh</dc:creator>
      <dc:date>2020-07-03T21:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: SpaceEffect.TRANSPARENT</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/spaceeffect-transparent/m-p/326327#M2146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bilal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share the layout xml with us so we can see how you are trying to&amp;nbsp;show a view beneath the SceneView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to set a background image on my ConstraintLayout and I'm seeing this rendered instead of the SceneView's space:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;layout xml (note the background property being set on the ConstraintLayout):&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #e8bf6a;"&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: #e8bf6a;"&gt;?&amp;gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;&amp;lt;androidx.constraintlayout.widget.ConstraintLayout
&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&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: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;xmlns:&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;tools&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="http://schemas.android.com/tools"
&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;:layout_height&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;:background&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="@drawable/esri"
&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;tools&lt;/SPAN&gt;&lt;SPAN style="color: #bababa;"&gt;:context&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;=".MainActivity"&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #808080;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;&amp;lt;com.esri.arcgisruntime.mapping.view.SceneView &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;:layout_height&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;:id&lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;="@+id/sceneView"&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;&amp;gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;    &amp;lt;/com.esri.arcgisruntime.mapping.view.SceneView&amp;gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #e8bf6a;"&gt;&amp;lt;/androidx.constraintlayout.widget.ConstraintLayout&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;setting up the scene:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #cc7832;"&gt;private fun &lt;/SPAN&gt;&lt;SPAN style="color: #ffc66d;"&gt;setupScene&lt;/SPAN&gt;() {
  &lt;SPAN style="color: #cc7832;"&gt;if &lt;/SPAN&gt;(&lt;SPAN style="color: #9876aa;"&gt;mSceneView &lt;/SPAN&gt;!= &lt;SPAN style="color: #cc7832;"&gt;null&lt;/SPAN&gt;) {
    &lt;SPAN style="color: #cc7832;"&gt;val &lt;/SPAN&gt;scene = ArcGISScene(Basemap.createStreets())
    &lt;SPAN style="color: #9876aa;"&gt;mSceneView&lt;/SPAN&gt;!!.&lt;SPAN style="color: #9876aa;"&gt;scene &lt;/SPAN&gt;= scene
    &lt;SPAN style="color: #9876aa;"&gt;mSceneView&lt;/SPAN&gt;!!.&lt;SPAN style="color: #9876aa;"&gt;spaceEffect &lt;/SPAN&gt;= SpaceEffect.&lt;SPAN style="color: #9876aa;"&gt;TRANSPARENT
&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;    mSceneView&lt;/SPAN&gt;!!.&lt;SPAN style="color: #9876aa;"&gt;atmosphereEffect &lt;/SPAN&gt;= AtmosphereEffect.&lt;SPAN style="color: #9876aa;"&gt;NONE
&lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;  &lt;/SPAN&gt;}
}&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/499196_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:28:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/spaceeffect-transparent/m-p/326327#M2146</guid>
      <dc:creator>GuntherHeppner</dc:creator>
      <dc:date>2021-12-11T15:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: SpaceEffect.TRANSPARENT</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/spaceeffect-transparent/m-p/326328#M2147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV style="color: #d4d4d4; background-color: #1e1e1e; font-weight: normal; font-size: 14px;"&gt;&lt;DIV&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN&gt;&amp;lt;?&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;xml version=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"1.0" &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;encoding=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"utf-8"&lt;/SPAN&gt;&lt;SPAN&gt;?&amp;gt;
&lt;/SPAN&gt;&amp;lt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;androidx.constraintlayout.widget.ConstraintLayout &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;xmlns:&lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"http://schemas.android.com/apk/res/android"
&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;xmlns:&lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;app&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"http://schemas.android.com/apk/res-auto"
&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;xmlns:&lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;tools&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"http://schemas.android.com/tools"
&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:layout_width=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"match_parent"
&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:layout_height=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"match_parent"
&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;    &lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;tools&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:context=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;".MainActivity"&lt;/SPAN&gt;&amp;gt;

    &amp;lt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;TextView
&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:layout_width=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"match_parent"
&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:layout_height=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"match_parent"
&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:layout_marginTop=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"8dp"
&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:text=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"Please show"
&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:textSize=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"50dp"
&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;app&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:layout_constraintTop_toTopOf=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"parent" &lt;/SPAN&gt;/&amp;gt;

    &amp;lt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;com.esri.arcgisruntime.mapping.view.SceneView
&lt;/SPAN&gt;&lt;SPAN style="color: #000080; font-weight: bold;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:id=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"@+id/sceneView"
&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:layout_width=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"match_parent"
&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:layout_height=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"match_parent"
&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:layout_marginTop=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"8dp"
&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;android&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:layout_marginBottom=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"8dp"
&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;app&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:layout_constraintBottom_toBottomOf=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"parent"
&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;        &lt;/SPAN&gt;&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;app&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: bold;"&gt;:layout_constraintTop_toTopOf=&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-weight: bold;"&gt;"parent"&lt;/SPAN&gt;&amp;gt;

    &amp;lt;/&lt;SPAN style="color: #000080; font-weight: bold;"&gt;com.esri.arcgisruntime.mapping.view.SceneView&lt;/SPAN&gt;&amp;gt;

&amp;lt;/&lt;SPAN style="color: #000080; font-weight: bold;"&gt;androidx.constraintlayout.widget.ConstraintLayout&lt;/SPAN&gt;&amp;gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;DIV style="color: #d4d4d4; background-color: #1e1e1e; font-weight: normal; font-size: 14px;"&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:28:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/spaceeffect-transparent/m-p/326328#M2147</guid>
      <dc:creator>BilalSheikh</dc:creator>
      <dc:date>2021-12-11T15:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: SpaceEffect.TRANSPARENT</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/spaceeffect-transparent/m-p/326329#M2148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The&amp;nbsp;device I am testing is Samsung tab S4.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2020 19:40:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/spaceeffect-transparent/m-p/326329#M2148</guid>
      <dc:creator>BilalSheikh</dc:creator>
      <dc:date>2020-07-07T19:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: SpaceEffect.TRANSPARENT</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/spaceeffect-transparent/m-p/326330#M2149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of the ArcGISRuntime SDK for Android are you using? Make sure you are using the latest version, 100.8.0.&lt;BR /&gt;I have tested your layout on a Moto G6 Plus and I see the TextView rendered beneath the SceneView as expected:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/499440_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2020 21:21:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/spaceeffect-transparent/m-p/326330#M2149</guid>
      <dc:creator>GuntherHeppner</dc:creator>
      <dc:date>2020-07-07T21:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: SpaceEffect.TRANSPARENT</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/spaceeffect-transparent/m-p/1511109#M6218</link>
      <description>&lt;P&gt;help me god! I have the same question,how edit code about java file&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QQ截图20240728101116.png" style="width: 653px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/110858i11870AA90EA00471/image-size/large?v=v2&amp;amp;px=999" role="button" title="QQ截图20240728101116.png" alt="QQ截图20240728101116.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QQ截图20240728100300.png" style="width: 682px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/110857iFA1CA9364823A4D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="QQ截图20240728100300.png" alt="QQ截图20240728100300.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_20240728-100304.png" style="width: 562px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/110855i120D8278C3998576/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_20240728-100304.png" alt="Screenshot_20240728-100304.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jul 2024 02:12:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/spaceeffect-transparent/m-p/1511109#M6218</guid>
      <dc:creator>LinWenjian</dc:creator>
      <dc:date>2024-07-28T02:12:01Z</dc:date>
    </item>
  </channel>
</rss>

