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

Commit 6f7ad91e authored by Brad Stenning's avatar Brad Stenning
Browse files

Missed setting default values

Bug:77802818
Test: Manual
Change-Id: I1776b8c197e9f91148748568c1529517d6437161
parent 6f99da88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
            android:id="@+id/home"
            android:layout_height="wrap_content"
            android:layout_width="match_parent"
            systemui:intent="intent:#Intent;action=android.intent.action.MAIN;category=android.intent.category.HOME;end"
            systemui:intent="intent:#Intent;action=android.intent.action.MAIN;category=android.intent.category.HOME;launchFlags=0x14000000;end"
            android:src="@drawable/car_ic_overview"
            android:background="?android:attr/selectableItemBackground"
            android:paddingTop="30dp"
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
            android:id="@+id/home"
            android:layout_height="wrap_content"
            android:layout_width="match_parent"
            systemui:intent="intent:#Intent;action=android.intent.action.MAIN;category=android.intent.category.HOME;end"
            systemui:intent="intent:#Intent;action=android.intent.action.MAIN;category=android.intent.category.HOME;launchFlags=0x14000000;end"
            android:src="@drawable/car_ic_overview"
            android:background="?android:attr/selectableItemBackground"
            android:paddingTop="30dp"
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
            android:id="@+id/home"
            android:layout_height="match_parent"
            android:layout_width="wrap_content"
            systemui:intent="intent:#Intent;action=android.intent.action.MAIN;category=android.intent.category.HOME;end"
            systemui:intent="intent:#Intent;action=android.intent.action.MAIN;category=android.intent.category.HOME;launchFlags=0x14000000;end"
            android:src="@drawable/car_ic_overview"
            android:background="?android:attr/selectableItemBackground"
            android:paddingLeft="30dp"
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
            android:id="@+id/home"
            android:layout_height="match_parent"
            android:layout_width="wrap_content"
            systemui:intent="intent:#Intent;action=android.intent.action.MAIN;category=android.intent.category.HOME;end"
            systemui:intent="intent:#Intent;action=android.intent.action.MAIN;category=android.intent.category.HOME;launchFlags=0x14000000;end"
            android:src="@drawable/car_ic_overview"
            android:background="?android:attr/selectableItemBackground"
            android:paddingLeft="30dp"
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@
            android:id="@+id/home"
            android:layout_height="wrap_content"
            android:layout_width="match_parent"
            systemui:intent="intent:#Intent;action=android.intent.action.MAIN;category=android.intent.category.HOME;end"
            systemui:intent="intent:#Intent;action=android.intent.action.MAIN;category=android.intent.category.HOME;launchFlags=0x14000000;end"
            android:src="@drawable/car_ic_overview"
            android:background="?android:attr/selectableItemBackground"
            android:paddingTop="30dp"
Loading