mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Add style to TextView after merge
This commit is contained in:
parent
b5cc023fff
commit
71b456c57e
@ -16,6 +16,7 @@
|
||||
android:src="@drawable/ic_beta_pill" />
|
||||
|
||||
<TextView
|
||||
style="@style/Widget.Vector.TextView.HeadlineMedium"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
@ -23,17 +24,16 @@
|
||||
android:gravity="center"
|
||||
android:text="@string/teammate_spaces_arent_quite_ready"
|
||||
android:textColor="?vctr_content_primary"
|
||||
android:textSize="20sp"
|
||||
android:textStyle="bold" />
|
||||
|
||||
<TextView
|
||||
style="@style/Widget.Vector.TextView.Subtitle"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="20dp"
|
||||
android:gravity="center"
|
||||
android:text="@string/teammate_spaces_might_not_join"
|
||||
android:textColor="?vctr_content_secondary"
|
||||
android:textSize="16sp" />
|
||||
android:textColor="?vctr_content_secondary" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/continueButton"
|
||||
|
Loading…
Reference in New Issue
Block a user