make progressbar disappear when only timeThen is given
This commit is contained in:
@ -20,9 +20,12 @@
|
||||
android:textColor="@android:color/white" android:text="@string/days"
|
||||
android:paddingTop="0dp" android:textSize="4pt" />
|
||||
|
||||
<ProgressBar style="@android:style/Widget.ProgressBar.Horizontal"
|
||||
android:id="@+id/progress" android:layout_width="wrap_content"
|
||||
android:layout_height="10dp" android:paddingTop="6dp" />
|
||||
<FrameLayout android:id="@+id/progressBarFrame"
|
||||
android:layout_width="wrap_content" android:layout_height="wrap_content">
|
||||
<ProgressBar style="@android:style/Widget.ProgressBar.Horizontal"
|
||||
android:id="@+id/progress" android:layout_width="wrap_content"
|
||||
android:layout_height="10dp" android:paddingTop="6dp" />
|
||||
</FrameLayout>
|
||||
|
||||
<TextView android:id="@+id/status" android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content" android:gravity="center"
|
||||
|
Reference in New Issue
Block a user