Merge pull request #4361 from AenBleidd/vko_android_remove_new_year_text_on_xiaomi_specific_screen

[Android] Remove New Year text from Xiaomi specific screen.
This commit is contained in:
David Anderson 2021-05-13 12:02:21 -07:00 committed by GitHub
commit 9593285afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@
android:textColor="?android:attr/textColorPrimary"
android:layout_margin="5dp"
android:layout_below="@+id/content_welcome_fifth"
android:visibility="gone"
android:text="@string/welcome_content_sixth" />
</RelativeLayout>
</ScrollView>