mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-29 08:51:02 +00:00
Added Skip Recap Feature (#336)
* Added Skip Recap Feature * Reverted gradle.properties to default
This commit is contained in:
@@ -607,6 +607,37 @@
|
||||
android:text="@string/requires_time_stamps_to_be_enabled"
|
||||
android:textSize="14sp" />
|
||||
|
||||
<com.google.android.material.materialswitch.MaterialSwitch
|
||||
android:id="@+id/playerSettingsAutoSkipRecap"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:checked="false"
|
||||
android:drawableStart="@drawable/ic_round_play_disabled_24"
|
||||
android:drawablePadding="16dp"
|
||||
android:elegantTextHeight="true"
|
||||
android:fontFamily="@font/poppins_bold"
|
||||
android:minHeight="64dp"
|
||||
android:paddingHorizontal="32dp"
|
||||
android:text="@string/auto_skip_recap"
|
||||
android:textAlignment="viewStart"
|
||||
android:textColor="@color/bg_opp"
|
||||
app:cornerRadius="0dp"
|
||||
app:drawableTint="?attr/colorPrimary"
|
||||
app:showText="false"
|
||||
app:thumbTint="@color/button_switch_track" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="-8dp"
|
||||
android:layout_marginBottom="8dp"
|
||||
android:alpha="0.58"
|
||||
android:fontFamily="@font/poppins_family"
|
||||
android:paddingHorizontal="32dp"
|
||||
android:text="@string/requires_time_stamps_to_be_enabled"
|
||||
android:textSize="14sp" />
|
||||
|
||||
<com.google.android.material.materialswitch.MaterialSwitch
|
||||
android:id="@+id/playerSettingsAutoPlay"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -889,4 +889,5 @@ Non quae tempore quo provident laudantium qui illo dolor vel quia dolor et exerc
|
||||
<string name="media">Media</string>
|
||||
<string name="users">Users</string>
|
||||
<string name="social">Social</string>
|
||||
<string name="auto_skip_recap">Auto Skip Recap</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user