Daniel Lehmann | bcd1227 | 2011-05-06 20:31:03 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2011 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
Flavio Lerda | 8e683e8 | 2011-09-29 09:31:17 +0100 | [diff] [blame] | 17 | <!-- Layout parameters are set programmatically. --> |
Debashish Chatterjee | 9e00389 | 2011-07-15 18:40:11 +0100 | [diff] [blame] | 18 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
Geobio Boo | 4356dac | 2012-08-06 16:28:46 -0700 | [diff] [blame] | 19 | style="@style/FragmentActionBarPadding" |
Daniel Lehmann | bcd1227 | 2011-05-06 20:31:03 -0700 | [diff] [blame] | 20 | android:layout_width="match_parent" |
| 21 | android:layout_height="match_parent" |
Debashish Chatterjee | 9e00389 | 2011-07-15 18:40:11 +0100 | [diff] [blame] | 22 | android:orientation="vertical" |
Daisuke Miyakawa | 8801e35 | 2012-04-30 11:51:03 -0700 | [diff] [blame] | 23 | android:divider="?android:attr/dividerHorizontal" |
| 24 | android:showDividers="end"> |
Daisuke Miyakawa | f682802 | 2011-07-25 12:20:28 -0700 | [diff] [blame] | 25 | |
Debashish Chatterjee | 2f49769 | 2011-07-19 17:23:15 +0100 | [diff] [blame] | 26 | <FrameLayout |
| 27 | android:id="@+id/voicemail_status" |
| 28 | android:layout_width="match_parent" |
| 29 | android:layout_height="wrap_content" |
Debashish Chatterjee | 2f49769 | 2011-07-19 17:23:15 +0100 | [diff] [blame] | 30 | android:visibility="gone"> |
| 31 | <include layout="@layout/call_log_voicemail_status" |
| 32 | /> |
| 33 | </FrameLayout> |
Chiao Cheng | 9e0aa86 | 2012-08-03 10:23:28 -0700 | [diff] [blame] | 34 | |
| 35 | <FrameLayout> |
| 36 | <TextView |
| 37 | android:id="@+id/filter_status" |
| 38 | android:layout_width="match_parent" |
| 39 | android:layout_height="wrap_content" |
| 40 | android:paddingLeft="@dimen/call_log_outer_margin" |
| 41 | android:paddingRight="@dimen/call_log_outer_margin" |
| 42 | android:paddingTop="@dimen/call_log_inner_margin" |
| 43 | android:paddingBottom="@dimen/call_log_inner_margin" |
| 44 | android:layout_alignParentLeft="true" |
| 45 | android:layout_alignParentBottom="true" |
| 46 | android:visibility="gone" |
| 47 | /> |
| 48 | <View |
| 49 | android:id="@+id/call_log_divider" |
| 50 | android:layout_width="match_parent" |
| 51 | android:layout_height="1px" |
| 52 | android:layout_marginLeft="@dimen/call_log_outer_margin" |
| 53 | android:layout_marginRight="@dimen/call_log_outer_margin" |
| 54 | android:layout_gravity="bottom" |
| 55 | android:background="#55ffffff" |
| 56 | /> |
| 57 | </FrameLayout> |
Debashish Chatterjee | 9e00389 | 2011-07-15 18:40:11 +0100 | [diff] [blame] | 58 | <FrameLayout |
Daniel Lehmann | bcd1227 | 2011-05-06 20:31:03 -0700 | [diff] [blame] | 59 | android:layout_width="match_parent" |
Daisuke Miyakawa | 8801e35 | 2012-04-30 11:51:03 -0700 | [diff] [blame] | 60 | android:layout_height="match_parent"> |
Debashish Chatterjee | 9e00389 | 2011-07-15 18:40:11 +0100 | [diff] [blame] | 61 | <ListView android:id="@android:id/list" |
| 62 | android:layout_width="match_parent" |
| 63 | android:layout_height="match_parent" |
Frank Sposaro | 3d5c5de | 2011-08-18 11:42:05 -0700 | [diff] [blame] | 64 | android:fadingEdge="none" |
Debashish Chatterjee | 9e00389 | 2011-07-15 18:40:11 +0100 | [diff] [blame] | 65 | android:scrollbarStyle="outsideOverlay" |
Flavio Lerda | fca72fa | 2011-08-28 19:08:01 +0100 | [diff] [blame] | 66 | android:divider="@null" |
Debashish Chatterjee | 9e00389 | 2011-07-15 18:40:11 +0100 | [diff] [blame] | 67 | /> |
Debashish Chatterjee | 9e00389 | 2011-07-15 18:40:11 +0100 | [diff] [blame] | 68 | <TextView android:id="@android:id/empty" |
| 69 | android:layout_width="match_parent" |
| 70 | android:layout_height="match_parent" |
| 71 | android:text="@string/recentCalls_empty" |
| 72 | android:gravity="center" |
Flavio Lerda | c0d25d5 | 2011-09-12 23:07:28 +0100 | [diff] [blame] | 73 | android:layout_marginTop="@dimen/empty_message_top_margin" |
| 74 | android:textColor="?android:attr/textColorSecondary" |
Debashish Chatterjee | 9e00389 | 2011-07-15 18:40:11 +0100 | [diff] [blame] | 75 | android:textAppearance="?android:attr/textAppearanceLarge" |
| 76 | /> |
| 77 | </FrameLayout> |
| 78 | </LinearLayout> |