Skip to content

Commit

Permalink
Make landscape layout conform portrait layout
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov committed Feb 9, 2024
1 parent 06d316e commit 5f38f52
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
android:layout_marginStart="@dimen/table_padding"
android:textColor="?android:textColorPrimary"
android:textIsSelectable="true"
android:textSize="11sp"
android:textStyle="bold" />

<TextView
Expand All @@ -40,6 +41,7 @@
android:layout_marginStart="@dimen/table_padding"
android:textColor="?android:textColorPrimary"
android:textIsSelectable="true"
android:textSize="11sp"
android:textStyle="bold" />

<TextView
Expand Down

0 comments on commit 5f38f52

Please sign in to comment.