Durable Storage: Refactor browser test and test the basic "deny" flow.
[chromium-blink-merge.git] / chrome / android / java / res / anim / snackbar_in_with_keyboard.xml
blobcda5d25a2bb0769e99a8d737799b46bc61f8a6dc
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="0"
10         android:toAlpha="1.0"
11         android:duration="@android:integer/config_mediumAnimTime"
12         android:interpolator="@android:anim/decelerate_interpolator" />
14 </set>