Loading java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml +9 −4 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ android:id="@+id/quick_contact_photo" android:layout_width="40dp" android:layout_height="40dp" android:layout_marginTop="14dp" android:layout_marginTop="16dp" android:layout_marginStart="16dp" android:layout_marginEnd="16dp" android:focusable="true"/> Loading Loading @@ -101,12 +101,17 @@ </LinearLayout> <!-- TODO(a bug): Add ripple effect --> <ImageView android:id="@+id/menu_button" android:layout_width="@dimen/call_log_entry_menu_button_size" android:layout_height="@dimen/call_log_entry_menu_button_size" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="12dp" android:layout_marginBottom="12dp" android:layout_marginStart="4dp" android:layout_marginEnd="4dp" android:layout_alignParentEnd="true" android:padding="12dp" android:background="?android:attr/selectableItemBackgroundBorderless" android:scaleType="center" android:src="@drawable/quantum_ic_more_vert_vd_theme_24" android:tint="@color/dialer_secondary_text_color"/> Loading java/com/android/dialer/voicemail/settings/AndroidManifest.xml +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,11 @@ package="com.android.dialer.voicemail.settings"> <application> <!-- Causes the "Voicemail" item under "Calls" setting to be hidden. The voicemail module will be handling the settings. Has no effect before OC where dialer cannot provide voicemail settings--> <meta-data android:name="android.telephony.HIDE_VOICEMAIL_SETTINGS_MENU" android:value="true"/> <activity android:exported="false" android:label="@string/voicemail_change_pin_preference_title" Loading java/com/android/incallui/AndroidManifest.xml +0 −4 Original line number Diff line number Diff line Loading @@ -46,10 +46,6 @@ Set taskAffinity for application is not working because it will be merged and the result is that all activities here still have same taskAffinity as activities under dialer. --> <application> <meta-data android:name="android.telephony.hide_voicemail_settings_menu" android:value="true"/> <!-- Go variants need hardware acceleration for IMS video calls even though it is disabled at the application level --> <activity Loading java/com/android/voicemail/impl/AndroidManifest.xml +0 −4 Original line number Diff line number Diff line Loading @@ -19,10 +19,6 @@ <application android:supportsRtl="true"> <!-- Causes the "Voicemail" item under "Calls" setting to be hidden. The voicemail module will be handling the settings. Has no effect before OC where dialer cannot provide voicemail settings--> <meta-data android:name="android.telephony.HIDE_VOICEMAIL_SETTINGS_MENU" android:value="true"/> <receiver android:name="com.android.voicemail.impl.sms.OmtpMessageReceiver" Loading Loading
java/com/android/dialer/voicemail/listui/res/layout/new_voicemail_entry.xml +9 −4 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ android:id="@+id/quick_contact_photo" android:layout_width="40dp" android:layout_height="40dp" android:layout_marginTop="14dp" android:layout_marginTop="16dp" android:layout_marginStart="16dp" android:layout_marginEnd="16dp" android:focusable="true"/> Loading Loading @@ -101,12 +101,17 @@ </LinearLayout> <!-- TODO(a bug): Add ripple effect --> <ImageView android:id="@+id/menu_button" android:layout_width="@dimen/call_log_entry_menu_button_size" android:layout_height="@dimen/call_log_entry_menu_button_size" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="12dp" android:layout_marginBottom="12dp" android:layout_marginStart="4dp" android:layout_marginEnd="4dp" android:layout_alignParentEnd="true" android:padding="12dp" android:background="?android:attr/selectableItemBackgroundBorderless" android:scaleType="center" android:src="@drawable/quantum_ic_more_vert_vd_theme_24" android:tint="@color/dialer_secondary_text_color"/> Loading
java/com/android/dialer/voicemail/settings/AndroidManifest.xml +5 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,11 @@ package="com.android.dialer.voicemail.settings"> <application> <!-- Causes the "Voicemail" item under "Calls" setting to be hidden. The voicemail module will be handling the settings. Has no effect before OC where dialer cannot provide voicemail settings--> <meta-data android:name="android.telephony.HIDE_VOICEMAIL_SETTINGS_MENU" android:value="true"/> <activity android:exported="false" android:label="@string/voicemail_change_pin_preference_title" Loading
java/com/android/incallui/AndroidManifest.xml +0 −4 Original line number Diff line number Diff line Loading @@ -46,10 +46,6 @@ Set taskAffinity for application is not working because it will be merged and the result is that all activities here still have same taskAffinity as activities under dialer. --> <application> <meta-data android:name="android.telephony.hide_voicemail_settings_menu" android:value="true"/> <!-- Go variants need hardware acceleration for IMS video calls even though it is disabled at the application level --> <activity Loading
java/com/android/voicemail/impl/AndroidManifest.xml +0 −4 Original line number Diff line number Diff line Loading @@ -19,10 +19,6 @@ <application android:supportsRtl="true"> <!-- Causes the "Voicemail" item under "Calls" setting to be hidden. The voicemail module will be handling the settings. Has no effect before OC where dialer cannot provide voicemail settings--> <meta-data android:name="android.telephony.HIDE_VOICEMAIL_SETTINGS_MENU" android:value="true"/> <receiver android:name="com.android.voicemail.impl.sms.OmtpMessageReceiver" Loading