summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2012-10-17 17:56:09 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-10-17 17:56:09 -0700
commit7f46177ee6d506b86e032c21b0edfd8ee9459d5e (patch)
tree6bdf05e9fb07dd39ffb3fc5bae1112216eaaa575 /res
parente302c38ff4a0ba964199e2ae50b7f67e9cbb6440 (diff)
parent6b2afb90fd9805a464617da6e37dfa51667c11e1 (diff)
Merge "Two cherry picks."
Diffstat (limited to 'res')
-rw-r--r--res/layout/call_log_fragment.xml9
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"