Skip to content

Commit

Permalink
merged files (oppia#3874)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush0402 committed Oct 5, 2021
1 parent 9e44c12 commit bd51d35
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 211 deletions.
69 changes: 0 additions & 69 deletions app/src/main/res/layout-land/ongoing_topic_list_fragment.xml

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 4 additions & 4 deletions app/src/main/res/layout/ongoing_topic_list_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
android:layout_height="match_parent"
android:clipToPadding="false"
android:overScrollMode="never"
android:paddingStart="20dp"
android:paddingTop="20dp"
android:paddingEnd="20dp"
android:paddingBottom="144dp"
android:paddingStart="@dimen/ongoing_topic_list_fragment_padding_start"
android:paddingTop="@dimen/ongoing_topic_list_fragment_padding_top"
android:paddingEnd="@dimen/ongoing_topic_list_fragment_padding_end"
android:paddingBottom="@dimen/ongoing_topic_list_fragment_padding_bottom"
android:scrollbars="none"
android:tag="@string/ongoing_recycler_view_tag"
app:data="@{viewModel.ongoingTopicListViewModelLiveData}" />
Expand Down
6 changes: 6 additions & 0 deletions app/src/main/res/values-land/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -322,4 +322,10 @@
<!-- Story Header View -->
<dimen name="story_header_view_layout_margin_start">76dp</dimen>
<dimen name="story_header_view_layout_margin_end">72dp</dimen>

<!-- Ongoing Topic List Fragment -->
<dimen name="ongoing_topic_list_fragment_padding_start">56dp</dimen>
<dimen name="ongoing_topic_list_fragment_padding_top">28dp</dimen>
<dimen name="ongoing_topic_list_fragment_padding_end">56dp</dimen>
<dimen name="ongoing_topic_list_fragment_padding_bottom">88dp</dimen>
</resources>
5 changes: 5 additions & 0 deletions app/src/main/res/values-sw600dp-land/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -340,4 +340,9 @@
<!-- Topic Lessons Fragment -->
<dimen name="topic_lessons_fragment_layout_padding_bottom">100dp</dimen>

<!-- Ongoing Topic List Fragment -->
<dimen name="ongoing_topic_list_fragment_padding_start">64dp</dimen>
<dimen name="ongoing_topic_list_fragment_padding_top">24dp</dimen>
<dimen name="ongoing_topic_list_fragment_padding_end">64dp</dimen>
<dimen name="ongoing_topic_list_fragment_padding_bottom">112dp</dimen>
</resources>
5 changes: 5 additions & 0 deletions app/src/main/res/values-sw600dp-port/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,9 @@
<!-- Topic Lessons Fragment -->
<dimen name="topic_lessons_fragment_layout_padding_bottom">100dp</dimen>

<!-- Ongoing Topic List Fragment -->
<dimen name="ongoing_topic_list_fragment_padding_start">96dp</dimen>
<dimen name="ongoing_topic_list_fragment_padding_top">12dp</dimen>
<dimen name="ongoing_topic_list_fragment_padding_end">96dp</dimen>
<dimen name="ongoing_topic_list_fragment_padding_bottom">112dp</dimen>
</resources>
6 changes: 6 additions & 0 deletions app/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -512,4 +512,10 @@
<!-- Story Header View -->
<dimen name="story_header_view_layout_margin_start">32dp</dimen>
<dimen name="story_header_view_layout_margin_end">32dp</dimen>

<!-- Ongoing Topic List Fragment -->
<dimen name="ongoing_topic_list_fragment_padding_start">20dp</dimen>
<dimen name="ongoing_topic_list_fragment_padding_top">20dp</dimen>
<dimen name="ongoing_topic_list_fragment_padding_end">20dp</dimen>
<dimen name="ongoing_topic_list_fragment_padding_bottom">144dp</dimen>
</resources>

0 comments on commit bd51d35

Please sign in to comment.