mirror of https://github.com/BOINC/boinc.git
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:
commit
9593285afe
|
@ -103,6 +103,7 @@
|
||||||
android:textColor="?android:attr/textColorPrimary"
|
android:textColor="?android:attr/textColorPrimary"
|
||||||
android:layout_margin="5dp"
|
android:layout_margin="5dp"
|
||||||
android:layout_below="@+id/content_welcome_fifth"
|
android:layout_below="@+id/content_welcome_fifth"
|
||||||
|
android:visibility="gone"
|
||||||
android:text="@string/welcome_content_sixth" />
|
android:text="@string/welcome_content_sixth" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
|
|
Loading…
Reference in New Issue