erase problematic refresh button and change wording of hint

This commit is contained in:
izzy2lost
2025-11-28 13:52:26 -05:00
parent 2692830038
commit 60a1d30273
4 changed files with 7 additions and 4 deletions
@@ -40,7 +40,8 @@
android:contentDescription="Refresh"
android:padding="4dp"
android:src="@drawable/refresh_24px"
app:tint="@color/brand_primary" />
app:tint="@color/brand_primary"
android:visibility="gone" />
<View
android:layout_width="0dp"
@@ -40,7 +40,8 @@
android:contentDescription="Refresh"
android:padding="4dp"
android:src="@drawable/refresh_24px"
app:tint="@color/brand_primary" />
app:tint="@color/brand_primary"
android:visibility="gone" />
<View
android:layout_width="0dp"
@@ -40,7 +40,8 @@
android:contentDescription="Refresh"
android:padding="4dp"
android:src="@drawable/refresh_24px"
app:tint="@color/brand_primary" />
app:tint="@color/brand_primary"
android:visibility="gone" />
<View
android:layout_width="0dp"
+1 -1
View File
@@ -1,4 +1,4 @@
<resources>
<string name="app_name">PSX2</string>
<string name="covers_hint_long_press">Long press a game cover for per-game settings</string>
<string name="covers_hint_long_press">Long press for settings &amp; custom cover</string>
</resources>