diff --git a/shell/android/res/drawable/game_selector.xml b/shell/android/res/drawable/game_selector.xml
new file mode 100755
index 000000000..8dff3f41c
--- /dev/null
+++ b/shell/android/res/drawable/game_selector.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/shell/android/res/layout/app_list_item.xml b/shell/android/res/layout/app_list_item.xml
index ba0f66d3f..85a7dfe6f 100644
--- a/shell/android/res/layout/app_list_item.xml
+++ b/shell/android/res/layout/app_list_item.xml
@@ -17,7 +17,7 @@
android:orientation="horizontal"
android:clickable="true"
android:focusable="true"
- android:background="@android:drawable/list_selector_background" >
+ android:background="@drawable/game_selector" >
+ android:focusable="true"
+ android:background="@drawable/game_selector" >
+ android:focusable="true"
+ android:background="@drawable/game_selector" >
+ android:focusable="true"
+ android:background="@drawable/game_selector" >
+ android:focusable="true"
+ android:background="@drawable/game_selector" >
+ android:focusable="true"
+ android:background="@drawable/game_selector" >
+ android:focusable="true"
+ android:background="@drawable/game_selector" >
{
}
Intent browserIntent = new Intent(
Intent.ACTION_VIEW,
- Uri.parse("https://github.com/reicast/reicast-emulator/issues/new"));
- mContext.startActivity(browserIntent);
+ Uri.parse("https://reicast.loungekatt.com/report"));
+// Intent browserIntent = new Intent(
+// Intent.ACTION_VIEW,
+// Uri.parse("https://github.com/reicast/reicast-emulator/issues/new"));
}
}
}