|
|
@ -1,17 +1,20 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
|
|
|
|
|
|
xmlns:tool="http://schemas.android.com/tools" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="@color/background" |
|
|
|
android:background="@color/background" |
|
|
|
android:padding="8dp" |
|
|
|
|
|
|
|
android:gravity="center_vertical" |
|
|
|
android:gravity="center_vertical" |
|
|
|
android:orientation="horizontal"> |
|
|
|
android:orientation="horizontal" |
|
|
|
|
|
|
|
android:padding="8dp"> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/tv_group" |
|
|
|
android:id="@+id/tv_group" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_weight="1" /> |
|
|
|
android:layout_weight="1" |
|
|
|
|
|
|
|
android:textColor="@color/secondaryText" |
|
|
|
|
|
|
|
tool:text="group" /> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/tv_edit" |
|
|
|
android:id="@+id/tv_edit" |
|
|
@ -19,7 +22,8 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:background="?attr/selectableItemBackground" |
|
|
|
android:background="?attr/selectableItemBackground" |
|
|
|
android:padding="8dp" |
|
|
|
android:padding="8dp" |
|
|
|
android:text="@string/edit" /> |
|
|
|
android:text="@string/edit" |
|
|
|
|
|
|
|
android:textColor="@color/secondaryText" /> |
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.lib.theme.view.ATESwitch |
|
|
|
<io.legado.app.lib.theme.view.ATESwitch |
|
|
|
android:id="@+id/sw_show" |
|
|
|
android:id="@+id/sw_show" |
|
|
|