呃闪退闪退
老师,我写完本节课的布局之后就出现了闪退情况,我将本节课的代码注释掉就正常,不注释就闪退,是在闪屏页完了之后闪退,我感觉是fragment的加载问题,但是又找不到问题所在,所以辛苦老师看看我的代码,看下问题出在哪!谢谢!
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <!--头部--> <RelativeLayout android:id="@+id/layout_me_header" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="#008cc9"> <Button android:id="@+id/btn_login" android:layout_width="160dp" android:layout_height="150dp" android:layout_centerHorizontal="true" android:background="@mipmap/login_btn" /> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@id/btn_login" android:layout_marginBottom="8dp" android:orientation="horizontal"> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" android:gravity="center" android:orientation="vertical"> <ImageView android:layout_width="35dp" android:layout_height="35dp" android:src="@mipmap/me_menu_sail" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="优惠券" android:textColor="#ffffff" /> </LinearLayout> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" android:gravity="center" android:orientation="vertical"> <ImageView android:layout_width="35dp" android:layout_height="35dp" android:src="@mipmap/me_menu_yh" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="折扣券" android:textColor="#ffffff" /> </LinearLayout> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" android:gravity="center" android:orientation="vertical"> <ImageView android:layout_width="35dp" android:layout_height="35dp" android:src="@mipmap/me_menu_go" /> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="购物车" android:textColor="#ffffff" /> </LinearLayout> </LinearLayout> </RelativeLayout> <!--滚动列表--> <ScrollView android:layout_width="match_parent" android:layout_height="wrap_content"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:background="#ffffff" android:orientation="vertical"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal"> <ImageView android:layout_width="50dp" android:layout_height="50dp" android:layout_marginBottom="8dp" android:layout_marginLeft="10dp" android:layout_marginTop="8dp" android:src="@mipmap/list_my_menu" /> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginLeft="8dp"> <Button android:id="@+id/btn_my_menu" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" android:background="#00ffff00" android:text="我的订单" android:textColor="#000000" android:textSize="30dp" /> <view android:layout_width="match_parent" android:layout_height="1dp" android:layout_below="@id/btn_my_menu" android:layout_marginRight="20dp" android:layout_marginTop="8dp" android:background="#d8dde1" /> </RelativeLayout> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal"> <ImageView android:layout_width="50dp" android:layout_height="50dp" android:layout_marginBottom="8dp" android:layout_marginLeft="10dp" android:layout_marginTop="8dp" android:src="@mipmap/list_save" /> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginLeft="8dp"> <Button android:id="@+id/btn_my_save" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" android:background="#00ffff00" android:text="我的收藏" android:textColor="#000000" android:textSize="30dp" /> <view android:layout_width="match_parent" android:layout_height="1dp" android:layout_below="@id/btn_my_save" android:layout_marginRight="20dp" android:layout_marginTop="8dp" android:background="#d8dde1" /> </RelativeLayout> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal"> <ImageView android:layout_width="50dp" android:layout_height="50dp" android:layout_marginBottom="8dp" android:layout_marginLeft="10dp" android:layout_marginTop="8dp" android:src="@mipmap/list_pwd" /> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginLeft="8dp"> <Button android:id="@+id/btn_my_pwd" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" android:background="#00ffff00" android:text="我的口令" android:textColor="#000000" android:textSize="30dp" /> <view android:layout_width="match_parent" android:layout_height="1dp" android:layout_below="@id/btn_my_pwd" android:layout_marginRight="20dp" android:layout_marginTop="8dp" android:background="#d8dde1" /> </RelativeLayout> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal"> <ImageView android:layout_width="50dp" android:layout_height="50dp" android:layout_marginBottom="8dp" android:layout_marginLeft="10dp" android:layout_marginTop="8dp" android:src="@mipmap/list_my" /> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginLeft="8dp"> <Button android:id="@+id/btn_my" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" android:background="#00ffff00" android:text="我的口令" android:textColor="#000000" android:textSize="30dp" /> </RelativeLayout> </LinearLayout> <View android:layout_width="match_parent" android:layout_height="8dp" android:background="#d8dde1" /> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal"> <ImageView android:layout_width="50dp" android:layout_height="50dp" android:layout_marginBottom="8dp" android:layout_marginLeft="10dp" android:layout_marginTop="8dp" android:src="@mipmap/list_safe_center" /> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginLeft="8dp"> <Button android:id="@+id/btn_safe_center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" android:background="#00ffff00" android:text="安全中心" android:textColor="#000000" android:textSize="30dp" /> <view android:layout_width="match_parent" android:layout_height="1dp" android:layout_below="@id/btn_safe_center" android:layout_marginRight="20dp" android:layout_marginTop="8dp" android:background="#d8dde1" /> </RelativeLayout> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal"> <ImageView android:layout_width="50dp" android:layout_height="50dp" android:layout_marginBottom="8dp" android:layout_marginLeft="10dp" android:layout_marginTop="8dp" android:src="@mipmap/list_address" /> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginLeft="8dp"> <Button android:id="@+id/btn_address" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" android:background="#00ffff00" android:text="常用地址" android:textColor="#000000" android:textSize="30dp" /> <view android:layout_width="match_parent" android:layout_height="1dp" android:layout_below="@id/btn_address" android:layout_marginRight="20dp" android:layout_marginTop="8dp" android:background="#d8dde1" /> </RelativeLayout> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal"> <ImageView android:layout_width="50dp" android:layout_height="50dp" android:layout_marginBottom="8dp" android:layout_marginLeft="10dp" android:layout_marginTop="8dp" android:src="@mipmap/list_service" /> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginLeft="8dp"> <Button android:id="@+id/btn_service" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" android:background="#00ffff00" android:text="客服中心" android:textColor="#000000" android:textSize="30dp" /> <view android:layout_width="match_parent" android:layout_height="1dp" android:layout_below="@id/btn_service" android:layout_marginRight="20dp" android:layout_marginTop="8dp" android:background="#d8dde1" /> </RelativeLayout> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal"> <ImageView android:layout_width="50dp" android:layout_height="50dp" android:layout_marginBottom="8dp" android:layout_marginLeft="10dp" android:layout_marginTop="8dp" android:src="@mipmap/list_sug" /> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginLeft="8dp"> <Button android:id="@+id/btn_sug" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" android:background="#00ffff00" android:text="意见反馈" android:textColor="#000000" android:textSize="30dp" /> <view android:layout_width="match_parent" android:layout_height="1dp" android:layout_below="@id/btn_sug" android:layout_marginRight="20dp" android:layout_marginTop="8dp" android:background="#d8dde1" /> </RelativeLayout> </LinearLayout> <View android:layout_width="match_parent" android:layout_height="8dp" android:background="#d8dde1" /> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal"> <ImageView android:layout_width="50dp" android:layout_height="50dp" android:layout_marginBottom="8dp" android:layout_marginLeft="10dp" android:layout_marginTop="8dp" android:src="@mipmap/list_setting" /> <RelativeLayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginLeft="8dp"> <Button android:id="@+id/btn_setting" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" android:background="#00ffff00" android:text="设置" android:textColor="#000000" android:textSize="30dp" /> <view android:layout_width="match_parent" android:layout_height="1dp" android:layout_below="@id/btn_setting" android:layout_marginRight="20dp" android:layout_marginTop="8dp" android:background="#d8dde1" /> </RelativeLayout> </LinearLayout> </LinearLayout> </ScrollView> </LinearLayout>
7
收起
正在回答 回答被采纳积分+1
Android零基础入门2018版
- 参与学习 人
- 提交作业 5461 份
- 解答问题 7238 个
此次推出的专题为Android攻城狮培养计划的第一部分语法与界面基础篇,将带大家从0开始学习Android开发。
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星