/
githubmirror
/
shadowsocks-android
Обзор
Документация
Войти
/
githubmirror
/
shadowsocks-android
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
mobile/src/main/res/layout/dialog_subscription.xml
20 строк
965 B
Max Lv
Allow importing profiles.json from URL
30 дек 2019, 12:42
30 дек 2019, 12:42
77d2def
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" android:padding="16dp"> <com.google.android.material.textfield.TextInputLayout android:id="@+id/content_layout" android:layout_width="match_parent" android:layout_height="wrap_content" app:errorEnabled="true"> <com.google.android.material.textfield.TextInputEditText android:id="@+id/content" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="12dp" android:inputType="textNoSuggestions|textMultiLine"/> </com.google.android.material.textfield.TextInputLayout> </LinearLayout>