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

Commit d6b6f9da authored by cretin45's avatar cretin45 Committed by Gerrit Code Review
Browse files

Gallery2: Materialization

- Material theme
- FAB
- New Icon
- Add missing resources for movie settings
- Fix action mode
- Vector drawables

Change-Id: I9c8cc81759502a417a5585fd1d3fd9b61e0bd68b
(cherry picked from commit 41fd3ab8)
parent e32cdad0
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

    <original-package android:name="com.android.gallery3d" />

    <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="17" />
    <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="21" />

    <permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER"
            android:protectionLevel="signatureOrSystem" />
@@ -116,7 +116,8 @@
             </intent-filter>
        </activity>

        <activity android:name="com.android.gallery3d.app.GalleryActivity" android:label="@string/app_name"
        <activity android:name="com.android.gallery3d.app.GalleryActivity"
                  android:label="@string/app_name"
                  android:configChanges="keyboardHidden|orientation|screenSize">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
@@ -194,8 +195,7 @@

        <!-- This activity acts as a trampoline to the new Gallery activity,
             so that existing shortcuts are preserved. -->
        <activity android:name="com.android.gallery3d.app.Gallery"
            android:theme="@style/android:Theme.NoDisplay">
        <activity android:name="com.android.gallery3d.app.Gallery">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.DEFAULT" />
−508 B
Loading image diff...
−542 B (457 B)
Loading image diff...
−1.88 KiB (3.61 KiB)
Loading image diff...
−1.64 KiB
Loading image diff...
Loading