OSDN Git Service

ちょっとだけ、preferenceの準備。
[gokigen/FujiCam.git] / app / src / main / res / menu / debug_view.xml
diff --git a/app/src/main/res/menu/debug_view.xml b/app/src/main/res/menu/debug_view.xml
new file mode 100644 (file)
index 0000000..731369b
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+       xmlns:compat="http://schemas.android.com/apk/res-auto" >
+
+    <item
+        android:id="@+id/action_refresh"
+        compat:showAsAction="always"
+        android:icon="@drawable/ic_refresh_black_24dp"
+        android:title="@string/action_refresh"
+        android:visible="true" />
+
+</menu>