【发布时间】:2013-08-30 06:48:06
【问题描述】:
我正在尝试在框架顶部放置一个水平进度条。但似乎有我根本无法删除的填充。有什么帮助吗?
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ProgressBar android:id="@+id/flv_progress_bar"
android:layout_width="fill_parent"
style="@android:style/Widget.Holo.ProgressBar.Horizontal"
android:indeterminateOnly="true"
android:layout_height="wrap_content"
android:layout_gravity="top"/>
</FrameLayout>
【问题讨论】:
标签: android android-layout actionbarsherlock