Durable Storage: Refactor browser test and test the basic "deny" flow.
[chromium-blink-merge.git] / chrome / android / java / res / anim / snackbar_out.xml
blob188d55574708c11a2c0310384961855d11041479
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
3      Use of this source code is governed by a BSD-style license that can be
4      found in the LICENSE file. -->
6 <set xmlns:android="http://schemas.android.com/apk/res/android" >
8     <alpha
9         android:fromAlpha="1.0"
10         android:toAlpha="0"
11         android:duration="@android:integer/config_mediumAnimTime"
12         android:interpolator="@android:anim/accelerate_interpolator" />
14 </set>