Skip to content

Commit

Permalink
Merge xml (oppia#3845)
Browse files Browse the repository at this point in the history
* merged topic_lessons_fragment xml files

* xml-merged

* added runConf

* runConf

* runConf diff
  • Loading branch information
aadityaguptaa authored Sep 30, 2021
1 parent e631ffe commit 1173afc
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 97 deletions.
32 changes: 0 additions & 32 deletions app/src/main/res/layout-land/topic_lessons_fragment.xml

This file was deleted.

32 changes: 0 additions & 32 deletions app/src/main/res/layout-sw600dp-land/topic_lessons_fragment.xml

This file was deleted.

32 changes: 0 additions & 32 deletions app/src/main/res/layout-sw600dp-port/topic_lessons_fragment.xml

This file was deleted.

2 changes: 1 addition & 1 deletion app/src/main/res/layout/topic_lessons_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
android:layout_height="0dp"
android:clipToPadding="false"
android:overScrollMode="never"
android:paddingBottom="128dp"
android:paddingBottom="@dimen/topic_lessons_fragment_layout_padding_bottom"
android:scrollbars="none"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layout_constraintBottom_toBottomOf="parent"
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/values-land/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -311,4 +311,7 @@
<dimen name="promoted_story_card_layout_margin_start">8dp</dimen>
<dimen name="promoted_story_card_text_size">14sp</dimen>
<dimen name="promoted_story_card_margin_top">8dp</dimen>

<!-- Topic Lessons Fragment -->
<dimen name="topic_lessons_fragment_layout_padding_bottom">80dp</dimen>
</resources>
3 changes: 3 additions & 0 deletions app/src/main/res/values-sw600dp-land/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -331,4 +331,7 @@
<dimen name="promoted_story_card_layout_margin_end">32dp</dimen>
<dimen name="promoted_story_card_text_size">16sp</dimen>
<dimen name="promoted_story_card_margin_top">4dp</dimen>

<!-- Topic Lessons Fragment -->
<dimen name="topic_lessons_fragment_layout_padding_bottom">100dp</dimen>
</resources>
3 changes: 3 additions & 0 deletions app/src/main/res/values-sw600dp-port/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -333,4 +333,7 @@
<dimen name="promoted_story_card_layout_margin_end">24dp</dimen>
<dimen name="promoted_story_card_text_size">16sp</dimen>
<dimen name="promoted_story_card_margin_top">4dp</dimen>

<!-- Topic Lessons Fragment -->
<dimen name="topic_lessons_fragment_layout_padding_bottom">100dp</dimen>
</resources>
3 changes: 3 additions & 0 deletions app/src/main/res/values/dimens.xml
Original file line number Diff line number Diff line change
Expand Up @@ -500,4 +500,7 @@
<dimen name="promoted_story_card_layout_width">280dp</dimen>
<dimen name="promoted_story_card_text_size">16sp</dimen>
<dimen name="promoted_story_card_margin_top">8dp</dimen>

<!-- Topic Lessons Fragment -->
<dimen name="topic_lessons_fragment_layout_padding_bottom">128dp</dimen>
</resources>

0 comments on commit 1173afc

Please sign in to comment.