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

Commit 9131b2f1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "update intent to be toggle instead of show for hvac button"

parents 00bbbd8a 6f952210
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -51,7 +51,7 @@
            android:id="@+id/hvac"
            android:id="@+id/hvac"
            android:layout_height="wrap_content"
            android:layout_height="wrap_content"
            android:layout_width="match_parent"
            android:layout_width="match_parent"
            systemui:intent="intent:#Intent;action=android.car.intent.action.SHOW_HVAC_CONTROLS;end"
            systemui:intent="intent:#Intent;action=android.car.intent.action.TOGGLE_HVAC_CONTROLS;end"
            systemui:broadcast="true"
            systemui:broadcast="true"
            android:src="@drawable/car_ic_hvac"
            android:src="@drawable/car_ic_hvac"
            android:background="?android:attr/selectableItemBackground"
            android:background="?android:attr/selectableItemBackground"
+1 −1
Original line number Original line Diff line number Diff line
@@ -49,7 +49,7 @@
            android:id="@+id/hvac"
            android:id="@+id/hvac"
            android:layout_height="match_parent"
            android:layout_height="match_parent"
            android:layout_width="wrap_content"
            android:layout_width="wrap_content"
            systemui:intent="intent:#Intent;action=android.car.intent.action.SHOW_HVAC_CONTROLS;end"
            systemui:intent="intent:#Intent;action=android.car.intent.action.TOGGLE_HVAC_CONTROLS;end"
            systemui:broadcast="true"
            systemui:broadcast="true"
            android:src="@drawable/car_ic_hvac"
            android:src="@drawable/car_ic_hvac"
            android:background="?android:attr/selectableItemBackground"
            android:background="?android:attr/selectableItemBackground"
+1 −1
Original line number Original line Diff line number Diff line
@@ -51,7 +51,7 @@
            android:id="@+id/hvac"
            android:id="@+id/hvac"
            android:layout_height="wrap_content"
            android:layout_height="wrap_content"
            android:layout_width="match_parent"
            android:layout_width="match_parent"
            systemui:intent="intent:#Intent;action=android.car.intent.action.SHOW_HVAC_CONTROLS;end"
            systemui:intent="intent:#Intent;action=android.car.intent.action.TOGGLE_HVAC_CONTROLS;end"
            systemui:broadcast="true"
            systemui:broadcast="true"
            android:src="@drawable/car_ic_hvac"
            android:src="@drawable/car_ic_hvac"
            android:background="?android:attr/selectableItemBackground"
            android:background="?android:attr/selectableItemBackground"