]> git.ktnx.net Git - mobile-ledger.git/commitdiff
clickable suggests focusable
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 5 Jan 2019 19:06:59 +0000 (19:06 +0000)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Sat, 5 Jan 2019 19:06:59 +0000 (19:06 +0000)
app/src/main/res/layout/activity_main.xml

index abcf9fb866793ae3cac3153503f2450a17ee00e3..2b26944de57588953bea7673f3b6faa1cc73f404 100644 (file)
                         android:layout_height="wrap_content"
                         android:background="@drawable/ic_clear_black_24dp"
                         android:clickable="true"
                         android:layout_height="wrap_content"
                         android:background="@drawable/ic_clear_black_24dp"
                         android:clickable="true"
-                        android:focusable="auto"
+                        android:focusable="true"
                         android:onClick="onStopTransactionRefreshClick" />
                 </LinearLayout>
 
                         android:onClick="onStopTransactionRefreshClick" />
                 </LinearLayout>