fix: make relocated publish button gone by default
Same also applies to the top drafts button
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
android:tint="?colorM3OnSurfaceVariant"
|
||||
android:contentDescription="@string/sk_schedule_or_draft"
|
||||
android:tooltipText="@string/sk_schedule_or_draft"
|
||||
android:visibility="gone"
|
||||
tools:targetApi="o" />
|
||||
|
||||
<TextView
|
||||
|
||||
@@ -566,6 +566,7 @@
|
||||
android:tooltipText="@string/publish"
|
||||
android:contentDescription="@string/publish"
|
||||
android:src="@drawable/ic_fluent_send_24_selector"
|
||||
android:visibility="gone"
|
||||
android:singleLine="true" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user