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

Commit 521e7dc0 authored by Winson Chung's avatar Winson Chung
Browse files

Fixing crash, ensuring that we get the post-animation callback, adding nav bar...

Fixing crash, ensuring that we get the post-animation callback, adding nav bar scrim (Bug. 15157307)

Change-Id: I601ee7eda22a4b5ecb2e6835d55ed6539c5cd503
parent b2f4bc87
Loading
Loading
Loading
Loading
+1.03 KiB
Loading image diff...
+1.03 KiB
Loading image diff...
+985 B
Loading image diff...
+1.04 KiB
Loading image diff...
+23 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 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.
-->

<ImageView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_gravity="center_horizontal|bottom"
    android:scaleType="fitXY"
    android:src="@drawable/recents_nav_bar_background" />
 No newline at end of file
Loading