mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 21:01:18 +00:00
Felix Ableitner
b1749ce7cb
It is impossible to add a custom code style in Android Studio that is stored in the project repository. So change style to something that's easy to use in practice now rather than later.
8 lines
314 B
XML
8 lines
314 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"
|
|
android:contentDescription="@string/scan_qr_code_description" />
|