[Android] Initial implementation of the extended info menu.

Most fragments are not implemented yet. This is just a working base framework for it.
This commit is contained in:
Lioncash
2014-01-07 19:47:15 -05:00
parent 7acc64eb0a
commit 45964e4b46
8 changed files with 178 additions and 28 deletions

View File

@ -12,6 +12,10 @@
<string name="build_revision">ビルドのバージョン</string>
<string name="supports_gles3">サポートのOpenGL ES 3</string>
<string name="supports_neon">サポートのNEON</string>
<string name="cpu">CPU</string>
<string name="gles_two">GLES 2</string>
<string name="gles_three">GLES 3</string>
<string name="desktop_gl">OpenGL</string>
<!-- Folder Browser -->
<string name="current_dir">現在のディレクトリ: %1$s</string>