我应该如何在android中制作这种进度条。
示例链接 https://dribbble.com/shots/3231407-Progress-Bar-Animated
我想在具有相同设计的android应用程序中创建这种进度条。
答案 0 :(得分:2)
您可以使用默认进度条,只需将以下代码添加到xml中的进度条中
style="?android:attr/progressBarStyleHorizontal"
android:rotation="270"
答案 1 :(得分:1)
进度栏(XML组件)
if line1 in line2: doing_stuff()
<RelativeLayout
android:id="@+id/parent_swipeable_view"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="@color/colorPrimary">
<View
android:id="@id/swipeable_view"
android:layout_width="?attr/actionBarSize"
android:layout_height="?attr/actionBarSize"
android:background="@color/colorAccent"/>
</RelativeLayout>
ProgressListener
希望您在这里得到答案。
答案 2 :(得分:0)
您可以使用自定义水平搜索栏并旋转父级布局