gpt4 book ai didi

android - minSdkVersion小于11时如何添加Holo Style Horizo​​ntal ProgressBar?

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:47:47 25 4
gpt4 key购买 nike

我使用 targetSdkVersion="15"& minSdkVersion="8"构建了一个 android 项目,然后在 Activity 中添加了一个水平进度条,但是当我使用 android jelly bean 运行这个项目时它不是全息样式。

我能做什么?编辑 values-v14 style.xml?

布局:

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent" >

<ProgressBar
android:id="@+id/countdown_progressbar"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
style="@android:style/Widget.ProgressBar.Horizontal"
android:max="30" />

values & values-v14 style.xml

<style name="AppTheme" parent="Theme.Sherlock.Light" />

非常感谢。

最佳答案

您需要获取进度条的资源。您可以从 http://android-holo-colors.com/ 获得它们使用 styles.xml 文件或使用 Holo Everywhere 库:https://github.com/Prototik/HoloEverywhere

关于android - minSdkVersion小于11时如何添加Holo Style Horizo​​ntal ProgressBar?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15044080/

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