Fix animation bugs, stop disabled sweep touches.
Change sweep drawables to crossfade correctly between states, and work around 4946591 by nesting container one level deeper. Also wait until first layout pass is finished before applying LayoutTransition. Prevent touches from reaching sweeps when chart is disabled. Also bring back log scale for data. Change-Id: I2194714ab075fd32525681119f30427c1b96fc50
This commit is contained in:
		| @@ -15,6 +15,7 @@ | ||||
| --> | ||||
|  | ||||
| <selector xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     android:enterFadeDuration="@android:integer/config_mediumAnimTime" | ||||
|     android:exitFadeDuration="@android:integer/config_mediumAnimTime"> | ||||
|  | ||||
|     <item android:state_activated="true" android:state_enabled="true" android:drawable="@drawable/data_sweep_right_activated" /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user