toolbar tag

5 questions


2 answers
103 views
0
This is a question about the toolbar while studying Android.

I want to make menus with the navigation drawer that I set when I first created the project, and if I press the second menu, I want to display the web view right away. Although the web view was displa...

1 years ago

1 answers
102 views
0
I made Tab Bar using Fragment on Android, but there was an error, so I'm asking you this question.

public class MainActivity extends AppCompatActivity { Toolbar toolbar; Fragment fragment1; Fragment fragment2; Fragment fragment3; @Override protected void onCreate(Bundle savedInstanceState) { super...


1 answers
82 views
0
Definition location of android toolbar

When you use multiple fragments for one activity, you sometimes want to use different toolbars for each fragment. Only one toolbar is defined in activity, and how to customize and write in each fragme...

1 years ago

1 answers
92 views
0
I have a question about Android app bar, tool bar, and collapse mode.

If you scroll through the Recycler view from the view above, I want to make the toolbar text above and the text view below disappear.<android.support.design.widget.AppBarLayout android:id=@+id/stud...


1 answers
71 views
0
The Android Studio work window (bar) does not appear.

I'm currently using Android Studio 3.0, but after the update, the list of tasks tabs in the open file has disappeared, maybe something has changed. It's so hard to move from project to project because...


© 2024 OneMinuteCode. All rights reserved.