亚洲精品久久久中文字幕-亚洲精品久久片久久-亚洲精品久久青草-亚洲精品久久婷婷爱久久婷婷-亚洲精品久久午夜香蕉

您的位置:首頁技術(shù)文章
文章詳情頁

Android自定義TextBanner實現(xiàn)自動滾動

瀏覽:30日期:2022-09-23 10:44:01

本文實例為大家分享了Android自定義TextBanner實現(xiàn)自動滾動的具體代碼,供大家參考,具體內(nèi)容如下

1、TextBanner

package com.example.myapplication.customview; import android.content.Context;import android.util.AttributeSet;import android.util.Log;import android.view.LayoutInflater;import android.view.View;import android.view.ViewGroup;import android.widget.TextView;import android.widget.ViewFlipper; import com.example.myapplication.R; import java.util.ArrayList;import java.util.List; public class TextBanner extends ViewGroup { private List<String> mData = new ArrayList<>(); private ViewFlipper viewFlipper; private int parentWidthSpec; public TextBanner(Context context) { super(context); } public TextBanner(Context context, AttributeSet attrs) { super(context, attrs); } public TextBanner(Context context, AttributeSet attrs, int defStyleAttr) { super(context, attrs, defStyleAttr); } @Override protected void onLayout(boolean changed, int l, int t, int r, int b) { int top = 0; int bottom = getChildAt(0).getMeasuredHeight(); int left = 0; for (int i = 0; i < getChildCount(); i++) { View view = getChildAt(i); left = (parentWidthSpec - view.getMeasuredWidth()) / 2; view.layout(left, top, left + view.getMeasuredWidth(), bottom); top += view.getMeasuredHeight(); bottom = top + view.getMeasuredHeight(); } Log.d('tzg', 'bottom: ' + bottom); Log.d('tzg', 'top: ' + top); } public void setData(List<String> data) { mData.clear(); if (data.isEmpty()) { return; } this.mData = data; setTextList(); } private void setTextList() { viewFlipper = (ViewFlipper) LayoutInflater.from(getContext()).inflate(R.layout.flow_layout_viewflip, this, false); for (String mDatum : mData) { TextView view = (TextView) LayoutInflater.from(getContext()).inflate(R.layout.flow_layout_textview, this, false); view.setText(mDatum); viewFlipper.addView(view); } viewFlipper.setInAnimation(getContext(), R.anim.come_in); viewFlipper.setOutAnimation(getContext(), R.anim.come_out); viewFlipper.setFlipInterval(2000); addView(viewFlipper); } @Override protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { super.onMeasure(widthMeasureSpec, heightMeasureSpec); parentWidthSpec = MeasureSpec.getSize(widthMeasureSpec); int parentHeightSpec = MeasureSpec.getSize(heightMeasureSpec); int childWidth = MeasureSpec.makeMeasureSpec(parentWidthSpec, MeasureSpec.AT_MOST); int childHeight = MeasureSpec.makeMeasureSpec(parentHeightSpec, MeasureSpec.AT_MOST); int totalHeight = getChildAt(0).getMeasuredHeight(); for (int i = 0; i < getChildCount(); i++) { View view = getChildAt(i); measureChild(view, childWidth, childHeight); } Log.d('tzg', 'totalCount: ' + totalHeight); setMeasuredDimension(parentWidthSpec, totalHeight); } public void startAnimation() { // 1、設(shè)置幻燈片的形式滾動 // viewFlipper.startFlipping(); // 2、設(shè)置自動翻頁滾動 viewFlipper.setAutoStart(true); viewFlipper.isAutoStart(); }}

用到的資源

1、動畫資源

(1)、come_in.xml

<set xmlns:android='http://schemas.android.com/apk/res/android'> <translate android:duration='1000' android:fromYDelta='100%p' android:toYDelta='0'/> </set>

(2)、come_out.xml

<set xmlns:android='http://schemas.android.com/apk/res/android'> <translate android:duration='1000' android:fromYDelta='0' android:toYDelta='-100%p'/> </set>

2、布局資源

(1)、flow_layout_viewflip.xml

<?xml version='1.0' encoding='utf-8'?><ViewFlipper xmlns:android='http://schemas.android.com/apk/res/android' android:layout_width='wrap_content' android:layout_height='wrap_content' android:layout_gravity='center'></ViewFlipper>

(2)、flow_layout_textview.xml

<?xml version='1.0' encoding='utf-8'?><TextView xmlns:android='http://schemas.android.com/apk/res/android' android:layout_width='match_parent' android:layout_height='wrap_content' android:gravity='center' android:padding='5dp' android:text='demo' android:textColor='#FF00FF' />

3、在mainActivity中的使用

package com.example.myapplication; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle;import android.util.Log;import android.view.View;import android.widget.LinearLayout;import android.widget.Toast; import com.example.myapplication.customview.FlowLayout;import com.example.myapplication.customview.TextBanner; import java.util.ArrayList; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); ArrayList<String> arrayList = new ArrayList<>(); arrayList.add('111111111'); arrayList.add('222222222222444444444444'); arrayList.add('你好5'); arrayList.add('你好633'); arrayList.add('你好a7好a7'); arrayList.add('你好7889'); arrayList.add('你好2323423423 '); arrayList.add('你好sdfsfada你好sdfsfada '); arrayList.add('你好34345'); arrayList.add('pppppppp'); arrayList.add('你好'); arrayList.add('你好你好'); arrayList.add('電視'); arrayList.add('冰箱冰箱冰箱冰箱冰箱冰箱冰箱冰箱冰箱冰箱'); arrayList.add('woaoni'); arrayList.add('你好'); arrayList.add('你好'); TextBanner viewById = this.findViewById(R.id.text_banner); viewById.setData(arrayList); viewById.startAnimation(); }}

具體效果

Android自定義TextBanner實現(xiàn)自動滾動

沒有自測哦 有bug自己解決

以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持好吧啦網(wǎng)。

標(biāo)簽: Android
相關(guān)文章:
主站蜘蛛池模板: 深夜释放自己黄瓜视频 | 欧美特级限制片高清 | 亚洲永久免费视频 | v视界成人影院在线视频 | 青青青青手机在线视频观看国产 | 六月丁香综合 | 日本一级毛片在线播放 | 在线观看网址入口2020国产 | 久久久久久久国产免费看 | 一区二区三区欧美 | 午夜影院在线播放 | 欧美黑人白人bbw | 国产系列欧美系列日韩系列在线 | 182午夜视频 | 国语一级毛片私人影院 | 久久综合网址 | 日韩精品一区二区三区毛片 | 欧美亚洲国产激情一区二区 | 国产福利微拍精品一区二区 | 青青热久麻豆精品视频在线观看 | 国产在线视精品麻豆 | 第一福利在线 | 色视频在线观看视频 | 天天操夜夜草 | 草草草在线观看 | 亚洲色图偷拍自拍 | 日本二级毛片免费 | 亚洲经典一区 | 永久免费的啪啪免费的网址 | 成人亚洲精品 | 色婷婷综合久久久 | 老外一级黄色片 | 在线免费看黄 | 日韩a级毛片免费观看 | 亚洲欧美一区二区三区蜜芽 | 国产精品亚洲欧美一级久久精品 | 国产成人18黄网站麻豆 | 亚洲国产精品日韩一线满 | 又大又紧又硬又湿a视频 | 成人丝袜激情一区二区 | 91短视频版在线观看免费大全 |