[android] Migrate last components in altitude chart panel to Material components

Signed-off-by: Jean-Baptiste <jeanbaptiste.charron@outlook.fr>
This commit is contained in:
Jean-Baptiste
2025-09-01 17:49:37 +02:00
committed by x7z4w
parent 7eb17f612b
commit a5e55491fc
4 changed files with 12 additions and 14 deletions

View File

@@ -47,14 +47,14 @@
tools:visibility="visible" />
</LinearLayout>
<ImageView
<com.google.android.material.imageview.ShapeableImageView
android:id="@+id/altitude_chart"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_weight="1"
android:layout_gravity="center_vertical" />
<TextView
<com.google.android.material.textview.MaterialTextView
android:id="@+id/time_vehicle"
android:layout_height="wrap_content"
android:layout_width="match_parent"

View File

@@ -56,7 +56,7 @@
android:layout_marginEnd="@dimen/margin_base"
android:layout_gravity="top" >
<TextView
<com.google.android.material.textview.MaterialTextView
android:id="@+id/time_vehicle"
android:layout_height="wrap_content"
android:layout_width="match_parent"
@@ -76,7 +76,7 @@
android:textSize="@dimen/text_size_routing_plan_detail_arrival"/>
</LinearLayout>
<ImageView
<com.google.android.material.imageview.ShapeableImageView
android:id="@+id/altitude_chart"
android:layout_width="0dp"
android:layout_height="wrap_content"

View File

@@ -57,11 +57,11 @@
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_weight="1">
<ImageView
<com.google.android.material.imageview.ShapeableImageView
android:id="@+id/altitude_chart"
android:layout_height="wrap_content"
android:layout_width="match_parent" />
<TextView
<com.google.android.material.textview.MaterialTextView
android:id="@+id/time_vehicle"
android:layout_height="wrap_content"
android:layout_width="match_parent"