mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
This commit is contained in:
parent
82bf2d757f
commit
36a31a96dc
5 changed files with 16 additions and 129 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue