parent
f60b6ac2e9
commit
2ddfd65dd9
@ -0,0 +1,26 @@ |
|||||||
|
<?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.ATECheckBox |
||||||
|
android:id="@+id/cb_group" |
||||||
|
android:layout_width="0dp" |
||||||
|
android:layout_height="wrap_content" |
||||||
|
android:layout_gravity="center" |
||||||
|
android:layout_weight="1" |
||||||
|
android:singleLine="true" |
||||||
|
android:textColor="@color/tv_text_default" /> |
||||||
|
|
||||||
|
<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" /> |
||||||
|
|
||||||
|
</LinearLayout> |
Loading…
Reference in new issue