]> rtime.felk.cvut.cz Git - hornmich/skoda-qr-demo.git/blob - QRScanner/glass/src/main/res/layout/activity_main.xml
Implement PDF preview showing, change icon, implement views and manus layout
[hornmich/skoda-qr-demo.git] / QRScanner / glass / src / main / res / layout / activity_main.xml
1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2                 xmlns:tools="http://schemas.android.com/tools"
3                 android:layout_width="match_parent"
4                 android:layout_height="match_parent"
5                 tools:context=".MainActivity">
6
7     <ImageView
8         android:layout_width="wrap_content"
9         android:layout_height="wrap_content"
10         android:id="@+id/imageView"
11         android:src="@drawable/skoda_logo"
12         android:layout_alignParentLeft="true"
13         android:layout_alignParentStart="true"
14         android:layout_alignParentTop="true"
15         android:layout_alignParentBottom="true"
16         android:layout_toLeftOf="@+id/button"
17         android:onClick="findComponent"
18         android:layout_toStartOf="@+id/button"/>
19
20 </RelativeLayout>