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

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

Merge "Only use padding for the multi-user empty state screens." into rvc-dev am: 1f659da6

Change-Id: Ie13a443ff5b4b63ac2576209322722ce731cd0e8
parents 6af09306 1f659da6
Loading
Loading
Loading
Loading
+55 −51
Original line number Diff line number Diff line
@@ -19,13 +19,16 @@
    android:id="@+id/resolver_empty_state"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical"
    android:gravity="center_horizontal"
    android:visibility="gone"
    android:paddingTop="48dp"
    android:paddingBottom="48dp"
    android:paddingStart="24dp"
    android:paddingEnd="24dp">
    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:paddingTop="48dp"
        android:paddingBottom="48dp"
        android:gravity="center_horizontal">
        <ImageView
            android:id="@+id/resolver_empty_state_icon"
            android:layout_width="24dp"
@@ -75,6 +78,7 @@
            android:layout_centerHorizontal="true"
            android:layout_below="@+id/resolver_empty_state_subtitle"
            android:indeterminateTint="?attr/colorAccent"/>
    </RelativeLayout>
    <TextView android:id="@+id/empty"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"