File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
java/co/elastic/otel/android/demo/ui Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,6 @@ class FirstFragment : Fragment() {
5252 findNavController().navigate(R .id.action_FirstFragment_to_SecondFragment, bundle)
5353 }
5454
55- binding.buttonCrash.setOnClickListener { doCrash() }
56-
5755 ArrayAdapter .createFromResource(
5856 view.context,
5957 R .array.city_array,
Original file line number Diff line number Diff line change 2525 app : layout_constraintStart_toStartOf =" parent"
2626 app : layout_constraintTop_toBottomOf =" @id/textview_first" >
2727
28- <Button
29- android : id =" @+id/button_crash"
30- android : layout_width =" wrap_content"
31- android : layout_height =" wrap_content"
32- android : text =" @string/crash" />
33-
34- <Space
35- android : layout_width =" 20dp"
36- android : layout_height =" wrap_content" />
37-
3828 <Button
3929 android : id =" @+id/button_first"
4030 android : layout_width =" wrap_content"
You can’t perform that action at this time.
0 commit comments