kopia lustrzana https://github.com/ryukoposting/Signal-Android
Increse bottom gradient height to improve readability.
rodzic
1046265d23
commit
7477f3c319
|
@ -4,6 +4,6 @@
|
|||
|
||||
<gradient android:type="linear"
|
||||
android:angle="270"
|
||||
android:startColor="@color/transparent_black_25" />
|
||||
android:startColor="@color/story_caption_gradient_start" />
|
||||
|
||||
</shape>
|
|
@ -39,13 +39,13 @@
|
|||
<View
|
||||
android:id="@+id/story_gradient_top"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="160dp"
|
||||
android:layout_height="120dp"
|
||||
android:background="@drawable/story_gradient_top" />
|
||||
|
||||
<View
|
||||
android:id="@+id/story_gradient_bottom"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="160dp"
|
||||
android:layout_height="200dp"
|
||||
android:layout_gravity="bottom"
|
||||
android:background="@drawable/story_gradient_bottom" />
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
<color name="effectively_transparent_black">#01000000</color>
|
||||
|
||||
<color name="story_caption_gradient_start">#8F121212</color>
|
||||
<color name="story_caption_gradient_start">#52000000</color>
|
||||
|
||||
<color name="transparent_black_05">#0D000000</color>
|
||||
<color name="transparent_black_08">#14000000</color>
|
||||
|
|
Ładowanie…
Reference in New Issue