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 #2491: Required Reformatting for administrator_controls_account_actions_view.xml #2534

Merged
merged 2 commits into from
Jan 25, 2021
Merged
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
formated layout-land
Manikant25 committed Jan 23, 2021

Verified

This commit was signed with the committer’s verified signature.
RaphiMC RK_01
commit d662bd2ad415c9afba64a8ff195d9249048d1ac0
Original file line number Diff line number Diff line change
@@ -15,9 +15,9 @@

<TextView
android:id="@+id/account_actions_text_view"
style="@style/Caption"
android:layout_width="match_parent"
android:background="@color/mid_grey_30"
style="@style/Caption"
android:paddingStart="36dp"
android:paddingTop="28dp"
android:paddingEnd="36dp"
@@ -31,15 +31,15 @@

<TextView
android:id="@+id/log_out_text_view"
style="@style/Subtitle1"
android:layout_width="match_parent"
android:background="@color/white"
style="@style/Subtitle1"
android:onClick="@{(v) -> viewModel.onLogOutClicked()}"
android:paddingStart="36dp"
android:paddingTop="20dp"
android:paddingEnd="36dp"
android:paddingBottom="20dp"
android:text="@string/administrator_controls_log_out"
android:onClick="@{(v) -> viewModel.onLogOutClicked()}"
android:textColor="@color/oppiaPrimaryTextDark"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"