downloaded anime page bug fixes (#132)

* after changing grid style items are not accessible fixed

* added total ep released no

* padding fix

* fixed scroll to top coinciding with navbar

* small change
This commit is contained in:
aayush262 2024-01-15 21:31:41 +05:30 committed by GitHub
parent 98cb11e841
commit bd6197031a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 80 additions and 82 deletions

View file

@ -7,7 +7,6 @@
tools:context=".home.MangaFragment">
<FrameLayout
android:id="@+id/mangaRefresh"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipChildren="false"
@ -17,8 +16,6 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipChildren="false"
android:clipToPadding="false"
android:orientation="vertical">
<LinearLayout
@ -35,7 +32,7 @@
android:layout_height="56dp"
android:layout_marginEnd="8dp"
android:layout_weight="1"
android:hint="@string/manga"
android:hint="Something"
android:textColorHint="@color/bg_opp"
android:transitionName="@string/search"
android:fontFamily="@font/poppins_bold"
@ -97,7 +94,7 @@
android:paddingStart="24dp"
android:fontFamily="@font/poppins_bold"
android:gravity="center_vertical"
android:hint="Manga and Novels"
android:hint="Type"
android:textSize="14sp"
tools:ignore="HardcodedText,RtlSymmetry" />