中文亚洲精品无码_熟女乱子伦免费_人人超碰人人爱国产_亚洲熟妇女综合网

當(dāng)前位置: 首頁(yè) > news >正文

海寧高端高端網(wǎng)站設(shè)計(jì)人工智能培訓(xùn)機(jī)構(gòu)排名

海寧高端高端網(wǎng)站設(shè)計(jì),人工智能培訓(xùn)機(jī)構(gòu)排名,建站程序asp,wordpress前臺(tái)修改用戶頭像需求 電視開(kāi)發(fā)最常見(jiàn)的就是view獲焦后要有放大效果,讓用戶明顯看到。這里總結(jié)兩個(gè)實(shí)現(xiàn)方法,以后遇到其他的再補(bǔ)充。 方式一:ViewCompat.animate(view) 1、注冊(cè)焦點(diǎn)變化監(jiān)聽(tīng) mBtnFocus1.setOnFocusChangeListener(this);2、有焦點(diǎn)變化的時(shí)…

需求

電視開(kāi)發(fā)最常見(jiàn)的就是view獲焦后要有放大效果,讓用戶明顯看到。這里總結(jié)兩個(gè)實(shí)現(xiàn)方法,以后遇到其他的再補(bǔ)充。

方式一:ViewCompat.animate(view)

1、注冊(cè)焦點(diǎn)變化監(jiān)聽(tīng)

mBtnFocus1.setOnFocusChangeListener(this);

2、有焦點(diǎn)變化的時(shí)候進(jìn)行放縮

@Override
public void onFocusChange(View view, boolean hasFocus) {switch (view.getId()) {case R.id.btn_focus1:if (hasFocus) {//獲焦后放大1.2倍ViewCompat.animate(view).scaleX(1.2f).scaleY(1.2f).translationZ(1.2f).start();} else {//丟失焦點(diǎn)后縮回正常ViewCompat.animate(view).scaleX(1.0f).scaleY(1.0f).translationZ(1.0f).start();}}
}

方式二:StateListAnimator

1、res文件夾下新建animator文件夾,然后新建focus_scale_anim.xml文件。

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"><item android:state_focused="true"><set><objectAnimatorandroid:duration="@android:integer/config_shortAnimTime"android:propertyName="scaleX"android:valueTo="1.2"android:valueType="floatType" /><objectAnimatorandroid:duration="@android:integer/config_shortAnimTime"android:propertyName="scaleY"android:valueTo="1.2"android:valueType="floatType" /></set></item><item android:state_focused="false"><set><objectAnimatorandroid:duration="@android:integer/config_shortAnimTime"android:propertyName="scaleX"android:valueTo="1"android:valueType="floatType" /><objectAnimatorandroid:duration="@android:integer/config_shortAnimTime"android:propertyName="scaleY"android:valueTo="1"android:valueType="floatType" /></set></item>
</selector>

2、然后在xml布局文件中,把需要放縮的view加上該動(dòng)畫(huà)

<Buttonandroid:id="@+id/btn_focus3"android:layout_width="wrap_content"android:layout_height="wrap_content"android:layout_marginLeft="50px"android:stateListAnimator="@animator/focus_scale_anim"android:text="focus3" />

3、或者在代碼中實(shí)現(xiàn)也可以

StateListAnimator animator = AnimatorInflater.loadStateListAnimator(this, R.animator.focus_scale_anim);
mBtnFocus2.setStateListAnimator(animator);

上面分別用focus3和focus2分別用了xml和代碼的方式,運(yùn)行效果一致。

參考文章:

StateListAnimator的應(yīng)用

http://www.risenshineclean.com/news/47156.html

相關(guān)文章:

  • 讓人做網(wǎng)站 需要準(zhǔn)備什么軟件深圳英文站seo
  • 網(wǎng)站備案號(hào)在哪里查詢美國(guó)seo薪酬
  • 網(wǎng)站機(jī)房建設(shè)有助于怎么做盲盒
  • 開(kāi)封企業(yè)網(wǎng)絡(luò)推廣方案seo和sem的區(qū)別
  • 鐘表玻璃東莞網(wǎng)站建設(shè)寧波seo網(wǎng)絡(luò)推廣軟件系統(tǒng)
  • h5 網(wǎng)站建設(shè)網(wǎng)絡(luò)營(yíng)銷活動(dòng)方案
  • 深圳網(wǎng)站建設(shè)定制網(wǎng)站seo推廣多少錢
  • 做網(wǎng)站那個(gè)公司網(wǎng)站建設(shè)公司官網(wǎng)
  • 網(wǎng)站建設(shè)進(jìn)展推進(jìn)表旺道seo軟件技術(shù)
  • 網(wǎng)站建設(shè)崗位廉政風(fēng)險(xiǎn)防控互聯(lián)網(wǎng)銷售平臺(tái)有哪些
  • 西安建設(shè)過(guò)政府網(wǎng)站的公司國(guó)外網(wǎng)站搭建
  • 公司文化墻圖片大全關(guān)鍵詞優(yōu)化排名軟件案例
  • wordpress建購(gòu)物網(wǎng)站成都網(wǎng)絡(luò)營(yíng)銷公司哪家好
  • wordpress網(wǎng)站突然打不開(kāi)阿里云域名注冊(cè)官網(wǎng)
  • 做網(wǎng)站騙子成都seo論壇
  • 用jsp怎么做網(wǎng)站關(guān)鍵詞排名推廣軟件
  • 中國(guó)做網(wǎng)站瀏覽器打開(kāi)網(wǎng)站
  • 診斷網(wǎng)站seo現(xiàn)狀的方法廣州市網(wǎng)絡(luò)seo外包
  • 怎么查看網(wǎng)站是否備案網(wǎng)站top排行榜
  • 衢州做網(wǎng)站的公司bt種子搜索
  • 信息網(wǎng)站怎么做網(wǎng)絡(luò)零售的優(yōu)勢(shì)有哪些
  • 深圳商城網(wǎng)站建設(shè)google學(xué)術(shù)搜索
  • 介紹自己做的電影網(wǎng)站google推廣專員招聘
  • 南寧網(wǎng)站建設(shè)清單怎么注冊(cè)網(wǎng)址
  • 網(wǎng)站提交收錄入口鏈接福州短視頻seo
  • 新網(wǎng)站如何做seo推廣網(wǎng)站的友情鏈接是什么意思
  • 百度seo sem南京seo優(yōu)化培訓(xùn)
  • 教育類電商網(wǎng)站seo優(yōu)化網(wǎng)站
  • 萊蕪翰林名苑萊蕪論壇杭州seo價(jià)格
  • 公司網(wǎng)站建設(shè)南寧百度客服電話24小時(shí)人工服務(wù)熱線