Merge "Polish Conversations widget Configuration Activity strings" into sc-dev

This commit is contained in:
Flavio Fiszman
2021-06-28 12:41:32 +00:00
committed by Android (Google) Code Review
2 changed files with 5 additions and 5 deletions

View File

@@ -48,13 +48,13 @@
<Button <Button
style="?android:attr/buttonBarButtonStyle" style="?android:attr/buttonBarButtonStyle"
android:id="@+id/okay_button" android:id="@+id/got_it_button"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center" android:layout_gravity="center"
android:background="@drawable/rounded_bg_full_large_radius" android:background="@drawable/rounded_bg_full_large_radius"
android:onClick="dismissActivity" android:onClick="dismissActivity"
android:text="@string/okay" android:text="@string/got_it"
android:textColor="?android:attr/textColorPrimary" android:textColor="?android:attr/textColorPrimary"
android:layout_marginBottom="60dp" android:layout_marginBottom="60dp"
android:layout_alignParentBottom="true" /> android:layout_alignParentBottom="true" />
@@ -62,7 +62,7 @@
<LinearLayout <LinearLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_above="@id/okay_button" android:layout_above="@id/got_it_button"
android:layout_below="@id/select_conversation" android:layout_below="@id/select_conversation"
android:layout_centerInParent="true" android:layout_centerInParent="true"
android:clipToOutline="true"> android:clipToOutline="true">
@@ -72,7 +72,7 @@
android:layout_height="100dp" android:layout_height="100dp"
android:layout_gravity="center" android:layout_gravity="center"
android:background="@drawable/rounded_bg_full_large_radius" android:background="@drawable/rounded_bg_full_large_radius"
android:layout_above="@id/okay_button"> android:layout_above="@id/got_it_button">
<include layout="@layout/people_space_placeholder_layout" /> <include layout="@layout/people_space_placeholder_layout" />
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>

View File

@@ -2889,7 +2889,7 @@
<!--Text explaining to tap a conversation to select it show in their Conversation widget [CHAR LIMIT=180] --> <!--Text explaining to tap a conversation to select it show in their Conversation widget [CHAR LIMIT=180] -->
<string name="select_conversation_text">Tap a conversation to add it to your Home screen</string> <string name="select_conversation_text">Tap a conversation to add it to your Home screen</string>
<!--Text explaining there are no existing conversations to show in their Conversation widget [CHAR LIMIT=100] --> <!--Text explaining there are no existing conversations to show in their Conversation widget [CHAR LIMIT=100] -->
<string name="no_conversations_text">Check back here once you get some messages</string> <string name="no_conversations_text">Your recent conversations will show up here</string>
<!--Text header for priority conversation tiles available to be added to the home screen [CHAR LIMIT=100] --> <!--Text header for priority conversation tiles available to be added to the home screen [CHAR LIMIT=100] -->
<string name="priority_conversations">Priority conversations</string> <string name="priority_conversations">Priority conversations</string>
<!--Text header for recent conversation tiles available to be added to the home screen [CHAR LIMIT=100] --> <!--Text header for recent conversation tiles available to be added to the home screen [CHAR LIMIT=100] -->