Small layout improvement

This commit is contained in:
M66B 2021-09-02 08:43:05 +02:00
parent 4ebbfab116
commit c460d8285d
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@
android:contentDescription="@string/tile_synchronize"
android:padding="6dp"
android:src="@drawable/twotone_sync_24"
android:visibility="gone"
app:tint="@color/colorWidgetForeground" />
<ImageView
@ -44,6 +45,7 @@
android:contentDescription="@string/title_compose"
android:padding="6dp"
android:src="@drawable/twotone_edit_24"
android:visibility="gone"
app:tint="@color/colorWidgetForeground" />
</LinearLayout>