A
A
Arslanali2016-08-15 15:07:10
Android
Arslanali, 2016-08-15 15:07:10

Is it possible to insert static TextViews in the Navigation Drawer instead of item-moves?

Hello colleagues.
Is it possible to insert static TextViews in the Navigation Drawer instead of item-moves (camera, slideshow, etc.), while I want to leave the icons on the left?
In these TextView I will transfer data from the database.
imgur.com/a/Qb4RR

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
AlexeyVD, 2016-08-15
@Arsen2011

<android.support.v4.widget.DrawerLayout
...
>
    <android.support.design.widget.NavigationView
        ...
    >
        <
          ...
          Тут вставляете все, что вашей душе угодно. Хоть фрагмент, хоть еще чего.
          ...
        />

    </android.support.design.widget.NavigationView>
</android.support.v4.widget.DrawerLayout>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question