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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

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

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

慕仰2209588 2016-03-13 15:56:41
public TitleLayout(Context context, AttributeSet attrs) { super(context, attrs); // 利用layouInflate.from(context).inflate(傳入layout,父活動(dòng)) 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,有一個(gè)title。xml在Layout中,然后在activ_main.xml中用? ? <com.example.helloworld.TitleLayout?? ? ? ? android:layout_width="match_parent"? ? ? ? android:layout_height="wrap_content"? ? ? ? ></com.example.helloworld.TitleLayout>安卓一打開(kāi)就關(guān)閉,求救
查看完整描述

1 回答

?
慕雪1579370

TA貢獻(xiàn)1條經(jīng)驗(yàn) 獲得超0個(gè)贊

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

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

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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