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

Commit 26c26725 authored by Aditya Singh's avatar Aditya Singh Committed by Android (Google) Code Review
Browse files

Merge "Generalising apis in `dirlist` directory using UserManagerState." into main

parents b093bb96 c45656a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@
                android:orientation="horizontal">

                <ImageView
                    android:id="@+id/icon_briefcase"
                    android:id="@+id/icon_profile_badge"
                    android:layout_height="@dimen/briefcase_icon_size"
                    android:layout_width="@dimen/briefcase_icon_size"
                    android:layout_marginEnd="@dimen/briefcase_icon_margin"
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@
            </FrameLayout>

            <ImageView
                android:id="@+id/icon_briefcase"
                android:id="@+id/icon_profile_badge"
                android:layout_height="@dimen/briefcase_icon_size"
                android:layout_width="@dimen/briefcase_icon_size"
                android:layout_marginEnd="@dimen/briefcase_icon_margin"
+2 −2
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@
                    android:paddingEnd="12dp">

                    <ImageView
                        android:id="@+id/icon_briefcase"
                        android:id="@+id/icon_profile_badge"
                        android:layout_height="@dimen/briefcase_icon_size"
                        android:layout_width="@dimen/briefcase_icon_size"
                        android:layout_marginEnd="@dimen/briefcase_icon_margin"
@@ -161,7 +161,7 @@
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_alignParentTop="true"
                        android:layout_toEndOf="@+id/icon_briefcase"
                        android:layout_toEndOf="@+id/icon_profile_badge"
                        android:singleLine="true"
                        android:ellipsize="end"
                        android:textAlignment="viewStart"
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@
            android:layout_weight="1">

          <ImageView
              android:id="@+id/icon_briefcase"
              android:id="@+id/icon_profile_badge"
              android:layout_height="@dimen/briefcase_icon_size"
              android:layout_width="@dimen/briefcase_icon_size"
              android:layout_marginEnd="@dimen/briefcase_icon_margin"
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@
        </FrameLayout>

        <FrameLayout
            android:id="@+id/icon_briefcase"
            android:id="@+id/icon_profile_badge"
            android:layout_width="@dimen/button_touch_size"
            android:layout_height="@dimen/button_touch_size"
            android:layout_alignParentBottom="true"
Loading