mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 19:55:11 +01:00
Adjusting jumper margins
This commit is contained in:
parent
f6c9855772
commit
979638c0f5
@ -6,7 +6,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/bottom_sheet_rounded_background"
|
||||
android:elevation="12dp"
|
||||
android:elevation="7dp"
|
||||
android:orientation="vertical"
|
||||
app:behavior_peekHeight="60dp"
|
||||
app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior">
|
||||
|
@ -88,7 +88,7 @@
|
||||
app:layout_anchorGravity="top" />
|
||||
|
||||
<com.google.android.material.textview.MaterialTextView
|
||||
android:elevation="10dp"
|
||||
android:elevation="5dp"
|
||||
android:id="@+id/jumper_category_text"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
@ -97,7 +97,7 @@
|
||||
android:gravity="center"
|
||||
android:paddingStart="12dp"
|
||||
android:paddingEnd="12dp"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:layout_gravity="start|center"
|
||||
app:layout_anchorGravity="start|center"
|
||||
android:paddingTop="8dp"
|
||||
@ -113,7 +113,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="top|center"
|
||||
android:elevation="11dp"
|
||||
android:elevation="6dp"
|
||||
app:layout_anchor="@id/filter_bottom_sheet"
|
||||
app:layout_anchorGravity="top|center">
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
<!-- No margin, use padding at the handle -->
|
||||
<com.google.android.material.textview.MaterialTextView
|
||||
android:elevation="10dp"
|
||||
android:elevation="5dp"
|
||||
android:id="@+id/fast_scroller_bubble"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -4,9 +4,9 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginTop="10dp"
|
||||
android:layout_marginTop="6dp"
|
||||
android:layout_marginEnd="20dp"
|
||||
android:layout_marginBottom="10dp"
|
||||
android:layout_marginBottom="6dp"
|
||||
app:cardCornerRadius="25dp"
|
||||
app:cardElevation="10dp">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user