Loading res/layout/call_log_fragment.xml +5 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
res/layout/call_log_fragment.xml +5 −1 Original line number Diff line number Diff line Loading @@ -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" Loading