|
|
@ -68,7 +68,7 @@ |
|
|
|
tools:ignore="RtlHardcoded,RtlSymmetry"> |
|
|
|
tools:ignore="RtlHardcoded,RtlSymmetry"> |
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.lib.theme.view.ATECheckBox |
|
|
|
<io.legado.app.lib.theme.view.ATECheckBox |
|
|
|
android:id="@+id/file_system_cb_selected_all" |
|
|
|
android:id="@+id/cb_selected_all" |
|
|
|
android:layout_width="120dp" |
|
|
|
android:layout_width="120dp" |
|
|
|
android:layout_height="40dp" |
|
|
|
android:layout_height="40dp" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
@ -76,7 +76,7 @@ |
|
|
|
android:textColor="@color/tv_text_default" /> |
|
|
|
android:textColor="@color/tv_text_default" /> |
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.lib.theme.view.ATEAccentStrokeTextView |
|
|
|
<io.legado.app.lib.theme.view.ATEAccentStrokeTextView |
|
|
|
android:id="@+id/file_system_btn_add_book" |
|
|
|
android:id="@+id/btn_add_book" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_height="35dp" |
|
|
|
android:layout_height="35dp" |
|
|
|
android:layout_alignParentRight="true" |
|
|
|
android:layout_alignParentRight="true" |
|
|
@ -86,14 +86,14 @@ |
|
|
|
android:text="@string/add_to_shelf" /> |
|
|
|
android:text="@string/add_to_shelf" /> |
|
|
|
|
|
|
|
|
|
|
|
<io.legado.app.lib.theme.view.ATEAccentStrokeTextView |
|
|
|
<io.legado.app.lib.theme.view.ATEAccentStrokeTextView |
|
|
|
android:id="@+id/file_system_btn_delete" |
|
|
|
android:id="@+id/btn_delete" |
|
|
|
android:layout_width="70dp" |
|
|
|
android:layout_width="70dp" |
|
|
|
android:layout_height="35dp" |
|
|
|
android:layout_height="35dp" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_centerVertical="true" |
|
|
|
android:layout_marginLeft="10dp" |
|
|
|
android:layout_marginLeft="10dp" |
|
|
|
android:layout_marginRight="10dp" |
|
|
|
android:layout_marginRight="10dp" |
|
|
|
android:gravity="center" |
|
|
|
android:gravity="center" |
|
|
|
android:layout_toLeftOf="@id/file_system_btn_add_book" |
|
|
|
android:layout_toLeftOf="@id/btn_add_book" |
|
|
|
android:text="@string/delete" /> |
|
|
|
android:text="@string/delete" /> |
|
|
|
</RelativeLayout> |
|
|
|
</RelativeLayout> |
|
|
|
|
|
|
|
|
|
|
|