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

Commit fec6f3c4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Tidy resources related to app branding." into arc-apps

parents 71155c91 cf2cc2b4
Loading
Loading
Loading
Loading
+5 −8
Original line number Diff line number Diff line
@@ -23,8 +23,7 @@

        <activity
            android:name=".picker.PickActivity"
            android:theme="@style/DocumentsTheme"
            android:icon="@drawable/picker_icon">
            android:theme="@style/DocumentsTheme">
            <intent-filter>
                <action android:name="android.intent.action.OPEN_DOCUMENT" />
                <category android:name="android.intent.category.DEFAULT" />
@@ -51,8 +50,8 @@

        <activity
            android:name=".files.LauncherActivity"
            android:label="@string/app_label"
            android:icon="@drawable/files_icon"
            android:label="@string/launcher_label"
            android:icon="@drawable/launcher_icon"
            android:theme="@android:style/Theme.NoDisplay">
        </activity>

@@ -60,8 +59,8 @@
        <activity-alias
            android:name=".Launcher"
            android:targetActivity=".files.LauncherActivity"
            android:label="@string/app_label"
            android:icon="@drawable/files_icon" >
            android:label="@string/launcher_label"
            android:icon="@drawable/launcher_icon" >
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
@@ -71,8 +70,6 @@

        <activity
            android:name=".files.FilesActivity"
            android:label="@string/app_label"
            android:icon="@drawable/files_icon"
            android:documentLaunchMode="intoExisting"
            android:theme="@style/DocumentsTheme">
            <intent-filter>
+1 −2
Original line number Diff line number Diff line
@@ -16,8 +16,7 @@

<resources>
    <item name="app_icon" type="drawable">@mipmap/ic_app_icon</item>
    <item name="files_icon" type="drawable">@mipmap/ic_app_icon</item>
    <item name="picker_icon" type="drawable">@mipmap/ic_app_icon</item>
    <item name="launcher_icon" type="drawable">@mipmap/ic_app_icon</item>
    <item name="image_root_icon" type="drawable">@*android:drawable/ic_doc_image</item>
    <item name="video_root_icon" type="drawable">@*android:drawable/ic_doc_video</item>
    <item name="audio_root_icon" type="drawable">@*android:drawable/ic_doc_audio</item>
+10 −1
Original line number Diff line number Diff line
@@ -15,8 +15,17 @@
-->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Title of the Files application [CHAR LIMIT=32] -->
    <string name="files_label">Files</string>

    <!-- Title of the Downloads application, which sometimes Files is known as [CHAR LIMIT=32] -->
    <string name="downloads_label">Downloads</string>

    <!-- Title of the documents application [CHAR LIMIT=32] -->
    <string name="app_label">@string/files_label</string>

    <!-- Title of the documents application [CHAR LIMIT=32] -->
    <string name="app_label">Files</string>
    <string name="launcher_label">@string/files_label</string>

    <!-- Action bar title prompting user to choose a location to open a document from [CHAR LIMIT=32] -->
    <string name="title_open">Open from</string>