Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
XichengSpencer committed Sep 12, 2023
1 parent ed714a6 commit f1c1bac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/src/main/res/layout/nav_header_navigation_drawer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
<com.google.android.material.imageview.ShapeableImageView
android:layout_width="64dp"
android:layout_height="64dp"
app:shapeAppearanceOverlay="@style/ShapeAppearanceOverlay.RoundedShape"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:shapeAppearanceOverlay="@style/ShapeAppearanceOverlay.RoundedShape"
profile:src="@{viewModel.profile.avatar}" />

<TextView
Expand All @@ -43,11 +43,13 @@
android:text="@{viewModel.profile.name}"
android:textColor="@color/component_color_shared_secondary_4_text_color"
android:textSize="14sp" />

<LinearLayout
android:id="@+id/progress_linear_layout"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal">

<TextView
android:id="@+id/profile_story_progress_text_view"
style="@style/TextViewStart"
Expand All @@ -59,6 +61,7 @@
android:text="@{viewModel.profileStoryProgressText}"
android:textColor="@color/component_color_shared_secondary_4_text_color"
android:textSize="14sp" />

<TextView
android:id="@+id/profile_topic_separator"
style="@style/TextViewStart"
Expand All @@ -70,6 +73,7 @@
android:text="@{viewModel.getBarSeparator()}"
android:textColor="@color/component_color_shared_secondary_4_text_color"
android:textSize="14sp" />

<TextView
android:id="@+id/profile_topic_progress_text_view"
style="@style/TextViewStart"
Expand Down

0 comments on commit f1c1bac

Please sign in to comment.