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

Commit 809fe8f0 authored by Chiao Cheng's avatar Chiao Cheng Committed by Android (Google) Code Review
Browse files

Merge "Adding missed call badge." into klp-dev

parents 001310f2 c5b6a693
Loading
Loading
Loading
Loading
+1.69 KiB
Loading image diff...
+1.11 KiB
Loading image diff...
+2.33 KiB
Loading image diff...
+2.9 KiB
Loading image diff...
+6 −0
Original line number Diff line number Diff line
@@ -140,4 +140,10 @@
        android:paddingTop="@dimen/call_log_inner_margin"
        android:paddingBottom="@dimen/call_log_inner_margin" />

    <!-- Displays the extra link section -->
    <ViewStub android:id="@+id/link_stub"
              android:layout="@layout/call_log_list_item_extra"
              android:layout_width="match_parent"
              android:layout_height="wrap_content"/>

</view>
Loading