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

Commit 36df59e0 authored by Christine Chen's avatar Christine Chen Committed by Android (Google) Code Review
Browse files

Merge "Add no favorite card to the Dialer" into klp-dev

parents cba397dd 4fdf5949
Loading
Loading
Loading
Loading
+7.38 KiB
Loading image diff...
+4.66 KiB
Loading image diff...
+10.6 KiB
Loading image diff...
+15 KiB
Loading image diff...
+5 −0
Original line number Original line Diff line number Diff line
@@ -63,6 +63,11 @@
                android:contentDescription="@string/description_start_voice_search"
                android:contentDescription="@string/description_start_voice_search"
                android:background="?android:attr/selectableItemBackground" />
                android:background="?android:attr/selectableItemBackground" />
        </LinearLayout>
        </LinearLayout>
        <View
            android:id="@+id/searchbox_divider"
            android:layout_height="1dp"
            android:layout_width="match_parent"
            android:background="@color/background_dialer_light" />
        <FrameLayout
        <FrameLayout
            android:layout_height="0dp"
            android:layout_height="0dp"
            android:layout_weight="1"
            android:layout_weight="1"
Loading