refactor(custom_local_timelines.xml): add the custom local timelines menu resource file back

This commit is contained in:
LucasGGamerM
2025-04-11 08:56:31 -03:00
parent 38f42f8a23
commit cd959ed563

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/pin"
android:title="@string/sk_pin_timeline"
android:icon="@drawable/ic_fluent_pin_24_regular"
android:showAsAction="always" />
</menu>