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

Commit 0c7a7cbf authored by Tom Natan's avatar Tom Natan Committed by Automerger Merge Worker
Browse files

Merge "Redesign the size compat restart button according to mocks." into...

Merge "Redesign the size compat restart button according to mocks." into sc-v2-dev am: 2d213c39 am: 39e6b0e8

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16131381

Change-Id: I1dcd452be716dacf49e337477773076005c25031
parents fd95d16c 39e6b0e8
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2021 The Android Open Source Project
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
  -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
       android:shape="rectangle">
    <solid android:color="@color/size_compat_hint_bubble"/>
    <corners android:radius="@dimen/size_compat_hint_corner_radius"/>
</shape>
 No newline at end of file
+25 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2021 The Android Open Source Project
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ 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="@dimen/size_compat_hint_point_width"
        android:height="8dp"
        android:viewportWidth="10"
        android:viewportHeight="8">
    <path
        android:fillColor="@color/size_compat_hint_bubble"
        android:pathData="M10,0 l-4.1875,6.6875 a1,1 0 0,1 -1.625,0 l-4.1875,-6.6875z"/>
</vector>
+16 −9
Original line number Diff line number Diff line
@@ -15,14 +15,21 @@
     limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24">
        android:width="48dp"
        android:height="48dp"
        android:viewportWidth="48"
        android:viewportHeight="48">
    <path
        android:fillColor="#aa000000"
        android:pathData="M0,12 a12,12 0 1,0 24,0 a12,12 0 1,0 -24,0" />
        android:fillColor="#53534D"
        android:pathData="M0,24 a24,24 0 1,0 48,0 a24,24 0 1,0 -48,0" />
    <group
        android:translateX="12"
        android:translateY="12">
        <path
        android:fillColor="@android:color/white"
        android:pathData="M17.65,6.35c-1.63,-1.63 -3.94,-2.57 -6.48,-2.31c-3.67,0.37 -6.69,3.35 -7.1,7.02C3.52,15.91 7.27,20 12,20c3.19,0 5.93,-1.87 7.21,-4.57c0.31,-0.66 -0.16,-1.43 -0.89,-1.43h-0.01c-0.37,0 -0.72,0.2 -0.88,0.53c-1.13,2.43 -3.84,3.97 -6.81,3.32c-2.22,-0.49 -4.01,-2.3 -4.49,-4.52C5.31,9.44 8.26,6 12,6c1.66,0 3.14,0.69 4.22,1.78l-2.37,2.37C13.54,10.46 13.76,11 14.21,11H19c0.55,0 1,-0.45 1,-1V5.21c0,-0.45 -0.54,-0.67 -0.85,-0.35L17.65,6.35z"/>
            android:fillColor="#E4E3DA"
            android:pathData="M6,13c0,-1.65 0.67,-3.15 1.76,-4.24L6.34,7.34C4.9,8.79 4,10.79 4,13c0,4.08 3.05,7.44 7,7.93v-2.02C8.17,18.43 6,15.97 6,13z"/>
        <path
            android:fillColor="#E4E3DA"
            android:pathData="M20,13c0,-4.42 -3.58,-8 -8,-8c-0.06,0 -0.12,0.01 -0.18,0.01v0l1.09,-1.09L11.5,2.5L8,6l3.5,3.5l1.41,-1.41l-1.08,-1.08C11.89,7.01 11.95,7 12,7c3.31,0 6,2.69 6,6c0,2.97 -2.17,5.43 -5,5.91v2.02C16.95,20.44 20,17.08 20,13z"/>
    </group>
</vector>
+14 −21
Original line number Diff line number Diff line
@@ -22,41 +22,34 @@
    <FrameLayout
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:gravity="center"
        android:clipToPadding="false"
        android:padding="@dimen/bubble_elevation">
        android:paddingBottom="5dp">

        <LinearLayout
            android:id="@+id/size_compat_hint_popup"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:background="@android:color/background_light"
            android:elevation="@dimen/bubble_elevation"
            android:orientation="vertical">
            android:orientation="vertical"
            android:clickable="true">

            <TextView
                android:layout_width="180dp"
                android:layout_width="188dp"
                android:layout_height="wrap_content"
                android:paddingLeft="10dp"
                android:paddingRight="10dp"
                android:paddingTop="10dp"
                android:lineSpacingExtra="4sp"
                android:background="@drawable/size_compat_hint_bubble"
                android:padding="16dp"
                android:text="@string/restart_button_description"
                android:textAlignment="viewStart"
                android:textColor="@android:color/primary_text_light"
                android:textSize="16sp"/>
                android:textColor="#E4E3DA"
                android:textSize="14sp"/>

            <Button
                android:id="@+id/got_it"
            <ImageView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:includeFontPadding="false"
                android:layout_gravity="end"
                android:minHeight="36dp"
                android:background="?android:attr/selectableItemBackground"
                android:text="@string/got_it"
                android:textAllCaps="true"
                android:textColor="#3c78d8"
                android:textSize="16sp"
                android:textStyle="bold"/>
                android:src="@drawable/size_compat_hint_point"
                android:paddingHorizontal="@dimen/size_compat_hint_corner_radius"
                android:contentDescription="@null"/>

        </LinearLayout>

+16 −7
Original line number Diff line number Diff line
@@ -19,12 +19,21 @@
    android:layout_width="wrap_content"
    android:layout_height="wrap_content">

    <FrameLayout
        android:layout_width="@dimen/size_compat_button_width"
        android:layout_height="@dimen/size_compat_button_height"
        android:clipToPadding="false"
        android:paddingBottom="16dp">

        <ImageButton
            android:id="@+id/size_compat_restart_button"
        android:layout_width="@dimen/size_compat_button_size"
        android:layout_height="@dimen/size_compat_button_size"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="center"
            android:src="@drawable/size_compat_restart_button"
            android:background="@android:color/transparent"
            android:contentDescription="@string/restart_button_description"/>

    </FrameLayout>

</com.android.wm.shell.sizecompatui.SizeCompatRestartButton>
Loading