質問編集履歴

2

xmlファイルの追加

2018/12/08 02:43

投稿

Moai101
Moai101

スコア20

test CHANGED
File without changes
test CHANGED
@@ -461,3 +461,53 @@
461
461
  }
462
462
 
463
463
  ```
464
+
465
+ ```
466
+
467
+ <?xml version="1.0" encoding="utf-8"?>
468
+
469
+ <menu xmlns:android="http://schemas.android.com/apk/res/android"
470
+
471
+ xmlns:app="http://schemas.android.com/apk/res-auto">
472
+
473
+
474
+
475
+ <item
476
+
477
+ android:id="@+id/SV_ID"
478
+
479
+ android:icon="@drawable/ic_youtube_searched_for_black_24dp"
480
+
481
+ android:title="Search"
482
+
483
+ app:actionViewClass="android.widget.SearchView"
484
+
485
+ app:showAsAction="always"/>
486
+
487
+
488
+
489
+
490
+
491
+ <item
492
+
493
+ android:id="@+id/action_delete_all"
494
+
495
+ android:orderInCategory="100"
496
+
497
+ android:title="Delete All"
498
+
499
+ app:showAsAction="never" />
500
+
501
+
502
+
503
+
504
+
505
+
506
+
507
+
508
+
509
+ </menu>
510
+
511
+
512
+
513
+ ```

1

xmlファイルの追加

2018/12/08 02:43

投稿

Moai101
Moai101

スコア20

test CHANGED
File without changes
test CHANGED
File without changes