mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-24 05:11:15 +00:00
7 lines
239 B
XML
7 lines
239 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:layout_width="48dip"
|
||
|
android:layout_height="48dip"
|
||
|
android:src="@drawable/ic_qrcode"
|
||
|
android:onClick="onClick" />
|