Android详细教程(基础篇):十一、View组件高级篇:SeekBar 详解

本文详细讲解了Android中的SeekBar组件,包括其主要用途、事件处理及如何用于控制屏幕亮度。通过三个实例,从基础的简单拖动到显示图片,再到实际改变屏幕亮度,全面阐述了SeekBar的使用技巧。
摘要由CSDN通过智能技术生成

7.5. SeekBar (拖动条)

  • 掌握拖动条:SeekBar的主要作用
  • 掌握SeekBar组件的事件处理操作
  • 可以使用SeekBar组件控制手机屏幕的亮度。

public class

SeekBar

extends AbsSeekBar

java.lang.Object

   

android.view.View

 

   

android.widget.ProgressBar

 

 

   

android.widget.AbsSeekBar

 

 

 

   

android.widget.SeekBar

 

 

 

范例一:简单拖动

配置:

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

     android:orientation="vertical" android:layout_width="fill_parent"

     android:layout_height="fill_parent">

     <SeekBar

          android:id="@+id/seekbar"

          android:layout_width="fill_parent"

          android:layout_height="wrap_content" />

     <TextView

          android:id="@+id/text"

          android:layout_width="fill_parent"

          android:layout_height="wrap_content"/>

</LinearLayout>

 

Activity:

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值