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

Commit 592dcba5 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6406367 from 8bc6cadf to rvc-release

Change-Id: I7a55a05630a57eb41c16adb58fc7f1eb921341c1
parents 212d6fe8 8bc6cadf
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -91,14 +91,6 @@
            android:theme="@style/DocumentsTheme">
        </activity>

        <activity
            android:name=".ForResultForwarderActivity"
            android:theme="@android:style/Theme.NoDisplay"
            android:excludeFromRecents="true"
            android:finishOnCloseSystemDialogs="true"
            android:exported="false">
        </activity>

        <!--  Preserve original launcher activity from Nougat. -->
        <activity-alias
            android:name=".LauncherActivity"
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="24dp"
        android:height="24dp"
        android:autoMirrored="true"
        android:viewportWidth="24"
        android:viewportHeight="24">
    <path
+0 −8
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
        android:fromDegrees="90"
        android:toDegrees="90"
        android:pivotX="50%"
        android:pivotY="50%"
        android:drawable="@drawable/ic_breadcrumb_arrow">
</rotate>
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
              xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@+id/directory_header"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginTop="@dimen/action_bar_space_margin"
+6 −0
Original line number Diff line number Diff line
@@ -52,6 +52,12 @@

                </LinearLayout>

                <FrameLayout
                    android:id="@+id/container_search_fragment"
                    android:clipToPadding="false"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent" />

                <!-- Drawer edge is a dummy view used to capture hovering event
                     on view edge to open the drawer. (b/28345294) -->
                <View
Loading