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

Commit 4527728a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix DocsUI cross-profile error screens in landscape" into rvc-dev am: 25d4cf97

Change-Id: Iee392d482445ca96781f719c89d7216e24ab4db1
parents 8e8a90b2 25d4cf97
Loading
Loading
Loading
Loading
+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>