第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

自定義控件實現(xiàn)button功能,重寫點擊方法后安卓崩潰

自定義控件實現(xiàn)button功能,重寫點擊方法后安卓崩潰

慕仰2209588 2016-03-13 15:56:41
public TitleLayout(Context context, AttributeSet attrs) { super(context, attrs); // 利用layouInflate.from(context).inflate(傳入layout,父活動) LayoutInflater.from(context).inflate(R.layout.title, this); Button titleBack = (Button) findViewById(R.id.title_text); Button titleEdit = (Button) findViewById(R.id.title_edit); titleBack.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { ( (Activity) getContext() ).finish(); } }); titleEdit.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { Toast.makeText(getContext(), "You clicked Edit button", Toast.LENGTH_SHORT).show(); } }); }上面是自定義的Title,有一個title。xml在Layout中,然后在activ_main.xml中用? ? <com.example.helloworld.TitleLayout?? ? ? ? android:layout_width="match_parent"? ? ? ? android:layout_height="wrap_content"? ? ? ? ></com.example.helloworld.TitleLayout>安卓一打開就關(guān)閉,求救
查看完整描述

1 回答

?
慕雪1579370

TA貢獻1條經(jīng)驗 獲得超0個贊

你把TitleLayout 的其他構(gòu)造函數(shù)添加上去試試。

查看完整回答
反對 回復(fù) 2018-02-05
  • 1 回答
  • 0 關(guān)注
  • 2353 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號