Add margin to the Note to Self bottom sheet.
This commit is contained in:
parent
dcffc13843
commit
0a4147aa0e
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@
|
||||||
android:layout_marginStart="@dimen/dsl_settings_gutter"
|
android:layout_marginStart="@dimen/dsl_settings_gutter"
|
||||||
android:layout_marginTop="8dp"
|
android:layout_marginTop="8dp"
|
||||||
android:layout_marginEnd="@dimen/dsl_settings_gutter"
|
android:layout_marginEnd="@dimen/dsl_settings_gutter"
|
||||||
|
android:layout_marginBottom="8dp"
|
||||||
android:text="@string/ConversationFragment__you_can_add_notes_for_yourself_in_this_conversation"
|
android:text="@string/ConversationFragment__you_can_add_notes_for_yourself_in_this_conversation"
|
||||||
android:textAlignment="center"
|
android:textAlignment="center"
|
||||||
android:textAppearance="@style/Signal.Text.BodyMedium"
|
android:textAppearance="@style/Signal.Text.BodyMedium"
|
||||||
|
|
Loading…
Add table
Reference in a new issue