diff options
author | Chiao Cheng <chiaocheng@google.com> | 2012-10-17 17:53:37 -0700 |
---|---|---|
committer | Chiao Cheng <chiaocheng@google.com> | 2012-10-17 17:53:37 -0700 |
commit | 6b2afb90fd9805a464617da6e37dfa51667c11e1 (patch) | |
tree | 11ddcac71182b1b87f2b54f57815639e432a84ad | |
parent | cac78daf8e4e10045c3a4b7027d2f689786f1937 (diff) |
Two cherry picks.
Combined cherry pick from old call log change and recent layout change.
Bug: 7366229
Change-Id: I7ca3b7213f1339023f5de5be630708df9a134963
-rw-r--r-- | res/layout/call_log_fragment.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/res/layout/call_log_fragment.xml b/res/layout/call_log_fragment.xml index 34b4b7fd9..e86ca81e3 100644 --- a/res/layout/call_log_fragment.xml +++ b/res/layout/call_log_fragment.xml @@ -32,13 +32,16 @@ /> </FrameLayout> - <FrameLayout> + <FrameLayout + android:layout_width="match_parent" + android:layout_height="wrap_content"> <TextView android:id="@+id/filter_status" android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingLeft="@dimen/call_log_outer_margin" - android:paddingRight="@dimen/call_log_outer_margin" + style="@style/ContactListSeparatorTextViewStyle" + android:layout_marginLeft="@dimen/call_log_outer_margin" + android:layout_marginRight="@dimen/call_log_outer_margin" android:paddingTop="@dimen/call_log_inner_margin" android:paddingBottom="@dimen/call_log_inner_margin" android:layout_alignParentLeft="true" |