Skip to content

Commit

Permalink
Revert "fix(#207): digital clock got line wrapped (#227)"
Browse files Browse the repository at this point in the history
This reverts commit 11cf002.
  • Loading branch information
jkuester committed Mar 23, 2024
1 parent fdd08a5 commit 2e93854
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/home_fragment_content.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

<TextView
android:id="@+id/home_fragment_time"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/_64sdp"
android:text="@string/main_placeholder_clock"
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/xml/home_motion_scene_bottom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
app:layout_constraintTop_toTopOf="parent"/>
<Constraint
android:id="@+id/home_fragment_time"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/margin_top_large"
app:visibilityMode="ignore"
Expand Down Expand Up @@ -134,7 +134,7 @@
<ConstraintSet android:id="@+id/home_motion_02">
<Constraint
android:id="@+id/home_fragment_time"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/margin_top_large"
android:alpha="-1"
Expand Down

0 comments on commit 2e93854

Please sign in to comment.