fix sum7 design
This commit is contained in:
parent
fec143d7a4
commit
d6e274e412
|
@ -80,7 +80,8 @@ dependencies {
|
|||
implementation 'com.squareup.okhttp3:okhttp:3.12.10'
|
||||
implementation 'com.google.guava:guava:27.1-android'
|
||||
quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.11.1'
|
||||
implementation fileTree(include: ['libwebrtc-m81.aar'], dir: 'libs')
|
||||
implementation 'org.webrtc:google-webrtc:1.0.30039'
|
||||
//implementation fileTree(include: ['libwebrtc-m81.aar'], dir: 'libs')
|
||||
}
|
||||
|
||||
ext {
|
||||
|
|
|
@ -191,7 +191,7 @@
|
|||
android:layout_margin="16dp"
|
||||
android:src="@drawable/ic_call_white_48dp"
|
||||
android:visibility="gone"
|
||||
app:backgroundTint="@color/green700"
|
||||
app:backgroundTint="@color/green500"
|
||||
app:elevation="4dp"
|
||||
app:fabCustomSize="72dp"
|
||||
app:maxImageSize="36dp"
|
||||
|
|
Loading…
Reference in New Issue