1. Add a play button icon to show on top of the gesture videos when the video is not playing. 2. Dynamically split the gesture video and description text in half instead of using the hard coded value. 3. Hide the video view if animation is not available. 4. Delay removing the animation preview till the video starts drawing on the surface texture. Bug: 28565958 Change-Id: I8b954828d16286014404172d29efa4d2e00432b3
25 lines
1021 B
XML
25 lines
1021 B
XML
<!--
|
|
Copyright (C) 2016 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24.0"
|
|
android:viewportHeight="24.0">
|
|
<path
|
|
android:fillColor="#FFFFFFFF"
|
|
android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM10,
|
|
16.5v-9l6,4.5 -6,4.5z"/>
|
|
</vector> |