summaryrefslogtreecommitdiffstats
path: root/app/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/drawer_scheduled_toot.xml9
-rw-r--r--app/src/main/res/layout/fragment_scheduled_toots.xml1
-rw-r--r--app/src/main/res/menu/option_toot.xml16
-rw-r--r--app/src/main/res/values/strings.xml6
4 files changed, 24 insertions, 8 deletions
diff --git a/app/src/main/res/layout/drawer_scheduled_toot.xml b/app/src/main/res/layout/drawer_scheduled_toot.xml
index 8bf1a1a63..3023356be 100644
--- a/app/src/main/res/layout/drawer_scheduled_toot.xml
+++ b/app/src/main/res/layout/drawer_scheduled_toot.xml
@@ -22,6 +22,14 @@
android:orientation="horizontal"
android:id="@+id/scheduled_toot_container"
>
+ <ImageView
+ android:id="@+id/scheduled_toot_pp"
+ android:layout_gravity="center_vertical|top"
+ android:gravity="center_vertical|top"
+ android:layout_width="50dp"
+ android:layout_marginTop="5dp"
+ android:layout_height="50dp"
+ tools:ignore="ContentDescription" />
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="0dp"
android:layout_weight="1"
@@ -31,7 +39,6 @@
android:orientation="vertical">
<TextView
android:id="@+id/scheduled_toot_title"
- android:textStyle="bold"
android:maxLines="3"
android:layout_marginLeft="10dp"
android:layout_marginStart="10dp"
diff --git a/app/src/main/res/layout/fragment_scheduled_toots.xml b/app/src/main/res/layout/fragment_scheduled_toots.xml
index 723b384e4..bf6e22536 100644
--- a/app/src/main/res/layout/fragment_scheduled_toots.xml
+++ b/app/src/main/res/layout/fragment_scheduled_toots.xml
@@ -72,6 +72,7 @@
android:layout_height="wrap_content" />
<TextView
android:padding="10dp"
+ android:id="@+id/no_action_text_subtitle"
android:layout_below="@+id/no_action_text"
android:layout_marginTop="10dp"
android:gravity="center"
diff --git a/app/src/main/res/menu/option_toot.xml b/app/src/main/res/menu/option_toot.xml
index 1017fc36e..bc19541b2 100644
--- a/app/src/main/res/menu/option_toot.xml
+++ b/app/src/main/res/menu/option_toot.xml
@@ -19,14 +19,22 @@
android:title="@string/action_open_in_web"
app:showAsAction="never"/>
<item
- android:id="@+id/action_mute"
- android:title="@string/more_action_1"
+ android:id="@+id/action_share"
+ android:title="@string/more_action_6"
app:showAsAction="never" />
<item
android:id="@+id/action_timed_mute"
android:title="@string/more_action_8"
app:showAsAction="never" />
<item
+ android:id="@+id/action_schedule_boost"
+ android:title="@string/schedule_boost"
+ app:showAsAction="never" />
+ <item
+ android:id="@+id/action_mute"
+ android:title="@string/more_action_1"
+ app:showAsAction="never" />
+ <item
android:id="@+id/action_block"
android:title="@string/more_action_2"
app:showAsAction="never" />
@@ -51,10 +59,6 @@
android:title="@string/more_action_5"
app:showAsAction="never" />
<item
- android:id="@+id/action_share"
- android:title="@string/more_action_6"
- app:showAsAction="never" />
- <item
android:id="@+id/action_mention"
android:title="@string/more_action_7"
app:showAsAction="never" />
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 68fc36722..2ed0146ea 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -219,7 +219,7 @@
<!-- Scheduled toots -->
- <string name="no_scheduled_toots">No scheduled toot to display!</string>
+ <string name="no_scheduled_toots">No scheduled toots to display!</string>
<string name="no_scheduled_toots_indications">Write a toot and then choose <b>Schedule</b> from the top menu.</string>
<string name="remove_scheduled">Delete scheduled toot?</string>
<string name="media_count">Media: %d</string>
@@ -686,6 +686,10 @@
<string name="tags_renamed">The tag has been changed!</string>
<string name="tags_deleted">The tag has been deleted!</string>
<string name="set_display_art">Display Art timeline</string>
+ <string name="schedule_boost">Schedule boost</string>
+ <string name="boost_scheduled">The boost is scheduled!</string>
+ <string name="no_scheduled_boosts">No scheduled boost to display!</string>
+ <string name="no_scheduled_boosts_indications"><![CDATA[Open the menu of a toot and then choose <b>Schedule boost</b>.]]></string>
<string-array name="filter_expire">
<item>Never</item>