Questions tagged as 'android-navigationview'

1
answer

NavigationBar background color

I have the following NavigationView <android.support.design.widget.NavigationView android:id="@+id/nav_view" android:layout_width="330dp" android:layout_height="match_parent" android:layout_gravity="st...
asked by 09.05.2018 / 19:45
1
answer

NavigationView not found in android studio 3.0.1

I get this error and I do not know why I was looking and this is the result of my gradle ... dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:26.1.0' implementation...
asked by 27.05.2018 / 22:58
0
answers

Go back from an activity to the selected fragment

I find myself doing an application in Android Studio and I get this problem that I will narrate in images: The code of the toolbar is in the problematic activity is: setSupportActionBar(toolbar); getSupportAction...
asked by 14.07.2018 / 03:23