Update: styles.xml reformatted

Improve: No Overscroll Animation
Improve: Use new colorAccent Attr (styles.xml)
This commit is contained in:
LooKeR
2021-11-17 00:32:23 +05:30
parent 0fd8e3b8b7
commit b41715a2f0
7 changed files with 49 additions and 44 deletions

View File

@ -259,7 +259,7 @@
android:layout_weight="1"
android:singleLine="true"
android:text="@string/screenshots"
android:textColor="?android:colorAccent" />
android:textColor="?attr/colorAccent" />
<com.google.android.material.imageview.ShapeableImageView
android:id="@+id/screenshots_section_icon"
@ -267,7 +267,7 @@
android:layout_height="match_parent"
android:scaleType="center"
android:src="@drawable/ic_arrow_down"
android:tint="?android:colorAccent"
android:tint="?attr/colorAccent"
tools:ignore="ContentDescription" />
</androidx.appcompat.widget.LinearLayoutCompat>