mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Update story strings and button.
This commit is contained in:
committed by
Greyson Parrelli
parent
f2b8d9fb91
commit
5c075b018f
@@ -22,7 +22,8 @@
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/section_header_action"
|
||||
style="@style/Signal.Widget.Button.Large.Tonal"
|
||||
style="@style/Signal.Widget.Button.Small.Secondary"
|
||||
android:textColor="@color/signal_colorOnSurface"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
@@ -31,6 +32,7 @@
|
||||
android:visibility="gone"
|
||||
app:icon="@drawable/ic_plus_12"
|
||||
app:iconSize="12dp"
|
||||
app:iconGravity="textStart"
|
||||
app:materialThemeOverlay="@style/ThemeOverlay.Signal.Button.Surface2"
|
||||
tools:text="New Story"
|
||||
tools:visibility="visible" />
|
||||
|
||||
@@ -6302,8 +6302,8 @@
|
||||
<string name="MyStorySettingsFragment__only_share_with_selected_people">Only share with selected people</string>
|
||||
<!-- Summary of clickable option displaying how many people you have included to send to in your story -->
|
||||
<plurals name="MyStorySettingsFragment__d_people">
|
||||
<item quantity="one">%1$d person</item>
|
||||
<item quantity="other">%1$d people</item>
|
||||
<item quantity="one">%1$d viewer</item>
|
||||
<item quantity="other">%1$d viewers</item>
|
||||
</plurals>
|
||||
<!-- My story privacy fine print about what the privacy settings are for -->
|
||||
<string name="MyStorySettingsFragment__choose_who_can_view_your_story">Choose who can view your story. Changes won\'t affect stories you\'ve already sent.</string>
|
||||
|
||||
Reference in New Issue
Block a user