2016-12-16 53 views
0

奇怪的情況我有的Android indeterminated進度是不是動畫

<?xml version="1.0" encoding="utf-8"?> 
<LinearLayout 
    xmlns:android="http://schemas.android.com/apk/res/android" 
    xmlns:tools="http://schemas.android.com/tools" 
    android:id="@+id/activity_main" 
    android:layout_width="match_parent" 
    android:layout_height="match_parent" 
    > 

    <TextView 
     android:layout_width="wrap_content" 
     android:layout_height="wrap_content" 
     android:text="Hello World!"/> 

    <ProgressBar 
     android:id="@+id/my_progressBar" 
     style="@style/Widget.AppCompat.ProgressBar.Horizontal" 
     android:layout_width="match_parent" 
     android:layout_height="wrap_content" 
     android:indeterminate="true"/> 
</LinearLayout> 

,其結果是enter image description here

的進度是不是動畫。我做錯了什麼?

+0

我將您的ProgressBar元素放到了我的現有線性佈局中,而無需執行其他任何操作。你有沒有嘗試清理和重建項目? – Gary99

回答

1

用於將來的搜索。這很容易,很難找到這個錯誤。

只要確保您的動畫是ON在手機開發者選項。