Feed page theme tweaks
This commit is contained in:
parent
8c9e78a417
commit
df9e30e9e9
@ -15,6 +15,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
app:contentScrim="?attr/colorPrimary"
|
app:contentScrim="?attr/colorPrimary"
|
||||||
|
app:scrimAnimationDuration="200"
|
||||||
app:layout_scrollFlags="scroll|exitUntilCollapsed">
|
app:layout_scrollFlags="scroll|exitUntilCollapsed">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
@ -22,7 +23,7 @@
|
|||||||
style="@style/BigBlurryBackground"
|
style="@style/BigBlurryBackground"
|
||||||
android:background="@color/image_readability_tint"
|
android:background="@color/image_readability_tint"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="256dp"
|
android:layout_height="232dp"
|
||||||
app:layout_collapseMode="parallax"
|
app:layout_collapseMode="parallax"
|
||||||
app:layout_collapseParallaxMultiplier="0.6"/>
|
app:layout_collapseParallaxMultiplier="0.6"/>
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
app:contentScrim="?attr/colorPrimary"
|
app:contentScrim="?attr/colorPrimary"
|
||||||
|
app:scrimAnimationDuration="200"
|
||||||
app:layout_scrollFlags="scroll|exitUntilCollapsed">
|
app:layout_scrollFlags="scroll|exitUntilCollapsed">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
@ -22,7 +23,7 @@
|
|||||||
style="@style/BigBlurryBackground"
|
style="@style/BigBlurryBackground"
|
||||||
android:background="@color/image_readability_tint"
|
android:background="@color/image_readability_tint"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="256dp"
|
android:layout_height="232dp"
|
||||||
app:layout_collapseMode="parallax"
|
app:layout_collapseMode="parallax"
|
||||||
app:layout_collapseParallaxMultiplier="0.6"/>
|
app:layout_collapseParallaxMultiplier="0.6"/>
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ public class FastBlurTransformation extends BitmapTransformation {
|
|||||||
|
|
||||||
private static final String TAG = FastBlurTransformation.class.getSimpleName();
|
private static final String TAG = FastBlurTransformation.class.getSimpleName();
|
||||||
|
|
||||||
private static final int STACK_BLUR_RADIUS = 5;
|
private static final int STACK_BLUR_RADIUS = 10;
|
||||||
|
|
||||||
public FastBlurTransformation() {
|
public FastBlurTransformation() {
|
||||||
super();
|
super();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user