@@ -369,6 +369,60 @@ https://github.com/maxieds/ChameleonMiniLiveDebugger
369369
370370 </GridLayout >
371371
372+ <View
373+ android : layout_width =" match_parent"
374+ android : layout_height =" 2dp"
375+ android : background =" ?colorPrimaryDark" />
376+
377+ <View
378+ android : layout_width =" match_parent"
379+ android : layout_height =" 2dp"
380+ android : background =" ?colorPrimaryDark" />
381+
382+ <TextView
383+ android : layout_width =" fill_parent"
384+ android : layout_height =" wrap_content"
385+ android : layout_gravity =" center_vertical"
386+ android : layout_weight =" 1"
387+ android : background =" ?colorPrimaryDarkLog"
388+ android : drawableLeft =" @drawable/locate_scripts24"
389+ android : drawablePadding =" 5dp"
390+ android : paddingLeft =" 10dp"
391+ android : gravity =" center_vertical"
392+ android : singleLine =" true"
393+ android : text =" Find Sample Scripts:"
394+ android : textAllCaps =" true"
395+ android : textSize =" 18sp"
396+ android : textStyle =" bold|italic" />
397+
398+ <View
399+ android : layout_width =" match_parent"
400+ android : layout_height =" 2dp"
401+ android : background =" ?colorPrimaryDark" />
402+
403+ <GridLayout
404+ android : layout_width =" fill_parent"
405+ android : layout_height =" wrap_content"
406+ android : layout_margin =" 1dp"
407+ android : background =" ?colorAccentLog"
408+ android : columnCount =" 1"
409+ android : padding =" 0dp" >
410+
411+ <Button
412+ style =" @style/GridButtonsNoWidth"
413+ android : layout_columnWeight =" 1.0"
414+ android : layout_weight =" 1.0"
415+ android : gravity =" center_vertical|center_horizontal"
416+ android : layout_gravity =" center_vertical|left"
417+ android : drawableLeft =" @drawable/copy24"
418+ android : drawablePadding =" 8dp"
419+ android : paddingLeft =" 10dp"
420+ android : text =" Copy link to sample scripts "
421+ android : tag =" https://github.com/maxieds/ChameleonMiniLiveDebugger/tree/master/app/src/main/SampleScripts"
422+ android : onClick =" copyButtonTagToClipboard" />
423+
424+ </GridLayout >
425+
372426 <View
373427 android : layout_width =" match_parent"
374428 android : layout_height =" 2dp"
0 commit comments