blob: 824ae7b7a4eea84e325b95eb2e5eb0750cf95871 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="80dp"
android:layout_height="80dp">
<ImageView
android:id="@+id/kau_image"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>
|