Alexander Afanasyev | 5005fc5 | 2019-03-09 17:50:15 -0800 | [diff] [blame] | 1 | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
2 | android:orientation="vertical" android:layout_width="match_parent" | ||||
3 | android:padding="10dp" | ||||
4 | android:gravity="center" | ||||
5 | android:layout_height="80dp" | ||||
6 | android:layout_gravity="center"> | ||||
7 | |||||
8 | <ImageView | ||||
9 | android:layout_width="match_parent" | ||||
10 | android:layout_height="match_parent" | ||||
11 | android:src="@drawable/ndn_logo" | ||||
12 | android:layout_gravity="center" /> | ||||
13 | |||||
14 | </LinearLayout> |