Remove default disabled tint from send button.
This commit is contained in:
parent
5df88cc0a7
commit
09ce848b16
1 changed files with 2 additions and 2 deletions
|
@ -110,8 +110,8 @@
|
|||
android:padding="12dp"
|
||||
android:src="@drawable/ic_send_holo_light"
|
||||
android:clickable="false"
|
||||
android:enabled="false"
|
||||
android:tint="#66ffffff" />
|
||||
android:enabled="false" />
|
||||
<!-- android:tint="#66ffffff" />-->
|
||||
|
||||
"
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Add table
Reference in a new issue