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

Commit 62db5e0e authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Add missing layout_width/height

Bug 7364149

Change-Id: I082cb83903fdb8496e6a050fd299656db7f6aeab
parent c787f82d
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -32,11 +32,15 @@
    />
    </FrameLayout>

    <FrameLayout>
    <FrameLayout
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        >
        <TextView
            android:id="@+id/filter_status"
            style="@style/ContactListSeparatorTextViewStyle"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginLeft="@dimen/call_log_outer_margin"
            android:layout_marginRight="@dimen/call_log_outer_margin"
            android:paddingTop="@dimen/call_log_inner_margin"