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

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

Snap for 6862355 from c66702e2 to sc-release

Change-Id: I6935d6bfa6e04b84da68f809c009f40d7764e3ef
parents a6a8b666 c66702e2
Loading
Loading
Loading
Loading
+3 −10
Original line number Diff line number Diff line
@@ -38,13 +38,6 @@

        </androidx.core.widget.NestedScrollView>

        <View
            android:id="@+id/toolbar_background_layout"
            android:layout_width="match_parent"
            android:layout_height="@dimen/action_bar_space_height"
            android:background="?android:attr/colorBackground"
            app:layout_collapseMode="pin"/>

        <androidx.appcompat.widget.Toolbar
            android:id="@+id/toolbar"
            android:layout_width="match_parent"
@@ -53,7 +46,7 @@
            android:background="?android:attr/colorBackground"
            android:theme="?actionBarTheme"
            android:popupTheme="?actionBarPopupTheme"
            android:elevation="3dp"
            android:elevation="@dimen/search_bar_elevation"
            app:collapseContentDescription="@string/button_back"
            app:titleTextAppearance="@style/ToolbarTitle"
            app:layout_collapseMode="pin">
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
    android:id="@+id/directory_header"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginTop="@dimen/action_bar_space_margin"
    android:orientation="vertical">

    <com.android.documentsui.HorizontalBreadcrumb
+4 −11
Original line number Diff line number Diff line
@@ -38,20 +38,13 @@
                android:layout_height="match_parent"
                app:layout_behavior="@string/scrolling_behavior">

                <LinearLayout
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:orientation="vertical">

                <FrameLayout
                    android:id="@+id/container_directory"
                    android:clipToPadding="false"
                    android:layout_width="match_parent"
                        android:layout_height="0dp"
                    android:layout_height="match_parent"
                    android:layout_weight="1" />

                </LinearLayout>

                <FrameLayout
                    android:id="@+id/container_search_fragment"
                    android:clipToPadding="false"
+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@
    <string name="open_external_dialog_request_primary_volume" msgid="2240992164087948176">"به <xliff:g id="APPNAME"><b>^1</b></xliff:g> اجازه داده شود به فهرست راهنمای <xliff:g id="DIRECTORY"><i>^2</i></xliff:g> دسترسی داشته باشد؟"</string>
    <string name="open_external_dialog_root_request" msgid="6776729293982633">"به <xliff:g id="APPNAME"><b>^1</b></xliff:g> اجازه می‌دهید به داده‌هایتان دسترسی پیدا کند، از جمله عکس‌ها و ویدئوهایتان در <xliff:g id="STORAGE"><i>^2</i></xliff:g>؟"</string>
    <string name="allow" msgid="1275746941353040309">"اجازه دادن"</string>
    <string name="deny" msgid="5127201668078153379">"اجازه ندارد"</string>
    <string name="deny" msgid="5127201668078153379">"مجاز نبودن"</string>
    <plurals name="elements_selected" formatted="false" msgid="4448165978637163692">
      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> مورد انتخاب شد</item>
      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> مورد انتخاب شد</item>
+0 −2
Original line number Diff line number Diff line
@@ -28,6 +28,4 @@
    <dimen name="search_bar_text_margin_start">55dp</dimen>
    <dimen name="search_bar_text_margin_end">24dp</dimen>
    <dimen name="search_bar_icon_padding">16dp</dimen>

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