Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ff3fe4d authored by Niedermann IT-Dienstleistungen's avatar Niedermann IT-Dienstleistungen
Browse files

Accessibility: Label for FAB and no focus for images in drawer

parent 5b6cc0c1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@
        android:id="@+id/fab_create"
        style="@style/fab"
        android:src="@drawable/ic_add_white_24dp"
        android:title="@string/action_create"
        app:backgroundTint="@color/primary"
        app:rippleColor="@color/primary_dark" />
</android.support.design.widget.CoordinatorLayout>
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
        android:layout_height="44dp"
        android:padding="10dp"
        android:scaleType="center"
        android:focusable="false"
        android:src="@drawable/ic_folder_grey600_24dp" />

    <TextView