From 0a5c34d103dc8701e55035e98e6d9fd6c2caf33e Mon Sep 17 00:00:00 2001 From: twyen Date: Tue, 24 Apr 2018 14:34:33 -0700 Subject: Disable entries in CallingAccountSelector that are not selectable This CL also unifies the disabled color for primary and secondary text. The in call UI dialog will be implemented in a followup CL. TEST=TAP DEFAULT_VALUE_OK=no server. Bug: 69675796,72618783 Test: TAP PiperOrigin-RevId: 194147061 Change-Id: I5be5a45a7df09061a3bf391f6ae2a32d9c73b6e3 --- .../com/android/contacts/common/res/layout/select_account_list_item.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'java/com/android/contacts/common/res') diff --git a/java/com/android/contacts/common/res/layout/select_account_list_item.xml b/java/com/android/contacts/common/res/layout/select_account_list_item.xml index 84cb1fd66..bf52d6f09 100644 --- a/java/com/android/contacts/common/res/layout/select_account_list_item.xml +++ b/java/com/android/contacts/common/res/layout/select_account_list_item.xml @@ -54,6 +54,7 @@ android:includeFontPadding="false" android:maxLines="1" android:textAppearance="?android:attr/textAppearanceSmall" + android:textColor="@color/dialer_secondary_text_color" android:visibility="gone"/> -- cgit v1.2.3