Skip to content

Commit

Permalink
Update story strings and button.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtang-signal authored and TheTechZone committed Jan 6, 2025
1 parent ad567bc commit e13fd8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion app/src/main/res/layout/contact_search_section_header.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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" />
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6307,8 +6307,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>
Expand Down

0 comments on commit e13fd8b

Please sign in to comment.