mirror of
https://github.com/izzy2lost/PSX2.git
synced 2026-07-05 15:18:36 -07:00
erase problematic refresh button and change wording of hint
This commit is contained in:
@@ -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,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 & custom cover</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user