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

Commit 42346e68 authored by Zhao Wei Liew's avatar Zhao Wei Liew
Browse files

core: Adjust power menu icons for 7.1

Resize the icons to fit in with the new power off & restart icons.

Also, use an icon without a home button for the screenshot icon,
since home button-less phones are a growing trend.

Change-Id: I5131346f65345010bba45dca04f3d767e6f9746a
parent 613a84ec
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -14,14 +14,13 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="32dp"
    android:height="32dp"
    android:viewportWidth="24.0"
    android:viewportHeight="24.0"
<vector
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="28dp"
    android:height="28dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">

    <path
        android:fillColor="@color/white"
        android:pathData="M16 1H8C6.34 1 5 2.34 5 4v16c0 1.66 1.34 3 3 3h8c1.66 0 3-1.34 3-3V4c0-1.66-1.34-3-3-3zm-2 20h-4v-1h4v1zm3.25-3H6.75V4h10.5v14z" />
    <path android:fillColor="#FF000000" android:pathData="M17,19H7V5H17M17,1H7C5.89,1 5,1.89 5,3V21A2,2 0 0,0 7,23H17A2,2 0 0,0 19,21V3C19,1.89 18.1,1 17,1Z" />
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -16,5 +16,5 @@
-->
<resources>
    <!-- Largest size an avatar might need to be drawn in the power menu user picker -->
    <dimen name="global_actions_avatar_size">40dp</dimen>
    <dimen name="global_actions_avatar_size">32dp</dimen>
</resources>