diff --git a/Android/AndroidManifest.xml b/Android/AndroidManifest.xml index 18262eff5..73ce387e3 100644 --- a/Android/AndroidManifest.xml +++ b/Android/AndroidManifest.xml @@ -74,6 +74,8 @@ android:name="android.app.lib_name" android:value="xperia-touchpad" /> - - + + diff --git a/Android/res/layout/about_activity.xml b/Android/res/layout/about_activity.xml new file mode 100644 index 000000000..b0c4d2a10 --- /dev/null +++ b/Android/res/layout/about_activity.xml @@ -0,0 +1,35 @@ + + + + + + + + + + diff --git a/Android/res/layout/about_licence.xml b/Android/res/layout/about_licence.xml new file mode 100644 index 000000000..a718e1eff --- /dev/null +++ b/Android/res/layout/about_licence.xml @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/Android/res/layout/about_main.xml b/Android/res/layout/about_main.xml new file mode 100644 index 000000000..88abf48cf --- /dev/null +++ b/Android/res/layout/about_main.xml @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Android/res/layout/gallery_activity.xml b/Android/res/layout/gallery_activity.xml index 0ca11fbcd..945d9f79c 100644 --- a/Android/res/layout/gallery_activity.xml +++ b/Android/res/layout/gallery_activity.xml @@ -47,6 +47,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginTop="?attr/actionBarSize" + android:background="?attr/background_gallerymenu" /> diff --git a/Android/res/layout/list_item_menu.xml b/Android/res/layout/list_item_menu.xml index 6d9141cc3..5f296a483 100644 --- a/Android/res/layout/list_item_menu.xml +++ b/Android/res/layout/list_item_menu.xml @@ -34,6 +34,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:textAppearance="?android:attr/textAppearanceMedium" + android:textColor="?attr/textMenuColor" android:textIsSelectable="false" /> \ No newline at end of file diff --git a/Android/res/menu/gallery_drawer.xml b/Android/res/menu/gallery_drawer.xml index eea49f063..2f3bb21af 100644 --- a/Android/res/menu/gallery_drawer.xml +++ b/Android/res/menu/gallery_drawer.xml @@ -1,27 +1,17 @@ - + - + - - - - - - + android:title="@string/menuItem_about" /> \ No newline at end of file diff --git a/Android/res/values/strings.xml b/Android/res/values/strings.xml index 0c98540c5..ffd42386b 100644 --- a/Android/res/values/strings.xml +++ b/Android/res/values/strings.xml @@ -29,7 +29,8 @@ About App version Hardware info - + Help/Forum + @@ -48,6 +49,18 @@ Audio Data + + Information + Project64 for Android + License + Revision + About + Project64 for Androidâ„¢ is a port of the windows version of project64. The Androidâ„¢ version can play most N64 games. + Project64 Authors. + <a href="www.pj64-emu.com">www.pj64-emu.com</a> + Copyleft © 1998–2016 by Project64.\n + Zilmar, Jabo, Smiff, Gent, Jahra!n, Witten, RadeonUser, Trotterwatch, pixi, Azimer, Gonetz, cxd4, AmbientMalice, LegendOfDragoon, Nekokabu, Lithium64, death-droid, LuigiBlood, dsx. + Recently played Library diff --git a/Android/res/values/styles.xml b/Android/res/values/styles.xml index 00fa9f85d..e0da1ebfd 100644 --- a/Android/res/values/styles.xml +++ b/Android/res/values/styles.xml @@ -12,7 +12,7 @@ @android:color/black @android:color/black - +