Skip to content

Commit

Permalink
#18: Working on card detail screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarkstar committed Dec 11, 2020
1 parent c839125 commit d835f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_card_details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<com.jmarkstar.cheqdemoproj.common.presentation.custom_views.BalanceCardView
android:id="@+id/balanceCardView"
android:transitionName="balanceCardItem"
android:layout_width="@dimen/card_layout_width"
android:layout_width="@dimen/card_layout_width_detail"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/app_spacing"
android:elevation="@dimen/app_spacing_small"
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<dimen name="card_dot_size">8dp</dimen>
<dimen name="card_layout_height">204dp</dimen>
<dimen name="card_layout_width">316dp</dimen>
<dimen name="card_layout_width_detail">360dp</dimen>
<dimen name="card_sync_time_text_size">12sp</dimen>
<dimen name="card_sync_time_icon_size">16sp</dimen>

Expand Down

0 comments on commit d835f9c

Please sign in to comment.