aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/layout/item_nav_drawer_menu_group_title.xml
blob: fbdef5bca5d1a8c3e8d3d210212cb40f15712548 (plain) (tree)
1
2
3
4
                                      
                                                                        

                                        

















                                                                                        
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:padding="16dp">

    <TextView
        android:id="@+id/title_text_view_item_nav_drawer_menu_group_title"
        android:layout_width="0dp"
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:layout_gravity="center_vertical"
        android:textSize="?attr/font_default"
        android:fontFamily="?attr/font_family" />

    <ImageView
        android:id="@+id/collapse_indicator_image_view_item_nav_drawer_menu_group_title"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center_vertical" />

</LinearLayout>