|
|
@ -27,7 +27,8 @@ |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_margin="6dp" |
|
|
|
android:layout_marginLeft="6dp" |
|
|
|
|
|
|
|
android:layout_marginRight="6dp" |
|
|
|
android:layout_weight="1" |
|
|
|
android:layout_weight="1" |
|
|
|
android:background="?attr/selectableItemBackground" |
|
|
|
android:background="?attr/selectableItemBackground" |
|
|
|
android:singleLine="true" |
|
|
|
android:singleLine="true" |
|
|
@ -43,7 +44,8 @@ |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_margin="6dp" |
|
|
|
android:layout_marginLeft="6dp" |
|
|
|
|
|
|
|
android:layout_marginRight="6dp" |
|
|
|
android:layout_weight="1" |
|
|
|
android:layout_weight="1" |
|
|
|
android:background="?attr/selectableItemBackground" |
|
|
|
android:background="?attr/selectableItemBackground" |
|
|
|
android:singleLine="true" |
|
|
|
android:singleLine="true" |
|
|
@ -59,7 +61,8 @@ |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:layout_margin="6dp" |
|
|
|
android:layout_marginLeft="6dp" |
|
|
|
|
|
|
|
android:layout_marginRight="6dp" |
|
|
|
android:layout_weight="1" |
|
|
|
android:layout_weight="1" |
|
|
|
android:background="?attr/selectableItemBackground" |
|
|
|
android:background="?attr/selectableItemBackground" |
|
|
|
android:singleLine="true" |
|
|
|
android:singleLine="true" |
|
|
@ -69,29 +72,39 @@ |
|
|
|
android:textSize="14sp" |
|
|
|
android:textSize="14sp" |
|
|
|
app:isBottomBackground="true" |
|
|
|
app:isBottomBackground="true" |
|
|
|
tools:ignore="HardcodedText" /> |
|
|
|
tools:ignore="HardcodedText" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
<io.legado.app.ui.widget.text.StrokeTextView |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:id="@+id/tv_import_export" |
|
|
|
|
|
|
|
android:layout_width="0dp" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:orientation="vertical" |
|
|
|
android:layout_gravity="center" |
|
|
|
android:clickable="true" |
|
|
|
android:layout_marginLeft="6dp" |
|
|
|
|
|
|
|
android:layout_marginRight="6dp" |
|
|
|
|
|
|
|
android:layout_weight="1" |
|
|
|
|
|
|
|
android:background="?attr/selectableItemBackground" |
|
|
|
|
|
|
|
android:singleLine="true" |
|
|
|
|
|
|
|
android:gravity="center" |
|
|
|
android:padding="6dp" |
|
|
|
android:padding="6dp" |
|
|
|
android:focusable="true"> |
|
|
|
android:text="导入导出" |
|
|
|
|
|
|
|
android:textSize="14sp" |
|
|
|
|
|
|
|
app:isBottomBackground="true" |
|
|
|
|
|
|
|
tools:ignore="HardcodedText" /> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
<TextView |
|
|
|
android:id="@+id/tv_bg_image" |
|
|
|
android:id="@+id/tv_bg_image" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:paddingBottom="5dp" |
|
|
|
android:paddingLeft="6dp" |
|
|
|
|
|
|
|
android:paddingRight="6dp" |
|
|
|
android:text="@string/bg_image" /> |
|
|
|
android:text="@string/bg_image" /> |
|
|
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
android:id="@+id/recycler_view" |
|
|
|
android:id="@+id/recycler_view" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_width="match_parent" |
|
|
|
android:layout_height="100dp" /> |
|
|
|
android:layout_height="100dp" |
|
|
|
|
|
|
|
android:padding="6dp" /> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |