mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Chip rounded stroke frame
This commit is contained in:
parent
79c821832e
commit
ac6ecd8a24
2 changed files with 3 additions and 11 deletions
|
@ -13,7 +13,6 @@
|
|||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/home_select_movies"
|
||||
style="@style/ChipFilled"
|
||||
android:tag = "@string/tv_no_focus_tag"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/movies" />
|
||||
|
@ -21,7 +20,6 @@
|
|||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/home_select_tv_series"
|
||||
style="@style/ChipFilled"
|
||||
android:tag = "@string/tv_no_focus_tag"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/tv_series" />
|
||||
|
@ -29,7 +27,6 @@
|
|||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/home_select_anime"
|
||||
style="@style/ChipFilled"
|
||||
android:tag = "@string/tv_no_focus_tag"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/anime" />
|
||||
|
@ -37,42 +34,36 @@
|
|||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/home_select_asian"
|
||||
style="@style/ChipFilled"
|
||||
android:tag = "@string/tv_no_focus_tag"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/asian_drama" />
|
||||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/home_select_cartoons"
|
||||
style="@style/ChipFilled"
|
||||
android:tag = "@string/tv_no_focus_tag"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/cartoons" />
|
||||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/home_select_documentaries"
|
||||
style="@style/ChipFilled"
|
||||
android:tag = "@string/tv_no_focus_tag"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/documentaries" />
|
||||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/home_select_livestreams"
|
||||
style="@style/ChipFilled"
|
||||
android:tag = "@string/tv_no_focus_tag"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/livestreams" />
|
||||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/home_select_nsfw"
|
||||
style="@style/ChipFilled"
|
||||
android:tag = "@string/tv_no_focus_tag"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/nsfw" />
|
||||
<com.google.android.material.chip.Chip
|
||||
android:id="@+id/home_select_others"
|
||||
style="@style/ChipFilled"
|
||||
android:tag = "@string/tv_no_focus_tag"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/others" />
|
||||
|
|
|
@ -86,8 +86,8 @@
|
|||
|
||||
<style name="ChipFilled" parent="@style/Widget.Material3.Chip.Filter">
|
||||
<item name="chipBackgroundColor">@color/chip_color</item>
|
||||
<!-- <item name="chipStrokeColor">@color/white_transparent_toggle</item>-->
|
||||
<item name="chipStrokeColor">@color/transparent</item>
|
||||
<item name="chipStrokeColor">@color/white_transparent_toggle</item>
|
||||
<!-- <item name="chipStrokeColor">@color/transparent</item>-->
|
||||
<item name="chipStrokeWidth">2dp</item>
|
||||
<item name="textColor">@color/chip_color_text</item>
|
||||
<item name="android:textColor">@color/chip_color_text</item>
|
||||
|
@ -95,6 +95,7 @@
|
|||
<item name="fontFamily">@font/google_sans</item>
|
||||
<item name="chipIconTint">@color/chip_color_text</item>
|
||||
<item name="android:fontFamily">@font/google_sans</item>
|
||||
<item name="android:tag">@string/tv_no_focus_tag</item>
|
||||
<item name="chipMinTouchTargetSize">0dp</item>
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue