Skip to content

Commit

Permalink
Merge branch 'localization-part6-introduce-content-and-answer-transla…
Browse files Browse the repository at this point in the history
…tions-support' into localization-part7-consolidate-audio-written-language-and-add-gate
  • Loading branch information
BenHenning committed Sep 15, 2021
2 parents 68f6c1d + d863e20 commit b266b0c
Show file tree
Hide file tree
Showing 32 changed files with 349 additions and 749 deletions.
102 changes: 0 additions & 102 deletions app/src/main/res/layout-land/coming_soon_topic_view.xml

This file was deleted.

4 changes: 2 additions & 2 deletions app/src/main/res/layout-land/profile_chooser_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
android:id="@+id/profile_select_text"
style="@style/Heading1"
android:layout_marginStart="36dp"
android:layout_marginTop="64dp"
android:layout_marginTop="@dimen/profile_chooser_fragment_profile_select_text_margin_top"
android:layout_marginEnd="36dp"
android:text="@string/profile_chooser_select"
android:textColor="@color/white"
Expand All @@ -65,7 +65,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginStart="16dp"
android:layout_marginTop="12dp"
android:layout_marginTop="@dimen/profile_chooser_fragment_profile_recycler_view_margin_top"
android:layout_marginEnd="16dp"
android:clipToPadding="false"
android:fadingEdge="horizontal"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
android:id="@+id/add_profile_divider_view"
android:layout_width="1dp"
android:layout_height="match_parent"
android:layout_marginTop="@dimen/profile_chooser_profile_view_view_margin_top"
android:layout_gravity="bottom"
android:background="@color/oppiaProfileChooserDivider"
android:visibility="@{hasProfileEverBeenAddedValue ? View.GONE : View.VISIBLE}"
Expand Down
103 changes: 0 additions & 103 deletions app/src/main/res/layout-land/promoted_story_card.xml

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit b266b0c

Please sign in to comment.