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

Commit 1366abea authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6348860 from 1d3c603e to rvc-release

Change-Id: Id42e60e7dc62238622f823f30fd7784405a08376
parents e0bbe92d 1d3c603e
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -22,5 +22,7 @@
    android:tint="?attr/colorControlNormal">
    <path
        android:fillColor="@android:color/white"
        android:pathData="M20,6h-8l-2,-2L4,4c-1.11,0 -1.99,0.89 -1.99,2L2,18c0,1.11 0.89,2 2,2h16c1.11,0 2,-0.89 2,-2L22,8c0,-1.11 -0.89,-2 -2,-2zM19,14h-3v3h-2v-3h-3v-2h3L14,9h2v3h3v2z"/>
        android:pathData="M12 12h2v-2h2v2h2v2h-2v2h-2v-2h-2v-2zm10-4v10c0 1.1-0.9 2-2 2H4c-1.1 0-2-0.9-2-2l0.01-12c0-1.1 0.89 -2 1.99-2h6l2 2h8c1.1 0 2 0.9 2 2zm-2 0H4v10h16V8z" />
    <path
        android:pathData="M0 0h24v24H0V0z" />
</vector>
 No newline at end of file
+4 −3
Original line number Diff line number Diff line
@@ -28,14 +28,15 @@
        android:layout_width="match_parent"
        android:layout_height="match_parent">

        <FrameLayout
        <androidx.coordinatorlayout.widget.CoordinatorLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:orientation="vertical">

            <FrameLayout
                android:layout_width="match_parent"
                android:layout_height="match_parent">
                android:layout_height="match_parent"
                app:layout_behavior="@string/scrolling_behavior">

                <LinearLayout
                    android:layout_width="match_parent"
@@ -70,7 +71,7 @@

            <include layout="@layout/directory_app_bar"/>

        </FrameLayout>
        </androidx.coordinatorlayout.widget.CoordinatorLayout>

        <LinearLayout
            android:id="@+id/drawer_roots"
+5 −4
Original line number Diff line number Diff line
@@ -18,11 +18,12 @@
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="424dp"
    android:layout_height="wrap_content"
    android:orientation="vertical"
    android:gravity="center"
    android:paddingStart="24dp"
    android:paddingEnd="24dp">
    android:gravity="center_horizontal"
    android:paddingTop="@dimen/item_doc_inflated_message_padding_top"
    android:paddingStart="72dp"
    android:paddingEnd="72dp">

    <ImageView
        android:id="@+id/artwork"
+19 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2020 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.
  -->
<resources>
    <dimen name="item_doc_inflated_message_padding_top">100dp</dimen>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -121,4 +121,6 @@
    <dimen name="action_bar_space_margin">@dimen/action_bar_space_height</dimen>

    <dimen name="refresh_icon_range">64dp</dimen>

    <dimen name="item_doc_inflated_message_padding_top">0dp</dimen>
</resources>
Loading