diff --git a/Android/app/src/main/AndroidManifest.xml b/Android/app/src/main/AndroidManifest.xml
index 4b4921801..bb792079d 100644
--- a/Android/app/src/main/AndroidManifest.xml
+++ b/Android/app/src/main/AndroidManifest.xml
@@ -6,6 +6,8 @@
+
+
(getContext(), android.R.layout.simple_list_item_single_choice,mEntriesString);
+ ListAdapter adapter = new ArrayAdapter(getContext(), R.layout.simple_list_item_single_choice,mEntriesString);
ListOptions.setAdapter(adapter);
ListOptions.setChoiceMode(ListView.CHOICE_MODE_SINGLE);
ListOptions.setItemChecked(mValueIndex,true);
@@ -84,7 +84,7 @@ public class ListPreference extends Preference {
private void updateSummary()
{
- if (mValueIndex < 0)
+ if (mValueIndex < 0 && mValueIndex < mEntries.length)
{
return;
}
diff --git a/Android/app/src/main/res/layout/gallery_activity.xml b/Android/app/src/main/res/layout/gallery_activity.xml
index b0cbeae4e..c1786e38b 100644
--- a/Android/app/src/main/res/layout/gallery_activity.xml
+++ b/Android/app/src/main/res/layout/gallery_activity.xml
@@ -3,7 +3,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
- android:layout_height="match_parent" >
+ android:layout_height="match_parent"
+ android:orientation="vertical" >
+
\ No newline at end of file
diff --git a/Android/app/src/main/res/menu/gallery.xml b/Android/app/src/main/res/menu/gallery.xml
index 635c214c1..1960261bc 100644
--- a/Android/app/src/main/res/menu/gallery.xml
+++ b/Android/app/src/main/res/menu/gallery.xml
@@ -6,14 +6,17 @@
android:id="@+id/menuItem_GameDir"
android:icon="@drawable/ic_folder"
app:showAsAction="ifRoom|collapseActionView"
- />
+ android:title="Game Dir" />
+ android:icon="@drawable/ic_settings"
+ android:title="Settings" />
+ android:icon="@drawable/ic_discord"
+ android:title="Discord" />
+ android:icon="@drawable/ic_about"
+ android:title="About" />
\ No newline at end of file
diff --git a/Android/app/src/main/res/menu/game_activity.xml b/Android/app/src/main/res/menu/game_activity.xml
index a5e1eb278..89c941890 100644
--- a/Android/app/src/main/res/menu/game_activity.xml
+++ b/Android/app/src/main/res/menu/game_activity.xml
@@ -1,35 +1,35 @@
\ No newline at end of file
diff --git a/Android/app/src/main/res/xml/logging_project64core.xml b/Android/app/src/main/res/xml/logging_project64core.xml
index 1d40df02c..2b1140b73 100644
--- a/Android/app/src/main/res/xml/logging_project64core.xml
+++ b/Android/app/src/main/res/xml/logging_project64core.xml
@@ -1,69 +1,114 @@
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Android/app/src/main/res/xml/setting_gamelist.xml b/Android/app/src/main/res/xml/setting_gamelist.xml
index 5afbfd03c..ed86dbcc2 100644
--- a/Android/app/src/main/res/xml/setting_gamelist.xml
+++ b/Android/app/src/main/res/xml/setting_gamelist.xml
@@ -1,6 +1,6 @@