|
|
|
@ -3,10 +3,15 @@ |
|
|
|
|
xmlns:tools="http://schemas.android.com/tools" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:padding="8dp" |
|
|
|
|
android:background="?android:attr/selectableItemBackground" |
|
|
|
|
android:gravity="center_vertical" |
|
|
|
|
android:orientation="horizontal"> |
|
|
|
|
android:orientation="vertical" |
|
|
|
|
android:padding="16dp"> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:gravity="center_vertical"> |
|
|
|
|
<io.legado.app.lib.theme.view.ThemeRadioButton |
|
|
|
|
android:id="@+id/rb_regex_name" |
|
|
|
|
android:layout_width="0dp" |
|
|
|
@ -43,5 +48,12 @@ |
|
|
|
|
android:src="@drawable/ic_clear_all" |
|
|
|
|
android:tint="@color/primaryText" |
|
|
|
|
tools:ignore="UnusedAttribute" /> |
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/title_example" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:textSize="12sp" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |