更换背景默认透明度改为1
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user