Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3b46da6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge changes I93303a2a,I00174f84

* changes:
  Make NUI VM avatar and icon consistent with nui call log
  Move HIDE_VOICEMAIL_SETTINGS_MENU out of voicemail/impl
parents d5514615 ffdea548
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -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"/>
@@ -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"/>
+5 −0
Original line number Diff line number Diff line
@@ -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"
+0 −4
Original line number Diff line number Diff line
@@ -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
+0 −4
Original line number Diff line number Diff line
@@ -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"