Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Dec 30, 2019
1 parent f85280a commit 262f1ab
Showing 1 changed file with 16 additions and 24 deletions.
40 changes: 16 additions & 24 deletions app/src/main/res/layout/activity_book_read.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@
android:focusable="true"
tools:visibility="gone" />

<com.kunfei.bookshelf.widget.seekbar.VerticalSeekBarWrapper
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginTop="30dp"
android:layout_marginBottom="20dp"
tools:ignore="RtlHardcoded">

<com.kunfei.bookshelf.widget.seekbar.VerticalSeekBar
android:id="@+id/pb_nextPage"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:visibility="invisible"
app:seekBarRotation="CW270" />

</com.kunfei.bookshelf.widget.seekbar.VerticalSeekBarWrapper>

<ImageView
android:id="@+id/cursor_left"
android:layout_width="wrap_content"
Expand Down Expand Up @@ -169,28 +185,4 @@

</FrameLayout>

<!-- <ProgressBar-->
<!-- android:id="@+id/pb_nextPage"-->
<!-- style="@android:style/Widget.ProgressBar.Horizontal"-->
<!-- android:layout_width="match_parent"-->
<!-- android:layout_height="3dp"-->
<!-- android:layout_gravity="bottom"-->
<!-- android:visibility="invisible" />-->

<com.kunfei.bookshelf.widget.seekbar.VerticalSeekBarWrapper
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginTop="30dp"
android:layout_marginBottom="20dp"
tools:ignore="RtlHardcoded">

<com.kunfei.bookshelf.widget.seekbar.VerticalSeekBar
android:id="@+id/pb_nextPage"
android:layout_width="wrap_content"
android:layout_height="match_parent"
app:seekBarRotation="CW270"
android:visibility="invisible" />

</com.kunfei.bookshelf.widget.seekbar.VerticalSeekBarWrapper>

</FrameLayout>

0 comments on commit 262f1ab

Please sign in to comment.