gpt4 book ai didi

android - 垂直 Seekbar 填充父项将不起作用

转载 作者:行者123 更新时间:2023-11-29 22:18:11 30 4
gpt4 key购买 nike

我终于得到了 vertical seekbar 示例

How can I get a working vertical SeekBar in Android?

(感谢 Paul Tsupikoff)

但我现在有一个垂直线性布局,只有垂直搜索栏实现了看起来

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<com.example.layouts.VerticalSeekbar
android:id="@+id/v_seekbar"
android:layout_width="wrap_content"
android:layout_height="fill_parent"/>
</LinearLayout>

它没有绘制垂直搜索栏直到屏幕末尾,而是没有限制地绘制它。也许是工作的 Vertical SeekBar 类中的某些东西导致了这种行为? ( How can I get a working vertical SeekBar in Android? )还是我遗漏了什么?

更新:将 layout_height 更改为超过 40dip 也会使其在屏幕外无限制地绘制垂直搜索栏

最佳答案

我得到的垂直搜索栏只适用于派生自 Modifying the Android seekbar widget to operate vertically 的不同类(感谢 pengwang)这是他的解决方案的 zip 文件。

http://560b.sakura.ne.jp/android/VerticalSlidebarExample.zip

这些垂直搜索栏现在可以做 fill_parent

关于android - 垂直 Seekbar 填充父项将不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7988165/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com