mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 20:59:54 +01:00
Update introduction message text colours
This commit is contained in:
@@ -105,7 +105,7 @@
|
|||||||
android:layout_marginTop="@dimen/margin_medium"
|
android:layout_marginTop="@dimen/margin_medium"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:gravity="top"
|
android:gravity="top"
|
||||||
android:textColor="@color/briar_text_primary"
|
android:textColor="@color/briar_text_secondary"
|
||||||
android:textSize="@dimen/text_size_medium"
|
android:textSize="@dimen/text_size_medium"
|
||||||
tools:text="@string/introduction_message_text"/>
|
tools:text="@string/introduction_message_text"/>
|
||||||
|
|
||||||
@@ -116,7 +116,9 @@
|
|||||||
android:layout_marginTop="@dimen/margin_medium"
|
android:layout_marginTop="@dimen/margin_medium"
|
||||||
android:gravity="bottom"
|
android:gravity="bottom"
|
||||||
android:hint="@string/introduction_message_hint"
|
android:hint="@string/introduction_message_hint"
|
||||||
android:inputType="text|textMultiLine|textCapSentences"/>
|
android:inputType="text|textMultiLine|textCapSentences"
|
||||||
|
android:textColor="@color/briar_text_primary"
|
||||||
|
android:textColorHint="@color/briar_text_tertiary"/>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/makeIntroductionButton"
|
android:id="@+id/makeIntroductionButton"
|
||||||
|
|||||||
Reference in New Issue
Block a user