fix sum7 design

This commit is contained in:
genofire 2020-04-24 01:57:05 +02:00
parent fec143d7a4
commit d6e274e412
2 changed files with 3 additions and 2 deletions

View File

@ -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 {

View File

@ -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"