11<?xml version =" 1.0" encoding =" utf-8" ?>
22<!--
3- ~ Copyright (c) 2021 Touchlab
3+ ~ Copyright (c) 2023 Touchlab
44 ~ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
55 ~ You may obtain a copy of the License at
66 ~
1010 -->
1111
1212<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
13- xmlns : app =" http://schemas.android.com/apk/res-auto"
14- xmlns : tools =" http://schemas.android.com/tools"
15- android : layout_width =" match_parent"
16- android : layout_height =" wrap_content"
17- android : orientation =" vertical"
18- android : layout_gravity =" center_vertical"
19- tools : context =" .MainActivity" >
13+ xmlns : tools =" http://schemas.android.com/tools"
14+ android : layout_width =" match_parent"
15+ android : layout_height =" wrap_content"
16+ android : orientation =" vertical"
17+ android : layout_gravity =" center_vertical"
18+ tools : context =" .MainActivity" >
2019
2120 <Button
22- android : id =" @+id/click_count "
23- android : layout_width =" wrap_content"
24- android : layout_height =" wrap_content"
25- android : layout_margin =" 32dp"
26- android : layout_gravity =" center_horizontal"
27- android : text =" Click Count " />
21+ android : id =" @+id/user_id "
22+ android : layout_width =" wrap_content"
23+ android : layout_height =" wrap_content"
24+ android : layout_margin =" 32dp"
25+ android : layout_gravity =" center_horizontal"
26+ android : text =" Set User Id " />
2827
2928 <Button
30- android : id =" @+id/log_exception "
31- android : layout_width =" wrap_content"
32- android : layout_height =" wrap_content"
33- android : layout_gravity = " center_horizontal "
34- android : layout_margin = " 32dp "
35- android : text =" Log Exception " />
29+ android : id =" @+id/click_count "
30+ android : layout_width =" wrap_content"
31+ android : layout_height =" wrap_content"
32+ android : layout_margin = " 32dp "
33+ android : layout_gravity = " center_horizontal "
34+ android : text =" Click Count " />
3635
3736 <Button
38- android : id =" @+id/crash"
39- android : layout_width =" wrap_content"
40- android : layout_height =" wrap_content"
41- android : layout_gravity =" center_horizontal"
42- android : layout_margin =" 32dp"
43- android : text =" Crash" />
37+ android : id =" @+id/log_exception"
38+ android : layout_width =" wrap_content"
39+ android : layout_height =" wrap_content"
40+ android : layout_gravity =" center_horizontal"
41+ android : layout_margin =" 32dp"
42+ android : text =" Log Exception" />
43+
44+ <Button
45+ android : id =" @+id/crash"
46+ android : layout_width =" wrap_content"
47+ android : layout_height =" wrap_content"
48+ android : layout_gravity =" center_horizontal"
49+ android : layout_margin =" 32dp"
50+ android : text =" Crash" />
4451
4552</LinearLayout >
0 commit comments