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

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

Merge "Missed setting default values" into pi-dev

parents 172cb703 6f7ad91e
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