Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 50ad3ab1 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5485752 from 9588c900 to qt-release

Change-Id: I2f3b594e16f34e022da228a0b1cf6bf363512688
parents 73e2c7a1 9588c900
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
            android:duration="300"
            android:propertyName="fillColor"
            android:valueFrom="#000000"
            android:valueTo="#EA4335"
            android:valueTo="#4285F4"
            android:valueType="intType"
            android:interpolator="@android:interpolator/linear_out_slow_in" />
        <objectAnimator
@@ -37,7 +37,7 @@
        <objectAnimator
            android:duration="300"
            android:propertyName="fillColor"
            android:valueFrom="#EA4335"
            android:valueFrom="#4285F4"
            android:valueTo="#000000"
            android:valueType="intType"
            android:interpolator="@android:interpolator/fast_out_slow_in" />
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
            android:duration="300"
            android:propertyName="fillColor"
            android:valueFrom="#000000"
            android:valueTo="#FBBC04"
            android:valueTo="#4285F4"
            android:valueType="intType"
            android:interpolator="@android:interpolator/linear_out_slow_in" />
        <objectAnimator
@@ -37,7 +37,7 @@
        <objectAnimator
            android:duration="300"
            android:propertyName="fillColor"
            android:valueFrom="#FBBC04"
            android:valueFrom="#4285F4"
            android:valueTo="#000000"
            android:valueType="intType"
            android:interpolator="@android:interpolator/fast_out_slow_in" />
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
            android:duration="300"
            android:propertyName="fillColor"
            android:valueFrom="#000000"
            android:valueTo="#34A853"
            android:valueTo="#4285F4"
            android:valueType="intType"
            android:interpolator="@android:interpolator/linear_out_slow_in" />
        <objectAnimator
@@ -37,7 +37,7 @@
        <objectAnimator
            android:duration="300"
            android:propertyName="fillColor"
            android:valueFrom="#34A853"
            android:valueFrom="#4285F4"
            android:valueTo="#000000"
            android:valueType="intType"
            android:interpolator="@android:interpolator/fast_out_slow_in" />
+0 −0

Empty file added.

+23 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  Copyright (C) 2019 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.
  -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
       android:shape="rectangle">
    <stroke
        android:width="2dp"
        android:color="?android:attr/colorAccent"/>
    <corners android:radius="@dimen/rect_button_radius" />
</shape>
 No newline at end of file
Loading