将Actionbar分配给Activity

时间:2015-10-05 14:41:01

标签: android android-activity android-actionbar

我对Android App开发还不熟悉,因此我想这个问题非常基础。

我创建了一个名为 ShareActivity 的新活动及其布局。现在我想为Activity创建一个新创建的菜单。我的应用程序启动到目前为止,Share-Intent调用了正确的Activity,但ActionBar似乎没有像我到目前为止创建的那样。

1 个答案:

答案 0 :(得分:0)

要将index = 2; f = File.new('output_file.txt', 'w') while(there_is_new_output_to_write) do #get new line if(f.size + output_line.size > LIMIT) do #if total size is too big Fileutils.cp('output_file.txt','output_file' + index + '.txt') #copy index = index + 1 #increment index for new file f = File.new('output_file.txt', 'w') #override output file end f.puts(output_line) #write new line end #here You will have index -1 files #that is if index is 4, then you will have output_file.txt, output_file2.txt, output_file3.txt, #but NOT output_file4.txt! 添加到您的活动menu,请将函数Override添加为:

onCreateOptionsMenu