diff --git a/app/src/main/res/layout/entry_bus_line_passage.xml b/app/src/main/res/layout/entry_bus_line_passage.xml
--- a/app/src/main/res/layout/entry_bus_line_passage.xml
+++ b/app/src/main/res/layout/entry_bus_line_passage.xml
@@ -3,10 +3,10 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:paddingTop="8dip"
- android:paddingBottom="8dip"
- android:paddingLeft="10dip"
- android:paddingRight="16dip"
+ android:paddingTop="8dp"
+ android:paddingBottom="8dp"
+ android:paddingStart="10dp"
+ android:paddingEnd="16dp"
>
@@ -55,10 +55,9 @@
android:id="@+id/routeDestination"
android:textAppearance="?android:attr/textAppearanceLarge"
android:textColor="@color/grey_600"
- android:layout_height="30dp"
+ android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_toEndOf="@id/routeCard"
- android:layout_toRightOf="@id/routeCard"
android:layout_alignTop="@id/routeCard"
android:maxLines="1"
android:drawablePadding="0dp"
@@ -72,11 +71,9 @@
android:textColor="@color/blue_500"
android:layout_height="wrap_content"
android:layout_width="match_parent"
- android:layout_marginLeft="5dip"
android:layout_marginStart="5dip"
android:layout_toEndOf="@id/routeCard"
- android:layout_toRightOf="@id/routeCard"
android:layout_below="@id/routeDestination">
\ No newline at end of file
diff --git a/app/src/main/res/layout/entry_line_num_descr.xml b/app/src/main/res/layout/entry_line_num_descr.xml
--- a/app/src/main/res/layout/entry_line_num_descr.xml
+++ b/app/src/main/res/layout/entry_line_num_descr.xml
@@ -6,7 +6,7 @@
app:cardCornerRadius="5dp"
android:layout_margin="4dp"
>
-
@@ -21,7 +21,8 @@
android:layout_margin="5dp"
android:padding="3dp"
app:cardBackgroundColor="@color/orange_500"
-
+ android:layout_alignParentStart="true"
+ android:layout_alignParentTop="true"
>
-
-
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_arrivals.xml b/app/src/main/res/layout/fragment_arrivals.xml
--- a/app/src/main/res/layout/fragment_arrivals.xml
+++ b/app/src/main/res/layout/fragment_arrivals.xml
@@ -13,10 +13,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cardCornerRadius="5dp"
- app:cardElevation="2dp"
+ app:cardElevation="4dp"
android:layout_alignParentTop="true"
- android:layout_marginStart="5dp"
- android:layout_marginEnd="5dp"
+ android:layout_marginStart="8sp"
+ android:layout_marginEnd="8sp"
+ android:layout_marginTop="5sp"
+ android:padding="5sp"
>
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_dialog_buspositions.xml b/app/src/main/res/layout/fragment_dialog_buspositions.xml
--- a/app/src/main/res/layout/fragment_dialog_buspositions.xml
+++ b/app/src/main/res/layout/fragment_dialog_buspositions.xml
@@ -10,15 +10,20 @@
+ app:layout_constraintTop_toTopOf="parent"
+ app:layout_constraintEnd_toStartOf="@+id/providerNameTextView"
+ app:layout_constraintBottom_toTopOf="@id/statusCard"
+ android:layout_marginBottom="8dp"
+ />
@@ -42,12 +48,11 @@
android:id="@+id/statusCard"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginTop="20dp"
- app:layout_constraintTop_toBottomOf="@+id/providerNameTextView"
+ android:layout_marginTop="15dp"
+ app:layout_constraintTop_toBottomOf="@+id/tvTitleFixed"
app:layout_constraintBottom_toTopOf="@id/btnSwitch"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
-
android:padding="12dp"
app:cardCornerRadius="12dp"
app:cardElevation="1dp"