android中这个控件的名称是什么?

时间:2015-08-04 08:38:52

标签: android

我想知道这个控件的名称在android studio中是什么,我在哪里可以找到并使用它? (已打开并具有所有可选选项的那个。)首先我认为它是可扩展列表查看项目,但我不认为它是,除非它是定制的或其他东西。 谢谢 (图片来源:Asif Chowdhury的转换器应用程序) pic http://i61.tinypic.com/afavib.png

2 个答案:

答案 0 :(得分:2)

这是spinner控件。

我链接的页面还包含一些如何使用它的示例。

答案 1 :(得分:2)

Spinners 提供了从集合中选择一个值的快捷方法。在默认状态下,微调器显示其当前选定的值。触摸微调器会显示一个#!/bin/sh # #$ -N tigar2_run3 #$ -cwd #$ -e err_tigar2_run3.txt #$ -o out_tigar2_run3.txt #$ -S /bin/sh #$ -M vXXXXX.XX@xxx.com #$ -m bea #$ -l h_vmem=25G REF_GENOME=/my_path/genomes/Homo_sapiens/NCBI_spiked/GRCh38/Sequence/RSEM.STAR/transcriptome.idx.fa TIGAR2_LOC=/my_path/softwares/tigar2-master TIGAR_OUT=/my_path/benchmark/QT/tigar BAM_LOC=/my_path/benchmark/BAM/star.rsem tf="\n%E elapsed,\n%U user,\n%S system, \n %P CPU, \n%M max-mem footprint in KB, \n%t avg-mem footprint in KB, \n%K Average total (data+stack+text) memory,\n%F major page faults, \n%I file system inputs by the process, \n%O file system outputs by the process, \n%r socket messages received, \n%s socket messages sent, \n%x status" /my_path/softwares/time -f "$tf" java -Xmx14G -jar $TIGAR2_LOC/Tigar2_1.jar --thread_num 8 $REF_GENOME $BAM_LOC/AJ80.transcript.sorted.bam --is_paired --alpha_zero 0.1 $TIGAR_OUT/AJ80_out.txt echo "done" 菜单,其中包含所有其他可用值,用户可以从中选择一个新值。 您可以访问此处获取演示项目(静态列表数据)ThreadPooling。并android-spinner-dropdown-example