Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.45 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- TODO исправить размеры логотипа и добавить кнопку настроек  -->
  3. <ImageView xmlns:android="http://schemas.android.com/apk/res/android"
  4.    android:layout_width="match_parent"
  5.    android:layout_height="wrap_content"
  6.    android:adjustViewBounds="true"
  7.    android:orientation="vertical"
  8.    android:scaleType="fitCenter"
  9.    android:src="@drawable/header" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement