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

Commit 4761b176 authored by Joe Onorato's avatar Joe Onorato Committed by Android (Google) Code Review
Browse files

Merge "make the back (previous track) button into a cancel button."

parents a8cbdb9a bd5dba35
Loading
Loading
Loading
Loading
−636 B
Loading image diff...
+47.4 KiB (47.8 KiB)
Loading image diff...
+47.6 KiB (48 KiB)
Loading image diff...
+11 −11
Original line number Diff line number Diff line
@@ -131,17 +131,17 @@
            <com.android.systemui.statusbar.KeyButtonView android:id="@+id/back"
                android:layout_width="wrap_content"
                android:layout_height="match_parent"
                android:paddingLeft="4dip"
                android:paddingRight="4dip"
                android:src="@drawable/ic_sysbar_back"
                android:paddingLeft="15dip"
                android:paddingRight="15dip"
                android:src="@drawable/status_bar_back"
                android:background="@drawable/ic_sysbar_icon_bg"
                systemui:keyCode="4"
                />
            <com.android.systemui.statusbar.KeyButtonView android:id="@+id/home"
                android:layout_width="wrap_content"
                android:layout_height="match_parent"
                android:paddingLeft="4dip"
                android:paddingRight="4dip"
                android:paddingLeft="15dip"
                android:paddingRight="15dip"
                android:src="@drawable/ic_sysbar_home"
                android:background="@drawable/ic_sysbar_icon_bg"
                systemui:keyCode="3"
@@ -151,14 +151,14 @@
                android:layout_height="match_parent"
                android:src="@drawable/ic_sysbar_recent"
                android:background="@drawable/ic_sysbar_icon_bg"
                android:paddingLeft="4dip"
                android:paddingRight="4dip"
                android:paddingLeft="15dip"
                android:paddingRight="15dip"
                />
            <com.android.systemui.statusbar.KeyButtonView android:id="@+id/menu"
                android:layout_width="wrap_content"
                android:layout_height="match_parent"
                android:paddingLeft="4dip"
                android:paddingRight="4dip"
                android:paddingLeft="15dip"
                android:paddingRight="15dip"
                android:src="@drawable/ic_sysbar_menu"
                android:background="@drawable/ic_sysbar_icon_bg"
                systemui:keyCode="82"
@@ -169,8 +169,8 @@
                android:layout_width="71dip"
                android:layout_height="match_parent"
                android:background="@drawable/ic_sysbar_icon_bg"
                android:paddingLeft="4dip"
                android:paddingRight="4dip"
                android:paddingLeft="15dip"
                android:paddingRight="15dip"
                android:animateLayoutChanges="true"
                android:clickable="true"
                android:descendantFocusability="blocksDescendants"