更新界面
This commit is contained in:
@@ -105,25 +105,28 @@
|
||||
|
||||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/rb_left"
|
||||
style="@style/Widget.Material3.Chip.Suggestion"
|
||||
android:layout_width="34dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:checkable="true"
|
||||
android:clickable="true"
|
||||
app:chipIcon="@drawable/ic_align_left"
|
||||
app:chipIconEnabled="true" />
|
||||
|
||||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/rb_center"
|
||||
style="@style/Widget.Material3.Chip.Suggestion"
|
||||
android:layout_width="34dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:checkable="true"
|
||||
android:clickable="true"
|
||||
app:chipIcon="@drawable/ic_align_center"
|
||||
app:chipIconEnabled="true" />
|
||||
|
||||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/rb_hide"
|
||||
style="@style/Widget.Material3.Chip.Suggestion"
|
||||
android:layout_width="34dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:checkable="true"
|
||||
android:clickable="true"
|
||||
app:chipIcon="@drawable/ic_visibility_off"
|
||||
app:chipIconEnabled="true" />
|
||||
</com.google.android.material.chip.ChipGroup>
|
||||
@@ -154,7 +157,8 @@
|
||||
|
||||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/cb_chapter_name"
|
||||
style="@style/Widget.Material3.Chip.Suggestion"
|
||||
android:checkable="true"
|
||||
android:clickable="true"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="第三话" />
|
||||
@@ -163,14 +167,16 @@
|
||||
android:id="@+id/cb_page_number_label"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/Widget.Material3.Chip.Suggestion"
|
||||
android:checkable="true"
|
||||
android:clickable="true"
|
||||
android:text="@string/manga_check_page_label" />
|
||||
|
||||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/cb_page_number"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/Widget.Material3.Chip.Suggestion"
|
||||
android:checkable="true"
|
||||
android:clickable="true"
|
||||
android:text="4/30" />
|
||||
|
||||
</com.google.android.material.chip.ChipGroup>
|
||||
@@ -182,14 +188,16 @@
|
||||
|
||||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/cb_chapter_label"
|
||||
style="@style/Widget.Material3.Chip.Suggestion"
|
||||
android:checkable="true"
|
||||
android:clickable="true"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/manga_check_chapter_label" />
|
||||
|
||||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/cb_chapter"
|
||||
style="@style/Widget.Material3.Chip.Suggestion"
|
||||
android:checkable="true"
|
||||
android:clickable="true"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="1 / 45" />
|
||||
@@ -198,14 +206,16 @@
|
||||
android:id="@+id/cb_progress_ratio_label"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/Widget.Material3.Chip.Suggestion"
|
||||
android:checkable="true"
|
||||
android:clickable="true"
|
||||
android:text="@string/manga_check_progress_label" />
|
||||
|
||||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/cb_progress_ratio"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
style="@style/Widget.Material3.Chip.Suggestion"
|
||||
android:checkable="true"
|
||||
android:clickable="true"
|
||||
android:text="2.1%" />
|
||||
</com.google.android.material.chip.ChipGroup>
|
||||
|
||||
@@ -246,18 +256,20 @@
|
||||
android:paddingHorizontal="16dp">
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/btn_color_filter"
|
||||
style="@style/Widget.Material3Expressive.Button.TonalButton"
|
||||
app:icon="@drawable/ic_filter"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/manga_color_filter" />
|
||||
android:id="@+id/btn_color_filter"
|
||||
style="@style/Widget.Material3Expressive.Button.TonalButton"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/manga_color_filter"
|
||||
app:icon="@drawable/ic_filter" />
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/btn_click_set"
|
||||
style="@style/Widget.Material3Expressive.Button.TonalButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="2"
|
||||
android:text="@string/click_regional_config"
|
||||
app:icon="@drawable/ic_filter" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user