Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #3582 :Merge topic_lessons_title.xml into single xml file #4036

Merged
merged 9 commits into from
Jan 17, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Nit Changes
  • Loading branch information
shivambh12 committed Jan 16, 2022
commit 3dfde905b1f0e06ce375a7009c59fc07c8cc7321
2 changes: 1 addition & 1 deletion app/src/main/res/layout-sw600dp/topic_lessons_title.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="32dp">
android:layout_marginTop="@dimen/topic_lessons_title_margin_top">

<TextView
android:id="@+id/topic_play_text_view"
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-land/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,5 @@

<!-- TopicLessonsTitle -->
<dimen name="topic_lessons_title_margin_start">100dp</dimen>
<dimen name="topic_lessons_title_margin_top">32dp</dimen>
<dimen name="topic_lessons_title_margin_end">100dp</dimen>
</resources>