Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CeuiLiSA committed Mar 5, 2021
1 parent 233ca2e commit 4f9d20a
Showing 1 changed file with 29 additions and 30 deletions.
59 changes: 29 additions & 30 deletions app/src/main/res/layout/fragment_illust.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,54 +18,53 @@
android:layout_height="match_parent"
android:layout_above="@+id/bottom_linear">

<RelativeLayout
<com.scwang.smartrefresh.layout.SmartRefreshLayout
android:id="@+id/refreshLayout"
android:layout_width="match_parent"
android:background="@color/black"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="@color/black">

<RelativeLayout
android:id="@+id/holder"
android:layout_above="@+id/helper_view"
android:clipChildren="false"
android:layout_width="match_parent"
android:layout_height="match_parent">

<com.scwang.smartrefresh.layout.SmartRefreshLayout
android:id="@+id/refreshLayout"
android:layout_centerInParent="true"
<RelativeLayout
android:id="@+id/holder"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="match_parent"
android:layout_above="@+id/helper_view"
android:clipChildren="false">

<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:layout_centerInParent="true">

</androidx.recyclerview.widget.RecyclerView>

</com.scwang.smartrefresh.layout.SmartRefreshLayout>

</RelativeLayout>

<View
android:layout_width="match_parent"
android:id="@+id/helper_view"
android:layout_alignParentBottom="true"
android:layout_height="1dp">
</RelativeLayout>

</View>
<View
android:id="@+id/helper_view"
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_alignParentBottom="true">

</RelativeLayout>
</View>

</RelativeLayout>

</com.scwang.smartrefresh.layout.SmartRefreshLayout>


<com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout
android:id="@+id/core_linear"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:elevation="@dimen/six_dp"
android:orientation="vertical"
app:behavior_peekHeight="180dp"
app:layout_behavior="@string/bottom_sheet_behavior"
app:qmui_backgroundColor="@color/fragment_center"
Expand Down Expand Up @@ -144,8 +143,8 @@
android:layout_height="wrap_content"
android:layout_alignTop="@+id/user_head"
android:layout_marginTop="@dimen/four_dp"
android:layout_toEndOf="@+id/user_head"
android:layout_toStartOf="@+id/follow"
android:layout_toEndOf="@+id/user_head"
android:ellipsize="end"
android:maxLines="1"
android:text="@string/string_67"
Expand Down Expand Up @@ -194,9 +193,9 @@
</LinearLayout>

<View
android:id="@+id/view_divider"
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:id="@+id/view_divider"
android:layout_marginStart="@dimen/tweenty_four_dp"
android:layout_marginEnd="@dimen/tweenty_four_dp"
android:background="@color/settings_divider">
Expand All @@ -208,8 +207,8 @@
android:layout_height="wrap_content">

<LinearLayout
android:layout_width="match_parent"
android:id="@+id/second_linear"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">

Expand Down Expand Up @@ -353,14 +352,14 @@
android:id="@+id/description"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColorLink="?attr/colorPrimary"
android:layout_marginStart="@dimen/tweenty_four_dp"
android:layout_marginTop="@dimen/six_dp"
android:layout_marginEnd="@dimen/tweenty_four_dp"
android:layout_marginBottom="@dimen/four_dp"
android:textIsSelectable="true"
android:gravity="start"
android:textColor="#9b9bb1"
android:textColorLink="?attr/colorPrimary"
android:textIsSelectable="true"
android:textSize="13sp"
android:textStyle="bold" />

Expand Down Expand Up @@ -434,8 +433,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/sixteen_dp"
app:elevation="@dimen/twelve_dp"
app:backgroundTint="@color/white"
app:elevation="@dimen/twelve_dp"
app:layout_anchor="@id/bottom_bar"
app:layout_anchorGravity="end">

Expand All @@ -449,8 +448,8 @@
android:id="@+id/bottom_linear"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/fragment_center"
android:layout_alignParentBottom="true"
android:background="@color/fragment_center"
android:orientation="vertical">

<View
Expand All @@ -477,7 +476,7 @@
android:layout_weight="1"
android:background="@drawable/button_stroke_new"
android:src="@drawable/ic_chat_black_24dp"
app:tint="?attr/colorPrimary"/>
app:tint="?attr/colorPrimary" />

<com.qmuiteam.qmui.alpha.QMUIAlphaImageButton
android:id="@+id/related"
Expand Down

0 comments on commit 4f9d20a

Please sign in to comment.