Merge pull request #4069 from ByteHamster/feeditem-page-tweaks
Theme tweaks
This commit is contained in:
commit
0763652199
|
@ -15,6 +15,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:contentScrim="?attr/colorPrimary"
|
||||
app:scrimAnimationDuration="200"
|
||||
app:layout_scrollFlags="scroll|exitUntilCollapsed">
|
||||
|
||||
<ImageView
|
||||
|
@ -22,7 +23,7 @@
|
|||
style="@style/BigBlurryBackground"
|
||||
android:background="@color/image_readability_tint"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="256dp"
|
||||
android:layout_height="232dp"
|
||||
app:layout_collapseMode="parallax"
|
||||
app:layout_collapseParallaxMultiplier="0.6"/>
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
app:contentScrim="?attr/colorPrimary"
|
||||
app:scrimAnimationDuration="200"
|
||||
app:layout_scrollFlags="scroll|exitUntilCollapsed">
|
||||
|
||||
<ImageView
|
||||
|
@ -22,7 +23,7 @@
|
|||
style="@style/BigBlurryBackground"
|
||||
android:background="@color/image_readability_tint"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="256dp"
|
||||
android:layout_height="232dp"
|
||||
app:layout_collapseMode="parallax"
|
||||
app:layout_collapseParallaxMultiplier="0.6"/>
|
||||
|
||||
|
|
|
@ -51,6 +51,8 @@
|
|||
android:layout_toStartOf="@id/txtvCount"
|
||||
android:layout_marginLeft="@dimen/list_vertical_padding"
|
||||
android:layout_marginStart="@dimen/list_vertical_padding"
|
||||
android:layout_marginRight="@dimen/list_vertical_padding"
|
||||
android:layout_marginEnd="@dimen/list_vertical_padding"
|
||||
android:layout_alignWithParentIfMissing="true"
|
||||
android:lines="1"
|
||||
android:text="{fa-exclamation-circle}"
|
||||
|
|
|
@ -14,7 +14,7 @@ public class FastBlurTransformation extends BitmapTransformation {
|
|||
|
||||
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() {
|
||||
super();
|
||||
|
|
Loading…
Reference in New Issue