Improve: MaterialTextView takes care of TextColor

This commit is contained in:
LooKeR
2021-11-13 11:29:23 +05:30
parent ed49230d4e
commit 113f62954f
12 changed files with 0 additions and 24 deletions

View File

@ -10,7 +10,6 @@
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="?android:attr/textColor"
android:textSize="12sp" />
<com.google.android.material.textview.MaterialTextView
@ -18,7 +17,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="4dp"
android:textColor="?android:attr/textColor"
android:textSize="16sp" />
</androidx.appcompat.widget.LinearLayoutCompat>