mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
19 lines
No EOL
594 B
XML
19 lines
No EOL
594 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<TextView
|
|
android:id="@+id/add_site"
|
|
android:text="@string/add_site_pref"
|
|
style="@style/SettingsItem">
|
|
|
|
<requestFocus />
|
|
</TextView>
|
|
|
|
<TextView
|
|
android:id="@+id/remove_site"
|
|
android:text="@string/remove_site_pref"
|
|
style="@style/SettingsItem" />
|
|
</LinearLayout> |