#3451 Delete CompatTextView - remove all references to CompatTextView (#3709)

This commit is contained in:
Seán Mac Gillicuddy 2020-04-25 21:21:19 +01:00 committed by GitHub
parent 82bf2d757f
commit 36a31a96dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 129 deletions

View file

@ -1,12 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<fr.free.nrw.commons.ui.widget.CompatTextView
<TextView
android:id="@+id/mediaDetailCategoryItemText"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -17,8 +15,8 @@
android:padding="@dimen/small_gap"
android:textColor="?attr/mediaDetailsText"
android:textSize="@dimen/description_text_size"
app:drawablePadding="@dimen/tiny_gap"
app:drawableStart="?attr/iconInfo24"
android:drawablePadding="@dimen/tiny_gap"
android:drawableStart="?attr/iconInfo24"
/>
</LinearLayout>

View file

@ -171,7 +171,7 @@
android:layout_height="match_parent"
android:text="@string/media_detail_license" />
<fr.free.nrw.commons.ui.widget.CompatTextView
<TextView
android:id="@+id/mediaDetailLicense"
android:layout_width="@dimen/widget_margin"
android:layout_height="match_parent"
@ -182,8 +182,8 @@
android:padding="@dimen/small_gap"
android:textColor="?attr/mediaDetailsText"
android:textSize="@dimen/description_text_size"
app:drawablePadding="@dimen/tiny_gap"
app:drawableStart="?attr/iconInfo24"
android:drawablePadding="@dimen/tiny_gap"
android:drawableStart="?attr/iconInfo24"
tools:text="License link" />
</LinearLayout>
@ -199,7 +199,7 @@
android:layout_height="match_parent"
android:text="@string/media_detail_coordinates" />
<fr.free.nrw.commons.ui.widget.CompatTextView
<TextView
android:id="@+id/mediaDetailCoordinates"
android:layout_width="@dimen/widget_margin"
android:layout_height="match_parent"
@ -210,8 +210,8 @@
android:padding="@dimen/small_gap"
android:textColor="?attr/mediaDetailsText"
android:textSize="@dimen/description_text_size"
app:drawablePadding="@dimen/tiny_gap"
app:drawableStart="?attr/iconMap24"
android:drawablePadding="@dimen/tiny_gap"
android:drawableStart="?attr/iconMap24"
tools:text="Coordinates link" />
</LinearLayout>