Minor fixes from our boy grishka himself

This commit is contained in:
Grishka
2022-12-15 14:16:32 -03:00
committed by LucasGGamerM
parent 4ab1c61262
commit 87164dc469
2 changed files with 27 additions and 4 deletions

View File

@@ -40,6 +40,14 @@
android:backgroundTint="?colorM3SurfaceVariant"
android:hint="@string/search_communities"/>
<View
android:id="@+id/focus_thing"
android:layout_width="1dp"
android:layout_height="1dp"
android:focusable="true"
android:focusableInTouchMode="true"
android:importantForAccessibility="no"/>
<ImageButton
android:id="@+id/btn_back"
android:layout_width="24dp"