Page Menu
Home
GitPull.it
Search
Configure Global Search
Log In
Files
F13392130
D214.1780200407.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Authored By
Unknown
Size
7 KB
Referenced Files
None
Subscribers
None
D214.1780200407.diff
View Options
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">
</TextView>
</RelativeLayout>
\ 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"
>
- <LinearLayout
+ <RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
@@ -21,7 +21,8 @@
android:layout_margin="5dp"
android:padding="3dp"
app:cardBackgroundColor="@color/orange_500"
-
+ android:layout_alignParentStart="true"
+ android:layout_alignParentTop="true"
>
<RelativeLayout
@@ -47,7 +48,7 @@
</TextView>
</RelativeLayout>
</androidx.cardview.widget.CardView>
- <TextView android:layout_width="0dp" android:layout_height="match_parent"
+ <TextView android:layout_width="wrap_content" android:layout_height="wrap_content"
android:id="@+id/lineDirectionTextView"
android:layout_weight="8"
android:textSize="20sp"
@@ -56,7 +57,9 @@
android:gravity="center_vertical"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
android:layout_marginEnd="10dp"
+ android:layout_alignParentTop="true"
+ android:layout_toEndOf="@id/innerCardView"
/>
- </LinearLayout>
+ </RelativeLayout>
</androidx.cardview.widget.CardView>
\ 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"
>
<TextView
@@ -195,10 +197,11 @@
android:gravity="center_vertical"
android:paddingBottom="5dp"
- android:layout_marginStart="10dp"
+ android:layout_marginStart="15dp"
+ android:layout_marginEnd="15dp"
android:layout_marginTop="5dp"
/>
</LinearLayout>
</LinearLayout>
</RelativeLayout>
\ 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 @@
<!-- Label fissa (SX) -->
<TextView
android:id="@+id/tvTitleFixed"
- android:layout_width="wrap_content"
+ android:layout_width="0dp"
android:layout_height="wrap_content"
android:text="@string/live_positions_dialog_provider_text"
android:textStyle="bold"
android:textSize="18sp"
android:fontFamily="@font/lato_bold"
android:textColor="@color/black_900"
+ app:layout_constraintHorizontal_bias="0"
app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toTopOf="parent" />
+ app:layout_constraintTop_toTopOf="parent"
+ app:layout_constraintEnd_toStartOf="@+id/providerNameTextView"
+ app:layout_constraintBottom_toTopOf="@id/statusCard"
+ android:layout_marginBottom="8dp"
+ />
<!-- Label variabile (DX) -->
<TextView
@@ -27,11 +32,12 @@
android:layout_height="wrap_content"
android:text="Valore"
android:textSize="18sp"
- app:layout_constraintTop_toTopOf="@+id/tvTitleFixed"
+ app:layout_constraintBottom_toBottomOf="@id/tvTitleFixed"
+ app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/tvTitleFixed"
- app:layout_constraintBottom_toTopOf="@id/statusCard"
- android:layout_marginBottom="8dp"
- android:layout_marginStart="6dp"
+ android:layout_marginTop="5dp"
+ android:layout_marginEnd="5dp"
+ android:layout_marginStart="4dp"
android:textColor="@color/black"
android:fontFamily="@font/lato_regular"
android:textAppearance="@style/TextAppearance.AppCompat.Display3"/>
@@ -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"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 31, 06:06 (6 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1930591
Default Alt Text
D214.1780200407.diff (7 KB)
Attached To
Mode
D214: Adjust layouts for better readabilty with increased font size
Attached
Detach File
Event Timeline