|
|
|
|
@ -36,81 +36,88 @@
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/linearLayout3"
|
|
|
|
|
<HorizontalScrollView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="bottom"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
android:scrollbars="none"
|
|
|
|
|
android:layout_marginStart="20dp"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/url">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/type"
|
|
|
|
|
style="@style/Widget.Material3.FloatingActionButton.Large.Primary"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginEnd="5dp"
|
|
|
|
|
android:background="?attr/colorAccent"
|
|
|
|
|
android:clickable="false"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:minWidth="30dp"
|
|
|
|
|
android:paddingHorizontal="10dp"
|
|
|
|
|
app:cornerRadius="10dp"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent"/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/format_note"
|
|
|
|
|
style="@style/Widget.Material3.FloatingActionButton.Large.Primary"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginEnd="5dp"
|
|
|
|
|
android:background="?attr/colorPrimary"
|
|
|
|
|
android:clickable="false"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:minWidth="30dp"
|
|
|
|
|
android:paddingHorizontal="10dp"
|
|
|
|
|
app:cornerRadius="10dp"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent"/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/codec"
|
|
|
|
|
style="@style/Widget.Material3.FloatingActionButton.Large.Secondary"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginEnd="5dp"
|
|
|
|
|
android:background="?attr/colorSecondary"
|
|
|
|
|
android:clickable="false"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:minWidth="30dp"
|
|
|
|
|
android:paddingHorizontal="10dp"
|
|
|
|
|
app:cornerRadius="10dp"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/file_size"
|
|
|
|
|
style="@style/Widget.Material3.FloatingActionButton.Large.Tertiary"
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/linearLayout3"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginEnd="5dp"
|
|
|
|
|
android:background="?attr/colorSecondary"
|
|
|
|
|
android:clickable="false"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:minWidth="30dp"
|
|
|
|
|
android:paddingHorizontal="10dp"
|
|
|
|
|
app:cornerRadius="10dp"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
android:layout_gravity="bottom"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/url">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/type"
|
|
|
|
|
style="@style/Widget.Material3.FloatingActionButton.Large.Primary"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginEnd="5dp"
|
|
|
|
|
android:background="?attr/colorAccent"
|
|
|
|
|
android:clickable="false"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:minWidth="30dp"
|
|
|
|
|
android:paddingHorizontal="10dp"
|
|
|
|
|
app:cornerRadius="10dp"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent"/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/format_note"
|
|
|
|
|
style="@style/Widget.Material3.FloatingActionButton.Large.Primary"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginEnd="5dp"
|
|
|
|
|
android:background="?attr/colorPrimary"
|
|
|
|
|
android:clickable="false"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:minWidth="30dp"
|
|
|
|
|
android:paddingHorizontal="10dp"
|
|
|
|
|
app:cornerRadius="10dp"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent"/>
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/codec"
|
|
|
|
|
style="@style/Widget.Material3.FloatingActionButton.Large.Secondary"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginEnd="5dp"
|
|
|
|
|
android:background="?attr/colorSecondary"
|
|
|
|
|
android:clickable="false"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:minWidth="30dp"
|
|
|
|
|
android:paddingHorizontal="10dp"
|
|
|
|
|
app:cornerRadius="10dp"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/file_size"
|
|
|
|
|
style="@style/Widget.Material3.FloatingActionButton.Large.Tertiary"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginEnd="5dp"
|
|
|
|
|
android:background="?attr/colorSecondary"
|
|
|
|
|
android:clickable="false"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:minWidth="30dp"
|
|
|
|
|
android:paddingHorizontal="10dp"
|
|
|
|
|
app:cornerRadius="10dp"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
</HorizontalScrollView>
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:id="@+id/scheduled_time_linear"
|
|
|
|
|
|