]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/layout/nav_header_latest_transactions.xml
update drawer menu
[mobile-ledger.git] / app / src / main / res / layout / nav_header_latest_transactions.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     xmlns:app="http://schemas.android.com/apk/res-auto"
4     android:layout_width="match_parent"
5     android:layout_height="@dimen/nav_header_height"
6     android:background="@drawable/side_nav_bar"
7     android:gravity="bottom"
8     android:orientation="vertical"
9     android:paddingLeft="@dimen/activity_horizontal_margin"
10     android:paddingTop="@dimen/activity_vertical_margin"
11     android:paddingRight="@dimen/activity_horizontal_margin"
12     android:paddingBottom="@dimen/activity_vertical_margin"
13     android:theme="@style/ThemeOverlay.AppCompat.Dark">
14
15     <ImageView
16         android:id="@+id/imageView"
17         android:layout_width="wrap_content"
18         android:layout_height="wrap_content"
19         android:contentDescription="@string/nav_header_desc"
20         android:paddingTop="@dimen/nav_header_vertical_spacing"
21         app:srcCompat="@mipmap/ic_launcher_round" />
22
23     <TextView
24         android:layout_width="match_parent"
25         android:layout_height="wrap_content"
26         android:paddingTop="@dimen/nav_header_vertical_spacing"
27         android:text="@string/nav_header_title"
28         android:textAppearance="@style/TextAppearance.AppCompat.Body1" />
29
30     <TextView
31         android:id="@+id/textView"
32         android:layout_width="wrap_content"
33         android:layout_height="wrap_content"
34         android:text="@string/nav_header_subtitle" />
35
36 </LinearLayout>