mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-20 08:00:58 +00:00
Changed the Chip to match the background in Amoled and Dark Mode
This commit is contained in:
parent
a9d850aa01
commit
385475aa8b
3 changed files with 8 additions and 5 deletions
5
app/src/main/res/layout/chip_material.xml
Normal file
5
app/src/main/res/layout/chip_material.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.google.android.material.chip.Chip xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
style="@style/Widget.MaterialComponents.Chip.Choice"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent" />
|
|
@ -37,7 +37,8 @@
|
|||
|
||||
<com.google.android.material.chip.ChipGroup
|
||||
android:id="@+id/groupChipGroup"
|
||||
android:paddingLeft="8dp"
|
||||
android:paddingStart="8dp"
|
||||
android:paddingEnd="8dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
</com.google.android.material.chip.ChipGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue