mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 21:55:10 +00:00
15 lines
518 B
XML
15 lines
518 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="?attr/selectableItemBackground"
|
|
android:clickable="true"
|
|
android:drawableStart="@drawable/ic_wifi"
|
|
android:drawablePadding="8dp"
|
|
android:drawableTint="?attr/colorControlNormal"
|
|
android:paddingTop="16dp"
|
|
android:paddingBottom="12dp"
|
|
android:text="@string/no_wifi">
|
|
|
|
</TextView>
|