|
|
|
|
@ -53,6 +53,7 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginHorizontal="10dp"
|
|
|
|
|
android:clickable="false"
|
|
|
|
|
android:stateListAnimator="@null"
|
|
|
|
|
android:elevation="0dp"
|
|
|
|
|
app:borderWidth="0dp"
|
|
|
|
|
app:cornerRadius="10dp"
|
|
|
|
|
@ -66,7 +67,6 @@
|
|
|
|
|
<HorizontalScrollView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:scrollbars="none"
|
|
|
|
|
android:paddingHorizontal="20dp"
|
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
|
|
<com.google.android.material.chip.ChipGroup
|
|
|
|
|
@ -74,6 +74,8 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="bottom"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
android:elevation="0dp"
|
|
|
|
|
android:paddingHorizontal="20dp"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/url">
|
|
|
|
|
|
|
|
|
|
@ -85,6 +87,8 @@
|
|
|
|
|
android:clickable="true"
|
|
|
|
|
android:minWidth="30dp"
|
|
|
|
|
app:cornerRadius="10dp"
|
|
|
|
|
android:stateListAnimator="@null"
|
|
|
|
|
android:elevation="0dp"
|
|
|
|
|
app:chipIcon="@drawable/ic_clock"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
@ -100,6 +104,8 @@
|
|
|
|
|
android:minWidth="30dp"
|
|
|
|
|
app:chipIcon="@drawable/ic_image"
|
|
|
|
|
app:cornerRadius="10dp"
|
|
|
|
|
android:stateListAnimator="@null"
|
|
|
|
|
android:elevation="0dp"
|
|
|
|
|
android:text="@string/thumbnail"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
@ -113,6 +119,8 @@
|
|
|
|
|
android:clickable="false"
|
|
|
|
|
android:minWidth="30dp"
|
|
|
|
|
app:chipIcon="@drawable/ic_format"
|
|
|
|
|
android:stateListAnimator="@null"
|
|
|
|
|
android:elevation="0dp"
|
|
|
|
|
app:cornerRadius="10dp"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
@ -125,6 +133,8 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:clickable="false"
|
|
|
|
|
android:minWidth="30dp"
|
|
|
|
|
android:stateListAnimator="@null"
|
|
|
|
|
android:elevation="0dp"
|
|
|
|
|
app:cornerRadius="10dp"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
@ -138,6 +148,8 @@
|
|
|
|
|
android:clickable="false"
|
|
|
|
|
android:minWidth="30dp"
|
|
|
|
|
app:cornerRadius="10dp"
|
|
|
|
|
android:stateListAnimator="@null"
|
|
|
|
|
android:elevation="0dp"
|
|
|
|
|
app:chipIcon="@drawable/ic_code"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
@ -150,6 +162,8 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:clickable="false"
|
|
|
|
|
android:minWidth="30dp"
|
|
|
|
|
android:stateListAnimator="@null"
|
|
|
|
|
android:elevation="0dp"
|
|
|
|
|
app:cornerRadius="10dp"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
@ -163,6 +177,8 @@
|
|
|
|
|
android:clickable="false"
|
|
|
|
|
android:minWidth="30dp"
|
|
|
|
|
app:cornerRadius="10dp"
|
|
|
|
|
android:stateListAnimator="@null"
|
|
|
|
|
android:elevation="0dp"
|
|
|
|
|
android:text="@string/command"
|
|
|
|
|
app:chipIcon="@drawable/ic_baseline_keyboard_arrow_right_24"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
@ -177,6 +193,8 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:clickable="false"
|
|
|
|
|
android:minWidth="30dp"
|
|
|
|
|
android:stateListAnimator="@null"
|
|
|
|
|
android:elevation="0dp"
|
|
|
|
|
app:cornerRadius="10dp"
|
|
|
|
|
android:text="@string/location"
|
|
|
|
|
app:chipIcon="@drawable/baseline_folder_24"
|
|
|
|
|
|