Skip to content

Commit

Permalink
improve layout-laynd/item_trending-cell
Browse files Browse the repository at this point in the history
  • Loading branch information
connyduck committed Jan 22, 2025
1 parent 75973b8 commit 2a92f7a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/src/main/res/layout-land/item_trending_cell.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@
android:textAlignment="textEnd"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textColor="?attr/colorPrimary"
android:textSize="8sp"
android:textSize="12sp"
android:textStyle="normal"
app:layout_constrainedWidth="true"
app:layout_constraintBottom_toTopOf="@id/current_accounts"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/graph"
tools:ignore="RtlSymmetry"
tools:text="12 345" />

<TextView
Expand All @@ -56,12 +57,13 @@
android:textAlignment="textEnd"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textColor="@color/warning_color"
android:textSize="8sp"
android:textSize="12sp"
android:textStyle="normal"
app:layout_constrainedWidth="true"
app:layout_constraintBottom_toBottomOf="@id/graph"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/graph"
tools:ignore="RtlSymmetry"
tools:text="12 345" />

<androidx.constraintlayout.widget.ConstraintLayout
Expand Down Expand Up @@ -157,6 +159,7 @@
app:barrierDirection="end"
app:constraint_referenced_ids="total_usage,total_accounts"
tools:layout_editor_absoluteY="8dp" />

</androidx.constraintlayout.widget.ConstraintLayout>

</androidx.constraintlayout.widget.ConstraintLayout>

0 comments on commit 2a92f7a

Please sign in to comment.