blob: c36faccef8e04f9e54b657d463b0e228b6970e84 [file] [log] [blame]
Alexander Afanasyev5005fc52019-03-09 17:50:15 -08001<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>