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

Commit 0e792b93 authored by Fahim's avatar Fahim
Browse files

change floatingActionButton attribute source

parent 20c14dbf
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -76,7 +76,7 @@
          android:contentDescription="@string/description_dial_button"
          android:contentDescription="@string/description_dial_button"
          android:src="@drawable/quantum_ic_call_white_24"
          android:src="@drawable/quantum_ic_call_white_24"
          android:visibility="invisible"
          android:visibility="invisible"
          app:backgroundTint="@color/dialer_call_green"
          android:backgroundTint="@color/dialer_call_green"
          app:elevation="@dimen/floating_action_button_translation_z"/>
          app:elevation="@dimen/floating_action_button_translation_z"/>
    </RelativeLayout>
    </RelativeLayout>
  </LinearLayout>
  </LinearLayout>
+1 −1
Original line number Original line Diff line number Diff line
@@ -68,7 +68,7 @@
      android:src="@drawable/quantum_ic_call_vd_theme_24"
      android:src="@drawable/quantum_ic_call_vd_theme_24"
      android:tint="?colorIconOnUnthemedDarkBackground"
      android:tint="?colorIconOnUnthemedDarkBackground"
      android:visibility="invisible"
      android:visibility="invisible"
      app:backgroundTint="@color/dialer_call_green"
      android:backgroundTint="@color/dialer_call_green"
      app:colorControlNormal="?colorIconOnUnthemedDarkBackground"
      app:colorControlNormal="?colorIconOnUnthemedDarkBackground"
      app:elevation="@dimen/floating_action_button_translation_z"/>
      app:elevation="@dimen/floating_action_button_translation_z"/>
</view>
</view>