From 67a7cf1db26fe2f94b279ab3676f5551bad16c14 Mon Sep 17 00:00:00 2001 From: Javi Rueda Date: Tue, 8 Sep 2020 11:01:03 +0200 Subject: [PATCH] Change it also for relative layout properties --- app/src/main/res/layout/card_invites_by_email.xml | 2 +- app/src/main/res/layout/card_invites_by_link.xml | 2 +- app/src/main/res/layout/card_reward_driver.xml | 2 +- app/src/main/res/layout/card_wallet_balance.xml | 4 ++-- .../main/res/layout/card_wallet_receive_credits.xml | 2 +- app/src/main/res/layout/card_wallet_send_credits.xml | 6 +++--- app/src/main/res/layout/container_comment_form.xml | 4 ++-- .../res/layout/container_inline_channel_form.xml | 6 +++--- app/src/main/res/layout/content_main.xml | 4 ++-- app/src/main/res/layout/dialog_content_scope.xml | 4 ++-- app/src/main/res/layout/dialog_content_sort.xml | 6 +++--- app/src/main/res/layout/dialog_create_support.xml | 6 +++--- app/src/main/res/layout/dialog_repost_claim.xml | 10 +++++----- .../main/res/layout/exo_playback_control_view.xml | 12 ++++++------ app/src/main/res/layout/fragment_all_content.xml | 8 ++++---- app/src/main/res/layout/fragment_channel.xml | 2 +- app/src/main/res/layout/fragment_channel_content.xml | 2 +- app/src/main/res/layout/fragment_channel_form.xml | 8 ++++---- app/src/main/res/layout/fragment_file_view.xml | 6 +++--- app/src/main/res/layout/fragment_following.xml | 2 +- app/src/main/res/layout/fragment_library.xml | 12 ++++++------ app/src/main/res/layout/fragment_publish.xml | 4 ++-- app/src/main/res/layout/fragment_publish_form.xml | 10 +++++----- app/src/main/res/layout/fragment_rewards.xml | 2 +- .../main/res/layout/fragment_verification_phone.xml | 2 +- app/src/main/res/layout/list_item_channel.xml | 2 +- app/src/main/res/layout/list_item_comment.xml | 2 +- app/src/main/res/layout/list_item_editors_choice.xml | 2 +- .../res/layout/list_item_featured_search_result.xml | 2 +- app/src/main/res/layout/list_item_stream.xml | 2 +- app/src/main/res/layout/list_item_url_suggestion.xml | 2 +- 31 files changed, 70 insertions(+), 70 deletions(-) diff --git a/app/src/main/res/layout/card_invites_by_email.xml b/app/src/main/res/layout/card_invites_by_email.xml index c010c67c..ff3dcd84 100644 --- a/app/src/main/res/layout/card_invites_by_email.xml +++ b/app/src/main/res/layout/card_invites_by_email.xml @@ -48,7 +48,7 @@ android:layout_height="20dp" android:layout_centerVertical="true" android:layout_marginEnd="24dp" - android:layout_toLeftOf="@id/invites_email_button" + android:layout_toStartOf="@id/invites_email_button" android:visibility="gone" /> diff --git a/app/src/main/res/layout/card_wallet_receive_credits.xml b/app/src/main/res/layout/card_wallet_receive_credits.xml index a544547b..d1664aae 100644 --- a/app/src/main/res/layout/card_wallet_receive_credits.xml +++ b/app/src/main/res/layout/card_wallet_receive_credits.xml @@ -36,7 +36,7 @@ android:id="@+id/wallet_receive_address" android:clickable="true" android:layout_centerVertical="true" - android:layout_toLeftOf="@id/wallet_copy_receive_address" + android:layout_toStartOf="@id/wallet_copy_receive_address" android:layout_width="match_parent" android:layout_height="wrap_content" android:fontFamily="@font/inter" diff --git a/app/src/main/res/layout/card_wallet_send_credits.xml b/app/src/main/res/layout/card_wallet_send_credits.xml index deca489d..5a39b4d2 100644 --- a/app/src/main/res/layout/card_wallet_send_credits.xml +++ b/app/src/main/res/layout/card_wallet_send_credits.xml @@ -52,7 +52,7 @@ diff --git a/app/src/main/res/layout/container_comment_form.xml b/app/src/main/res/layout/container_comment_form.xml index 913b1843..d92f96af 100644 --- a/app/src/main/res/layout/container_comment_form.xml +++ b/app/src/main/res/layout/container_comment_form.xml @@ -136,7 +136,7 @@ diff --git a/app/src/main/res/layout/container_inline_channel_form.xml b/app/src/main/res/layout/container_inline_channel_form.xml index dadc77a0..76318b5a 100644 --- a/app/src/main/res/layout/container_inline_channel_form.xml +++ b/app/src/main/res/layout/container_inline_channel_form.xml @@ -42,7 +42,7 @@ diff --git a/app/src/main/res/layout/dialog_repost_claim.xml b/app/src/main/res/layout/dialog_repost_claim.xml index 3eadf43c..ada26944 100644 --- a/app/src/main/res/layout/dialog_repost_claim.xml +++ b/app/src/main/res/layout/dialog_repost_claim.xml @@ -74,7 +74,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_centerVertical="true" - android:layout_toRightOf="@id/repost_name_prefix" + android:layout_toEndOf="@id/repost_name_prefix" android:fontFamily="@font/inter" android:singleLine="true" android:textSize="14sp" @@ -107,7 +107,7 @@ @@ -174,7 +174,7 @@ android:id="@+id/repost_progress" android:layout_width="20dp" android:layout_height="20dp" - android:layout_toLeftOf="@id/repost_button" + android:layout_toStartOf="@id/repost_button" android:layout_centerVertical="true" android:layout_marginEnd="8dp" android:visibility="gone" /> diff --git a/app/src/main/res/layout/exo_playback_control_view.xml b/app/src/main/res/layout/exo_playback_control_view.xml index 8ad9382d..e5385779 100644 --- a/app/src/main/res/layout/exo_playback_control_view.xml +++ b/app/src/main/res/layout/exo_playback_control_view.xml @@ -14,7 +14,7 @@ android:layout_centerVertical="true" android:layout_width="72dp" android:layout_height="72dp" - android:layout_toLeftOf="@id/player_play_pause"> + android:layout_toStartOf="@id/player_play_pause"> + android:layout_toEndOf="@id/player_play_pause"> + android:layout_toStartOf="@id/player_toggle_fullscreen"> @@ -334,7 +334,7 @@ android:layout_height="20dp" android:layout_centerVertical="true" android:layout_marginEnd="24dp" - android:layout_toLeftOf="@+id/channel_form_save_button" + android:layout_toStartOf="@+id/channel_form_save_button" android:visibility="gone" /> + android:layout_toStartOf="@id/file_view_icon_follow"> @@ -174,7 +174,7 @@ android:layout_height="10dp" android:layout_centerVertical="true" /> + android:layout_toEndOf="@id/publish_vertical_divider"> @@ -318,7 +318,7 @@ android:entries="@array/publish_currencies" android:layout_width="110dp" android:layout_height="wrap_content" - android:layout_toRightOf="@+id/publish_form_price_layout" + android:layout_toEndOf="@+id/publish_form_price_layout" android:layout_marginStart="4dp" android:layout_marginTop="24dp" /> @@ -416,7 +416,7 @@ diff --git a/app/src/main/res/layout/fragment_verification_phone.xml b/app/src/main/res/layout/fragment_verification_phone.xml index 814b53df..266de2b5 100644 --- a/app/src/main/res/layout/fragment_verification_phone.xml +++ b/app/src/main/res/layout/fragment_verification_phone.xml @@ -136,7 +136,7 @@ android:id="@+id/verification_phone_verify_progress" android:layout_width="24dp" android:layout_height="24dp" - android:layout_toRightOf="@id/verification_phone_verify_button" + android:layout_toEndOf="@id/verification_phone_verify_button" android:layout_marginStart="16dp" android:layout_centerVertical="true" android:visibility="gone" /> diff --git a/app/src/main/res/layout/list_item_channel.xml b/app/src/main/res/layout/list_item_channel.xml index 5ed3cd13..685370c2 100644 --- a/app/src/main/res/layout/list_item_channel.xml +++ b/app/src/main/res/layout/list_item_channel.xml @@ -129,7 +129,7 @@ android:orientation="vertical" android:layout_centerVertical="true" android:layout_marginStart="16dp" - android:layout_toRightOf="@id/claim_media_container"> + android:layout_toEndOf="@id/claim_media_container"> diff --git a/app/src/main/res/layout/list_item_editors_choice.xml b/app/src/main/res/layout/list_item_editors_choice.xml index c6733d5d..49aad7f6 100644 --- a/app/src/main/res/layout/list_item_editors_choice.xml +++ b/app/src/main/res/layout/list_item_editors_choice.xml @@ -49,7 +49,7 @@ android:layout_centerVertical="true"/> + android:layout_toEndOf="@id/claim_media_container"> + android:layout_toEndOf="@id/claim_media_container">