mirror of https://github.com/BOINC/boinc.git
Android: Disable the ability of the ImageButtons to intercept click events.
This commit is contained in:
parent
a5055b8ee1
commit
8df902a1e0
|
@ -46,7 +46,9 @@
|
|||
android:id="@+id/project_update"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:clickable="false"
|
||||
android:contentDescription="@string/projects_update"
|
||||
android:focusable="false"
|
||||
android:src="@drawable/ic_menu_refresh"
|
||||
android:visibility="invisible" />
|
||||
|
||||
|
@ -54,7 +56,9 @@
|
|||
android:id="@+id/project_delete"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:clickable="false"
|
||||
android:contentDescription="@string/projects_delete"
|
||||
android:focusable="false"
|
||||
android:src="@drawable/ic_menu_delete"
|
||||
android:visibility="invisible" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue