forked from mirror/monocles_chat_clean
Continue adjust welcome screen
This commit is contained in:
parent
ee4f5d544b
commit
8ca9a6edff
2 changed files with 4 additions and 2 deletions
|
@ -1074,4 +1074,6 @@
|
|||
<string name="schedule_message">Send later</string>
|
||||
<string name="options">Options</string>
|
||||
<string name="welcome_to_monocles_chat">Welcome to monocles chat</string>
|
||||
<string name="monocles_chat_intro_description">monocles chat is an app that connects you to a global network called Jabber. This network includes services, called gateways, for chatting with other networks such as SMS, IRC, Matrix, and more.</string>
|
||||
<string name="how_the_xmpp_network_works">How the XMPP network works</string>
|
||||
</resources>
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="15dp"
|
||||
android:fontFamily="@font/poppins"
|
||||
android:text="monocles chat is an app that connects you to a global network called Jabber. This network includes services, called gateways, for chatting with other networks such as SMS, IRC, Matrix, and more." />
|
||||
android:text="@string/monocles_chat_intro_description" />
|
||||
|
||||
<com.wefika.flowlayout.FlowLayout
|
||||
android:layout_width="wrap_content"
|
||||
|
@ -148,7 +148,7 @@
|
|||
android:fontFamily="@font/archivoblack"
|
||||
android:textColor="?colorOnSecondaryContainer"
|
||||
android:textSize="18sp"
|
||||
android:text="How the Jabber network works" />
|
||||
android:text="@string/how_the_xmpp_network_works" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
|
|
Loading…
Reference in a new issue