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

Commit 738c5e5a authored by Makoto Onuki's avatar Makoto Onuki Committed by Android Git Automerger
Browse files

am 62db5e0e: Add missing layout_width/height

* commit '62db5e0e':
  Add missing layout_width/height
parents 6d988873 62db5e0e
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"