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

Commit 4fdf5949 authored by Christine Chen's avatar Christine Chen
Browse files

Add no favorite card to the Dialer

Bug: 10862541
Change-Id: I7299d38dcc63fa2a37e61949ebfcc794c3471c70
parent ad4a5f1f
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 Diff line number Diff line
@@ -63,6 +63,11 @@
                android:contentDescription="@string/description_start_voice_search"
                android:background="?android:attr/selectableItemBackground" />
        </LinearLayout>
        <View
            android:id="@+id/searchbox_divider"
            android:layout_height="1dp"
            android:layout_width="match_parent"
            android:background="@color/background_dialer_light" />
        <FrameLayout
            android:layout_height="0dp"
            android:layout_weight="1"
Loading