New manga info expander (#5771)
* Replace "More" with Arrows We used to have arrows but it was set away from the description which took a lot of space. It was changed to "More" text, but with the recent design changes I think it'd look better to get a mix between them both. * Properly align icons Co-Authored-By: Andreas <6576096+ghostbear@users.noreply.github.com> * Expand support to Tablets Get it... expand... hehe 😎 * Fix expanded width Also fixes so that the constraint for the toggleLess is dependant on the right thing * Give info toggles its own space Uses its own margin now to push info rather than just being attached as a info margin. * Remove weird duplicates I did not add I did not add these but I don't see a reason to keep dupes * Add bottom scrim * Change to centered arrow under info Anyone wanna experiment/build on top off then feel free to tweak * Add background glow to icon for contrast Co-Authored-By: Andreas <6576096+ghostbear@users.noreply.github.com> Co-authored-by: Andreas <6576096+ghostbear@users.noreply.github.com> Co-authored-by: Andreas <andreas.everos@gmail.com>
This commit is contained in:
11
app/src/main/res/drawable/manga_backdrop_gradient.xml
Normal file
11
app/src/main/res/drawable/manga_backdrop_gradient.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<gradient
|
||||
android:angle="90"
|
||||
android:endColor="#00ffffff"
|
||||
android:startColor="#ffffffff" />
|
||||
|
||||
<corners android:radius="0dp" />
|
||||
</shape>
|
||||
@@ -4,8 +4,9 @@
|
||||
|
||||
<gradient
|
||||
android:angle="90"
|
||||
android:endColor="#00ffffff"
|
||||
android:startColor="#ffffffff" />
|
||||
android:endColor="#00000000"
|
||||
android:centerColor="#CC000000"
|
||||
android:startColor="#E6000000" />
|
||||
|
||||
<corners android:radius="0dp" />
|
||||
</shape>
|
||||
|
||||
@@ -3,10 +3,11 @@
|
||||
android:shape="rectangle">
|
||||
|
||||
<gradient
|
||||
android:angle="180"
|
||||
android:centerColor="#ff000000"
|
||||
android:endColor="#00000000"
|
||||
android:startColor="#ff000000" />
|
||||
android:type="radial"
|
||||
android:gradientRadius="18dp"
|
||||
android:startColor="#CC000000"
|
||||
android:centerColor="#CC000000"
|
||||
android:endColor="#0D000000" />
|
||||
|
||||
<corners android:radius="0dp" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user