Skip to content

Commit

Permalink
Fix #2176: Added RTL Support for Profile List Screen (profile_view_pr…
Browse files Browse the repository at this point in the history
…ofile_list.xml file) (#2199)

* RTL Support for ongoing_topic_item

Added RTL Support in the ongoing_topic_item

* Update Project.xml

* Update Project.xml

* RTL support Profile List

* Update Project.xml

* Update build.gradle

* Update gradle-wrapper.properties

* Update gradle-wrapper.properties
  • Loading branch information
ForgottenProgramme authored Dec 4, 2020
1 parent 408c48e commit 71935a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/layout-land/profile_list_profile_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
android:maxLines="1"
android:text="@{profile.name}"
android:textColor="@color/oppiaPrimaryTextDark"
android:textAlignment="viewStart"
android:textSize="16sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
Expand All @@ -56,6 +57,7 @@
android:fontFamily="sans-serif"
android:text="@string/profile_chooser_admin"
android:textColor="@color/black_38"
android:textAlignment="viewStart"
android:textSize="12sp"
android:textStyle="italic"
android:visibility="@{profile.isAdmin ? View.VISIBLE : View.GONE}"
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/layout/profile_list_profile_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
android:maxLines="1"
android:text="@{profile.name}"
android:textColor="@color/oppiaPrimaryTextDark"
android:textAlignment="viewStart"
android:textSize="16sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
Expand All @@ -56,6 +57,7 @@
android:fontFamily="sans-serif"
android:text="@string/profile_chooser_admin"
android:textColor="@color/black_38"
android:textAlignment="viewStart"
android:textSize="12sp"
android:textStyle="italic"
android:visibility="@{profile.isAdmin ? View.VISIBLE : View.GONE}"
Expand Down

0 comments on commit 71935a0

Please sign in to comment.