This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael Pearce
committed
Jul 20, 2012
1 parent
9646451
commit 6bf8ecb
Showing
82 changed files
with
1,343 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:state_pressed="true" | ||
android:drawable="@android:color/holo_blue_dark" /> | ||
</selector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<item android:state_checked="true" android:state_pressed="true" android:drawable="@drawable/expander_close_pressed" /> | ||
<item android:state_checked="false" android:state_pressed="true" android:drawable="@drawable/expander_open_pressed" /> | ||
<item android:state_checked="true" android:drawable="@drawable/expander_close" /> | ||
<item android:drawable="@drawable/expander_open" /> | ||
</selector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Copyright (C) 2011 The Android Open Source Project | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
|
||
<!-- Layout parameters are set programmatically. --> | ||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:orientation="vertical" | ||
android:divider="?android:attr/dividerHorizontal" | ||
android:showDividers="end"> | ||
|
||
<FrameLayout | ||
android:id="@+id/voicemail_status" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_alignParentLeft="true" | ||
android:layout_alignParentBottom="true" | ||
android:visibility="gone"> | ||
<include layout="@layout/call_log_voicemail_status" | ||
/> | ||
</FrameLayout> | ||
<FrameLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
> | ||
<ListView android:id="@android:id/list" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:fadingEdge="none" | ||
android:scrollbarStyle="outsideOverlay" | ||
android:divider="@null" | ||
/> | ||
<TextView android:id="@android:id/empty" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:text="@string/recentCalls_empty" | ||
android:gravity="center" | ||
android:layout_marginTop="@dimen/empty_message_top_margin" | ||
android:textColor="?android:attr/textColorSecondary" | ||
android:textAppearance="?android:attr/textAppearanceLarge" | ||
/> | ||
</FrameLayout> | ||
</LinearLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Copyright (C) 2006 The Android Open Source Project | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
|
||
<!-- Dialpad in the Phone app. --> | ||
<TableLayout | ||
xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:id="@+id/dialpad" | ||
android:layout_width="0dp" | ||
android:layout_height="match_parent" | ||
android:layout_weight="1" | ||
android:layout_marginTop="@dimen/dialpad_vertical_margin" | ||
android:paddingLeft="5dip"> | ||
|
||
<TableRow | ||
android:layout_height="0px" | ||
android:layout_weight="1"> | ||
<com.android.contacts.dialpad.DialpadImageButton | ||
android:id="@+id/one" style="@style/DialtactsDialpadButtonStyle" | ||
android:src="@drawable/dial_num_1_wht" | ||
android:contentDescription="@string/description_image_button_one" /> | ||
<com.android.contacts.dialpad.DialpadImageButton | ||
android:id="@+id/two" style="@style/DialtactsDialpadButtonStyle" | ||
android:src="@drawable/dial_num_2_wht" | ||
android:contentDescription="@string/description_image_button_two" /> | ||
<com.android.contacts.dialpad.DialpadImageButton | ||
android:id="@+id/three" style="@style/DialtactsDialpadButtonStyle" | ||
android:src="@drawable/dial_num_3_wht" | ||
android:contentDescription="@string/description_image_button_three" /> | ||
</TableRow> | ||
|
||
<TableRow | ||
android:layout_height="0px" | ||
android:layout_weight="1"> | ||
<com.android.contacts.dialpad.DialpadImageButton | ||
android:id="@+id/four" style="@style/DialtactsDialpadButtonStyle" | ||
android:src="@drawable/dial_num_4_wht" | ||
android:contentDescription="@string/description_image_button_four" /> | ||
<com.android.contacts.dialpad.DialpadImageButton | ||
android:id="@+id/five" style="@style/DialtactsDialpadButtonStyle" | ||
android:src="@drawable/dial_num_5_wht" | ||
android:contentDescription="@string/description_image_button_five" /> | ||
<com.android.contacts.dialpad.DialpadImageButton | ||
android:id="@+id/six" style="@style/DialtactsDialpadButtonStyle" | ||
android:src="@drawable/dial_num_6_wht" | ||
android:contentDescription="@string/description_image_button_six" /> | ||
</TableRow> | ||
|
||
<TableRow | ||
android:layout_height="0px" | ||
android:layout_weight="1"> | ||
<com.android.contacts.dialpad.DialpadImageButton | ||
android:id="@+id/seven" style="@style/DialtactsDialpadButtonStyle" | ||
android:src="@drawable/dial_num_7_wht" | ||
android:contentDescription="@string/description_image_button_seven" /> | ||
<com.android.contacts.dialpad.DialpadImageButton | ||
android:id="@+id/eight" style="@style/DialtactsDialpadButtonStyle" | ||
android:src="@drawable/dial_num_8_wht" | ||
android:contentDescription="@string/description_image_button_eight" /> | ||
<com.android.contacts.dialpad.DialpadImageButton | ||
android:id="@+id/nine" style="@style/DialtactsDialpadButtonStyle" | ||
android:src="@drawable/dial_num_9_wht" | ||
android:contentDescription="@string/description_image_button_nine" /> | ||
</TableRow> | ||
|
||
<TableRow | ||
android:layout_height="0px" | ||
android:layout_weight="1"> | ||
<com.android.contacts.dialpad.DialpadImageButton | ||
android:id="@+id/star" style="@style/DialtactsDialpadButtonStyle" | ||
android:src="@drawable/dial_num_star_wht" | ||
android:contentDescription="@string/description_image_button_star" /> | ||
<com.android.contacts.dialpad.DialpadImageButton | ||
android:id="@+id/zero" style="@style/DialtactsDialpadButtonStyle" | ||
android:src="@drawable/dial_num_0_wht" | ||
android:contentDescription="@string/description_image_button_zero" /> | ||
<com.android.contacts.dialpad.DialpadImageButton | ||
android:id="@+id/pound" style="@style/DialtactsDialpadButtonStyle" | ||
android:src="@drawable/dial_num_pound_wht" | ||
android:contentDescription="@string/description_image_button_pound" /> | ||
</TableRow> | ||
</TableLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Copyright (C) 2012 The Android Open Source Project | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
|
||
<!-- Use LinearLayout + FrameLayout, just to rely on android:divider and android:showDividers --> | ||
<LinearLayout | ||
xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:orientation="vertical" | ||
android:divider="?android:attr/dividerHorizontal" | ||
android:showDividers="end"> | ||
<FrameLayout | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent"> | ||
<ListView | ||
android:id="@+id/contact_tile_list" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:paddingTop="@dimen/contact_tile_list_padding_top" | ||
android:clipToPadding="false" | ||
android:fadingEdge="none" | ||
android:divider="@null" /> | ||
|
||
<TextView | ||
android:id="@+id/contact_tile_list_empty" | ||
android:layout_width="match_parent" | ||
android:layout_height="match_parent" | ||
android:gravity="center_horizontal" | ||
android:layout_marginTop="@dimen/empty_message_top_margin" | ||
android:textColor="?android:attr/textColorSecondary" | ||
android:textAppearance="?android:attr/textAppearanceLarge"/> | ||
</FrameLayout> | ||
</LinearLayout> |
Oops, something went wrong.