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

Commit 9ecdf744 authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Clean up navigation bar"

parents 49029b97 ceb953fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
-keep class com.android.systemui.statusbar.policy.KeyButtonView {
-keep class com.android.systemui.navigationbar.buttons.KeyButtonView {
  public float getDrawingAlpha();
  public void setDrawingAlpha(float);
}

-keep class com.android.systemui.statusbar.policy.KeyButtonRipple {
-keep class com.android.systemui.navigationbar.buttons.KeyButtonRipple {
  public float getGlowAlpha();
  public float getGlowScale();
  public void setGlowAlpha(float);
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
     limitations under the License.
-->

<com.android.systemui.statusbar.policy.KeyButtonView
<com.android.systemui.navigationbar.buttons.KeyButtonView
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:systemui="http://schemas.android.com/apk/res-auto"
    android:id="@+id/back"
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
             android:clipChildren="false"
             android:clipToPadding="false"
             >
    <com.android.systemui.statusbar.policy.KeyButtonView
    <com.android.systemui.navigationbar.buttons.KeyButtonView
        android:id="@+id/menu"
        android:layout_height="match_parent"
        android:layout_width="match_parent"
@@ -47,7 +47,7 @@
             android:layout_height="match_parent"
             android:visibility="invisible"
    />
    <com.android.systemui.statusbar.policy.KeyButtonView
    <com.android.systemui.navigationbar.buttons.KeyButtonView
        android:id="@+id/accessibility_button"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<com.android.systemui.statusbar.policy.KeyButtonView
<com.android.systemui.navigationbar.buttons.KeyButtonView
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:systemui="http://schemas.android.com/apk/res-auto"
    android:layout_width="@dimen/navigation_side_padding"
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<com.android.systemui.statusbar.policy.KeyButtonView
<com.android.systemui.navigationbar.buttons.KeyButtonView
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:systemui="http://schemas.android.com/apk/res-auto"
    android:id="@+id/home"
Loading