mirror of https://github.com/deniscerri/ytdlnis
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
244 lines
10 KiB
XML
244 lines
10 KiB
XML
<LinearLayout
|
|
android:id="@+id/adjust"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:orientation="vertical"
|
|
android:paddingHorizontal="10dp"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<TextView
|
|
android:paddingTop="10dp"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:paddingBottom="5dp"
|
|
android:text="@string/adjust_video"/>
|
|
|
|
<HorizontalScrollView
|
|
android:scrollbars="none"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
|
|
<com.google.android.material.chip.ChipGroup
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
app:chipSpacingVertical="0dp"
|
|
app:singleLine="true">
|
|
|
|
<com.google.android.material.chip.Chip
|
|
android:id="@+id/save_thumbnail"
|
|
style="@style/Widget.Material3.Chip.Filter.Elevated"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:checked="false"
|
|
android:outlineProvider="none"
|
|
android:text="@string/save_thumb" />
|
|
|
|
<com.google.android.material.chip.Chip
|
|
android:id="@+id/add_chapters"
|
|
style="@style/Widget.Material3.Chip.Filter.Elevated"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:checked="false"
|
|
android:outlineProvider="none"
|
|
android:text="@string/add_chapter" />
|
|
|
|
<com.google.android.material.chip.Chip
|
|
android:id="@+id/split_by_chapters"
|
|
style="@style/Widget.Material3.Chip.Filter.Elevated"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:checked="false"
|
|
android:outlineProvider="none"
|
|
android:text="@string/split_by_chapters"/>
|
|
|
|
|
|
</com.google.android.material.chip.ChipGroup>
|
|
|
|
|
|
</HorizontalScrollView>
|
|
|
|
<HorizontalScrollView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:scrollbars="none">
|
|
|
|
<com.google.android.material.chip.ChipGroup
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
app:singleLine="true">
|
|
|
|
<com.google.android.material.chip.Chip
|
|
android:id="@+id/adjust_subtitles"
|
|
style="@style/Widget.Material3.Chip.Assist.Elevated"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:text="@string/subtitles"
|
|
app:chipIconVisible="true"
|
|
app:chipIcon="@drawable/ic_subtitles"
|
|
android:minWidth="30dp"
|
|
app:cornerRadius="10dp"
|
|
android:outlineProvider="none"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
<com.google.android.material.chip.Chip
|
|
android:id="@+id/remove_audio"
|
|
style="@style/Widget.Material3.Chip.Filter.Elevated"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:minWidth="30dp"
|
|
android:text="@string/remove_audio"
|
|
android:visibility="gone"
|
|
app:cornerRadius="10dp"
|
|
android:outlineProvider="none"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
<com.google.android.material.chip.Chip
|
|
android:id="@+id/adjust_audio"
|
|
style="@style/Widget.Material3.Chip.Assist.Elevated"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:text="@string/audio"
|
|
app:chipIconVisible="true"
|
|
app:chipIcon="@drawable/ic_music"
|
|
android:minWidth="30dp"
|
|
app:cornerRadius="10dp"
|
|
android:outlineProvider="none"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
<com.google.android.material.chip.Chip
|
|
android:id="@+id/recode_video"
|
|
style="@style/Widget.Material3.Chip.Assist.Elevated"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:checked="false"
|
|
app:chipIconVisible="true"
|
|
android:outlineProvider="none"
|
|
app:chipIcon="@drawable/baseline_video_metadata"
|
|
android:text="@string/recode_video" />
|
|
|
|
<com.google.android.material.chip.Chip
|
|
android:id="@+id/adjust_live_stream"
|
|
style="@style/Widget.Material3.Chip.Assist.Elevated"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:text="@string/live_stream"
|
|
app:chipIconVisible="true"
|
|
app:chipIcon="@drawable/baseline_live_tv_24"
|
|
android:minWidth="30dp"
|
|
app:cornerRadius="10dp"
|
|
android:outlineProvider="none"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
</com.google.android.material.chip.ChipGroup>
|
|
|
|
</HorizontalScrollView>
|
|
|
|
<HorizontalScrollView
|
|
android:scrollbars="none"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
|
|
<com.google.android.material.chip.ChipGroup
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
app:singleLine="true">
|
|
|
|
<com.google.android.material.chip.Chip
|
|
android:id="@+id/sponsorblock_filters"
|
|
style="@style/Widget.Material3.Chip.Assist.Elevated"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:text="@string/sponsorblock"
|
|
app:chipIconVisible="true"
|
|
app:chipIcon="@drawable/ic_money"
|
|
android:minWidth="30dp"
|
|
app:cornerRadius="10dp"
|
|
android:outlineProvider="none"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
<com.google.android.material.chip.Chip
|
|
android:id="@+id/filename_template"
|
|
style="@style/Widget.Material3.Chip.Assist.Elevated"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:text="@string/file_name_template"
|
|
app:chipIconVisible="true"
|
|
app:chipIcon="@drawable/ic_edit"
|
|
android:minWidth="30dp"
|
|
app:cornerRadius="10dp"
|
|
android:outlineProvider="none"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
</com.google.android.material.chip.ChipGroup>
|
|
|
|
</HorizontalScrollView>
|
|
|
|
<HorizontalScrollView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:scrollbars="none">
|
|
|
|
<com.google.android.material.chip.ChipGroup
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
app:singleLine="true">
|
|
|
|
<com.google.android.material.chip.Chip
|
|
android:id="@+id/extra_commands"
|
|
style="@style/Widget.Material3.Chip.Assist.Elevated"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:text="@string/use_extra_commands"
|
|
app:chipIconVisible="true"
|
|
app:chipIcon="@drawable/ic_terminal"
|
|
android:minWidth="30dp"
|
|
app:cornerRadius="10dp"
|
|
android:outlineProvider="none"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
<com.google.android.material.chip.Chip
|
|
android:id="@+id/cut"
|
|
style="@style/Widget.Material3.Chip.Assist.Elevated"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
app:chipIconVisible="true"
|
|
app:chipIcon="@drawable/ic_cut"
|
|
android:minWidth="30dp"
|
|
android:text="@string/cut"
|
|
app:cornerRadius="10dp"
|
|
android:outlineProvider="none"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
</com.google.android.material.chip.ChipGroup>
|
|
|
|
</HorizontalScrollView>
|
|
|
|
|
|
</LinearLayout> |