We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3d9d8 commit ad31157Copy full SHA for ad31157
app/src/main/res/layout/activity_main.xml
@@ -35,11 +35,13 @@
35
android:id="@+id/fab"
36
android:layout_width="wrap_content"
37
android:layout_height="wrap_content"
38
- android:layout_alignParentBottom="true"
39
android:layout_alignParentEnd="true"
40
- android:layout_marginBottom="24dp"
+ android:layout_alignParentBottom="true"
41
android:layout_marginEnd="21dp"
+ android:layout_marginBottom="24dp"
42
android:clickable="true"
43
+ android:focusable="true"
44
+ android:nextFocusLeft="@id/listView_main"
45
app:backgroundTint="@color/colorPrimary"
46
app:fabSize="mini"
47
app:srcCompat="@android:drawable/ic_input_add" />
0 commit comments