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

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

release-request-d9dc98f7-19b2-484c-b4d1-f35dc43e9c05-for-git_oc-mr1-release-41...

release-request-d9dc98f7-19b2-484c-b4d1-f35dc43e9c05-for-git_oc-mr1-release-4152006 snap-temp-L91700000079405440

Change-Id: Ic9e1cd01d9617f7f108fcec7d0c3056c22c6c79c
parents 0d8060bc db98cfa0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@
        </activity>

        <activity
            android:enabled="@bool/feature_inspector"
            android:name=".inspector.DocumentInspectorActivity"
            android:label="@string/menu_inspector"
            android:icon="@drawable/launcher_icon"
+9 −2
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
        android:orientation="vertical"
        android:layout_width="match_parent"
        android:layout_height="match_parent">

        <com.android.documentsui.inspector.HeaderView
            android:id="@+id/inspector_header_view"
            android:layout_width="match_parent"
@@ -34,5 +33,13 @@
            android:orientation="vertical"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"/>

        <com.android.documentsui.inspector.DebugView
            android:id="@+id/inspector_debug_view"
            android:orientation="vertical"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:visibility="gone" />

    </LinearLayout>
</ScrollView>
+6 −4
Original line number Diff line number Diff line
@@ -14,7 +14,8 @@
    See the License for the specific language governing permissions and
    limitations under the License.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<com.android.documentsui.inspector.KeyValueRow
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="horizontal"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
@@ -22,7 +23,7 @@
    android:paddingLeft="18dp">

    <TextView
        android:id="@+id/key"
        android:id="@+id/table_row_key"
        android:layout_height="wrap_content"
        android:layout_width="0dp"
        android:layout_weight="1"
@@ -31,11 +32,12 @@
    </TextView>

    <TextView
        android:id="@+id/value"
        android:id="@+id/table_row_value"
        android:layout_height="wrap_content"
        android:layout_width="0dp"
        android:layout_weight="1"
        android:textColor="@color/inspector_value"
        android:textSize="14dp">
    </TextView>
</LinearLayout>
 No newline at end of file

</com.android.documentsui.inspector.KeyValueRow>
+2 −0
Original line number Diff line number Diff line
@@ -81,6 +81,8 @@
    <string name="toast_no_application" msgid="7555319548595113121">"Kan lêer nie oopmaak nie"</string>
    <string name="toast_view_in_archives_unsupported" msgid="1923221390170964845">"Kan nie lêers in argiewe oopmaak nie"</string>
    <string name="toast_failed_delete" msgid="3453846588205817591">"Kan sommige dokumente nie uitvee nie"</string>
    <!-- no translation found for file_inspector_load_error (1226344446677541109) -->
    <skip />
    <string name="share_via" msgid="8725082736005677161">"Deel via"</string>
    <string name="copy_notification_title" msgid="52256435625098456">"Kopieer tans lêers"</string>
    <string name="compress_notification_title" msgid="6830195148113751021">"Pers tans lêers saam"</string>
+2 −0
Original line number Diff line number Diff line
@@ -81,6 +81,8 @@
    <string name="toast_no_application" msgid="7555319548595113121">"ፋይሉን መክፈት አይቻልም"</string>
    <string name="toast_view_in_archives_unsupported" msgid="1923221390170964845">"በማህደሮች ውስጥ ያሉ ፋይሎችን መክፈት አይቻልም"</string>
    <string name="toast_failed_delete" msgid="3453846588205817591">"አንዳንድ ሰነዶችን መሰረዝ አልተቻለም"</string>
    <!-- no translation found for file_inspector_load_error (1226344446677541109) -->
    <skip />
    <string name="share_via" msgid="8725082736005677161">"በዚህ በኩል ያጋሩ፦"</string>
    <string name="copy_notification_title" msgid="52256435625098456">"ፋይሎችን በመቅዳት ላይ"</string>
    <string name="compress_notification_title" msgid="6830195148113751021">"ፋይሎችን በመጭመቅ ላይ"</string>
Loading