app/src/main/res/layout/drawer_header.xml
changeset 513 0fb677cb65c7
parent 486 0621eded0fcf
child 611 91b8d76c03cd
equal deleted inserted replaced
512:037e1827862d 513:0fb677cb65c7
    22 
    22 
    23 -->
    23 -->
    24 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    24 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    25     xmlns:tools="http://schemas.android.com/tools"
    25     xmlns:tools="http://schemas.android.com/tools"
    26     android:layout_width="match_parent"
    26     android:layout_width="match_parent"
    27     android:layout_height="120dp"
    27     android:layout_height="128dp"
    28     android:orientation="vertical"
    28     android:orientation="vertical"
    29     android:weightSum="1"
    29     android:weightSum="1"
    30     android:clickable="false">
    30     android:clickable="false">
    31 
    31 
    32     <ImageView
    32     <ImageView