item_logo.xml 424 Bytes
Newer Older
wjg committed
1
<?xml version="1.0" encoding="utf-8"?>
wjg committed
2 3 4
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">
wjg committed
5 6
    <ImageView
        android:id="@+id/img_logo"
wjg committed
7
        android:layout_width="match_parent"
wjg committed
8 9 10
        android:layout_height="wrap_content"
        android:adjustViewBounds="true"
        android:src="@mipmap/logo" />
wjg committed
11
</FrameLayout>