diff --git a/app/src/main/res/layout/fragment_background_preview.xml b/app/src/main/res/layout/fragment_background_preview.xml index fd8c8e59b1..2990ecb157 100644 --- a/app/src/main/res/layout/fragment_background_preview.xml +++ b/app/src/main/res/layout/fragment_background_preview.xml @@ -75,7 +75,7 @@ android:id="@+id/mineGhIv" android:layout_width="match_parent" android:layout_height="0dp" - android:alpha="0.5" + android:alpha="1" android:scaleType="centerCrop" app:layout_constraintDimensionRatio="h,360:184" app:layout_constraintEnd_toEndOf="parent" @@ -111,7 +111,7 @@ android:id="@+id/personalHomeIv" android:layout_width="match_parent" android:layout_height="0dp" - android:alpha="0.5" + android:alpha="1" android:scaleType="centerCrop" app:layout_constraintDimensionRatio="h,3:2" app:layout_constraintEnd_toEndOf="parent" @@ -165,7 +165,7 @@ android:layout_marginRight="5dp" android:max="100" android:maxHeight="2dp" - android:progress="50" + android:progress="100" android:progressDrawable="@drawable/seekbar_progress" android:thumb="@drawable/seekbar_thumb" app:layout_constraintBottom_toBottomOf="@+id/alphaTv"