Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
Yorke Lee | 8898cd0 | 2013-08-08 10:24:27 -0700 | [diff] [blame] | 2 | <!-- Copyright (C) 2013 The Android Open Source Project |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 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 | --> |
Yorke Lee | 28aab27 | 2014-06-11 10:24:19 -0700 | [diff] [blame] | 16 | <FrameLayout |
Yorke Lee | 8898cd0 | 2013-08-08 10:24:27 -0700 | [diff] [blame] | 17 | xmlns:android="http://schemas.android.com/apk/res/android" |
Yorke Lee | 86e21f7 | 2014-04-02 16:49:38 -0700 | [diff] [blame] | 18 | android:id="@+id/dialtacts_mainlayout" |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 19 | android:layout_width="match_parent" |
| 20 | android:layout_height="match_parent" |
Ihab Awad | 526c0b8 | 2014-02-27 12:55:36 -0800 | [diff] [blame] | 21 | android:orientation="vertical" |
Yorke Lee | 86e21f7 | 2014-04-02 16:49:38 -0700 | [diff] [blame] | 22 | android:focusable="true" |
Yorke Lee | 8898cd0 | 2013-08-08 10:24:27 -0700 | [diff] [blame] | 23 | android:focusableInTouchMode="true" |
| 24 | android:clipChildren="false" |
Yorke Lee | cc4660d | 2014-04-24 11:22:57 -0700 | [diff] [blame] | 25 | android:animateLayoutChanges="true" |
Yorke Lee | 9e91bb0 | 2014-03-05 17:50:50 -0800 | [diff] [blame] | 26 | android:background="@color/background_dialer_light" |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 27 | > |
Yorke Lee | 28aab27 | 2014-06-11 10:24:19 -0700 | [diff] [blame] | 28 | <FrameLayout |
Ihab Awad | 526c0b8 | 2014-02-27 12:55:36 -0800 | [diff] [blame] | 29 | android:id="@+id/dialtacts_container" |
Chiao Cheng | 94b10b5 | 2012-08-17 16:59:12 -0700 | [diff] [blame] | 30 | android:layout_width="match_parent" |
Yorke Lee | a5d5cdf | 2014-04-22 17:20:00 -0700 | [diff] [blame] | 31 | android:layout_height="match_parent" |
Yorke Lee | 86e21f7 | 2014-04-02 16:49:38 -0700 | [diff] [blame] | 32 | android:clipChildren="false"> |
| 33 | <!-- The main contacts grid --> |
| 34 | <FrameLayout |
Ihab Awad | 526c0b8 | 2014-02-27 12:55:36 -0800 | [diff] [blame] | 35 | android:layout_height="match_parent" |
Yorke Lee | 86e21f7 | 2014-04-02 16:49:38 -0700 | [diff] [blame] | 36 | android:layout_width="match_parent" |
| 37 | android:id="@+id/dialtacts_frame" |
Andrew Lee | 1896344 | 2014-06-06 17:20:13 -0700 | [diff] [blame] | 38 | android:clipChildren="false" /> |
Yorke Lee | 28aab27 | 2014-06-11 10:24:19 -0700 | [diff] [blame] | 39 | </FrameLayout> |
Ihab Awad | 526c0b8 | 2014-02-27 12:55:36 -0800 | [diff] [blame] | 40 | <FrameLayout |
Andrew Lee | a73e189 | 2014-05-13 13:21:16 -0700 | [diff] [blame] | 41 | android:id="@+id/floating_action_button_container" |
Yorke Lee | a5d5cdf | 2014-04-22 17:20:00 -0700 | [diff] [blame] | 42 | android:layout_width="@dimen/floating_action_button_width" |
Andrew Lee | a73e189 | 2014-05-13 13:21:16 -0700 | [diff] [blame] | 43 | android:layout_height="@dimen/floating_action_button_height" |
Yorke Lee | a5d5cdf | 2014-04-22 17:20:00 -0700 | [diff] [blame] | 44 | android:layout_marginBottom="@dimen/floating_action_button_margin_bottom" |
Yorke Lee | 28aab27 | 2014-06-11 10:24:19 -0700 | [diff] [blame] | 45 | android:layout_gravity="center_horizontal|bottom" > |
Andrew Lee | a73e189 | 2014-05-13 13:21:16 -0700 | [diff] [blame] | 46 | |
Ihab Awad | 526c0b8 | 2014-02-27 12:55:36 -0800 | [diff] [blame] | 47 | <ImageButton |
Andrew Lee | a73e189 | 2014-05-13 13:21:16 -0700 | [diff] [blame] | 48 | android:id="@+id/floating_action_button" |
Yorke Lee | a5d5cdf | 2014-04-22 17:20:00 -0700 | [diff] [blame] | 49 | android:layout_width="match_parent" |
Ihab Awad | 526c0b8 | 2014-02-27 12:55:36 -0800 | [diff] [blame] | 50 | android:layout_height="match_parent" |
Andrew Lee | a73e189 | 2014-05-13 13:21:16 -0700 | [diff] [blame] | 51 | android:background="@drawable/floating_action_button" |
Ihab Awad | 526c0b8 | 2014-02-27 12:55:36 -0800 | [diff] [blame] | 52 | android:contentDescription="@string/action_menu_dialpad_button" |
Andrew Lee | cb87764 | 2014-05-09 15:05:50 -0700 | [diff] [blame] | 53 | android:src="@drawable/fab_ic_dial"/> |
Andrew Lee | a73e189 | 2014-05-13 13:21:16 -0700 | [diff] [blame] | 54 | |
Ihab Awad | 526c0b8 | 2014-02-27 12:55:36 -0800 | [diff] [blame] | 55 | </FrameLayout> |
Yorke Lee | f66cc04 | 2014-05-07 11:00:53 -0700 | [diff] [blame] | 56 | <!-- Host container for the contact tile drag shadow --> |
| 57 | <FrameLayout |
Yorke Lee | c7b2a0e | 2014-05-20 17:21:25 -0700 | [diff] [blame] | 58 | android:id="@+id/activity_overlay" |
Yorke Lee | f66cc04 | 2014-05-07 11:00:53 -0700 | [diff] [blame] | 59 | android:layout_height="match_parent" |
| 60 | android:layout_width="match_parent"> |
| 61 | <ImageView |
| 62 | android:id="@+id/contact_tile_drag_shadow_overlay" |
| 63 | android:layout_width="wrap_content" |
| 64 | android:layout_height="wrap_content" |
| 65 | android:visibility="gone" |
| 66 | android:importantForAccessibility="no" /> |
| 67 | </FrameLayout> |
Yorke Lee | 28aab27 | 2014-06-11 10:24:19 -0700 | [diff] [blame] | 68 | </FrameLayout> |