]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/activity_main.xml
clickable suggests focusable
[mobile-ledger.git] / app / src / main / res / layout / activity_main.xml
index 2012b6b0f57b8ece34553a6fd076e945ed880d82..2b26944de57588953bea7673f3b6faa1cc73f404 100644 (file)
@@ -72,6 +72,7 @@
                         android:layout_width="wrap_content"
                         android:layout_height="wrap_content"
                         android:paddingEnd="8dp"
+                        android:paddingStart="8dp"
                         android:text="@string/transactions_last_update_label"
                         android:textColor="@android:color/tertiary_text_light" />
 
                         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>