Skip to content

Commit

Permalink
书籍简介可复制 (#4499)
Browse files Browse the repository at this point in the history
* 书籍简介可复制

* 横屏时书籍简介可复制
  • Loading branch information
adhu2018 authored Jan 5, 2025
1 parent 0fa0645 commit 9093dac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout-land/activity_book_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@
android:paddingBottom="8dp"
android:text="@string/book_intro"
android:textColor="@color/secondaryText"
android:textIsSelectable="true"
android:textSize="14sp"
android:visibility="visible"
tools:ignore="RtlHardcoded,RtlSymmetry" />
Expand Down Expand Up @@ -419,4 +420,4 @@
</LinearLayout>


</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
1 change: 1 addition & 0 deletions app/src/main/res/layout/activity_book_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@
android:paddingBottom="8dp"
android:text="@string/book_intro"
android:textColor="@color/secondaryText"
android:textIsSelectable="true"
android:textSize="14sp"
android:visibility="visible"
tools:ignore="RtlHardcoded,RtlSymmetry" />
Expand Down

0 comments on commit 9093dac

Please sign in to comment.