some lint fixes

This commit is contained in:
NIkita Fedrunov 2022-09-05 17:42:54 +02:00
parent 6a9284eae3
commit 1153297576
2 changed files with 2 additions and 2 deletions

View File

@ -3235,7 +3235,6 @@
<string name="onboarding_new_app_layout_feedback_title">Give Feedback</string>
<!-- Note to translators: for RTL languages, context menu will be at top left corner instead of top right corner. Thanks!-->
<string name="onboarding_new_app_layout_feedback_message">Tap top right to see the option to feedback.</string>
<string name="onboarding_new_app_layout_button_more">Read more</string>
<string name="onboarding_new_app_layout_button_try">Try it out</string>
</resources>

View File

@ -14,7 +14,8 @@
android:background="@null"
android:src="@drawable/ic_close_24dp"
android:tint="?vctr_content_secondary"
app:layout_constraintTop_toTopOf="parent" />
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"/>
<com.google.android.material.tabs.TabLayout
android:id="@+id/release_notes_carousel_indicator"