~tux-style/stateval/trunk

« back to all changes in this revision

Viewing changes to examples/headunit/headunit.smxml

  • Committer: Andreas Volz
  • Date: 2019-06-15 15:59:48 UTC
  • Revision ID: git-v1:3881cbe431799f425114640ff6a373957a81d829
example running - just deactivated crashing widget xml code

Show diffs side-by-side

added added

removed removed

Lines of Context:
212
212
      <mappings>
213
213
        <map from="edje,Button01,clicked" to="TUNER_LIST"/>
214
214
      </mappings>
215
 
      <widgets>
 
215
      <!--<widgets>
216
216
        <widget name="Slider01" variable="TunerFrequencySlider"/>
217
 
      </widgets>
 
217
      </widgets>-->
218
218
    </view>
219
219
    
220
220
    <view name="NavInfoView">
226
226
        <map from="edje,Button01,clicked" to="NAV_MAIN"/>
227
227
      </mappings>
228
228
      <widgets>
229
 
        <widget name="Text_Example" variable="TextExampleString"/>
 
229
        <!--<widget name="Text_Example" variable="TextExampleString"/>
230
230
        <widget name="Bubble01" variable="BubbleExample"/>
231
 
        <widget name="Button02" variable="ButtonExample"/>
 
231
        <widget name="Button02" variable="ButtonExample"/>-->
232
232
      </widgets>
233
233
    </view>    
234
234
    
245
245
        <map from="edje,Button04,clicked" to="CHANGE_MEDIA_TITLE"/>
246
246
      </mappings>
247
247
      <widgets>
248
 
        <widget name="List01" variable="ListExample"/>
249
 
        <widget name="Text01" variable="MediaListTitle"/>
 
248
        <!--<widget name="List01" variable="ListExample"/>
 
249
        <widget name="Text01" variable="MediaListTitle"/>-->
250
250
      </widgets>
251
251
    </view>
252
252
  </viewmanager>