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

Commit 704c227d authored by Brad Stenning's avatar Brad Stenning Committed by android-build-merger
Browse files

Merge "Missed setting default values" into pi-dev

am: 42a53783

Change-Id: Ieac43cf7bd32a15d2e91c43a45258f9226be18f1
parents 4afbaa92 42a53783
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