Skip to content

Commit fc4ff94

Browse files
authored
Updating UI (#11)
1 parent 570075c commit fc4ff94

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

app/src/main/java/co/elastic/otel/android/demo/ui/FirstFragment.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

app/src/main/res/layout/fragment_first.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,6 @@
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"

0 commit comments

Comments
 (0)