Fix opacity issue on some devices
BIN
res/drawable-xhdpi/add_call_default.png
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
res/drawable-xhdpi/add_call_disabled.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
res/drawable-xhdpi/backspace_disabled.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
res/drawable-xhdpi/camera_default.png
Normal file
|
After Width: | Height: | Size: 706 B |
BIN
res/drawable-xhdpi/conference_default.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
res/drawable-xhdpi/conference_disabled.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
res/drawable-xhdpi/edit_list_disabled.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
res/drawable-xhdpi/menu_disabled.png
Normal file
|
After Width: | Height: | Size: 380 B |
BIN
res/drawable-xhdpi/micro_default.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
res/drawable-xhdpi/options_default.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
res/drawable-xhdpi/speaker_default.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
res/drawable-xhdpi/transfer_default.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
BIN
res/drawable-xhdpi/transfer_disabled.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/options_add_call"
|
||||
android:alpha="0.7" />
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/options_add_call"
|
||||
android:alpha="0.3" />
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/camera"
|
||||
android:alpha="0.4" />
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/options_start_conference"
|
||||
android:alpha="0.7" />
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/options_start_conference"
|
||||
android:alpha="0.3" />
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/micro"
|
||||
android:alpha="0.4" />
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/options"
|
||||
android:alpha="0.4" />
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/speaker"
|
||||
android:alpha="0.4" />
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/options_transfer_call"
|
||||
android:alpha="0.7" />
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bitmap
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/options_transfer_call"
|
||||
android:alpha="0.3" />
|
||||
|
|
@ -43,4 +43,10 @@
|
|||
android:layout_toLeftOf="@id/delete"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<View
|
||||
android:background="@color/colorF"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="1dp"/>
|
||||
|
||||
</RelativeLayout>
|
||||