parent
4873fbf57d
commit
dc51d97356
@ -0,0 +1,31 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="wrap_content" |
||||
android:background="@color/background" |
||||
android:padding="8dp" |
||||
android:orientation="horizontal"> |
||||
|
||||
<io.legado.app.lib.theme.view.ATERadioButton |
||||
android:id="@+id/rb_regex_name" |
||||
android:layout_width="0dp" |
||||
android:layout_height="wrap_content" |
||||
android:layout_weight="1" /> |
||||
|
||||
<TextView |
||||
android:id="@+id/tv_edit" |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:background="?attr/selectableItemBackground" |
||||
android:padding="8dp" |
||||
android:text="@string/edit" /> |
||||
|
||||
<TextView |
||||
android:id="@+id/tv_del" |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:background="?attr/selectableItemBackground" |
||||
android:padding="8dp" |
||||
android:text="@string/delete" /> |
||||
|
||||
</LinearLayout> |
Loading…
Reference in new issue