Files
adif-api-reverse-engineering/apk_decompiled/resources/res/layout/item_train_date.xml

33 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
android:background="@color/darkLight"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/extra_small_padding"
android:layout_marginBottom="@dimen/extra_small_padding">
<androidx.constraintlayout.widget.Guideline
android:orientation="vertical"
android:id="@+id/guideline20"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintGuide_percent="0.25"/>
<ImageView
android:id="@+id/train_view_inStation"
android:background="@drawable/circle_train_yellow"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/content_description_thermometer"
android:elevation="15dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/guideline20"
app:layout_constraintTop_toTopOf="parent"/>
<TextView
android:id="@+id/formatted_date"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
style="@style/TextCirculation.Header"/>
</androidx.constraintlayout.widget.ConstraintLayout>